diff --git a/code/__DEFINES/minimap.dm b/code/__DEFINES/minimap.dm index 57c5ffeba38a..0d05b7be6e1b 100644 --- a/code/__DEFINES/minimap.dm +++ b/code/__DEFINES/minimap.dm @@ -49,10 +49,14 @@ GLOBAL_LIST_INIT(all_minimap_flags, bitfield2list(MINIMAP_FLAG_ALL)) #define MINIMAP_AREA_COMMAND "#2d3fa2ee" #define MINIMAP_AREA_COMMAND_CAVE "#132242ee" #define MINIMAP_AREA_CAVES "#3f3c3cef" +#define MINIMAP_AREA_CAVES_DEEP "#272525ef" +#define MINIMAP_AREA_CAVES_STRUCTURE "#5b5757" #define MINIMAP_AREA_JUNGLE "#2b5b2bee" #define MINIMAP_AREA_COLONY "#6c6767d8" #define MINIMAP_AREA_LZ "#ebe5e5e3" #define MINIMAP_AREA_CONTESTED_ZONE "#0603c4ee" +#define MINIMAP_AREA_GLASS "#80a0b0ee" +#define MINIMAP_AREA_MINING "#4d3619e7" #define MINIMAP_SQUAD_UNKNOWN "#d8d8d8" #define MINIMAP_SQUAD_ALPHA "#ed1c24" diff --git a/code/game/area/strata.dm b/code/game/area/strata.dm index 2bb17ea5d60d..8b1132c2dce1 100644 --- a/code/game/area/strata.dm +++ b/code/game/area/strata.dm @@ -30,21 +30,24 @@ EXTERIOR is FUCKING FREEZING, and refers to areas out in the open and or exposed minimap_color = MINIMAP_AREA_LZ is_resin_allowed = FALSE + +//Begin actual area definitions. There's probably a better way to do this. + +////////////////////////////////////////// +// ------===| Essentials |===------ // +////////////////////////////////////////// + +//-Above Ground (ag) /area/strata/ag name = "Above Ground Area" icon_state = "ag" + is_resin_allowed = TRUE /area/strata/ag/exterior name = "Exterior Above Ground Area" icon_state = "ag_e" + ceiling = CEILING_NONE //always_unpowered = 1 So exterior lights work, this will be commented out unless it causes unforseen issues. - is_resin_allowed = FALSE - -/area/strata/ag/exterior/paths - is_resin_allowed = TRUE - -/area/strata/ag/exterior/restricted - flags_area = AREA_NOTUNNEL /area/strata/ag/interior name = "Interior Above Ground Area" @@ -53,20 +56,13 @@ EXTERIOR is FUCKING FREEZING, and refers to areas out in the open and or exposed temperature = T20C //Nice and room temp ceiling = CEILING_METAL -/area/strata/ag/interior/mountain - name = "Outside mountain" - icon_state = "ag_e" - -/area/strata/ag/interior/restricted - is_resin_allowed = FALSE - flags_area = AREA_NOTUNNEL -/area/strata/ag/interior/restricted/devroom - name = "Super Secret Credits Room" +//-Under Ground (ug) /area/strata/ug name = "Under Ground Area" icon_state = "ug" + is_resin_allowed = TRUE ceiling = CEILING_UNDERGROUND_ALLOW_CAS /area/strata/ug/interior @@ -81,300 +77,87 @@ EXTERIOR is FUCKING FREEZING, and refers to areas out in the open and or exposed requires_power = 1 temperature = T20C ceiling = CEILING_NONE + weather_enabled = TRUE -//END PARENT ENTITIES -//Begin actual area definitions. There's probably a better way to do this. +//////////////////////////////////////// +// ------===| Exterior |===------ // +//////////////////////////////////////// -//Landing Zones, places near LZs (Open Air, Above Ground) -/area/strata/ag/interior/landingzone_1 - name = "Landing Zone 1 Pad - Mining Aerodrome" - icon_state = "landingzone_1" - weather_enabled = FALSE - unlimited_power = 1 //So the DS computer always works for the Queen - is_landing_zone = TRUE +//-Landing Zones +/area/strata/ag/exterior/landing_zones + name = "Do not use." + icon_state = "landingzone_2" minimap_color = MINIMAP_AREA_LZ is_resin_allowed = FALSE -/area/strata/ag/exterior/landingzone_2 +/area/strata/ag/exterior/landing_zones/lz2 name = "Landing Zone 2 Pad - Ice Fields" - icon_state = "landingzone_2" - weather_enabled = FALSE unlimited_power = 1 //So the DS computer always works for the Queen - is_landing_zone = TRUE - minimap_color = MINIMAP_AREA_LZ - is_resin_allowed = FALSE - -/area/strata/ag/interior/nearlz1 - name = "Landing Zone 1 - Mining Aerodrome" - icon_state = "nearlz1" weather_enabled = FALSE - is_resin_allowed = FALSE - minimap_color = MINIMAP_AREA_LZ + is_landing_zone = TRUE -/area/strata/ag/exterior/nearlz2 +/area/strata/ag/exterior/landing_zones/near_lz2 name = "Landing Zone 2 - Ice Fields" icon_state = "nearlz2" - weather_enabled = TRUE //This LZ is outside, but consider disabling if it destroys the meta. + weather_enabled = TRUE + is_landing_zone = TRUE + +/area/strata/ag/interior/landing_zones + name = "Do not use." + icon_state = "landingzone_1" minimap_color = MINIMAP_AREA_LZ is_resin_allowed = FALSE + weather_enabled = FALSE + ceiling = CEILING_NONE -/area/strata/ag/exterior/landingzone_valley - name = "Landing Zone Valley" - icon_state = "lzvalley" - -/area/strata/ag/exterior/landingzone_lake - name = "Landing Zone Lake Ice" - icon_state = "lzfrozenlake" - -/area/strata/ag/exterior/landingzone_water - name = "Landing Zone Lake Water" - icon_state = "lzfrozenwater" - temperature = TCMB //Cold enough to kill through protective clothing. - -/////Research Station////// - -/area/strata/ag/exterior/research_decks - name = "Outpost Decks" - icon_state = "rdecks" - is_resin_allowed = TRUE - minimap_color = MINIMAP_AREA_RESEARCH - -/area/strata/ag/exterior/research_decks/center //The decks on the deck. - name = "Seconday Outpost Decks" - -/area/strata/ag/exterior/research_decks/pipes //pipemaze thingy - name = "Pipes at Outpost Decks" - icon_state = "security_station" - -/area/strata/ag/interior/research_decks/security //For all security stuff outside the outpost. - name = "Outpost Deck Security Checkpoint" - icon_state = "rdecks_sec" - -/area/strata/ag/exterior/paths/north_outpost //The area north of the outpost - name = "Outpost - North Access Channel" - icon_state = "outpost_gen_2" +/area/strata/ag/interior/landing_zones/lz1 + name = "Landing Zone 1 Pad - Mining Aerodrome" + unlimited_power = 1 //So the DS computer always works for the Queen + is_landing_zone = TRUE -////////close to research///////// +/area/strata/ag/interior/landing_zones/near_lz1 + name = "Landing Zone 1 - Mining Aerodrome" + icon_state = "nearlz1" + is_landing_zone = TRUE -/area/strata/ag/exterior/paths/southresearch - minimap_color = MINIMAP_AREA_RESEARCH - name = "South Of The Outpost" -/area/strata/ag/exterior/shed_five_caves - name = "Terminal Five Topside Caves" +//-Caves +/area/strata/ag/exterior/caves + name = "Do not use." icon_state = "lzcaves" - is_resin_allowed = TRUE - -////////Telecomms////////////////// - -/area/strata/ag/interior/tcomms/ //T-Comms is inside until you leave the sheltered area.. - name = "Relay" - icon_state = "tcomms1" - -/area/strata/ag/interior/tcomms/tcomms_engi - name = "Relay Maintenance" - icon_state = "tcomms2" - -/area/strata/ag/exterior/tcomms/tcomms_cave - name = "Relay Cave" - icon_state = "tcomms3" - -/area/strata/ag/exterior/tcomms/tcomms_deck - name = "Relay Storage Deck" - icon_state = "tcomms4" - -//JUNGLE CAVES, ALL UNDERGROUND, ALL INTERIOR// - -/area/strata/ug/interior/jungle - name = "Deep I" - -//Maintenance/Generator Sheds (Above & Below Ground) -//Terminals are below ground, Sheds are above ground. - -/area/strata/ag/interior/engi_shed //Above ground parent - name = "engi_shed AG parent" - icon_state = "shed_x_ag" - -/area/strata/ug/interior/engi_shed //Below ground parent - name = "engi_shed UG parent" - icon_state = "shed_x_ug" - -///Engineering Terminals / Sheds, whatever. Map Power/// -/area/strata/ag/interior/engi_shed - minimap_color = MINIMAP_AREA_ENGI - -/area/strata/ag/interior/engi_shed/one - name = "Generator Shed One" - icon_state = "shed_1_ag" - ceiling = CEILING_METAL - -/area/strata/ug/interior/engi_shed/one - name = "Generator Terminal One" - icon_state = "shed_1_ug" - -/area/strata/ag/interior/engi_shed/two - name = "Generator Shed Two" - icon_state = "shed_2_ag" - -/area/strata/ug/interior/engi_shed/two - name = "Generator Terminal Two" - icon_state = "shed_2_ug" - -/area/strata/ag/interior/engi_shed/three - name = "Generator Shed Three" - icon_state = "shed_3_ag" - -/area/strata/ug/interior/engi_shed/three - name = "Generator Terminal Three" - icon_state = "shed_3_ug" - -/area/strata/ag/interior/engi_shed/four - name = "Generator Shed Four" - icon_state = "shed_4_ag" - -/area/strata/ug/interior/engi_shed/four - name = "Generator Terminal Four" - icon_state = "shed_4_ug" - -/area/strata/ag/interior/engi_shed/five - name = "Generator Shed Five" - icon_state = "shed_5_ag" - -/area/strata/ug/interior/engi_shed/five - name = "Generator Terminal Five" - icon_state = "shed_5_ug" - -/area/strata/ag/interior/engi_shed/six - name = "Generator Shed Six" - icon_state = "shed_6_ag" - -/area/strata/ug/interior/engi_shed/six - name = "Generator Terminal Six" - icon_state = "shed_6_ug" - -/area/strata/ag/interior/engi_shed/seven - name = "Generator Shed Seven" - icon_state = "shed_7_ag" -/area/strata/ug/interior/engi_shed/seven - name = "Generator Terminal Seven" - icon_state = "shed_7_ug" - ceiling = CEILING_DEEP_UNDERGROUND_METAL - -/area/strata/ag/interior/engi_shed/eight - name = "Generator Shed Eight" - icon_state = "shed_8_ag" - -/area/strata/ug/interior/engi_shed/eight - name = "Generator Terminal Eight" - icon_state = "shed_8_ug" - - -//Topside Structures //Clean these up into a sub tree - -/area/strata/ag/interior/landingzone_checkpoint - name = "Landing Zone Security Checkpoint" - icon_state = "security_station" - minimap_color = MINIMAP_AREA_SEC - -/area/strata/ag/exterior/landingzone_checkpoint_deck - name = "Landing Zone Security Checkpoint Deck" - icon_state = "security_station" - minimap_color = MINIMAP_AREA_SEC - -/area/strata/ag/exterior/disposals - name = "Disposals Courtyard" - icon_state = "disposal" - -/area/strata/ag/interior/disposals - name = "Disposals Overhang" - icon_state = "disposal" - -/area/strata/ag/interior/vanjam //a jam, just for vans - name = "Flight Control Garage Overhang" - icon_state = "garage" - -/area/strata/ag/exterior/vanyard - name = "Flight Control Vehicle Yard" - icon_state = "garage" - -/area/strata/ag/interior/administration - name = "Flight Control Offices" - icon_state = "offices" - minimap_color = MINIMAP_AREA_COMMAND - -/area/strata/ag/interior/admin_tcomms/ //T-Comms is inside until you leave the sheltered area.. - name = "Telecommunications" - icon_state = "tcomms1" - minimap_color = MINIMAP_AREA_COMMAND - -/area/strata/ag/exterior/administration_decks - name = "Flight Control Office Deck" - icon_state = "offices" - minimap_color = MINIMAP_AREA_COMMAND - -/area/strata/ag/interior/administrative_wash_closet - name = "Flight Control Wash Closet" - icon_state = "offices" - minimap_color = MINIMAP_AREA_COMMAND - -/area/strata/ag/interior/dorms - name = "External Mining" - icon_state = "dorms_0" - is_resin_allowed = FALSE - -/area/strata/ag/interior/dorms/north - name = "North External Mining Dormitories" - icon_state = "dorms_1" - -/area/strata/ag/interior/dorms/west - name = "West External Mining Dormitories" - icon_state = "dorms_2" - -/area/strata/ag/interior/dorms/south - name = "South External Mining Dormitories" - icon_state = "dorms_3" - -/area/strata/ag/exterior/dorms_deck - name = "External Mining Dormitory Decks" - icon_state = "dorms_2" - -/area/strata/ag/interior/dorms/maintenance - name = "External Mining Dormitory Maintenance" - icon_state = "outpost_maint" - is_resin_allowed = TRUE - -/area/strata/ag/interior/dorms/hive - name = "External Mining Dormitory Thermal Storage" - icon_state = "dorms_beno" - is_resin_allowed = TRUE +/area/strata/ag/exterior/caves/shed_five_caves + name = "Terminal Five Topside Caves" -/area/strata/ag/interior/dorms/canteen - name = "External Mining Dormitory Canteen" - icon_state = "dorms_canteen" +/area/strata/ag/exterior/caves/lz_caves + name = "External Mining Aerodrome Caves" -/area/strata/ag/interior/dorms/flight_control - name = "External Mining Flight Control" - icon_state = "dorms_lobby" +/area/strata/ag/exterior/jungle/carplake_center + name = "Deep Jungle - Carp Lake Center Island" + icon_state = "ug_jung_1" + weather_enabled = TRUE -/area/strata/ag/interior/dorms/lobby - name = "External Mining Lobby" - icon_state = "dorms_2" +//-Marsh -/area/strata/ag/interior/dorms/bar - name = "External Mining Bar" - icon_state = "dorms_1" +/area/strata/ag/exterior/marsh + name = "Do not use." + icon_state = "marsh" +/area/strata/ag/exterior/marsh/spring_marshes + name = "Cryo-Thermal Springs Marshes" -//More topside areas, somehow these got duplicated?? Includes some parent defs. +/area/strata/ag/exterior/marsh/water_marshes + name = "Cryo-Thermal Water Marshes" -//Also marshes +/area/strata/ag/exterior/marsh/island_marshes + name = "Cryo-Thermal Island Marshes" + is_landing_zone = TRUE -/area/strata/ag/exterior/marsh - name = "Cryo-Thermal Marshes" - icon_state = "marsh" +/area/strata/ag/exterior/marsh/relay_marshes + name = "Cryo-Thermal Relay Marshes" + is_landing_zone = TRUE /area/strata/ag/exterior/marsh/center name = "Cryo-Thermal Springs" @@ -393,215 +176,96 @@ EXTERIOR is FUCKING FREEZING, and refers to areas out in the open and or exposed icon_state = "marshwater" temperature = TCMB //space cold -/area/strata/ag/exterior/north_lz_caves - name = "External Mining Aerodrome Caves" - icon_state = "lzcaves" +//-Outside "interiors" + +/area/strata/ag/exterior/vanyard + name = "Flight Control Vehicle Yard" + icon_state = "garage" -/area/strata/ag/exterior/paths //parent entity, just for sorting within the object tree, if anything, very generic, use as a placeholder. +/area/strata/ag/exterior/tcomms + name = "Do not use." + icon_state = "tcomms1" + +/area/strata/ag/exterior/tcomms/mining_caves + name = "Mining Caves Relay" + +//-Outpost + +/area/strata/ag/exterior/outpost_decks + name = "Outpost Decks" + icon_state = "rdecks" + minimap_color = MINIMAP_AREA_CAVES + +//-Paths + +/area/strata/ag/exterior/paths name = "Ice Path" icon_state = "path" -/area/strata/ag/exterior/paths/adminext +/area/strata/ag/exterior/paths/flight_control_exterior name = "Flight Control Exterior" -/area/strata/ag/exterior/paths/dorms_quad //The area between the deck. - name = "Mining Dormitories Quad" - icon_state = "path" - is_resin_allowed = FALSE +/area/strata/ag/exterior/paths/mining_outpost_exterior + name = "Mining Outpost Exterior" -/area/strata/ag/exterior/paths/cabin_area +/area/strata/ag/exterior/paths/north_outpost + name = "Outpost - North Access Channel" + icon_state = "outpost_gen_2" + +/area/strata/ag/exterior/paths/far_north_outpost name = "Far North Of The Outpost" icon_state = "cabin" -/area/strata/ag/exterior/paths/cabin_area/lake - name = "Wooden Hospital - Lake" - -/area/strata/ag/exterior/paths/cabin_area/shed - name = "Wooden Hospital - Out Shed" - -/area/strata/ag/exterior/paths/cabin_area/central - name = "Wooden Hospital - Front Yard" - -/area/strata/ag/interior/paths/cabin_area/central - name = "Wooden Hospital - Hospital Proper" - icon_state = "cabin3" - -/area/strata/ag/interior/paths/cabin_area/cave - name = "Wooden Hospital - Forgotten Passage" - icon_state = "hive_1" +/area/strata/ag/exterior/paths/south_outpost + name = "South Of The Outpost" + ceiling = CEILING_NONE -/area/strata/ag/exterior/paths/cabin_area/minehead - name = "Wooden Hospital - Minehead" +//////////////////////////////////////// +// ------===| Interior |===------ // +//////////////////////////////////////// -/area/strata/ug/interior/jungle/deep/minehead - icon_state = "cabin2" - name = "Deep Jungle - Minehead" +/area/strata/ug/interior/jungle + name = "Do not use." + ceiling = CEILING_DEEP_UNDERGROUND -///OUTPOST INTERIOR/// +//-Outpost /area/strata/ag/interior/outpost name = "Sorokyne Outpost" - icon_state = "research_station" - -/area/strata/ag/interior/outpost/gen - name = "Outpost Interior" - icon_state = "outpost_gen_0" + icon_state = "shed_x_ag" + minimap_color = MINIMAP_AREA_CAVES -/area/strata/ag/interior/outpost/gen/foyer +/area/strata/ag/interior/outpost/foyer name = "Outpost Main Foyer" icon_state = "outpost_gen_1" -/area/strata/ag/interior/outpost/gen/bball //come on and SLAM. - name = "Outpost Basket Ball Court" - icon_state = "outpost_gen_4" - -/area/strata/ag/interior/outpost/gen/bball/nest //come on and BURST AND DIE. - name = "Outpost - B-Ball Caves" - icon_state = "hive_1" - +/area/strata/ag/interior/outpost/hallways + name = "Do not use." + icon_state = "outpost_admin_3" + minimap_color = MINIMAP_AREA_GLASS + ceiling = CEILING_GLASS -///ALL MAINTENANCE AREAS/// +/area/strata/ag/interior/outpost/hallways/north + name = "Outpost North Hallways" +/area/strata/ag/interior/outpost/hallways/south + name = "Outpost South Hallways" /area/strata/ag/interior/outpost/maint - name = "Outpost Maintenance" - icon_state = "outpost_maint" - -/area/strata/ag/interior/outpost/maint/foyer1 - name = "Outpost Main Foyer North Maintenance" - -/area/strata/ag/interior/outpost/maint/foyer2 - name = "Outpost Main Foyer South Maintenance" - -/area/strata/ag/interior/outpost/maint/med1 - name = "Outpost Medical - Admin Lobby Maintenance" - minimap_color = MINIMAP_AREA_MEDBAY - -/area/strata/ag/interior/outpost/maint/med2 - name = "Outpost Medical - Directors Office Maintenance" - minimap_color = MINIMAP_AREA_MEDBAY - -/area/strata/ag/interior/outpost/maint/med3 - name = "Outpost Medical - Admin Lounge Maintenance" - minimap_color = MINIMAP_AREA_MEDBAY - -/area/strata/ag/interior/outpost/maint/sec_west - name = "Outpost Security - West Maintenance" - -/area/strata/ag/interior/outpost/maint/aerodrome_to_admin - name = "Outpost Aerodrome - West Maintenance" - -/area/strata/ag/interior/outpost/maint/aerodrome_to_jungle - name = "Outpost Aerodrome - South Maintenance" - -/area/strata/ag/interior/outpost/maint/canteen_e_1 name = "Outpost Canteen - Eastern Maintenance" - -/area/strata/ag/interior/outpost/maint/canteen_e_2 - name = "Outpost Canteen - Emergency Rations" - -/area/strata/ag/interior/outpost/maint/canteen_e_3 - name = "Outpost Canteen - Emergency Manuals" - -/area/strata/ag/interior/outpost/maint/bar - name = "Outpost Bar - Maintenance" - -///OUTPOST MEDICAL/// + icon_state = "outpost_maint" /area/strata/ag/interior/outpost/med name = "Outpost Medical" icon_state = "outpost_med" minimap_color = MINIMAP_AREA_MEDBAY -/area/strata/ag/interior/outpost/med/hall - name = "Outpost Medical Primary Hall" - icon_state = "outpost_med_hall" - -/area/strata/ag/interior/outpost/med/reception - name = "Outpost Medical Reception" - icon_state = "outpost_med_recp" - -/area/strata/ag/interior/outpost/med/or1 - name = "Outpost Medical Operating Theatre 1" - icon_state = "outpost_med_or" - -/area/strata/ag/interior/outpost/med/chemstorage - name = "Outpost Medical Chemical Storage" - icon_state = "outpost_med_chem" - -/area/strata/ag/interior/outpost/med/recovery - name = "Outpost Medical Recovery" - icon_state = "outpost_med_recovery" - -/area/strata/ag/interior/outpost/med/paperroom - name = "Outpost Medical Paper Room" - icon_state = "outpost_med_stock" - -/area/strata/ag/interior/outpost/med/spareuniform - name = "Outpost Medical Spare Uniform Closet" - icon_state = "outpost_med_closet" - -/area/strata/ag/interior/outpost/med/lounge - name = "Outpost Medical Lounge" - -/area/strata/ag/interior/outpost/med/utility - name = "Outpost Medical Utility Closet" - -/area/strata/ag/interior/outpost/med/lounge - name = "Outpost Medical Lounge" - -/area/strata/ag/interior/outpost/med/stockroom - name = "Outpost Medical Stock Room" - icon_state = "outpost_med_stock" - -/area/strata/ag/interior/outpost/med/morgue - name = "Outpost Morgue" - -/area/strata/ag/interior/outpost/med/autopsy - name = "Outpost Autopsy Room" - -/area/strata/ag/interior/outpost/med/records - name = "Outpost Medical - Engineering Records" - -/area/strata/ag/interior/outpost/med/jung_hall - name = "Outpost Medical South Hall" - -/area/strata/ag/interior/outpost/med/jungle_lock - name = "Outpost Medical Cave Lock" - -///OUTPOST ENGINEERING/// - /area/strata/ag/interior/outpost/engi name = "Outpost Engineering" icon_state = "outpost_engi_0" minimap_color = MINIMAP_AREA_ENGI -/area/strata/ag/interior/outpost/engi/foyer - name = "Outpost Engineering Main Foyer" - icon_state = "outpost_engi_1" - -/area/strata/ag/interior/outpost/engi/foyerdecks - name = "Outpost Engineering Main Foyer Decks" - -/area/strata/ag/interior/outpost/engi/garage - name = "Outpost Engineering Garage" - -/area/strata/ag/interior/outpost/engi/tool_storage - name = "Outpost Engineering Tool Storage" - icon_state = "outpost_engi_2" - -/area/strata/ag/interior/outpost/engi/power_monitoring - name = "Outpost Engineering Power Monitoring" - icon_state = "outpost_engi_3" - -/area/strata/ag/interior/outpost/engi/hall - name = "Outpost Engineering Main Hall" - -/area/strata/ag/interior/outpost/engi/emergency_storage - name = "Outpost Engineering Emergency Storage" - icon_state = "outpost_engi_4" - /area/strata/ag/interior/outpost/engi/drome name = "Outpost Aerodome" icon_state = "outpost_engi_4" @@ -610,359 +274,283 @@ EXTERIOR is FUCKING FREEZING, and refers to areas out in the open and or exposed name = "Dismantled VDVK Eagle Mk 4" icon_state = "outpost_engi_3" -/area/strata/ag/interior/outpost/engi/drome/security - name = "Outpost Aerodome Security Station" - icon_state = "outpost_engi_2" - -/area/strata/ag/interior/outpost/engi/drome/northlock - name = "Outpost Aerodome EOD Closet" - icon_state = "outpost_engi_2" - -/area/strata/ag/interior/outpost/engi/drome/foreman - name = "Outpost Foreman's Office" - icon_state = "outpost_engi_1" - -/area/strata/ag/interior/outpost/engi/drome/northhall - name = "Outpost Aerodrome North Hall" - -/area/strata/ag/interior/outpost/engi/drome/jung_hall - name = "Outpost Aerodrome East Hall" - -/area/strata/ag/interior/outpost/engi/drome/jungle_lock - name = "Outpost Aerodrome Cave Lock" - icon_state = "outpost_engi_4" - -///OUTPOST SECURITY - /area/strata/ag/interior/outpost/security name = "Outpost Security" icon_state = "outpost_sec_0" minimap_color = MINIMAP_AREA_SEC -/area/strata/ag/interior/outpost/security/hall - name = "Outpost Security Main Hall" - icon_state = "outpost_sec_1" - -/area/strata/ag/interior/outpost/security/armory - name = "Outpost Armory" - icon_state = "outpost_sec_4" - -/area/strata/ag/interior/outpost/security/access_line - name = "Outpost Security ID Processing" - icon_state = "outpost_sec_3" - -/area/strata/ag/interior/outpost/security/breakroom - name = "Outpost Security Breakroom" - icon_state = "outpost_sec_2" +/area/strata/ag/interior/outpost/admin + name = "Outpost Administration" + icon_state = "outpost_admin_0" + minimap_color = MINIMAP_AREA_COMMAND -/area/strata/ag/interior/outpost/security/holding - name = "Outpost Security Holding Cell" - icon_state = "outpost_sec_4" +/area/strata/ag/interior/outpost/canteen + name = "Outpost Canteen" + icon_state = "outpost_canteen_0" -/area/strata/ag/interior/outpost/security/briefing - name = "Outpost Security Briefing" +/area/strata/ag/interior/outpost/canteen/bar + name = "Outpost Bar" + icon_state = "outpost_canteen_2" -/area/strata/ag/interior/outpost/security/lockers - name = "Outpost Security Locker Room" +/area/strata/ag/interior/outpost/canteen/lower_cafeteria + name = "Outpost Cafeteria" + icon_state = "outpost_canteen_0" -/area/strata/ag/interior/outpost/security/wardens - name = "Outpost Warden's Office" - icon_state = "outpost_sec_3" +/area/strata/ag/interior/outpost/canteen/personal_storage + name = "Outpost Personal Storage" -/area/strata/ag/interior/outpost/security/helpdesk - name = "Outpost Helpdesk" +//-Mining Outpost -/area/strata/ag/interior/outpost/security/dispatch - name = "Outpost Security Dispatch And Monitoring" - icon_state = "outpost_sec_3" +/area/strata/ag/interior/mining_outpost + name = "Do not use." + minimap_color = MINIMAP_AREA_MINING -///OUTPOST ADMINISTRATION +/area/strata/ag/interior/mining_outpost/central + name = "Mining Outpost Central Hallway" + icon_state = "dorms_0" -/area/strata/ag/interior/outpost/admin - name = "Outpost Administration" - icon_state = "outpost_admin_0" - minimap_color = MINIMAP_AREA_COMMAND +/area/strata/ag/interior/mining_outpost/south_dormitories + name = "Mining Outpost South Dormitories" + icon_state = "dorms_3" -/area/strata/ag/interior/outpost/admin/dir_office - name = "Outpost Director's Office" - icon_state = "outpost_admin_1" +/area/strata/ag/interior/mining_outpost/maintenance + name = "Mining Outpost Dormitory Maintenance" + icon_state = "outpost_maint" -/area/strata/ag/interior/outpost/admin/dir_waiting - name = "Outpost Administration Waiting Room" +/area/strata/ag/interior/mining_outpost/hallways + name = "Mining Outpost Hallways" + icon_state = "outpost_admin_3" + minimap_color = MINIMAP_AREA_GLASS + ceiling = CEILING_GLASS -/area/strata/ag/interior/outpost/admin/office_0 - name = "Outpost Administration Offices Ground Level" +/area/strata/ag/interior/mining_outpost/hive + name = "Mining Outpost Dormitory Thermal Storage" + icon_state = "dorms_beno" -/area/strata/ag/interior/outpost/admin/office_1 - name = "Outpost Administration Offices Level 1" - icon_state = "outpost_admin_1" +/area/strata/ag/interior/mining_outpost/canteen + name = "Mining Outpost Dormitory Canteen" + icon_state = "dorms_canteen" -/area/strata/ag/interior/outpost/admin/office_2 - name = "Outpost Administration Offices Level 2" - icon_state = "outpost_admin_2" +/area/strata/ag/interior/mining_outpost/flight_control + name = "Mining Outpost Flight Control" + icon_state = "dorms_lobby" + is_landing_zone = TRUE -/area/strata/ag/interior/outpost/admin/lounge - name = "Outpost Administration Lounge" - icon_state = "outpost_admin_4" +//-Outside interiors -/area/strata/ag/interior/outpost/admin/records - name = "Outpost Administration Records" - icon_state = "outpost_admin_4" +/area/strata/ag/interior/outside + name= "Do not use." + icon_state = "outpost_gen_3" -/area/strata/ag/interior/outpost/admin/wc - name = "Outpost Administration Wash Closet" - icon_state = "outpost_admin_2" +/area/strata/ag/interior/outside/administration + name = "Flight Control Offices" + icon_state = "offices" + minimap_color = MINIMAP_AREA_COMMAND + ceiling = CEILING_UNDERGROUND_METAL_ALLOW_CAS -/area/strata/ag/interior/outpost/admin/backhall - name = "Outpost Administration East Hall" +/area/strata/ag/interior/outside/wooden_hospital + name = "Wooden Hospital - Hospital Proper" + icon_state = "cabin3" + minimap_color = MINIMAP_AREA_CAVES -///CANTEEN / GENERAL QUARTERS/// +/area/strata/ag/interior/mountain + name = "Outside mountain" + icon_state = "ag_e" -/area/strata/ag/interior/outpost/canteen - name = "Outpost Canteen" - icon_state = "outpost_canteen_0" +/area/strata/ag/interior/outside/mountain + name = "Outside mountain" + icon_state = "ag_e" -/area/strata/ag/interior/outpost/canteen/kitchen - name = "Outpost Kitchen" - icon_state = "outpost_canteen_1" +/area/strata/ag/interior/outside/checkpoints + name= "Do not use." + icon_state = "security_station" + ceiling = CEILING_UNDERGROUND_METAL_ALLOW_CAS + minimap_color = MINIMAP_AREA_SEC -/area/strata/ag/interior/outpost/canteen/bar - name = "Outpost Bar" - icon_state = "outpost_canteen_2" +/area/strata/ag/interior/outside/checkpoints/north_armor + name = "North Security Armored Checkpoint" -/area/strata/ag/interior/outpost/canteen/northlock - name = "Outpost Canteen North Airlock" - icon_state = "outpost_canteen_2" +/area/strata/ag/interior/outside/checkpoints/north + name = "Landing Zone North Security Checkpoint" -/area/strata/ag/interior/outpost/canteen/freezer - name = "Outpost Kitchen and Bar Freezer" - icon_state = "outpost_canteen_3" +/area/strata/ag/interior/outside/checkpoints/west + name = "Landing Zone West Security Checkpoint" -/area/strata/ag/interior/outpost/canteen/janitors - name = "Outpost Sanitation Closet" - icon_state = "outpost_canteen_4" - -/area/strata/ag/interior/outpost/canteen/upper_cafeteria - name = "Outpost Cafeteria Elevated Seating" - icon_state = "outpost_canteen_4" +/area/strata/ag/interior/outside/checkpoints/south + name = "Landing Zone South Security Checkpoint" + is_landing_zone = TRUE -/area/strata/ag/interior/outpost/canteen/lower_cafeteria - name = "Outpost Cafeteria" - icon_state = "outpost_canteen_0" +/area/strata/ag/interior/outside/checkpoints/outpost + name = "Outpost Deck Security Checkpoint" + icon_state = "rdecks_sec" -/area/strata/ag/interior/outpost/canteen/hall - name = "Outpost Canteen East Hall" - icon_state = "outpost_canteen_3" +/area/strata/ag/interior/outside/engineering + name = "Do not use." + icon_state = "outpost_engi_3" + minimap_color = MINIMAP_AREA_ENGI -/area/strata/ag/interior/outpost/canteen/personal_storage - name = "Outpost Personal Storage" +/area/strata/ag/interior/outside/engineering/parts_storage + name = "Engineering Parts Storage" + icon_state = "outpost_engi_1" + ceiling = CEILING_UNDERGROUND_METAL_ALLOW_CAS -/area/strata/ag/interior/outpost/canteen/spare_uniforms - name = "Outpost Spare Uniform Closet" +/area/strata/ag/interior/outside/engineering/parts_storage_exterior + name = "Engineering Parts Storage Exterior" + weather_enabled = TRUE -/area/strata/ag/interior/outpost/canteen/showers - name = "Outpost Communal Showers" +/area/strata/ag/interior/outside/engineering/parts_storage_cave + name = "Engineering Parts Storage Exterior" + icon_state = "outpost_engi_4" + minimap_color = MINIMAP_AREA_ENGI_CAVE + ceiling = CEILING_UNDERGROUND_BLOCK_CAS -/area/strata/ag/interior/outpost/canteen/bar_2 - name = "Outpost Gambling Den" +/area/strata/ag/interior/outside/bball //come on and SLAM. + name = "Outpost Basket Ball Court" + icon_state = "outpost_gen_4" + ceiling = CEILING_UNDERGROUND_METAL_ALLOW_CAS + minimap_color = MINIMAP_AREA_CAVES -/area/strata/ag/interior/outpost/canteen/jungle_lock - name = "Outpost General Cave Lock" +/area/strata/ag/interior/outside/bball/cave //come on BURST AND DIE. + name = "Outpost - B-Ball Caves" + icon_state = "hive_1" + ceiling = CEILING_UNDERGROUND_BLOCK_CAS + minimap_color = MINIMAP_AREA_CAVES_DEEP -///JUNGLE STRUCTURES - UNDERGROUND/// +//-Underground Dorms -/area/strata/ug/interior/outpost/jung - name = "Underground Jungle Structures" - icon_state = "ug_jung_dorm" +/area/strata/ug/interior/outpost + name = "Do not use." + icon_state = "shed_x_ug" minimap_color = MINIMAP_AREA_CAVES -/area/strata/ug/interior/outpost/jung/dorms - name = "Underground Dorms" +/area/strata/ug/interior/outpost/underground_dorms + name = "Do not use." + icon_state = "ug_jung_dorm" + minimap_color = MINIMAP_AREA_CAVES_STRUCTURE -/area/strata/ug/interior/outpost/jung/dorms/sec1 +/area/strata/ug/interior/outpost/underground_dorms/sec1 name = "Underground Security Dorm #1" -/area/strata/ug/interior/outpost/jung/dorms/sec2 +/area/strata/ug/interior/outpost/underground_dorms/sec2 name = "Underground Security Dorm #2" -/area/strata/ug/interior/outpost/jung/dorms/admin1 +/area/strata/ug/interior/outpost/underground_dorms/admin1 name = "Underground General Staff Dorm #1" -/area/strata/ug/interior/outpost/jung/dorms/admin2 +/area/strata/ug/interior/outpost/underground_dorms/admin2 name = "Underground General Staff Dorm #2" -/area/strata/ug/interior/outpost/jung/dorms/admin3 +/area/strata/ug/interior/outpost/underground_dorms/admin3 name = "Underground General Staff Dorm #3" -/area/strata/ug/interior/outpost/jung/dorms/admin4 - name = "Underground Colony Administration Dorm #1" - -/area/strata/ug/interior/outpost/jung/dorms/engi1 - name = "Underground Engineering Dorm #1" - -/area/strata/ug/interior/outpost/jung/dorms/engi2 - name = "Underground Engineering Dorm #2" - -/area/strata/ug/interior/outpost/jung/dorms/engi3 - name = "Underground Engineering Dorm #3" - -/area/strata/ug/interior/outpost/jung/dorms/engi4 - name = "Underground Engineering Dorm #4" +/area/strata/ug/interior/outpost/underground_dorms/admin4 + name = "Underground General Staff Dorm #4" -/area/strata/ug/interior/outpost/jung/dorms/med1 +/area/strata/ug/interior/outpost/underground_dorms/med1 name = "Underground Medical Dorm #1" + requires_power = 1 -/area/strata/ug/interior/outpost/jung/dorms/med2 +/area/strata/ug/interior/outpost/underground_dorms/med2 name = "Underground Medical Dorm #2" + requires_power = TRUE +//-Underground platform -////END OUTPOST DEFINES//// +/area/strata/ug/interior/outpost/platform + name = "Underground Platform" + icon_state = "ug_jung_1" + minimap_color = MINIMAP_AREA_MEDBAY_CAVE -///DEEP JUNGLE/// +//-Underground Jungle /area/strata/ug/interior/jungle - name = "Underground Jungle" + name = "Do not use." icon_state = "ug_jung_0" minimap_color = MINIMAP_AREA_JUNGLE - -/area/strata/ug/interior/jungle/platform - name = "Underground Platform" - icon_state = "ug_jung_2" - -/area/strata/ug/interior/jungle/platform/south - name = "Underground Platform South" - -/area/strata/ug/interior/jungle/platform/south/scrub - name = "Underground Platform South Scrub" - icon_state = "ug_jung_1" - -/area/strata/ug/interior/jungle/platform/east - name = "Underground Platform East" - -/area/strata/ug/interior/jungle/platform/east/scrub - name = "Underground Platform East Scrub" - icon_state = "ug_jung_1" - -/area/strata/ug/interior/jungle/deep - name = "Deep Jungle" - ceiling = CEILING_DEEP_UNDERGROUND - -/area/strata/ug/interior/jungle/deep/carplake - name = "Deep Jungle - Carp Lake Shores" - icon_state = "ug_jung_2" - -/area/strata/ug/exterior - ceiling = CEILING_NONE - -/area/strata/ug/exterior/jungle/deep/carplake_water - name = "Deep Jungle - Carp Lake Waters" - icon_state = "ug_jung_5" - -/area/strata/ug/exterior/jungle/deep/carplake_center - name = "Deep Jungle - Carp Lake Center Island" +/area/strata/ug/interior/jungle/carplake + name = "Do not use." icon_state = "ug_jung_1" - -/area/strata/ug/interior/jungle/deep/north_carp +/area/strata/ug/interior/jungle/carplake/north name = "Deep Jungle - North of Carp Lake" icon_state = "ug_jung_6" -/area/strata/ug/interior/jungle/deep/south_carp - name = "Deep Jungle - South of Carp Lake" - icon_state = "ug_jung_3" - -/area/strata/ug/interior/jungle/deep/east_carp +/area/strata/ug/interior/jungle/carplake/east name = "Deep Jungle - East of Carp Lake" icon_state = "ug_jung_5" -/area/strata/ug/interior/jungle/deep/tearlake - name = "Deep Jungle - Weeping Pool" - icon_state = "ug_jung_3" - -/area/strata/ug/interior/jungle/deep/tearlake_south - name = "Deep Jungle - South of Weeping Pool" - icon_state = "ug_jung_8" - -/area/strata/ug/interior/jungle/deep/tearlake_north - name = "Deep Jungle - North of Weeping Pool" - icon_state = "ug_jung_3" - -/area/strata/ug/interior/jungle/deep/tearlake_east - name = "Deep Jungle - East of Weeping Pool" - icon_state = "ug_jung_6" - -/area/strata/ug/interior/jungle/deep/tearlake_west - name = "Deep Jungle - West of Weeping Pool" - icon_state = "ug_jung_5" +/area/strata/ug/interior/jungle/platform + name = "Do not use." + icon_state = "ug_jung_1" -/area/strata/ug/interior/jungle/deep/south_dorms - name = "Deep Jungle - South Dorms" +/area/strata/ug/interior/jungle/platform/south + name = "Deep Jungle - South of Underground Platform" icon_state = "ug_jung_4" -/area/strata/ug/interior/jungle/deep/east_dorms - name = "Deep Jungle - East Dorms" +/area/strata/ug/interior/jungle/platform/east + name = "Deep Jungle - East of Underground Platform" icon_state = "ug_jung_0" -/area/strata/ug/interior/jungle/deep/structures - name = "Deep Jungle - Unknown Structure" - icon_state = "ug_jung_1" +/area/strata/ug/interior/jungle/structures + name = "Do not use." + icon_state = "ug_jung_mine_1" ceiling = CEILING_DEEP_UNDERGROUND_METAL -/area/strata/ug/interior/jungle/deep/structures/res +/area/strata/ug/interior/jungle/structures/research icon_state = "ug_jung_2" name = "Deep Jungle - Classified Research Station" + minimap_color = MINIMAP_AREA_RESEARCH -/area/strata/ug/interior/jungle/deep/south_res +/area/strata/ug/interior/jungle/structures/research/south icon_state = "ug_jung_3" name = "Deep Jungle - South of Classified Research Station" + minimap_color = MINIMAP_AREA_JUNGLE -/area/strata/ug/interior/jungle/deep/hotsprings +/area/strata/ug/interior/jungle/structures/research/hot_springs icon_state = "ug_jung_4" name = "Deep Jungle - Hot Springs" + minimap_color = MINIMAP_AREA_JUNGLE -/area/strata/ug/interior/jungle/deep/structures/engi - icon_state = "ug_jung_5" - name = "Deep Jungle - Planetary Core Monitoring" - -/area/strata/ug/interior/jungle/deep/south_engi - icon_state = "ug_jung_7" - name = "Deep Jungle - South of Core Monitoring" - -/area/strata/ug/interior/jungle/deep/east_engi - icon_state = "ug_jung_6" - name = "Deep Jungle - East of Core Monitoring" - -/area/strata/ug/interior/jungle/deep/west_engi - icon_state = "ug_jung_8" - name = "Deep Jungle - West of Core Monitoring" - -/area/strata/ug/interior/jungle/deep/minehead +/area/strata/ug/interior/jungle/structures/research/old_tunnels icon_state = "ug_jung_mine_1" name = "Deep Jungle - Old Tunnels" + minimap_color = MINIMAP_AREA_JUNGLE -/area/strata/ug/interior/jungle/deep/minehead/north - icon_state = "ug_jung_mine_2" - name = "Deep Jungle - North Old Tunnels" +/area/strata/ug/interior/jungle/structures/monitoring + icon_state = "ug_jung_5" + name = "Deep Jungle - Planetary Core Monitoring" + minimap_color = MINIMAP_AREA_CAVES_STRUCTURE -/area/strata/ug/interior/jungle/deep/minehead/south - icon_state = "ug_jung_mine_3" - name = "Deep Jungle - South Old Tunnels" +/area/strata/ug/interior/jungle/structures/monitoring/west + icon_state = "ug_jung_6" + name = "Deep Jungle - West of Planetary Core Monitoring" + minimap_color = MINIMAP_AREA_JUNGLE -/area/strata/ug/interior/jungle/deep/minehead/east - icon_state = "ug_jung_mine_4" - name = "Deep Jungle - East Old Tunnels" +/area/strata/ug/interior/jungle/structures/monitoring/south + icon_state = "ug_jung_7" + name = "Deep Jungle - South of Planetary Core Monitoring" + minimap_color = MINIMAP_AREA_JUNGLE -/area/strata/ug/interior/jungle/deep/minehead/west - icon_state = "ug_jung_mine_5" - name = "Deep Jungle - West Old Tunnels" +/area/strata/ug/interior/jungle/structures/monitoring/east + icon_state = "ug_jung_8" + name = "Deep Jungle - East of Planetary Core Monitoring" + minimap_color = MINIMAP_AREA_JUNGLE -/area/strata/ug/interior/jungle/deep/minehead/ruins +/area/strata/ug/interior/jungle/structures/ruin icon_state = "ug_jung_mine_4" name = "Deep Jungle - Ancient Dorms" +/area/strata/ug/interior/jungle/tearlake + name = "Deep Jungle - Weeping Pool" + icon_state = "ug_jung_3" +//-Others - +/area/strata/ag/interior/restricted + name = "Super Secret Credits Room" + icon_state = "marshwater" + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL diff --git a/code/game/turfs/strata.dm b/code/game/turfs/strata.dm index e561ddbc5501..a3e559e4bda3 100644 --- a/code/game/turfs/strata.dm +++ b/code/game/turfs/strata.dm @@ -64,6 +64,9 @@ /turf/open/floor/strata/blue4/north dir = NORTH +/turf/open/floor/strata/blue4/east + dir = EAST + /turf/open/floor/strata/red3 icon_state = "red3" @@ -91,6 +94,9 @@ /turf/open/floor/strata/blue3 icon_state = "blue3" +/turf/open/floor/strata/blue3/southwest + dir = SOUTHWEST + /turf/open/floor/strata/blue3/east dir = EAST diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index c95fa6af5045..36795ef7918d 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -252,17 +252,15 @@ if("tube") switch(dir) if(NORTH) - pixel_y = 23 + pixel_y = 6 if(EAST) - pixel_x = 10 + pixel_x = 6 if(WEST) - pixel_x = -10 + pixel_x = -4 if("bulb") switch(dir) if(NORTH) - pixel_y = 10 - if(SOUTH) - pixel_y = -10 + pixel_y = 23 if(EAST) pixel_x = 10 if(WEST) diff --git a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm index c2622e78ba80..1da9bd873c31 100644 --- a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm +++ b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm @@ -1,7 +1,4 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aaa" = ( -/turf/open/space, -/area/space) "aab" = ( /turf/closed/shuttle{ dir = 1; @@ -17,64 +14,63 @@ "aaf" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aag" = ( /obj/effect/landmark/xeno_spawn, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aah" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/disposaloutlet, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/exterior/paths/far_north_outpost) "aaj" = ( /obj/item/storage/large_holster/machete/full, /obj/structure/largecrate/random/barrel/green, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/exterior/paths/far_north_outpost) "aak" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/exterior/paths/far_north_outpost) "aal" = ( /obj/structure/bed/nest, /obj/effect/landmark/corpsespawner/upp, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aam" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aan" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgibdown1" }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aao" = ( /obj/structure/bed/nest, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aap" = ( /obj/item/weapon/gun/rifle/type71/carbine, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aaq" = ( /obj/effect/decal/remains/xeno, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aar" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aas" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aat" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -82,7 +78,7 @@ icon_state = "p_stair_ew_half_cap" }, /turf/open/floor/strata/floor3, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aau" = ( /obj/structure/platform/strata{ dir = 1 @@ -92,52 +88,51 @@ }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aav" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aaw" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgibdown1" }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aax" = ( /obj/structure/bed/nest, /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/corpsespawner/upp, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aay" = ( /obj/structure/platform/strata{ dir = 1 }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aaz" = ( /obj/structure/machinery/power/monitor{ name = "Main Power Grid Monitoring" }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aaA" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/spray/cleaner, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aaB" = ( /obj/structure/bed{ icon_state = "abed" }, /obj/item/bedsheet/medical, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aaC" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -145,19 +140,18 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/spray/cleaner, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aaD" = ( /obj/structure/bed{ icon_state = "abed" }, /obj/item/bedsheet/medical, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aaE" = ( /obj/structure/platform/strata{ dir = 1 @@ -167,36 +161,36 @@ }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aaF" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aaG" = ( /obj/structure/machinery/computer/communications{ pixel_y = 10 }, /obj/structure/surface/table/reinforced/prison, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aaH" = ( /obj/structure/platform_decoration/strata{ dir = 4 }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aaI" = ( /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aaJ" = ( /obj/structure/fence, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aaK" = ( /turf/closed/wall/wood, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aaL" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -204,192 +198,188 @@ /obj/structure/window/reinforced/tinted, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aaM" = ( /obj/structure/fence, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aaO" = ( /obj/structure/surface/rack, /obj/item/tool/shovel/snow, /obj/item/device/flashlight/flare, /obj/item/device/flashlight, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aaP" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aaQ" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aaR" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aaS" = ( /obj/structure/bedsheetbin, /obj/structure/machinery/light/small, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aaT" = ( /obj/structure/bedsheetbin, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aaU" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aaW" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aaX" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/surgical_tray, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aaZ" = ( /obj/structure/surface/rack, /obj/item/roller/medevac, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aba" = ( /turf/open/floor/interior/tatami, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "abb" = ( /obj/effect/decal/remains/xeno, /obj/effect/decal/cleanable/blood{ icon_state = "xgibdown1" }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "abc" = ( /obj/structure/machinery/optable, /obj/item/tank/anesthetic, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "abd" = ( /obj/structure/machinery/door/airlock/almayer/medical/colony{ dir = 8 }, /turf/open/floor/interior/tatami, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "abe" = ( /obj/item/roller, /obj/item/roller, /obj/structure/surface/rack, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "abf" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/door/window/eastright, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "abg" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "abh" = ( /obj/structure/closet/secure_closet/chemical{ req_access = null }, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "abi" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 }, /turf/closed/wall/wood, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "abj" = ( /obj/structure/bed/nest, /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/corpsespawner/miner, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "abk" = ( /obj/structure/bed/nest, /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/corpsespawner/russian, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "abl" = ( /obj/effect/landmark/yautja_teleport, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area/central) +/area/strata/ag/exterior/paths/far_north_outpost) "abo" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "abq" = ( /obj/structure/platform_decoration/strata{ dir = 8 }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "abr" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "abs" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/medium, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "abt" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras, +/obj/structure/machinery/computer/cameras/wooden_tv, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "abu" = ( /obj/structure/surface/rack, /obj/item/tank/emergency_oxygen/engi, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "abv" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "abw" = ( /obj/structure/platform_decoration/strata, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aby" = ( /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "abz" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "abA" = ( /obj/structure/fence, /turf/open/auto_turf/snow/brown_base/layer0, @@ -398,14 +388,14 @@ /obj/structure/bed/nest, /obj/effect/landmark/corpsespawner/upp, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "abC" = ( /turf/closed/wall/resin/membrane/strata/on_tiles, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "abD" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "abE" = ( /obj/structure/surface/rack, /obj/item/storage/pill_bottle/bicaridine, @@ -414,7 +404,7 @@ dir = 8 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "abF" = ( /obj/structure/surface/rack, /obj/item/ammo_magazine/rifle/type71, @@ -422,54 +412,54 @@ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "abH" = ( /obj/structure/surface/rack, /obj/item/storage/box/explosive_mines, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "abI" = ( /obj/structure/surface/rack, /obj/item/storage/box/cdeathalarm_kit, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "abJ" = ( /obj/structure/surface/rack, /obj/item/storage/box/attachments, /obj/item/storage/box/attachments, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "abK" = ( /obj/structure/closet/wardrobe/grey, /obj/effect/landmark/wo_supplies/storage/mines, /obj/effect/landmark/wo_supplies/storage/mines, -/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "abL" = ( -/obj/item/ammo_magazine/rifle/type71, -/obj/item/ammo_magazine/rifle/type71, -/obj/structure/surface/rack, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/asphalt/cement, +/area/strata/ag/exterior/paths/mining_outpost_exterior) "abM" = ( /obj/item/stack/rods, /obj/effect/decal/cleanable/blood/gibs/core, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "abN" = ( /obj/item/stack/rods, /obj/structure/bed/chair{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "abO" = ( /obj/structure/platform/strata{ dir = 1 @@ -482,19 +472,19 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "abP" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "abQ" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "abR" = ( /obj/structure/platform/strata{ dir = 1 @@ -504,47 +494,42 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) -"abS" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ag/exterior/paths/far_north_outpost) "abT" = ( /obj/structure/surface/rack, /obj/item/storage/pill_bottle/bicaridine, /obj/item/tool/crowbar, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "abU" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "abV" = ( /obj/structure/surface/rack, /obj/item/ammo_magazine/rifle/type71, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "abW" = ( /obj/structure/window/reinforced/tinted, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "abX" = ( /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "abY" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "abZ" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aca" = ( /obj/structure/sink{ dir = 8; @@ -554,33 +539,32 @@ pixel_x = -29 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acb" = ( /obj/structure/toilet{ dir = 8 }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acc" = ( /obj/structure/platform/strata, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "acd" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "ace" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/asphalt/cement, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "acg" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata/metal{ @@ -590,14 +574,14 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "ach" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aci" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 @@ -607,41 +591,40 @@ }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "acj" = ( /obj/effect/decal/cleanable/vomit, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "ack" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "acl" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/effect/landmark/xeno_spawn, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "acm" = ( /obj/structure/largecrate/random/barrel/white, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acn" = ( /obj/structure/reagent_dispensers, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aco" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/spray/cleaner, /obj/item/paper_bin, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acp" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acq" = ( /obj/structure/machinery/shower{ dir = 8 @@ -654,21 +637,21 @@ dir = 8 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acr" = ( /obj/item/stack/rods, /obj/structure/inflatable/door, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "acs" = ( /obj/effect/decal/cleanable/blood, /obj/structure/inflatable/door, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "act" = ( /obj/structure/inflatable/door, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "acu" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 @@ -678,7 +661,7 @@ }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "acv" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata, @@ -686,7 +669,7 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "acw" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 @@ -697,68 +680,67 @@ /obj/structure/platform/strata, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "acx" = ( /obj/structure/bed/nest, /obj/effect/landmark/corpsespawner/doctor, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "acy" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgibdown1" }, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "acz" = ( /obj/effect/decal/cleanable/ash, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "acA" = ( /obj/structure/window/reinforced/tinted, /obj/structure/largecrate/random/barrel/yellow, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acB" = ( /obj/structure/window/reinforced/tinted, /obj/structure/largecrate/random/barrel/white, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acE" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acF" = ( /obj/structure/bed/chair/office/light{ dir = 8 }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acG" = ( /obj/structure/window/reinforced/tinted, /obj/item/stool, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acH" = ( /obj/item/stool, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acI" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "acJ" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "acK" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "acL" = ( /obj/structure/machinery/scoreboard{ id = "basketball"; @@ -768,46 +750,37 @@ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "acM" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/obj/effect/landmark/corpsespawner/russian, -/obj/structure/bed/roller, +/obj/structure/machinery/light/small, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) -"acN" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/outpost/canteen/personal_storage) "acO" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "acP" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "acQ" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "acR" = ( /obj/effect/decal/remains/xeno, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "acS" = ( /obj/structure/machinery/disposal, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "acT" = ( /obj/structure/filingcabinet, /obj/structure/window/reinforced/tinted{ @@ -815,20 +788,20 @@ }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acU" = ( /turf/open/auto_turf/ice/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "acV" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acW" = ( /obj/structure/bed/nest, /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/corpsespawner/upp, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "acX" = ( /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, @@ -836,97 +809,104 @@ "acY" = ( /obj/structure/platform/strata/metal, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "acZ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/paper_bin, /obj/item/tool/pen/blue, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ada" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ dir = 1 }, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adb" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adc" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/xeno_spawn, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "add" = ( /obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ade" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adf" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/box/ids, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adg" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adh" = ( -/obj/structure/sign/safety/bulkhead_door, -/turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/gen/bball/nest) +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/engi/drome) "adi" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "adj" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "adk" = ( /obj/structure/machinery/weather_siren{ dir = 1; pixel_y = 28 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "adl" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "adm" = ( /obj/structure/bed/nest, /obj/effect/decal/cleanable/blood/gibs/core, /obj/item/weapon/gun/rifle/type71/carbine, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "adn" = ( /obj/structure/bed/nest, /obj/effect/landmark/crap_item, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "ado" = ( /turf/open/floor/strata/floor3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "adq" = ( /obj/structure/machinery/weather_siren{ dir = 8; @@ -935,51 +915,50 @@ }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "ads" = ( /obj/structure/inflatable/popped/door, -/obj/effect/decal/cleanable/blood, /turf/open/floor/strata/orange_cover, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "adt" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "adw" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "adx" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ady" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adz" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adA" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adB" = ( /obj/structure/closet/basketball, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "adC" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "adD" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -994,7 +973,7 @@ dir = 8 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "adE" = ( /obj/effect/decal/warning_stripes{ icon_state = "N" @@ -1006,7 +985,7 @@ dir = 1 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "adF" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -1021,20 +1000,20 @@ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "adG" = ( /obj/structure/closet/basketball, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "adH" = ( /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "adI" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/platform/strata, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "adJ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 @@ -1042,41 +1021,36 @@ /obj/structure/platform/strata, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "adK" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "adM" = ( /obj/structure/inflatable/popped/door, /obj/effect/decal/cleanable/dirt, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "adN" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "adO" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/effect/decal/cleanable/ash, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "adP" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) -"adQ" = ( -/turf/closed/wall/wood, -/area/strata/ug/interior) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "adR" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/phone{ @@ -1086,64 +1060,64 @@ /obj/item/tool/kitchen/utensil/pfork, /obj/item/device/flashlight/lamp, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adS" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "adT" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adU" = ( /obj/structure/closet/secure_closet/security/soro, /obj/item/reagent_container/food/snacks/carpmeat, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adV" = ( /obj/structure/filingcabinet, /obj/structure/window/reinforced/tinted, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adW" = ( /obj/item/stack/rods, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "adX" = ( /obj/structure/barricade/handrail/strata, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adY" = ( /obj/structure/bed/chair{ dir = 8 }, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adZ" = ( /obj/structure/machinery/cm_vending/sorted/boozeomat, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aea" = ( /obj/structure/machinery/vending/cigarette/colony, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeb" = ( /obj/structure/machinery/vending/snack, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aec" = ( -/obj/structure/machinery/vending/coffee, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/turf/open/floor/strata, +/area/strata/ag/exterior/outpost_decks) "aed" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -1152,24 +1126,24 @@ dir = 8 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "aee" = ( /obj/structure/closet/secure_closet/personal, /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "aef" = ( /obj/structure/inflatable/door, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aeg" = ( /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "aeh" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ @@ -1179,45 +1153,41 @@ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aei" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aej" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 8 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aek" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aem" = ( /obj/item/fuel_cell, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) -"aen" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/interior/mining_outpost/hive) "aep" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeq" = ( /obj/structure/machinery/light/small{ - dir = 4 + dir = 8 }, -/turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/admin) "aer" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -1227,18 +1197,18 @@ dir = 4 }, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aes" = ( /obj/structure/bed/nest, /obj/item/storage/pill_bottle/inaprovaline/skillless, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "aet" = ( /obj/structure/closet/secure_closet/personal, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "aeu" = ( /obj/effect/decal/warning_stripes{ icon_state = "NS-center" @@ -1246,39 +1216,35 @@ /obj/effect/decal/warning_stripes, /obj/item/toy/beach_ball/holoball, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "aev" = ( /obj/effect/landmark/corpsespawner/upp, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aex" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aez" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aeB" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeC" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeD" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aeE" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -1286,13 +1252,13 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/cheesecakeslice, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeF" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeH" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/waterbottle, @@ -1302,59 +1268,59 @@ dir = 8 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "aeJ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aeK" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aeL" = ( /obj/structure/bedsheetbin, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aeM" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aeN" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aeR" = ( /obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeS" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeT" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeU" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aeV" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aeW" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeX" = ( /obj/structure/filingcabinet{ layer = 2.9 @@ -1366,40 +1332,40 @@ /turf/closed/shuttle/ert{ icon_state = "upp27" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeZ" = ( /turf/closed/shuttle/ert{ icon_state = "upp25" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afa" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afb" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /obj/item/stack/rods, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afc" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6" }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afd" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afe" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aff" = ( /obj/item/lightstick/planted, /turf/closed/wall/strata_ice/dirty, @@ -1407,7 +1373,7 @@ "afg" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "afh" = ( /obj/effect/decal/warning_stripes{ icon_state = "NS-center" @@ -1416,7 +1382,7 @@ icon_state = "S" }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "afi" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -1432,7 +1398,7 @@ }, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "afj" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -1445,40 +1411,34 @@ }, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "afk" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/wood, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "afl" = ( /obj/structure/inflatable/door, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "afm" = ( /obj/structure/inflatable/popped/door, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "afn" = ( /obj/structure/inflatable/popped/door, /obj/effect/decal/cleanable/dirt, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "afo" = ( /obj/structure/inflatable/door, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "afq" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) -"afr" = ( -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "afs" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_10" @@ -1488,7 +1448,7 @@ }, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aft" = ( /obj/structure/sink{ dir = 8; @@ -1496,7 +1456,7 @@ }, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "afu" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_10" @@ -1506,65 +1466,63 @@ }, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afv" = ( -/obj/structure/platform/strata{ - dir = 1 +/obj/structure/machinery/light{ + dir = 4 }, -/obj/structure/platform/strata, -/obj/effect/blocker/sorokyne_cold_water, -/turf/open/gm/river, -/area/strata/ag/interior/dorms) +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outside/engineering/parts_storage) "afw" = ( /turf/closed/shuttle/ert{ icon_state = "upp22" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afx" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications, /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afy" = ( /turf/closed/shuttle/ert{ icon_state = "upp23" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afz" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "afA" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/tool/stamp, /obj/item/paper_bin, /obj/item/device/megaphone, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afD" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "afE" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "afF" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "afG" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/tool, @@ -1572,22 +1530,19 @@ /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi/drome) "afH" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 1 +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 8; + name = "\improper Airlock" }, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/engi) "afI" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "afJ" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/pipes/standard/simple/hidden/cyan{ @@ -1595,197 +1550,181 @@ }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/maintenance) -"afK" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "afL" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "afM" = ( /obj/structure/machinery/washing_machine, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "afN" = ( /obj/structure/bedsheetbin, /obj/structure/machinery/camera/autoname{ dir = 4 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "afO" = ( /obj/effect/decal/cleanable/blood/gibs/down, /obj/item/dogtag, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "afP" = ( -/obj/structure/machinery/washing_machine, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/bball) +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/asphalt/cement, +/area/strata/ag/exterior/paths/mining_outpost_exterior) "afQ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "afS" = ( /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "afT" = ( /obj/structure/inflatable/door, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afU" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/obj/structure/inflatable/popped/door, -/turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/obj/structure/surface/rack, +/obj/item/stack/sheet/plasteel/medium_stack, +/obj/item/stack/sheet/plasteel/medium_stack, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/engi) "afV" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "afW" = ( /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "afX" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afY" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 1 }, /turf/open/floor/almayer/test_floor5, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afZ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aga" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/faxmachine, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "agb" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "agc" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "age" = ( /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "agf" = ( -/obj/structure/bedsheetbin, -/turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/gen/bball) +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/outpost/foyer) "agg" = ( /obj/structure/bedsheetbin, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "agh" = ( -/obj/structure/machinery/washing_machine, -/obj/effect/decal/cleanable/blood/gibs/down, /obj/structure/machinery/light/small{ dir = 4 }, -/turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/bball) +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/mining_outpost/maintenance) "agi" = ( /obj/effect/decal/cleanable/dirt, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "agl" = ( -/obj/structure/machinery/light/small, /obj/structure/inflatable/popped/door, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "agm" = ( -/obj/structure/inflatable/door, -/obj/structure/machinery/light/small, -/turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/hallways/south) "agn" = ( /obj/structure/barricade/handrail/strata, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ago" = ( /turf/closed/shuttle/ert{ icon_state = "upp4" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "agp" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/tool, /turf/open/floor/almayer/test_floor5, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "agq" = ( /obj/structure/bed/chair/dropship/passenger, /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "agr" = ( /obj/structure/machinery/space_heater, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ags" = ( /obj/effect/spawner/random/tool, /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "agt" = ( /obj/effect/landmark/xeno_spawn, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "agu" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/floor/almayer/test_floor5, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "agv" = ( /turf/closed/shuttle/ert{ icon_state = "upp5" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "agw" = ( /obj/structure/filingcabinet, /turf/open/floor/strata/blue1, @@ -1793,11 +1732,11 @@ "agx" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "agy" = ( /obj/item/stack/rods, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "agz" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -1807,7 +1746,7 @@ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "agA" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -1826,14 +1765,14 @@ }, /obj/effect/landmark/survivor_spawner, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "agC" = ( -/obj/effect/decal/remains/xeno, /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "agD" = ( /obj/effect/decal/cleanable/blood, /obj/item/ammo_magazine/revolver/cmb{ @@ -1844,35 +1783,31 @@ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "agE" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/engi/drome) "agF" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "agG" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "agH" = ( /obj/structure/barricade/snow{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "agI" = ( /obj/structure/bed/nest, /obj/item/weapon/gun/revolver/cmb{ @@ -1881,73 +1816,69 @@ }, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "agJ" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "agK" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/spray/cleaner, /obj/item/reagent_container/food/snacks/flour, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "agL" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/microwave, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "agM" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/reagentgrinder, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "agN" = ( /obj/structure/sign/safety/fire_haz, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms/canteen) -"agO" = ( -/turf/open/space/basic, -/area/space) +/area/strata/ag/interior/mining_outpost/canteen) "agP" = ( /obj/structure/machinery/gibber, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "agQ" = ( /obj/structure/closet/lasertag/red, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "agR" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "agS" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "agT" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "agU" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "agV" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "ahc" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "ahd" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_10" @@ -1958,8 +1889,11 @@ /obj/structure/barricade/handrail/strata{ dir = 4 }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahe" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_10" @@ -1971,23 +1905,23 @@ dir = 8 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahf" = ( /obj/structure/barricade/handrail/strata{ dir = 1 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahg" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "ahh" = ( /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahi" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahj" = ( /obj/item/stack/catwalk, /obj/structure/disposalpipe/segment{ @@ -1998,25 +1932,25 @@ dir = 8 }, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahk" = ( /obj/item/stack/catwalk, /obj/structure/disposalpipe/segment{ dir = 8 }, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahl" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahm" = ( /obj/item/stack/catwalk, /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahn" = ( /turf/open/auto_turf/ice/layer2, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aho" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -2027,26 +1961,25 @@ }, /obj/item/paper_bin, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahp" = ( /obj/item/storage/box/donkpockets, /obj/item/storage/box/donkpockets, /obj/structure/surface/rack, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahq" = ( /obj/structure/closet, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "ahr" = ( /obj/structure/closet/fireaxecabinet, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "ahs" = ( -/obj/effect/decal/remains/xeno, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/mining_outpost/flight_control) "aht" = ( /obj/structure/bed/nest, /obj/item/ammo_magazine/revolver/cmb{ @@ -2056,28 +1989,28 @@ /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/corpsespawner/russian, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "ahu" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahv" = ( /obj/structure/mirror{ pixel_y = 28 }, /obj/structure/largecrate/guns/russian, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahw" = ( /obj/structure/machinery/processor, /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahx" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -2086,20 +2019,20 @@ dir = 4 }, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahy" = ( /obj/structure/kitchenspike, /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahz" = ( /obj/structure/barricade/snow{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "ahA" = ( /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, @@ -2110,15 +2043,11 @@ /obj/structure/platform_decoration/strata, /turf/open/gm/river, /area/strata/ag/exterior/marsh/river) -"ahG" = ( -/obj/structure/flora/grass/tallgrass/jungle, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) "ahH" = ( /obj/item/stack/catwalk, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahI" = ( /obj/structure/disposalpipe/segment{ layer = 5.1; @@ -2126,63 +2055,63 @@ }, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahJ" = ( -/obj/structure/surface/rack, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahK" = ( /turf/open/gm/coast/beachcorner/north_west, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "ahL" = ( /obj/structure/disposalpipe/segment{ layer = 5.1; name = "water pipe" }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahM" = ( /obj/effect/spawner/random/tool, /turf/open/floor/almayer/test_floor5, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahN" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" }, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahO" = ( /obj/structure/filingcabinet/filingcabinet, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "ahP" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "ahQ" = ( /obj/structure/machinery/door/airlock/almayer/security/colony{ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "ahR" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "ahS" = ( /obj/item/stack/rods, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "ahT" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -2191,91 +2120,91 @@ dir = 4 }, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahU" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahV" = ( /obj/structure/pipes/vents/pump{ dir = 8 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahW" = ( /obj/item/stack/sandbags, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahX" = ( /obj/structure/closet/secure_closet/freezer/fridge, /obj/item/reagent_container/food/drinks/milk, /obj/item/reagent_container/food/drinks/milk, /obj/item/reagent_container/food/drinks/milk, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahY" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "ahZ" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aia" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aic" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aig" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "genericbush_4" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aih" = ( /obj/effect/landmark/crap_item, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aii" = ( /obj/structure/machinery/computer/guestpass, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aij" = ( /obj/item/device/flashlight/lamp, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aik" = ( /obj/item/storage/firstaid/adv, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ail" = ( /obj/structure/machinery/computer/cameras, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aim" = ( /turf/closed/shuttle/ert{ icon_state = "upp_leftengine" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ain" = ( /turf/closed/shuttle/ert{ icon_state = "upp8" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aio" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -2286,7 +2215,7 @@ }, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aip" = ( /obj/structure/disposalpipe/segment{ layer = 5.1; @@ -2294,30 +2223,30 @@ }, /obj/item/stack/catwalk, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aiq" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" }, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "air" = ( /obj/item/stool, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ais" = ( /turf/closed/shuttle/ert{ icon_state = "upp9" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ait" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aiu" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -2327,29 +2256,29 @@ dir = 8 }, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aiv" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aiw" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "aix" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "aiy" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "aiz" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -2358,13 +2287,13 @@ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "aiA" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "aiB" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" @@ -2374,7 +2303,7 @@ pixel_y = -4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "aiC" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/item/ammo_magazine/revolver/cmb{ @@ -2383,71 +2312,61 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "aiD" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "aiE" = ( /obj/structure/bed/nest, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "aiF" = ( /obj/item/tool/kitchen/rollingpin, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "aiG" = ( /obj/structure/sink{ dir = 4; pixel_x = 11 }, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "aiH" = ( /obj/structure/sign/safety/fridge, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "aiI" = ( /obj/structure/barricade/snow{ dir = 8 }, /obj/structure/barricade/snow, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aiJ" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 10 +/obj/structure/bed{ + icon_state = "abed" }, -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/turf/open/floor/strata/floor3/east, +/area/strata/ug/interior/outpost/underground_dorms/med1) "aiK" = ( /obj/structure/barricade/snow{ dir = 4 }, /obj/structure/barricade/snow, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aiL" = ( /obj/structure/machinery/weather_siren, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "aiM" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/southeast, /area/strata/ag/interior/outpost/canteen/personal_storage) -"aiN" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ - name = "\improper Airlock" - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/canteen/personal_storage) -"aiO" = ( -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/canteen/personal_storage) "aiP" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -2456,69 +2375,59 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/river) -"aiT" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "brflowers_1" - }, -/turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/tearlake) "aiU" = ( /obj/structure/machinery/computer/cameras{ dir = 4 }, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aiV" = ( /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aiW" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aiX" = ( /obj/item/clipboard, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aiY" = ( /obj/structure/machinery/computer/cameras{ dir = 8 }, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aiZ" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) -"aja" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior) +/area/strata/ag/exterior/paths/far_north_outpost) "ajb" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_3"; opacity = 0 }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajc" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "ajd" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aje" = ( /obj/structure/machinery/washing_machine, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajf" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -2527,68 +2436,66 @@ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "ajg" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "ajh" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aji" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "ajj" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "ajk" = ( -/obj/item/weapon/gun/revolver/cmb{ - pixel_x = 6; - pixel_y = -4 - }, /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) -"ajl" = ( -/obj/effect/decal/cleanable/blood, /turf/closed/wall/resin/strata/on_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) +"ajl" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/exterior/vanyard) "ajm" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/largecrate/random, /obj/item/storage/backpack/lightpack, /obj/item/storage/belt/shotgun, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "ajn" = ( /obj/structure/machinery/vending/cigarette/colony, /obj/item/clothing/head/soft/ferret{ pixel_y = 9 }, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ajo" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/eggplantparm, /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ajp" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/jellysandwich, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ajr" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/tool/kitchen/utensil/pspoon, @@ -2598,28 +2505,18 @@ }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ajs" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 2; name = "\improper Airlock" }, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ajt" = ( /obj/structure/surface/rack, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) -"aju" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) -"ajv" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/disposals) +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/mining_outpost/maintenance) "ajw" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -2647,44 +2544,43 @@ icon_state = "gib6" }, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajD" = ( /obj/item/clipboard, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajE" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajF" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_2"; opacity = 0 }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajG" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajH" = ( /obj/structure/bookcase, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajI" = ( /obj/item/stool, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajJ" = ( /obj/structure/bedsheetbin, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajK" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "ajM" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/cleanable/blood{ @@ -2692,25 +2588,25 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "ajN" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "ajO" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/faxmachine, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "ajQ" = ( /obj/structure/largecrate/random/secure, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "ajR" = ( /obj/structure/barricade/wooden{ dir = 1 }, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ajS" = ( /obj/structure/surface/table/reinforced/almayer_B, /obj/structure/window{ @@ -2729,25 +2625,24 @@ }, /obj/structure/window, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "ajT" = ( /obj/structure/surface/table/reinforced/almayer_B, /obj/structure/prop/cash_register/off/open{ pixel_y = 8 }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "ajU" = ( /obj/structure/machinery/chem_dispenser/soda{ pixel_y = 22 }, /obj/structure/surface/table/reinforced/almayer_B, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "ajV" = ( /obj/structure/machinery/washing_machine, /turf/open/floor/strata/floor3, @@ -2755,12 +2650,9 @@ "ajW" = ( /obj/item/stack/rods, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "ajX" = ( /obj/structure/closet/wardrobe/suit, -/obj/structure/machinery/light/small{ - dir = 1 - }, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/canteen/personal_storage) "ajY" = ( @@ -2770,79 +2662,68 @@ /area/strata/ag/interior/outpost/canteen/personal_storage) "ajZ" = ( /obj/structure/closet/secure_closet/personal, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/item/clothing/suit/storage/bomber, /turf/open/floor/strata/red1, /area/strata/ag/interior/outpost/canteen/personal_storage) "aka" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "akb" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/structure/surface/table/reinforced/prison, /obj/item/device/mass_spectrometer, -/obj/item/prop/matter_decompiler, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/canteen/personal_storage) -"ake" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/jungle/deep/minehead) "akf" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akg" = ( /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akh" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_1"; opacity = 0 }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aki" = ( /turf/closed/shuttle/ert{ icon_state = "upp1" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akj" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 2 }, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akk" = ( /turf/closed/shuttle/ert{ icon_state = "upp3" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akl" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "akm" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_1"; opacity = 0 }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akn" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ako" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/ammo_magazine/shotgun/buckshot{ @@ -2850,17 +2731,17 @@ pixel_y = -4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "akp" = ( /obj/structure/filingcabinet/chestdrawer, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "akq" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "akr" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -2871,7 +2752,7 @@ /obj/structure/platform/strata, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aks" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -2882,48 +2763,48 @@ /obj/structure/platform/strata, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "akt" = ( /obj/structure/reagent_dispensers/fueltank, /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "aku" = ( /obj/structure/bed/chair, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "akv" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "akw" = ( /obj/item/stack/sandbags, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "akx" = ( /obj/structure/surface/table/reinforced/almayer_B, /obj/item/reagent_container/food/drinks/coffee, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "aky" = ( /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "akz" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "akA" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "akB" = ( /obj/structure/barricade/snow{ dir = 1 @@ -2932,7 +2813,7 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "akC" = ( /obj/structure/closet/wardrobe/engineering_yellow, /turf/open/floor/prison/darkyellowfull2, @@ -2951,117 +2832,112 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "akH" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "akK" = ( /obj/structure/machinery/light/small, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akL" = ( /obj/structure/machinery/photocopier, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akM" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akN" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akO" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akP" = ( /obj/structure/reagent_dispensers/fueltank, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akQ" = ( /obj/structure/largecrate/random/barrel/green, /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akR" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "akS" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akT" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akU" = ( /obj/structure/window/framed/strata/reinforced, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "akV" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/mining_outpost/flight_control) "akW" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "akX" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "akY" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/cubancarp, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "ala" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/fishfingers, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "alb" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "alc" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/meatballspagetti, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "ald" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outpost/canteen/personal_storage) "ale" = ( /obj/structure/surface/table/reinforced/almayer_B, /obj/item/reagent_container/food/snacks/toastedsandwich, @@ -3074,30 +2950,27 @@ pixel_y = 17 }, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "alf" = ( /obj/structure/surface/table/reinforced/almayer_B, /obj/item/reagent_container/food/snacks/sliceable/bread, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "ali" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "alj" = ( /obj/structure/barricade/snow{ dir = 8 }, /obj/structure/barricade/snow, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "alk" = ( /obj/structure/closet/wardrobe/medic_white, -/obj/structure/machinery/light/small{ - dir = 8 - }, /turf/open/floor/strata/cyan1/east, /area/strata/ag/interior/outpost/canteen/personal_storage) "all" = ( @@ -3121,15 +2994,14 @@ name = "\improper Chunkeez Diner door" }, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "alq" = ( /obj/item/stool, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "alr" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/canteen/personal_storage) @@ -3140,117 +3012,106 @@ "alu" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "alv" = ( /obj/structure/barricade/snow, /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "alw" = ( /obj/structure/barricade/snow, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "alx" = ( /obj/structure/surface/table/reinforced/almayer_B, /obj/structure/machinery/microwave, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) -"aly" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ag/interior/mining_outpost/canteen) "alz" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "alA" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "alB" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "alC" = ( /turf/open/floor/strata/red1, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "alD" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/red1, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "alE" = ( /obj/structure/lz_sign/sorokyne_sign/interior, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "alF" = ( /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "alG" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "alH" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/mountain) "alI" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/mushroompizzaslice, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "alJ" = ( /obj/structure/bed/chair{ dir = 8 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "alK" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/omelette, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "alL" = ( /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "alM" = ( /obj/structure/pipes/vents/pump/on, /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "alN" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "alQ" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "alR" = ( /obj/structure/barricade/snow{ dir = 1 @@ -3260,7 +3121,7 @@ }, /obj/structure/barricade/snow, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "alT" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/orange_cover, @@ -3272,11 +3133,15 @@ /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/canteen/personal_storage) "alV" = ( -/obj/structure/machinery/light/small{ +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/turf/open/floor/greengrid, +/area/strata/ag/interior/mining_outpost/central) "alW" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/curtain/open/shower, @@ -3285,7 +3150,7 @@ "alX" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "alY" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/landmark/survivor_spawner, @@ -3293,7 +3158,7 @@ /area/strata/ag/interior/outpost/canteen/personal_storage) "alZ" = ( /obj/structure/closet/secure_closet/personal, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, @@ -3304,56 +3169,56 @@ }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "amd" = ( /obj/structure/sink{ dir = 4; pixel_x = 11 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ame" = ( /obj/structure/mirror, /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "amf" = ( /obj/structure/largecrate/random, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "amg" = ( /obj/structure/surface/rack, /obj/item/spacecash/c500, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ami" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "amj" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "aml" = ( /obj/item/lightstick/planted, /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "amm" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "amn" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "amo" = ( /obj/structure/largecrate/random/barrel/green, /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "amp" = ( /obj/structure/surface/rack, /obj/item/clothing/suit/storage/snow_suit, @@ -3361,66 +3226,63 @@ /obj/item/tank/emergency_oxygen/engi, /obj/item/tank/emergency_oxygen/engi, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "amq" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) -"amr" = ( -/obj/structure/pipes/vents/pump/on, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "ams" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "amt" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "amu" = ( /obj/structure/prop/almayer/computers/sensor_computer1, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/research_decks/security) +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/checkpoints/north_armor) "amv" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/platform/strata/metal{ dir = 8 }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "amw" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "amz" = ( -/obj/structure/machinery/light/small{ +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "amA" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "amF" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "amG" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "amK" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -3433,13 +3295,16 @@ /area/strata/ag/interior/outpost/canteen/personal_storage) "amM" = ( /obj/structure/bedsheetbin, -/obj/structure/machinery/power/apc/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/personal_storage) "amN" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outpost/canteen) "amO" = ( /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/canteen/personal_storage) @@ -3454,24 +3319,24 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "amX" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "amY" = ( /obj/effect/decal/cleanable/blood{ layer = 3 }, /obj/item/weapon/gun/pistol/holdout, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "amZ" = ( /obj/structure/machinery/disposal, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ana" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" @@ -3485,7 +3350,7 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "anc" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/stairs/perspective{ @@ -3493,58 +3358,52 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "and" = ( /obj/item/stool, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "ane" = ( /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "anf" = ( /obj/item/storage/firstaid/adv, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ang" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "anh" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "ani" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "anj" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "ank" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "anl" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "anm" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) -"ann" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 1 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "ano" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -3553,21 +3412,20 @@ dir = 1 }, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "anp" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/machinery/light/small, -/turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/paths/flight_control_exterior) "anq" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "anr" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, @@ -3580,24 +3438,23 @@ pixel_y = -4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "ans" = ( /obj/structure/closet/secure_closet/security/soro, /obj/item/reagent_container/food/snacks/carpmeat, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "ant" = ( /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "anu" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "anv" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/phone{ @@ -3606,21 +3463,20 @@ }, /obj/item/device/flashlight/lamp, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "anw" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "anx" = ( /obj/effect/spawner/random/toolbox, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "anz" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/phone{ @@ -3629,23 +3485,22 @@ }, /obj/item/tool/kitchen/utensil/pfork, /obj/item/device/flashlight/lamp, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "anA" = ( /obj/structure/machinery/space_heater, /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "anB" = ( /obj/item/reagent_container/food/snacks/carpmeat, /obj/effect/landmark/objective_landmark/close, /obj/structure/closet/secure_closet/security/soro, +/obj/structure/machinery/light/small{ + dir = 4 + }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "anC" = ( /obj/item/device/megaphone, /obj/structure/surface/table/reinforced/prison, @@ -3659,7 +3514,7 @@ color = "#6e6e6e" }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "anF" = ( /obj/structure/surface/table/reinforced/almayer_B, /obj/item/reagent_container/food/snacks/meat, @@ -3668,7 +3523,7 @@ pixel_y = 7 }, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "anG" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/strata/ag/interior/outpost/canteen/personal_storage) @@ -3678,7 +3533,7 @@ /area/strata/ag/interior/outpost/security) "anJ" = ( /obj/structure/sign/safety/galley, -/turf/closed/wall/strata_outpost/reinforced/hull, +/turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/exterior/paths/north_outpost) "anK" = ( /obj/structure/machinery/washing_machine, @@ -3694,13 +3549,13 @@ /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/curtain/open/shower, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "anN" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "anP" = ( /obj/structure/bedsheetbin, /obj/item/device/binoculars/range, @@ -3713,7 +3568,7 @@ "anS" = ( /obj/structure/barricade/snow, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "anU" = ( /obj/structure/sign/safety/medical, /turf/closed/wall/strata_outpost, @@ -3732,58 +3587,40 @@ icon_state = "pointybush_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aob" = ( /obj/effect/landmark/xeno_spawn, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aod" = ( /obj/structure/machinery/computer/crew, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aoi" = ( /obj/effect/spawner/random/tool, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aoj" = ( /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aok" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement/cement2, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aol" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) -"aom" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aon" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "aoo" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms) -"aop" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms/canteen) -"aoq" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/canteen) -"aor" = ( -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/central) "aos" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/decal/strata_decals/catwalk/prison, @@ -3791,17 +3628,17 @@ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "aot" = ( /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "aou" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aov" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" @@ -3809,29 +3646,26 @@ /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aox" = ( /obj/structure/bed/chair/office/light{ dir = 8 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aoz" = ( /obj/structure/machinery/power/apc/no_power/east, -/obj/structure/machinery/light/small{ - dir = 4 - }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aoA" = ( /obj/item/lightstick/planted, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "aoB" = ( /obj/structure/machinery/power/port_gen/pacman/super, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "aoC" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/barricade/handrail/strata, @@ -3877,35 +3711,37 @@ dir = 8 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "aoL" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "aoM" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "aoO" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "aoP" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; dir = 6; icon_state = "p_stair_full" }, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aoQ" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -3922,85 +3758,85 @@ layer = 3.5 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aoT" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "brflowers_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aoU" = ( /obj/structure/surface/rack, /obj/item/storage/box/masks, /obj/item/storage/box/masks, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aoV" = ( /obj/structure/surface/rack, /obj/item/storage/box/holobadge, /obj/item/storage/box/holobadge, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aoW" = ( /obj/structure/reagent_dispensers/watertank, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aoX" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aoY" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "apc" = ( /obj/structure/machinery/floodlight/landing, /turf/open/asphalt/cement, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "apd" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ape" = ( /obj/effect/decal/cleanable/blood, /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "apf" = ( /obj/structure/machinery/landinglight/ds1/delayone, /turf/open/asphalt/cement/cement12, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aph" = ( /obj/structure/machinery/landinglight/ds1, /turf/open/asphalt/cement/cement12, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "api" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/landinglight/ds1/delaythree, /turf/open/asphalt/cement/cement12, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "apj" = ( /obj/structure/machinery/landinglight/ds1/delaytwo, /turf/open/asphalt/cement/cement12, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "apk" = ( /obj/structure/machinery/landinglight/ds1/delaythree, /turf/open/asphalt/cement/cement12, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "apl" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "apm" = ( /turf/open/asphalt/cement/cement1, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "app" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/decal/cleanable/blood, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2 - }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "apr" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -4009,17 +3845,11 @@ dir = 4 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aps" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) -"apt" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "apu" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/bottle/sake, @@ -4027,26 +3857,26 @@ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "apv" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 4 }, /turf/open/asphalt/cement/cement1, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "apw" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "apx" = ( /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "apy" = ( /obj/structure/surface/rack, /obj/item/storage/box/m94, @@ -4056,7 +3886,7 @@ /area/strata/ag/interior/outpost/engi) "apz" = ( /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "apA" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -4082,13 +3912,9 @@ /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/personal_storage) "apF" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/personal_storage) -"apG" = ( -/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "apI" = ( /obj/structure/curtain/open/shower, /turf/open/floor/interior/plastic, @@ -4101,35 +3927,35 @@ }, /obj/structure/platform/strata/metal, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "apK" = ( /obj/effect/decal/cleanable/greenglow, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "apL" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/toy/deck, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "apM" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "apN" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/box/pizza, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "apO" = ( /obj/structure/machinery/power/monitor{ name = "Main Power Grid Monitoring" }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "apP" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "apS" = ( /obj/structure/surface/table/reinforced/almayer_B, /obj/item/reagent_container/food/snacks/cheesyfries, @@ -4142,41 +3968,41 @@ pixel_y = 19 }, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "apT" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/shuttle/dropship/flight/lz1, /turf/open/floor/plating, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "apU" = ( /obj/structure/surface/table/reinforced/almayer_B, /obj/item/tool/kitchen/knife, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "apV" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "apW" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "apX" = ( /obj/structure/machinery/door/airlock/almayer/security/colony{ dir = 8 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "apY" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "apZ" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -4185,7 +4011,7 @@ icon_state = "xgib2" }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aqa" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -4193,110 +4019,96 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) -"aqb" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib2" - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aqc" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aqd" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "aqe" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aqf" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aqg" = ( /obj/structure/sign/nosmoking_2, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aqh" = ( /obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aqi" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/item/stool, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "aqj" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 2 }, /turf/open/floor/strata, -/area/strata/ag/interior/research_decks/security) -"aqk" = ( -/obj/structure/sign/safety/storage, -/turf/closed/wall/strata_outpost, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aql" = ( /obj/structure/machinery/weather_siren, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aqm" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aqn" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "aqo" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aqp" = ( /obj/structure/sign/nosmoking_1, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aqq" = ( /obj/item/lightstick/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "aqr" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/cleanable/blood, /turf/open/floor/greengrid, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aqs" = ( /obj/structure/window/framed/strata/reinforced, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aqt" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aqv" = ( /obj/structure/surface/rack, /obj/item/storage/box/cups, @@ -4326,7 +4138,7 @@ dir = 4 }, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "aqB" = ( /obj/item/storage/box/nade_box/tear_gas, /obj/structure/closet/secure_closet/security/soro, @@ -4337,11 +4149,11 @@ /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/security) "aqD" = ( -/obj/structure/toilet{ - dir = 8 +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/security) +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/maintenance) "aqE" = ( /obj/structure/closet/secure_closet/personal, /obj/effect/landmark/objective_landmark/close, @@ -4354,16 +4166,12 @@ /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/personal_storage) -"aqH" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/canteen/personal_storage) "aqI" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "aqJ" = ( /obj/structure/closet/secure_closet/personal, /turf/open/floor/strata/floor3, @@ -4373,20 +4181,19 @@ /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/personal_storage) "aqL" = ( -/obj/structure/closet/secure_closet/personal, -/obj/structure/machinery/light/small, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/obj/structure/surface/table/reinforced/prison, +/obj/item/toy/deck, +/obj/item/storage/box/cups, +/obj/item/reagent_container/food/drinks/bottle/sake{ + pixel_x = -9; + pixel_y = 15 + }, +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/admin) "aqM" = ( -/obj/item/stool, -/obj/structure/machinery/light/small, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/canteen/personal_storage) -"aqN" = ( -/obj/item/lightstick/planted, -/obj/structure/largecrate/random, -/turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/restricted/devroom) +/obj/structure/machinery/light, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/exterior/outpost_decks) "aqP" = ( /obj/item/device/aicard, /turf/open/floor/strata/floor3, @@ -4402,117 +4209,107 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) -"aqS" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ag/exterior/paths/flight_control_exterior) "aqT" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "aqU" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/strata/floor3, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aqV" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/strata/floor3, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aqW" = ( /obj/item/clipboard, /obj/item/clipboard, /obj/structure/surface/rack, /obj/item/storage/box/cups, /turf/open/floor/strata/floor3, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aqX" = ( -/obj/structure/machinery/light/small, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/maintenance) "aqY" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 }, -/obj/structure/machinery/light/small, -/turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "aqZ" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ara" = ( /obj/structure/closet/secure_closet/personal, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "arb" = ( /obj/item/storage/belt/security, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "arc" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/secure_data{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "ard" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "are" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "arh" = ( /turf/open/floor/prison/floor_plate, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ari" = ( /obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/prison/floor_plate, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "arj" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ark" = ( /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "arl" = ( /obj/structure/largecrate/random, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "arm" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "arn" = ( /obj/item/tool/shovel/snow, /obj/item/device/flashlight, /obj/structure/surface/rack, /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) -"aro" = ( -/turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/paths/north_outpost) +/area/strata/ag/exterior/outpost_decks) "arp" = ( /obj/structure/largecrate/random, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "arq" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "arr" = ( /obj/structure/machinery/weather_siren{ dir = 1; @@ -4616,10 +4413,6 @@ /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/security) "arG" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/security) "arH" = ( @@ -4628,7 +4421,7 @@ name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "arI" = ( /obj/structure/sign/prop3, /turf/closed/wall/strata_outpost, @@ -4640,58 +4433,52 @@ "arK" = ( /obj/structure/platform/strata/metal, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "arL" = ( /obj/structure/platform_decoration/strata/metal{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "arM" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) -"arN" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 4 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "arO" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "arP" = ( /obj/structure/largecrate/random, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "arQ" = ( /obj/structure/closet/fireaxecabinet, /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "arR" = ( /obj/structure/machinery/landinglight/ds1{ dir = 4 }, /turf/open/asphalt/cement/cement1, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "arS" = ( /obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "arT" = ( /obj/structure/machinery/landinglight/ds1{ dir = 8 }, /turf/open/asphalt/cement/cement3, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "arU" = ( /obj/item/storage/box/ids, /obj/structure/surface/table/reinforced/prison, /obj/item/storage/box/ids, /obj/structure/window/reinforced/tinted, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "arV" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/door/window/eastright{ @@ -4699,37 +4486,22 @@ }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "arW" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "arX" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/structure/bed/sofa/vert/grey/top, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "arY" = ( /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms) -"arZ" = ( -/obj/structure/platform/strata{ - dir = 1 - }, -/obj/structure/platform/strata, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/effect/blocker/sorokyne_cold_water, -/turf/open/gm/river, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "asb" = ( /obj/structure/platform/strata/metal, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "asc" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -4738,47 +4510,47 @@ dir = 8 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "asd" = ( /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "ase" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; dir = 1 }, /turf/open/floor/prison/floor_plate, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "asf" = ( -/obj/structure/machinery/power/terminal{ - dir = 8 - }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ash" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "asi" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "asj" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_sn_full_cap" }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "asl" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -4789,28 +4561,27 @@ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "asm" = ( /turf/open/asphalt/cement/cement14, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "asn" = ( /turf/open/asphalt/cement/cement15, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aso" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "asp" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "asq" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -4903,13 +4674,13 @@ "asD" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "asE" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "asF" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -4925,7 +4696,7 @@ /area/strata/ag/interior/outpost/security) "asJ" = ( /obj/structure/surface/rack, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/strata/floor3, @@ -4935,19 +4706,16 @@ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "asL" = ( /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "asM" = ( -/obj/structure/machinery/power/apc/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "asN" = ( /obj/structure/largecrate/random, -/obj/structure/machinery/light/small{ - dir = 1 - }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "asO" = ( @@ -4961,10 +4729,9 @@ pixel_y = 6 }, /obj/item/device/flashlight/lamp, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) -"asQ" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "asR" = ( @@ -4973,6 +4740,9 @@ /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "asS" = ( /obj/structure/machinery/vending/cigarette/colony, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "asT" = ( @@ -5003,12 +4773,8 @@ pixel_x = 9 }, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "asY" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/effect/spawner/random/powercell, /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/canteen) @@ -5032,9 +4798,8 @@ /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/canteen) "atc" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 4 }, /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/canteen) @@ -5045,7 +4810,7 @@ /obj/item/device/megaphone, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/asphalt/cement/cement4, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "ate" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -5054,13 +4819,13 @@ dir = 4 }, /turf/open/asphalt/cement/cement9, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "atf" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "atg" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/spacecash/c500, @@ -5068,44 +4833,42 @@ dir = 8 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ath" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ati" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "atj" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/asphalt/cement/cement2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "atk" = ( /obj/structure/fence, /turf/open/asphalt/cement/cement4, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "atl" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/asphalt/cement/cement9, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "atm" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "atn" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 8 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ato" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/platform/strata{ @@ -5115,64 +4878,64 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "atp" = ( /obj/structure/machinery/landinglight/ds1/delayone{ dir = 4 }, /turf/open/asphalt/cement/cement1, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "atq" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 8 }, /turf/open/asphalt/cement/cement3, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "atr" = ( /obj/structure/bed/sofa/vert/grey/bot, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "att" = ( /obj/structure/machinery/camera/autoname{ dir = 4 }, /obj/structure/machinery/recharge_station, /turf/open/asphalt/cement, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "atu" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "atv" = ( /turf/open/asphalt/cement, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "atw" = ( /obj/structure/largecrate/random/barrel/yellow, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "atx" = ( /obj/item/clothing/suit/storage/hazardvest, /obj/item/clothing/suit/storage/hazardvest, /obj/structure/surface/rack, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "atz" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "atA" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "atB" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 @@ -5181,7 +4944,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "atC" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -5189,7 +4952,7 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "atE" = ( /obj/structure/platform/strata/metal{ dir = 4 @@ -5217,7 +4980,7 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "atJ" = ( /obj/structure/bed/chair{ dir = 1 @@ -5228,7 +4991,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/landmark/survivor_spawner, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "atO" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ @@ -5246,7 +5009,7 @@ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "atR" = ( /obj/item/stack/rods, /obj/structure/pipes/standard/simple/hidden/cyan, @@ -5254,7 +5017,7 @@ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "atS" = ( /obj/item/stack/nanopaste, /turf/open/floor/interior/tatami, @@ -5281,86 +5044,86 @@ "atY" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/asphalt/cement, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "atZ" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /obj/effect/spawner/random/tool, /turf/open/asphalt/cement/cement1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aua" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aub" = ( /obj/structure/surface/rack, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "auc" = ( /obj/structure/largecrate/random/barrel/yellow, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aud" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aue" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "auf" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/asphalt/cement/cement14, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aug" = ( /obj/structure/fence, /turf/open/asphalt/cement/cement12, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "auh" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/asphalt/cement/cement15, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aui" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "auj" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 4 }, /turf/open/asphalt/cement/cement1, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "auk" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 8 }, /turf/open/asphalt/cement/cement3, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aul" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "aum" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "aun" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "auo" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -5369,40 +5132,40 @@ dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aup" = ( /obj/structure/closet/secure_closet/engineering_electrical, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "auq" = ( /obj/structure/closet/secure_closet/engineering_personal, /obj/effect/decal/strata_decals/grime/grime4, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aur" = ( /obj/structure/surface/rack, /obj/item/storage/box/explosive_mines, /obj/item/storage/box/explosive_mines, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aus" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/multi_tile/almayer/generic, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "auv" = ( /obj/structure/sign/safety/restrictedarea, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/dorms/maintenance) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/mining_outpost/maintenance) "auw" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "auz" = ( /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "auA" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -5416,13 +5179,9 @@ /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi) -"auC" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/dorms/canteen) "auD" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi) @@ -5457,7 +5216,7 @@ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "auL" = ( /obj/structure/pipes/vents/pump{ dir = 8; @@ -5465,12 +5224,6 @@ }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/security) -"auM" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/security) "auO" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/secure_data{ @@ -5485,7 +5238,7 @@ "auQ" = ( /obj/structure/bed/chair, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "auR" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -5510,13 +5263,13 @@ "auW" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "auX" = ( /obj/structure/pipes/vents/pump{ dir = 8 }, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "auY" = ( /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor/strata/fake_wood, @@ -5530,7 +5283,7 @@ }, /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "ava" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -5539,10 +5292,9 @@ }, /obj/effect/decal/cleanable/blood, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "avb" = ( /obj/structure/bed/sofa/vert/grey/bot, -/obj/structure/machinery/light/small, /turf/open/floor/interior/plastic, /area/strata/ag/interior/outpost/canteen) "avc" = ( @@ -5557,30 +5309,24 @@ /obj/structure/barricade/handrail/strata, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/asphalt/cement/cement12, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "avf" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement/cement15, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "avg" = ( /obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead) -"avh" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 8 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "avi" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "avj" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight/lamp, @@ -5589,66 +5335,60 @@ pixel_y = 6 }, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "avk" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_sn_full_cap" }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "avl" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight/lamp, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "avm" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "avn" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "avr" = ( /obj/item/weapon/wirerod, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "avs" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "avt" = ( /obj/structure/machinery/light/small{ dir = 1 }, /obj/item/stack/cable_coil/random, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "avu" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "avv" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) -"avw" = ( -/turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms) -"avx" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/maintenance) "avz" = ( /obj/effect/decal/strata_decals/grime/grime2, /obj/structure/coatrack, @@ -5656,11 +5396,11 @@ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "avA" = ( /obj/structure/closet/secure_closet/freezer/fridge/full, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "avB" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -5669,45 +5409,42 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "avC" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "avD" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 8; name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "avE" = ( /obj/effect/decal/strata_decals/grime/grime2{ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "avF" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "avG" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "avH" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/barricade/handrail/strata{ +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/hallways/north) "avJ" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -5715,7 +5452,7 @@ icon_state = "pipe-c" }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "avK" = ( /obj/item/clothing/shoes/snow, /obj/structure/surface/rack, @@ -5726,15 +5463,9 @@ /obj/effect/decal/strata_decals/grime/grime3{ dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) -"avL" = ( -/turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/exterior/outpost_decks) "avN" = ( /obj/structure/machinery/weather_siren{ dir = 1; @@ -5821,7 +5552,7 @@ "awb" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "awc" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -5836,13 +5567,13 @@ dir = 6 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "awe" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "awf" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/souto/grape, @@ -5853,8 +5584,7 @@ icon_state = "pottedplant_22" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/security) @@ -5872,10 +5602,6 @@ pixel_x = 1; pixel_y = 3 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "awk" = ( @@ -5887,12 +5613,8 @@ "awl" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/space_mountain_wind, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "awm" = ( /obj/structure/bed/chair{ dir = 8 @@ -5909,97 +5631,89 @@ /obj/structure/window/framed/strata/reinforced, /obj/structure/machinery/door/poddoor/shutters/almayer, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "awq" = ( /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "awr" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aws" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "awt" = ( /obj/item/stack/sheet/metal/medium_stack, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "awu" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "awv" = ( /obj/structure/bed/chair/office/light{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aww" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "awx" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "brflowers_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research/south) "awy" = ( -/obj/structure/inflatable, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, +/obj/structure/inflatable/popped/door, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research/south) "awz" = ( -/obj/structure/inflatable/popped/door, +/obj/structure/inflatable, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "awA" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/paths/north_outpost) "awB" = ( -/obj/structure/inflatable, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, +/obj/structure/inflatable/popped/door, /turf/open/gm/coast/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research/south) "awC" = ( /turf/open/gm/river, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research/south) "awD" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "awE" = ( /obj/structure/surface/rack, /obj/item/toy/deck, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "awF" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "awG" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "awI" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/cleanable/blood{ @@ -6007,7 +5721,7 @@ icon_state = "gib6" }, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "awJ" = ( /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/paths/north_outpost) @@ -6020,7 +5734,7 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "awL" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -6029,7 +5743,7 @@ dir = 1 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "awM" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -6039,14 +5753,14 @@ name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "awN" = ( /obj/structure/pipes/vents/pump{ dir = 8; id_tag = "mining_outpost_pump" }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "awP" = ( /obj/effect/decal/strata_decals/grime/grime3{ dir = 4 @@ -6056,7 +5770,7 @@ }, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "awQ" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" @@ -6068,7 +5782,7 @@ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "awR" = ( /obj/structure/barricade/handrail/strata{ dir = 4 @@ -6078,24 +5792,27 @@ }, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "awS" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/spray/cleaner, /obj/item/toy/deck, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "awT" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "awU" = ( /obj/structure/closet/secure_closet/personal, +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "awW" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -6105,31 +5822,36 @@ dir = 8 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "awX" = ( -/obj/structure/closet/secure_closet/personal, -/obj/structure/machinery/light/small{ - dir = 1 +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball) +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/engi/drome) "awY" = ( /obj/structure/machinery/light/small{ dir = 1 }, -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball) +/obj/structure/closet/secure_closet/personal, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/interior/outside/bball) "awZ" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/platform/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "axa" = ( /obj/effect/decal/cleanable/blood/oil/streak, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "axb" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -6137,7 +5859,7 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "axc" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage, /turf/open/floor/prison/darkyellowfull2, @@ -6175,7 +5897,7 @@ icon_state = "p_stair_sn_full_cap" }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "axj" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight/lamp/green, @@ -6186,8 +5908,14 @@ /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/exterior/paths/north_outpost) "axm" = ( -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball) +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/outpost/foyer) "axn" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/floor3, @@ -6215,18 +5943,22 @@ /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) "axt" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2 +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/floor/strata/multi_tiles/southwest, +/obj/structure/platform/strata/metal, +/turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) "axu" = ( /obj/structure/closet/secure_closet/security/soro, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "axv" = ( -/turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/interior/outpost/gen/bball) +/obj/structure/platform/strata{ + dir = 8 + }, +/turf/open/gm/river, +/area/strata/ag/exterior/marsh/river) "axz" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -6275,7 +6007,7 @@ /obj/item/reagent_container/food/condiment/peppermill, /obj/structure/bed/chair, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "axH" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 @@ -6293,17 +6025,14 @@ /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/canteen) "axK" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/canteen) +/obj/structure/machinery/cm_vending/sorted/marine_food, +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/mining_outpost/central) "axL" = ( /obj/structure/surface/table/woodentable, /obj/item/toy/deck, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/item/storage/beer_pack, /turf/open/floor/interior/plastic, @@ -6318,7 +6047,6 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc/power/north, /obj/effect/landmark/survivor_spawner, /turf/open/floor/interior/tatami, /area/strata/ag/interior/outpost/canteen) @@ -6326,70 +6054,69 @@ /obj/item/reagent_container/food/drinks/shaker, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "axP" = ( /obj/structure/reagent_dispensers/beerkeg, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "axQ" = ( /obj/structure/window/framed/strata/reinforced, /obj/structure/machinery/door/poddoor/shutters/almayer{ dir = 8 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "axR" = ( /obj/structure/window/reinforced/tinted{ dir = 4 }, /obj/structure/closet/secure_closet/personal, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "axS" = ( /obj/structure/window/reinforced/tinted{ dir = 8 }, /obj/structure/closet/secure_closet/personal, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "axT" = ( /obj/structure/bed{ icon_state = "abed" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "axU" = ( /obj/structure/barricade/wooden{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "axV" = ( /obj/item/stack/rods, /obj/item/stack/sheet/metal/medium_stack, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "axW" = ( /obj/structure/surface/rack, /obj/item/storage/box/handcuffs, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "axX" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research/south) "axZ" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "aya" = ( /turf/open/gm/coast/beachcorner/south_west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research/south) "ayb" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 @@ -6398,62 +6125,62 @@ /area/strata/ag/exterior/paths/north_outpost) "ayc" = ( /turf/open/gm/coast/south, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research/south) "ayd" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/toy/deck, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aye" = ( /obj/structure/surface/rack, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ayf" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ayg" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement/cement3, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "ayh" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "ayj" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ayk" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ayl" = ( /obj/structure/inflatable/popped, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "aym" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ayn" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "ayo" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ayp" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -6461,14 +6188,14 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ayq" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "ayr" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer1, @@ -6490,7 +6217,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "ayv" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer0, @@ -6502,8 +6229,11 @@ /obj/structure/bed/chair{ dir = 4 }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ayz" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 @@ -6515,7 +6245,7 @@ dir = 8 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "ayC" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -6523,12 +6253,12 @@ icon_state = "pipe-c" }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ayD" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ayE" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/toolbox, @@ -6559,30 +6289,28 @@ /area/strata/ag/interior/outpost/engi) "ayK" = ( /obj/effect/decal/cleanable/blood/oil, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/item/fuel_cell, /obj/item/fuel_cell, /obj/item/fuel_cell, /obj/item/fuel_cell, /obj/item/fuel_cell, /obj/structure/surface/rack, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) "ayL" = ( /obj/item/stack/rods, /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "ayM" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ug/interior/jungle/structures/research) "ayN" = ( /obj/structure/surface/rack, /obj/item/storage/box/attachments, @@ -6609,18 +6337,13 @@ name = "Security Barracks" }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "ayX" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/exterior/paths/north_outpost) -"ayY" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) "aza" = ( /obj/item/poster, /obj/structure/closet/secure_closet/security/soro, @@ -6631,15 +6354,13 @@ /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/security) "azd" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/security) +/obj/structure/machinery/light, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/admin) "aze" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "azf" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/condiment/saltshaker, @@ -6653,7 +6374,7 @@ }, /obj/item/reagent_container/food/condiment/saltshaker, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "azh" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 @@ -6667,19 +6388,17 @@ /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "azj" = ( -/obj/structure/machinery/light/small{ +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "azl" = ( /obj/item/reagent_container/glass/bucket/janibucket, -/obj/structure/machinery/light/small{ - dir = 8 - }, +/obj/structure/machinery/light/small, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/canteen) "azm" = ( @@ -6692,28 +6411,28 @@ /obj/item/dogtag, /obj/effect/decal/cleanable/blood/gibs/down, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "azp" = ( /obj/structure/machinery/cm_vending/sorted/boozeomat, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "azq" = ( /obj/structure/bed{ icon_state = "abed" }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "azr" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "azs" = ( /obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "azt" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "azu" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -6721,63 +6440,51 @@ /obj/item/stack/rods, /obj/item/stack/sheet/metal/medium_stack, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "azv" = ( /obj/effect/spawner/random/tool, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "azx" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "azy" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/asphalt/cement/cement3, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "azz" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/briefcase, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "azA" = ( /obj/structure/window/reinforced/tinted{ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "azB" = ( /obj/structure/window/reinforced/tinted{ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azC" = ( /obj/structure/window/reinforced/tinted{ dir = 8 }, /obj/structure/filingcabinet/chestdrawer, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azD" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) -"azE" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/sign/safety/medical{ - pixel_x = 32; - pixel_y = -8 - }, -/obj/structure/sign/safety/med_cryo{ - pixel_x = 32; - pixel_y = 7 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azG" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/clothing/mask/surgical, @@ -6786,7 +6493,7 @@ dir = 8 }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azH" = ( /obj/structure/machinery/optable, /obj/effect/landmark/corpsespawner/russian, @@ -6795,14 +6502,14 @@ icon_state = "xgib2" }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azI" = ( /obj/structure/machinery/bioprinter, /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azL" = ( /obj/structure/sink{ dir = 8; @@ -6812,18 +6519,18 @@ dir = 1 }, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azM" = ( /obj/structure/mirror{ pixel_y = 24 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azO" = ( /obj/structure/sign/nosmoking_1, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azP" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/decal/strata_decals/catwalk/prison, @@ -6831,7 +6538,7 @@ dir = 1 }, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azR" = ( /obj/structure/bed/chair, /obj/structure/barricade/handrail/strata{ @@ -6839,7 +6546,7 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "azS" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 @@ -6848,7 +6555,7 @@ /area/strata/ag/exterior/paths/north_outpost) "azT" = ( /obj/structure/flora/grass/tallgrass/ice, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, @@ -6856,15 +6563,11 @@ "azU" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "azV" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) -"azX" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ag/exterior/outpost_decks) "azZ" = ( /obj/effect/landmark/yautja_teleport, /turf/open/auto_turf/snow/brown_base/layer0, @@ -6875,35 +6578,29 @@ }, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/paths/north_outpost) -"aAc" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/north_outpost) "aAd" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /obj/structure/fence, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aAe" = ( /obj/structure/platform_decoration/strata/metal, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aAf" = ( /obj/effect/decal/cleanable/blood/oil/streak, /obj/structure/platform/strata/metal, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/exterior/outpost_decks) "aAg" = ( /obj/effect/decal/cleanable/blood/oil/streak, /obj/structure/platform_decoration/strata/metal{ dir = 1 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/exterior/outpost_decks) "aAh" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, @@ -6955,7 +6652,7 @@ /obj/effect/decal/cleanable/blood/gibs/xeno/down, /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aAr" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -6997,11 +6694,9 @@ /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) "aAx" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/north_outpost) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/mining_outpost/maintenance) "aAz" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -7010,8 +6705,7 @@ /area/strata/ag/interior/outpost/security) "aAB" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/security) @@ -7023,8 +6717,7 @@ }, /obj/item/device/flashlight/lamp, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/red1, /area/strata/ag/interior/outpost/security) @@ -7048,7 +6741,7 @@ /turf/open/floor/strata/red1, /area/strata/ag/interior/outpost/security) "aAJ" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata/floor3, @@ -7076,9 +6769,6 @@ /obj/effect/decal/cleanable/blood{ icon_state = "xgib4" }, -/obj/structure/machinery/light/small{ - dir = 1 - }, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen) "aAR" = ( @@ -7133,42 +6823,35 @@ /obj/item/reagent_container/food/drinks/milk, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aAZ" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aBa" = ( /obj/item/dogtag, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aBb" = ( /obj/structure/barricade/handrail/strata, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aBc" = ( /obj/structure/machinery/door/airlock/prison{ dir = 1; name = "Reinforced Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aBe" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) -"aBf" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research/south) "aBi" = ( /obj/structure/largecrate/random, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aBj" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/window/reinforced/tinted{ @@ -7176,12 +6859,14 @@ }, /obj/item/tool/pen/blue, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "aBk" = ( -/obj/structure/machinery/light/small, -/obj/structure/bed/sofa/vert/grey/bot, -/turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms) +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "aBl" = ( /obj/effect/decal/cleanable/blood{ dir = 4; @@ -7191,7 +6876,7 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "aBm" = ( /obj/effect/decal/cleanable/blood{ dir = 4; @@ -7206,19 +6891,19 @@ name = "\improper Airlock" }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBn" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBo" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/cleanable/greenglow, /turf/open/floor/bcircuit, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBp" = ( /obj/structure/morgue, /turf/open/floor/strata/floor2, @@ -7230,36 +6915,36 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBs" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBt" = ( /obj/structure/toilet{ dir = 1 }, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBu" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBv" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/item/prop/almayer/box, /obj/item/coin/marine/engineer, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBw" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBx" = ( /obj/structure/surface/table/almayer, /obj/structure/barricade/handrail/strata{ @@ -7269,20 +6954,20 @@ dir = 5 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aBy" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aBI" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aBJ" = ( /obj/structure/pipes/vents/pump{ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aBM" = ( /obj/item/tool/extinguisher, /obj/structure/pipes/standard/simple/hidden/cyan, @@ -7356,13 +7041,9 @@ /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) "aBZ" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/engi) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/cyan2/east, +/area/strata/ag/interior/mining_outpost/canteen) "aCa" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/strata/multi_tiles/southwest, @@ -7420,19 +7101,15 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aCj" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/ale, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aCl" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aCn" = ( /obj/item/stool, /obj/effect/decal/cleanable/blood, @@ -7442,35 +7119,34 @@ "aCo" = ( /obj/structure/machinery/vending/sovietsoda, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aCq" = ( /obj/structure/machinery/space_heater, /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aCr" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aCs" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aCt" = ( /obj/item/stack/rods, /obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aCu" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 @@ -7482,23 +7158,23 @@ dir = 9 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aCw" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "aCy" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "aCA" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research/south) "aCB" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 @@ -7508,43 +7184,43 @@ "aCC" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aCD" = ( /obj/structure/closet, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "aCE" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aCG" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "aCH" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aCI" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/bcircuit, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aCK" = ( /obj/structure/xenoautopsy/tank/larva, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aCL" = ( /obj/effect/decal/cleanable/greenglow, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aCM" = ( /obj/structure/bed/chair{ dir = 1 @@ -7553,7 +7229,7 @@ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aCN" = ( /obj/structure/barricade/snow{ dir = 1 @@ -7572,34 +7248,34 @@ "aCP" = ( /obj/item/stack/snow, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aCQ" = ( /turf/open/auto_turf/snow/brown_base/layer3, /area/strata/ag/exterior/paths/north_outpost) "aCR" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/auto_turf/snow/brown_base/layer4, /area/strata/ag/exterior/paths/north_outpost) "aCS" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/exterior/paths/north_outpost) "aCT" = ( /obj/structure/prop/dam/truck/cargo, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aCU" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aCV" = ( /obj/item/stack/rods, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aCW" = ( /obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aCY" = ( /obj/structure/platform/strata/metal{ dir = 8 @@ -7608,11 +7284,11 @@ dir = 4 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aDa" = ( /obj/structure/barricade/handrail/strata, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aDd" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -7620,15 +7296,16 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aDe" = ( -/obj/item/stack/sheet/plasteel/medium_stack, -/obj/item/stack/sheet/plasteel/medium_stack, -/obj/item/stack/sheet/metal/medium_stack, -/obj/item/stack/sheet/metal/medium_stack, -/obj/structure/surface/rack, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/engi) +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/cyan1/east, +/area/strata/ag/interior/outpost/med) "aDf" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -7645,7 +7322,7 @@ /obj/item/stack/snow, /obj/structure/barricade/handrail/strata, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aDi" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/red1, @@ -7656,7 +7333,7 @@ }, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aDl" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/trash/plate{ @@ -7670,14 +7347,14 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/condiment/saltshaker, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aDo" = ( /obj/structure/bed/chair{ dir = 8 }, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aDp" = ( /obj/effect/decal/cleanable/blood{ layer = 3 @@ -7685,7 +7362,7 @@ /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/canteen) "aDq" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata/white_cyan1/east, @@ -7706,65 +7383,57 @@ /area/strata/ag/interior/outpost/canteen) "aDu" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aDw" = ( /obj/structure/machinery/light/small{ dir = 8 }, /obj/structure/coatrack, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aDx" = ( /obj/effect/decal/cleanable/blood{ layer = 3 }, /obj/item/stack/sheet/mineral/uranium, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aDy" = ( /obj/structure/bed/chair, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) -"aDz" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/north_carp) -"aDC" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ug/interior/jungle/structures/ruin) "aDD" = ( /obj/structure/closet, /obj/item/storage/pill_bottle/kelotane/skillless, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aDE" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "aDF" = ( /obj/structure/sign/double/maltesefalcon/left, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aDG" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "aDH" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "aDI" = ( /obj/structure/machinery/medical_pod/bodyscanner, /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aDJ" = ( /obj/structure/machinery/body_scanconsole, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aDK" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -7774,7 +7443,7 @@ dir = 8 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDL" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -7785,25 +7454,25 @@ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDM" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDN" = ( /obj/effect/decal/strata_decals/grime/grime1, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDO" = ( /obj/effect/decal/strata_decals/grime/grime2, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDP" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDQ" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/closed/wall/strata_ice/dirty, @@ -7812,16 +7481,16 @@ /obj/effect/decal/cleanable/blood/oil, /obj/structure/barricade/handrail/strata, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aDT" = ( /obj/effect/landmark/xeno_spawn, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "aDU" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/light/small, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aDV" = ( /obj/item/clothing/shoes/snow, /obj/structure/surface/rack, @@ -7831,35 +7500,35 @@ /obj/item/tank/emergency_oxygen/engi, /obj/effect/decal/strata_decals/grime/grime3, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aDW" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aDX" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aDY" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aDZ" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/exterior/outpost_decks) "aEa" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/exterior/outpost_decks) "aEb" = ( /obj/structure/bed/chair{ dir = 8 @@ -7877,7 +7546,7 @@ /area/strata/ag/interior/outpost/canteen) "aEf" = ( /obj/structure/barricade/handrail/strata, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata/floor3, @@ -7886,9 +7555,6 @@ /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" }, -/obj/structure/machinery/light/small{ - dir = 8 - }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "aEh" = ( @@ -7915,7 +7581,7 @@ /obj/item/reagent_container/food/condiment/peppermill, /obj/item/device/encryptionkey/dutch, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aEl" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -7943,7 +7609,6 @@ /area/strata/ag/interior/outpost/canteen) "aEo" = ( /obj/structure/largecrate/random/case/double, -/obj/structure/machinery/light/small, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, @@ -7961,12 +7626,7 @@ /obj/structure/closet/crate/freezer/rations, /obj/item/clothing/suit/xenos, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) -"aEs" = ( -/obj/structure/closet/crate/freezer/rations, -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aEt" = ( /obj/structure/sink{ dir = 8; @@ -7976,111 +7636,111 @@ pixel_x = -29 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aEu" = ( -/obj/structure/machinery/power/apc/power/north, /obj/item/reagent_container/food/drinks/cans/waterbottle, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aEv" = ( /obj/structure/curtain/medical, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aEw" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aEx" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/box/donkpockets, /obj/item/device/flashlight/lamp/green, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aEy" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aEC" = ( /obj/structure/barricade/handrail/strata, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aEE" = ( /obj/effect/landmark/xeno_spawn, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "aEF" = ( /obj/structure/largecrate/random/case/small, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aEG" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/asphalt/cement/cement1, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aEH" = ( -/obj/structure/reagent_dispensers/fueltank, +/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aEI" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aEJ" = ( /obj/structure/machinery/cm_vending/sorted/boozeomat, /obj/structure/machinery/camera/autoname{ dir = 4 }, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aEK" = ( /obj/structure/machinery/chem_dispenser/soda/beer, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aEL" = ( /obj/structure/sign/nosmoking_1, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aEM" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aEN" = ( /obj/structure/barricade/handrail/strata, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aEP" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aEQ" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/north_outpost) +/turf/open/floor/strata/blue3, +/area/strata/ag/interior/outpost/admin) "aER" = ( /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aES" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/north_outpost) +/turf/open/asphalt/cement, +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aET" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, @@ -8100,17 +7760,20 @@ "aEW" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aEX" = ( /obj/structure/reagent_dispensers/watertank, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aEY" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) "aFb" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) "aFc" = ( @@ -8152,7 +7815,7 @@ layer = 3.5 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aFj" = ( /obj/item/lightstick/red/spoke/planted{ layer = 3.1; @@ -8169,29 +7832,28 @@ dir = 4 }, /turf/open/floor/strata/red2, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aFk" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/interior/outpost/med) "aFl" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aFm" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aFn" = ( /obj/effect/decal/cleanable/blood{ layer = 3 @@ -8200,22 +7862,18 @@ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aFo" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/structure/stairs/perspective{ color = "#6e6e6e"; dir = 8; icon_state = "p_stair_full" }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aFp" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" @@ -8229,7 +7887,7 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aFq" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gibarm_flesh" @@ -8238,7 +7896,7 @@ dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aFr" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" @@ -8250,7 +7908,7 @@ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aFs" = ( /obj/effect/decal/cleanable/blood{ layer = 3 @@ -8259,7 +7917,7 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aFt" = ( /obj/structure/barricade/deployable{ dir = 8 @@ -8271,7 +7929,7 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aFu" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -8281,29 +7939,29 @@ }, /obj/effect/landmark/survivor_spawner, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aFv" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/exterior/paths/north_outpost) "aFw" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aFx" = ( /obj/structure/bed/chair{ dir = 1 }, -/obj/structure/machinery/light/small{ +/obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, -/obj/structure/pipes/standard/manifold/hidden/cyan{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aFz" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata/white_cyan1/east, @@ -8319,23 +7977,20 @@ /turf/open/floor/strata/multi_tiles/southeast, /area/strata/ag/interior/outpost/canteen) "aFC" = ( -/obj/structure/machinery/light/small, /obj/structure/tunnel/maint_tunnel, +/obj/structure/machinery/light, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi/drome) -"aFD" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ag/interior/outpost/maint/canteen_e_1) "aFE" = ( /obj/structure/closet/crate/freezer/rations, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aFG" = ( /obj/structure/toilet{ dir = 1 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aFH" = ( /obj/structure/machinery/shower{ dir = 1 @@ -8350,23 +8005,15 @@ dir = 1 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aFI" = ( /obj/effect/spawner/random/tool, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aFJ" = ( /obj/structure/filingcabinet, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) -"aFL" = ( -/obj/structure/window/framed/strata, -/turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms) -"aFM" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ug/interior/jungle/structures/ruin) "aFN" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -8374,22 +8021,21 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, -/obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aFO" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aFP" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aFQ" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/cleanable/blood, @@ -8399,7 +8045,7 @@ dir = 4 }, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aFR" = ( /obj/effect/decal/cleanable/blood, /obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, @@ -8407,7 +8053,7 @@ dir = 4 }, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aFS" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/tool/kitchen/utensil/pfork, @@ -8415,31 +8061,26 @@ dir = 4 }, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aFT" = ( /obj/structure/bed/chair{ dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/effect/decal/strata_decals/grime/grime4{ dir = 4 }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/orange_edge/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aFV" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/exterior/paths/north_outpost) -"aFZ" = ( -/obj/structure/machinery/light/small, -/turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/north_outpost) "aGa" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 @@ -8453,7 +8094,7 @@ "aGc" = ( /obj/structure/machinery/space_heater, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aGd" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -8463,7 +8104,7 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aGe" = ( /obj/structure/platform/strata/metal{ dir = 8 @@ -8474,7 +8115,7 @@ }, /obj/structure/platform/strata/metal, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aGf" = ( /obj/structure/platform/strata{ dir = 1 @@ -8484,34 +8125,24 @@ layer = 2.9 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/paths/south_outpost) "aGh" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) -"aGi" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) -"aGl" = ( -/obj/structure/machinery/power/apc/no_power/east, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/exterior/outpost_decks) "aGm" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aGn" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aGp" = ( /obj/structure/sign/safety/laser, /turf/closed/wall/strata_outpost/reinforced, @@ -8545,22 +8176,22 @@ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aGx" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aGy" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aGz" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -8568,15 +8199,13 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aGA" = ( -/obj/structure/machinery/light/small, -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/disposalpipe/segment{ +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/engi) +/turf/open/floor/prison/darkyellowfull2, +/area/strata/ag/exterior/outpost_decks) "aGB" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -8584,11 +8213,11 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aGC" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aGD" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -8596,11 +8225,11 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aGE" = ( /obj/item/stack/sheet/wood, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aGF" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xtracks" @@ -8609,13 +8238,13 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aGG" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xtracks" }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aGH" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/trash/plate{ @@ -8623,12 +8252,8 @@ pixel_y = 3 }, /obj/item/reagent_container/food/condiment/saltshaker, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aGI" = ( /obj/structure/bed/chair{ dir = 8 @@ -8636,12 +8261,12 @@ /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aGJ" = ( /obj/item/stack/rods, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aGK" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/trash/plate{ @@ -8649,18 +8274,8 @@ pixel_y = 3 }, /obj/item/reagent_container/food/condiment/saltshaker, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) -"aGL" = ( -/obj/structure/flora/grass/tallgrass/ice/corner{ - dir = 9 - }, -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/mountain) +/area/strata/ag/interior/outpost/hallways/north) "aGM" = ( /obj/item/stack/sandbags, /obj/structure/barricade/handrail/strata{ @@ -8679,75 +8294,70 @@ }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/canteen) -"aGP" = ( -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/mountain) "aGQ" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aGR" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/microwave, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aGS" = ( /obj/item/stack/sheet/wood, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aGU" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "aGW" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "aGX" = ( /obj/structure/platform_decoration/strata/metal{ dir = 1 }, /obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/asphalt/cement/cement3, -/area/strata/ag/interior/landingzone_1) -"aGY" = ( +/area/strata/ag/interior/landing_zones/lz1) +"aGZ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) -"aGZ" = ( -/obj/structure/reagent_dispensers/beerkeg, -/obj/structure/barricade/handrail/strata, -/turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/landing_zones/near_lz1) "aHa" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aHb" = ( /obj/structure/sign/poster, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aHc" = ( /obj/structure/sink{ dir = 8; pixel_x = -11 }, /obj/effect/decal/cleanable/blood, -/obj/structure/machinery/light/small{ - dir = 8 - }, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aHd" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" @@ -8755,7 +8365,7 @@ /obj/item/tool/kitchen/utensil/pknife, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aHe" = ( /obj/structure/bed/chair{ dir = 8 @@ -8765,11 +8375,11 @@ dir = 4 }, /turf/open/floor/strata/orange_edge/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aHf" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aHh" = ( /turf/open/auto_turf/snow/brown_base/layer4, /area/strata/ag/exterior/paths/north_outpost) @@ -8777,7 +8387,7 @@ /obj/structure/reagent_dispensers/fueltank, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement/cement15, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "aHj" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -8785,24 +8395,24 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aHk" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aHl" = ( /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "aHm" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/structure/machinery/door/airlock/almayer/engineering/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aHo" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2 @@ -8810,26 +8420,20 @@ /turf/open/floor/strata/multi_tiles/southeast, /area/strata/ag/interior/outpost/engi) "aHq" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/mining_outpost/maintenance) "aHr" = ( /obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aHs" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aHt" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -8842,7 +8446,7 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aHv" = ( /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/outpost/engi) @@ -8855,10 +8459,10 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aHz" = ( /turf/closed/wall/resin/membrane/strata/on_tiles, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aHB" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 @@ -8867,18 +8471,18 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aHC" = ( /obj/item/lightstick/red/planted, /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aHD" = ( /obj/structure/platform_decoration/strata/metal, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aHJ" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgibdown1" @@ -8889,31 +8493,28 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aHK" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/item/stack/sheet/wood, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aHL" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "aHM" = ( /obj/item/stool, -/obj/structure/machinery/light/small{ - dir = 8 - }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aHN" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/bottle/vodka, /obj/item/reagent_container/food/condiment/peppermill, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aHO" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles/west, @@ -8923,67 +8524,61 @@ /area/strata/ag/interior/outpost/canteen) "aHR" = ( /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aHS" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aHT" = ( /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aHU" = ( /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aHV" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aHW" = ( /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/outpost/platform) "aHY" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "pointybush_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "aHZ" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "aIa" = ( /obj/structure/closet/secure_closet/freezer/fridge, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aIb" = ( /obj/item/stack/sheet/wood, /obj/item/stack/rods, /obj/item/stack/sheet/metal/medium_stack, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aIe" = ( /obj/effect/landmark/xeno_spawn, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "aIf" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aIg" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement/cement3, -/area/strata/ag/interior/landingzone_1) -"aIh" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib2" - }, -/turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/lz1) "aIi" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -8991,26 +8586,19 @@ /obj/effect/landmark/xeno_hive_spawn, /obj/effect/landmark/ert_spawns/groundside_xeno, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "aIj" = ( /obj/structure/bed/chair{ - dir = 4 + dir = 8 }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/landing_zones/near_lz1) "aIk" = ( -/turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms) -"aIl" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib4" - }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aIm" = ( /obj/item/ammo_magazine/shotgun/buckshot{ pixel_x = 6; @@ -9020,32 +8608,32 @@ dir = 8 }, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aIn" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/enchiladas, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aIo" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "aIp" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/pizzabox/mushroom, /obj/item/tool/kitchen/utensil/pspoon, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aIs" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "aIw" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aIz" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -9054,12 +8642,12 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aIC" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aIG" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -9068,7 +8656,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aIH" = ( /obj/effect/decal/cleanable/generic, /obj/structure/platform/strata/metal{ @@ -9078,19 +8666,19 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aIL" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aIN" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aIP" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/ice/layer1, @@ -9098,7 +8686,7 @@ "aIQ" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aIS" = ( /obj/structure/machinery/autolathe/full, /obj/structure/machinery/camera/autoname{ @@ -9111,10 +8699,10 @@ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aIU" = ( /turf/closed/wall/wood, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aIV" = ( /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) @@ -9137,59 +8725,31 @@ /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) "aIZ" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/foyer) "aJb" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) "aJc" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/blue3/southwest, +/area/strata/ag/interior/outpost/hallways/north) "aJd" = ( /obj/structure/sign/safety/terminal, /turf/closed/wall/strata_outpost, /area/strata/ag/interior/outpost/engi) -"aJe" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/engi) "aJf" = ( /obj/structure/bed/sofa/vert/grey/top, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) -"aJk" = ( -/obj/item/lightstick/red/spoke/planted{ - layer = 3.1; - pixel_y = 13 - }, -/obj/structure/prop/ice_colony/ground_wire, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 1 - }, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 8 - }, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 4 - }, -/turf/open/floor/strata/red2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ag/interior/outpost/hallways/north) "aJl" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aJm" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/barricade/handrail/strata{ @@ -9201,12 +8761,11 @@ "aJn" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aJo" = ( /obj/structure/machinery/blackbox_recorder, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/effect/landmark/objective_landmark/close, /obj/item/prop/almayer/flight_recorder/colony{ @@ -9220,10 +8779,9 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aJr" = ( /obj/structure/machinery/computer/crew, -/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata, /area/strata/ag/interior/outpost/admin) "aJs" = ( @@ -9272,6 +8830,9 @@ /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "aJD" = ( @@ -9289,7 +8850,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/cheesecakeslice, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aJG" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles/southwest, @@ -9297,52 +8858,46 @@ "aJH" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aJI" = ( /obj/structure/barricade/wooden, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aJJ" = ( /obj/structure/barricade/wooden, /obj/item/stack/rods, /obj/item/stack/sheet/metal/medium_stack, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aJK" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aJM" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "sunnybush_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) -"aJO" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1 - }, -/turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms) +/area/strata/ug/interior/jungle/structures/research/south) "aJP" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" }, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aJQ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/toolbox/syndicate, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aJR" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "aJS" = ( /obj/structure/bed/chair{ dir = 4 @@ -9352,20 +8907,20 @@ }, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/orange_edge/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "aJT" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/bottle/vodka, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aJV" = ( /obj/item/stack/snow, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aJW" = ( /obj/structure/machinery/colony_floodlight, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aJX" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -9375,30 +8930,25 @@ }, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aJY" = ( /obj/structure/barricade/handrail/strata{ dir = 1 }, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aJZ" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/barricade/handrail/strata{ - dir = 1 - }, -/turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/obj/structure/machinery/light, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outpost/canteen) "aKa" = ( /obj/structure/machinery/weather_siren{ dir = 1; pixel_y = 28 }, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aKb" = ( /obj/structure/bed/chair{ dir = 4 @@ -9407,7 +8957,7 @@ dir = 1 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aKc" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -9416,51 +8966,54 @@ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aKf" = ( /obj/item/lightstick/planted, /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aKi" = ( /obj/structure/machinery/power/terminal{ dir = 4 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aKj" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aKk" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aKl" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aKm" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aKn" = ( /obj/structure/machinery/power/monitor{ name = "Main Power Grid Monitoring" }, -/obj/structure/machinery/light/small{ - dir = 8 - }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) "aKp" = ( @@ -9487,7 +9040,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aKt" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ @@ -9497,7 +9050,7 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aKu" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -9508,7 +9061,7 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "aKv" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ @@ -9519,7 +9072,7 @@ "aKw" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aKx" = ( /obj/item/clothing/suit/storage/hazardvest, /obj/item/clothing/suit/storage/hazardvest, @@ -9543,9 +9096,8 @@ /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) "aKA" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) @@ -9556,7 +9108,7 @@ "aKC" = ( /obj/structure/bed/sofa/vert/grey/bot, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aKD" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications{ @@ -9582,7 +9134,7 @@ dir = 8 }, /turf/open/floor/strata/purp1, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "aKG" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications{ @@ -9608,15 +9160,15 @@ }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/admin) -"aKM" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/outpost/maint/canteen_e_1) "aKN" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, /area/strata/ag/interior/outpost/admin) +"aKP" = ( +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/outpost/hallways/north) "aKQ" = ( /obj/structure/machinery/chem_dispenser/soda/beer, /obj/structure/surface/table/reinforced/prison, @@ -9644,13 +9196,13 @@ "aKV" = ( /obj/item/lightstick/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aKW" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aKX" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -9663,7 +9215,7 @@ "aKY" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring/west) "aKZ" = ( /obj/item/reagent_container/glass/bucket/janibucket, /turf/open/floor/strata, @@ -9681,55 +9233,64 @@ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aLc" = ( /obj/structure/window/reinforced/tinted, /obj/structure/window/reinforced/tinted{ dir = 8 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "aLf" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aLg" = ( /obj/effect/decal/strata_decals/grime/grime4{ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aLh" = ( /obj/effect/decal/cleanable/blood{ dir = 4; icon_state = "gib6" }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aLi" = ( /obj/effect/decal/cleanable/blood{ dir = 4; icon_state = "gib6" }, /turf/open/floor/strata/orange_edge/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aLj" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/orange_edge/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "aLk" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/structure/machinery/light/small, -/obj/effect/decal/strata_decals/grime/grime4, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/obj/item/clothing/shoes/snow, +/obj/structure/surface/rack, +/obj/item/clothing/shoes/snow, +/obj/item/clothing/suit/storage/snow_suit, +/obj/item/clothing/suit/storage/snow_suit, +/obj/item/tank/emergency_oxygen/engi, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/exterior/outpost_decks) "aLl" = ( /obj/structure/sign/poster, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aLo" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -9740,34 +9301,34 @@ dir = 1 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aLp" = ( /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aLq" = ( /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aLr" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/folder/blue, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aLs" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aLt" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aLu" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aLv" = ( /obj/item/reagent_container/food/drinks/bottle/sake{ pixel_x = 9; @@ -9776,7 +9337,7 @@ /obj/structure/surface/table/almayer, /obj/effect/landmark/objective_landmark/close, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aLw" = ( /obj/structure/machinery/weather_siren{ dir = 1; @@ -9789,19 +9350,19 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aLz" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aLB" = ( /obj/structure/machinery/camera/autoname{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aLF" = ( /obj/structure/machinery/cm_vending/sorted/tech/tool_storage, /turf/open/floor/strata, @@ -9809,6 +9370,9 @@ "aLG" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/toolbox, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) "aLH" = ( @@ -9821,7 +9385,7 @@ "aLL" = ( /obj/item/lightstick/planted, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aLM" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -9830,7 +9394,7 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aLO" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3, @@ -9904,26 +9468,27 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 8; + name = "\improper Airlock" + }, /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/interior/outpost/admin) "aMf" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/turf/open/floor/strata/blue1, +/turf/open/floor/strata/blue3/north, /area/strata/ag/interior/outpost/admin) "aMg" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, -/turf/open/floor/strata/blue4, -/area/strata/ag/interior/outpost/admin) +/turf/open/floor/strata/blue3/north, +/area/strata/ag/interior/outpost/hallways/north) "aMh" = ( /turf/open/floor/strata/blue4/north, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aMi" = ( /obj/structure/machinery/cm_vending/sorted/boozeomat, /turf/open/floor/strata/white_cyan1/east, @@ -9963,21 +9528,13 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "aMp" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/condiment/saltshaker, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aMq" = ( /obj/item/stack/sandbags, /turf/open/floor/strata/white_cyan2/west, @@ -9999,56 +9556,53 @@ "aMt" = ( /obj/structure/curtain/open/medical, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aMu" = ( /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aMv" = ( /obj/structure/bed, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aMw" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "aMx" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "aMy" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "aMz" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "aMA" = ( /obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aMB" = ( /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aMC" = ( -/obj/structure/bed/chair{ - dir = 8 - }, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "aMD" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aME" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aMF" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -10056,32 +9610,32 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aMG" = ( /obj/item/lightstick/red/planted, /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aMH" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aMI" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aMJ" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aMK" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -10090,13 +9644,13 @@ }, /obj/structure/platform/strata/metal, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aML" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aMM" = ( /obj/structure/machinery/computer/station_alert{ dir = 4; @@ -10108,17 +9662,17 @@ pixel_y = 6 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aMN" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aMO" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aMP" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -10126,7 +9680,7 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aMQ" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 @@ -10138,26 +9692,26 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aMT" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aMU" = ( /obj/item/lightstick/red/planted, /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aMV" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aMW" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -10173,7 +9727,7 @@ "aMY" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aMZ" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -10181,15 +9735,12 @@ /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) "aNa" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ +/obj/structure/bed/chair{ dir = 1 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/engi) +/obj/item/tool/pen/blue, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outpost/med) "aNb" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 @@ -10204,14 +9755,14 @@ "aNd" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aNe" = ( /obj/item/bodybag/tarp/snow, /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNf" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_10" @@ -10228,32 +9779,32 @@ "aNj" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNl" = ( /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNm" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNo" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNp" = ( /obj/effect/decal/cleanable/generic, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aNq" = ( /obj/structure/platform_decoration/strata/metal, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNs" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/blue3/west, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aNt" = ( /turf/open/floor/strata/blue3/east, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aNu" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/strata/ag/interior/outpost/engi) @@ -10287,14 +9838,14 @@ }, /obj/item/reagent_container/food/condiment/peppermill, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aNz" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/camera/autoname{ - dir = 8 +/obj/structure/platform_decoration/strata{ + dir = 4 }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river, +/area/strata/ag/exterior/marsh/water) "aNA" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 @@ -10305,20 +9856,20 @@ }, /obj/structure/platform/strata/metal, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aNB" = ( /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNC" = ( /obj/structure/closet/crate, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aND" = ( /obj/structure/surface/rack, /obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aNE" = ( /obj/structure/machinery/space_heater, /obj/item/reagent_container/food/drinks/coffee{ @@ -10326,36 +9877,32 @@ pixel_y = 14 }, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/maint/canteen_e_1) -"aNF" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ag/interior/outpost/maint) "aNG" = ( /obj/effect/landmark/xeno_spawn, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aNH" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "pointybush_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aNI" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/machinery/camera/autoname{ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aNJ" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aNL" = ( /obj/structure/sign/safety/restrictedarea, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aNM" = ( /obj/item/clothing/shoes/snow, /obj/structure/surface/rack, @@ -10367,11 +9914,8 @@ dir = 8 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNN" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/item/clothing/shoes/snow, /obj/structure/surface/rack, /obj/item/clothing/shoes/snow, @@ -10380,7 +9924,7 @@ /obj/item/tank/emergency_oxygen/engi, /obj/effect/decal/strata_decals/grime/grime3, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNO" = ( /obj/structure/bed/chair{ dir = 4 @@ -10389,14 +9933,14 @@ dir = 6 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aNP" = ( /obj/structure/pipes/vents/pump{ dir = 8; id_tag = "mining_outpost_pump" }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aNQ" = ( /obj/item/explosive/grenade/phosphorus, /obj/structure/surface/rack, @@ -10406,13 +9950,13 @@ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aNR" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aNS" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -10421,37 +9965,37 @@ dir = 8 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aNT" = ( /obj/effect/spawner/random/toolbox, /obj/structure/surface/rack, /obj/item/device/flashlight, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aNU" = ( /obj/item/lightstick/red/planted, /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNV" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aNW" = ( /obj/structure/closet/emcloset, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aNX" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aNZ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -10459,9 +10003,9 @@ /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aOa" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) "aOb" = ( @@ -10469,6 +10013,7 @@ icon_state = "pottedplant_21" }, /obj/structure/platform_decoration/strata/metal, +/obj/structure/machinery/light, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) "aOc" = ( @@ -10484,12 +10029,12 @@ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aOf" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/platform_decoration/strata/metal, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aOg" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -10521,7 +10066,7 @@ }, /obj/structure/bed/sofa/vert/grey/bot, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aOl" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 @@ -10530,7 +10075,7 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aOm" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -10543,6 +10088,7 @@ icon_state = "pottedplant_21" }, /obj/structure/disposalpipe/segment, +/obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata, /area/strata/ag/interior/outpost/admin) "aOo" = ( @@ -10576,14 +10122,16 @@ dir = 4 }, /turf/open/floor/strata/red2, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "aOt" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/barricade/handrail/strata{ + dir = 1 }, -/turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/asphalt/cement, +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aOu" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -10591,29 +10139,20 @@ /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) "aOv" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/bottle/sake{ - pixel_x = -9; - pixel_y = 15 - }, -/obj/item/toy/deck, -/obj/item/storage/box/cups, -/turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) +/obj/structure/closet/secure_closet/personal, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/interior/outside/bball) "aOw" = ( -/obj/structure/machinery/vending/snack, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/central) "aOx" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/camera/autoname{ dir = 4 }, /turf/open/floor/strata/blue3/west, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aOy" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/aspen, @@ -10626,7 +10165,7 @@ /obj/item/lightstick/red/planted, /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aOA" = ( /obj/effect/decal/cleanable/vomit, /turf/open/floor/strata/white_cyan2/west, @@ -10634,79 +10173,78 @@ "aOB" = ( /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aOD" = ( /obj/effect/decal/remains/xeno, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aOE" = ( /obj/item/lightstick/red/planted, /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aOF" = ( /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/flight_control_exterior) "aOG" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/sodawater, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aOJ" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen) "aOK" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen) +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/paths/north_outpost) "aOL" = ( /obj/structure/closet/crate/science, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aOM" = ( /obj/effect/decal/cleanable/blood{ layer = 3 }, /obj/item/stool, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aON" = ( /obj/item/stack/sheet/wood, /obj/structure/closet/crate/internals, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aOP" = ( /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aOR" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aOS" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aOT" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aOU" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aOW" = ( /obj/structure/barricade/snow{ dir = 4 @@ -10715,39 +10253,39 @@ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aOX" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aOY" = ( /obj/item/tool/shovel/snow, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aOZ" = ( /obj/item/lightstick/red/planted, /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aPa" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aPb" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aPc" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aPd" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -10755,38 +10293,38 @@ pixel_y = 10 }, /turf/closed/wall/wood, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aPe" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aPh" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aPi" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aPk" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/surface/rack, /obj/item/tool/extinguisher, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aPl" = ( /obj/structure/bed/chair{ dir = 4 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aPm" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/strata/ag/interior/outpost/admin) @@ -10796,7 +10334,7 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aPo" = ( /obj/structure/surface/rack, /obj/item/explosive/grenade/phosphorus, @@ -10805,11 +10343,11 @@ /obj/item/ammo_box/magazine/shotgun/buckshot, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aPp" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aPq" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -10817,30 +10355,30 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aPr" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aPs" = ( /obj/item/lightstick/planted, /obj/structure/barricade/snow{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aPu" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aPx" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aPy" = ( /obj/structure/closet/bombcloset, /obj/item/clothing/suit/armor/bulletproof, @@ -10853,7 +10391,7 @@ req_one_access = null }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aPB" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -10886,14 +10424,14 @@ dir = 8 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aPF" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aPG" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -10922,7 +10460,7 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aPK" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/toolbox, @@ -10993,38 +10531,47 @@ /area/strata/ag/interior/outpost/admin) "aPT" = ( /obj/effect/decal/cleanable/generic, -/obj/structure/platform_decoration/strata/metal, /obj/item/lightstick/red/planted, +/obj/structure/platform/strata/metal, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aPW" = ( -/obj/structure/barricade/handrail/strata, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/south) "aPX" = ( /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aPY" = ( /obj/structure/barricade/snow{ dir = 8 }, +/obj/structure/blocker/invisible_wall, /turf/open/floor/interior/tatami, /area/strata/ag/interior/restricted) "aQa" = ( /obj/effect/decal/cleanable/generic, /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aQb" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aQc" = ( /obj/structure/barricade/wooden{ dir = 1 @@ -11036,7 +10583,7 @@ /area/strata/ag/interior/outpost/canteen/bar) "aQd" = ( /obj/structure/machinery/vending/dinnerware, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata, @@ -11052,13 +10599,13 @@ }, /obj/effect/landmark/survivor_spawner, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aQg" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQh" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -11067,14 +10614,14 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQi" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /obj/structure/barricade/deployable, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aQj" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -11094,11 +10641,11 @@ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQl" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQm" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xtracks" @@ -11114,121 +10661,119 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQp" = ( /obj/structure/machinery/light/small{ - dir = 4 + dir = 8 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aQq" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQr" = ( /obj/item/stack/sheet/wood, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aQs" = ( /obj/structure/closet/wardrobe/pjs, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aQt" = ( /turf/closed/wall/wood, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "aQu" = ( /obj/structure/machinery/weather_siren{ dir = 1; pixel_y = 28 }, /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aQv" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aQw" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aQx" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aQy" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/machinery/vending/snack, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aQz" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aQA" = ( /obj/structure/bed/chair, /obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aQB" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgibdown1" }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aQD" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aQF" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aQG" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aQH" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQI" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQK" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) +"aQM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/west) "aQN" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQP" = ( /obj/structure/platform/strata/metal, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aQQ" = ( /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/engi) @@ -11243,37 +10788,37 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQT" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aQV" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/fancy/cigarettes/lady_finger, -/turf/open/floor/strata/fake_wood, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi) "aQW" = ( -/obj/structure/bed/chair{ - dir = 8 - }, +/obj/effect/landmark/corpsespawner/engineer, +/obj/item/weapon/gun/pistol/t73, /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/engi) "aQX" = ( -/obj/structure/machinery/light/small, -/obj/structure/barricade/handrail/strata{ +/obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/obj/structure/machinery/light, +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/mining_outpost/hallways) "aQY" = ( -/obj/structure/machinery/light/small, /obj/structure/barricade/handrail/strata{ dir = 8 }, +/obj/structure/machinery/light, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) "aQZ" = ( @@ -11307,7 +10852,7 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aRf" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -11319,6 +10864,7 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata, /area/strata/ag/interior/outpost/admin) "aRi" = ( @@ -11335,18 +10881,12 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/water) -"aRk" = ( -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) "aRm" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aRn" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -11356,34 +10896,29 @@ /area/strata/ag/interior/outpost/canteen/bar) "aRo" = ( /obj/structure/largecrate/random, -/obj/structure/machinery/light/small, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aRp" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aRq" = ( /obj/structure/barricade/deployable, /obj/structure/machinery/m56d_hmg, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aRr" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aRs" = ( /obj/structure/barricade/wooden{ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aRv" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/strata/ag/interior/outpost/canteen/bar) @@ -11392,55 +10927,55 @@ dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aRy" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aRz" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/landinglight/ds1/delayone{ dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aRA" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aRB" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aRC" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aRD" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aRF" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aRG" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aRI" = ( /obj/structure/noticeboard{ pixel_y = 32 @@ -11449,19 +10984,19 @@ dir = 4 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aRJ" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aRK" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aRL" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -11471,7 +11006,7 @@ name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aRM" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -11480,49 +11015,42 @@ dir = 9 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aRO" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aRR" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aRV" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aRW" = ( /obj/effect/spawner/random/toolbox, /obj/structure/barricade/handrail/strata{ dir = 1 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/outpost/gen/foyer) -"aRX" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 2; - name = "\improper Airlock" - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/foyer) "aRZ" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aSb" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aSc" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 @@ -11548,26 +11076,20 @@ /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) "aSf" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/engi) +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/interior/restricted) "aSj" = ( -/obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform_decoration/strata{ dir = 1 }, +/obj/structure/blocker/invisible_wall, /turf/open/gm/river, /area/strata/ag/exterior/marsh/water) "aSk" = ( /obj/structure/bed/chair/office/light{ dir = 4 }, -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/admin) "aSl" = ( @@ -11580,11 +11102,8 @@ /obj/item/paper_bin, /obj/item/tool/pen/blue, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aSn" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ - pixel_y = -28 - }, /obj/item/reagent_container/spray/cleaner, /obj/structure/surface/rack, /obj/item/storage/box/flashbangs, @@ -11615,11 +11134,13 @@ "aSr" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "aSs" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen) +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/mining_outpost/maintenance) "aSt" = ( /obj/structure/bed/chair{ dir = 1 @@ -11628,6 +11149,7 @@ /area/strata/ag/interior/outpost/canteen) "aSu" = ( /obj/structure/machinery/vending/snack, +/obj/structure/machinery/light, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen) "aSv" = ( @@ -11640,116 +11162,116 @@ "aSw" = ( /obj/structure/closet/firecloset/full, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aSz" = ( /turf/open/floor/prison/floor_plate, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "aSA" = ( /obj/item/organ/eyes, /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aSB" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "aSC" = ( /turf/open/gm/coast/beachcorner/north_west, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aSD" = ( /turf/open/gm/coast/beachcorner/north_east, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aSF" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aSG" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement/cement14, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aSH" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/asphalt/cement/cement12, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aSJ" = ( /obj/item/lightstick/planted, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aSK" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aSL" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aSN" = ( /turf/open/asphalt/cement/cement15, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aSP" = ( /obj/structure/machinery/weather_siren{ dir = 1; pixel_y = 28 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aSQ" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 2; name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aSR" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 }, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aSS" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/mining_outpost/hallways) "aST" = ( /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aSU" = ( /obj/structure/bookcase, /obj/item/book/manual/atmospipes, /obj/item/book/manual/engineering_guide, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aSV" = ( /obj/structure/machinery/light/small, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aSW" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aSX" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/landinglight/ds2{ dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "aSY" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "aSZ" = ( /obj/structure/surface/rack, /obj/item/inflatable, @@ -11760,71 +11282,62 @@ /obj/item/inflatable, /obj/item/tool/weldingtool, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aTb" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aTe" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aTg" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aTh" = ( /obj/item/lightstick/red/planted, /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aTi" = ( /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aTk" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aTn" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib4" }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aTp" = ( /obj/structure/largecrate/random/case/small, /turf/open/asphalt/cement, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aTs" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aTt" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/gen/foyer) -"aTu" = ( -/obj/structure/bookcase{ - icon_state = "book-5" - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aTv" = ( -/obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ dir = 4 }, +/obj/structure/blocker/invisible_wall, /turf/open/gm/river, /area/strata/ag/exterior/marsh/water) "aTy" = ( @@ -11832,13 +11345,13 @@ icon_state = "pottedplant_22" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aTz" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aTA" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/fake_wood, @@ -11932,28 +11445,28 @@ /obj/item/tool/mop, /obj/structure/janitorialcart, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "aTQ" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/floor/strata/blue3/west, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aTR" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ dir = 1 }, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aTT" = ( /obj/structure/pipes/vents/pump{ dir = 8 }, /turf/open/floor/strata/blue3/east, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aTU" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata/blue1, @@ -11963,7 +11476,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aTW" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 @@ -11978,7 +11491,7 @@ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aTY" = ( /obj/structure/sink{ dir = 4; @@ -11993,39 +11506,39 @@ /obj/effect/decal/cleanable/generic, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aUb" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/light/small{ +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light{ dir = 4 }, -/obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "aUc" = ( /obj/structure/sign/safety/galley, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aUe" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aUf" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/canteen) "aUg" = ( /turf/open/gm/river, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aUh" = ( /turf/open/gm/coast/east, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aUn" = ( /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aUo" = ( /obj/structure/platform/strata/metal{ dir = 8 @@ -12034,20 +11547,20 @@ dir = 5 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aUp" = ( /turf/closed/wall/wood, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aUq" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aUr" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aUs" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata/orange_cover, @@ -12077,62 +11590,59 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aUz" = ( /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aUA" = ( /obj/structure/platform_decoration/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aUC" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aUD" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aUE" = ( /obj/structure/largecrate/random/barrel/yellow, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aUF" = ( /obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aUK" = ( /obj/structure/closet/firecloset/full, /obj/structure/machinery/light/small, /obj/effect/landmark/objective_landmark/medium, /turf/open/asphalt/cement, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aUM" = ( /obj/structure/closet/secure_closet/personal, -/obj/structure/machinery/power/apc/no_power/west, /obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aUN" = ( /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aUR" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/gen/foyer) +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/paths/north_outpost) "aUS" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /turf/closed/wall/strata_outpost, @@ -12250,12 +11760,12 @@ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aVi" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aVj" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -12270,14 +11780,14 @@ "aVk" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aVl" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "aVm" = ( /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "aVn" = ( /obj/structure/filingcabinet, /obj/structure/barricade/handrail/strata{ @@ -12291,14 +11801,14 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aVq" = ( /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/marsh/river) "aVv" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aVx" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -12336,16 +11846,13 @@ icon_state = "p_stair_sn_full_cap" }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/north) "aVE" = ( /obj/structure/surface/rack, /obj/item/book/manual/barman_recipes, /obj/item/book/manual/chef_recipes, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/maint/canteen_e_1) -"aVF" = ( -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aVG" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -12356,57 +11863,57 @@ "aVH" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aVJ" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aVK" = ( /turf/open/gm/coast/beachcorner2/south_east, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aVL" = ( /turf/open/gm/coast/beachcorner2/south_west, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aVM" = ( /turf/open/gm/coast/beachcorner2/north_east, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aVN" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fernybush_3" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aVP" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aVQ" = ( /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "aVR" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "aVS" = ( /turf/open/gm/coast/beachcorner/north_west, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "aVT" = ( /turf/open/gm/coast/beachcorner/north_east, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "aVW" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aVX" = ( /obj/structure/platform_decoration/strata/metal, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aVY" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/barricade/handrail/strata{ @@ -12416,30 +11923,30 @@ /area/strata/ag/exterior/marsh/river) "aVZ" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "aWa" = ( /obj/item/lightstick/red/planted, /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aWc" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aWd" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aWe" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aWf" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, @@ -12472,69 +11979,60 @@ /obj/effect/decal/cleanable/blood, /obj/item/storage/backpack/satchel, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aWm" = ( /obj/item/stack/snow, /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aWn" = ( /obj/effect/decal/cleanable/blood, /obj/item/organ/heart, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aWp" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/north_lz_caves) -"aWr" = ( -/obj/structure/machinery/weather_siren{ - pixel_y = -8 - }, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/tcomms/mining_caves) "aWs" = ( /obj/effect/decal/cleanable/blood/gibs/body, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aWt" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xtracks" }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aWy" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aWB" = ( /obj/structure/closet/secure_closet/personal, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/cyan1/east, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "aWE" = ( /obj/structure/closet/secure_closet/personal, -/obj/structure/machinery/light/small{ - dir = 8 - }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aWF" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aWG" = ( /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aWH" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "aWK" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -12542,11 +12040,11 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aWL" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aWO" = ( /obj/structure/noticeboard{ pixel_y = 32 @@ -12563,7 +12061,7 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aWR" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -12604,10 +12102,10 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc/power/north, /obj/effect/landmark/objective_landmark/science, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/exterior/paths/far_north_outpost) "aXa" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -12624,7 +12122,7 @@ }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "aXc" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/manifold/hidden/cyan{ @@ -12674,85 +12172,85 @@ layer = 3 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aXn" = ( /obj/structure/sink{ dir = 1; pixel_y = -10 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aXo" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aXp" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "aXq" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "aXr" = ( /turf/open/gm/coast/beachcorner/south_west, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aXs" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "aXt" = ( /turf/open/gm/coast/beachcorner/south_west, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "aXu" = ( /turf/open/gm/coast/beachcorner/south_east, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "aXv" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /obj/structure/platform/strata/metal, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aXw" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aXx" = ( /obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aXy" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aXB" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXC" = ( /obj/structure/bed, /obj/effect/decal/cleanable/blood, /obj/item/tool/screwdriver, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXD" = ( /obj/structure/surface/table, /obj/item/folder/blue, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXE" = ( /obj/structure/bed/chair/office/light{ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXF" = ( /obj/structure/bed, /obj/item/cell/high, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXG" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/strata/ag/interior/mountain) @@ -12760,29 +12258,29 @@ /obj/structure/surface/table, /obj/item/phone, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXI" = ( /obj/structure/bed, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXJ" = ( /obj/structure/surface/table, /obj/item/folder/blue, /obj/item/storage/pill_bottle/tramadol/skillless, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXK" = ( /obj/structure/bed, /obj/item/tool/lighter/random, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXO" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aXP" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aXV" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -12791,63 +12289,59 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aXW" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aXY" = ( /obj/effect/decal/cleanable/generic, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aXZ" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; dir = 1 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) -"aYa" = ( -/obj/structure/machinery/space_heater, -/turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh/river) +/area/strata/ag/interior/outside/bball/cave) "aYd" = ( /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aYe" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aYh" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aYi" = ( /obj/structure/platform_decoration/strata/metal, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aYj" = ( /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aYm" = ( /obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aYo" = ( /obj/structure/curtain/medical, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aYp" = ( /turf/open/floor/interior/tatami, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aYq" = ( /obj/structure/window/reinforced/tinted{ dir = 4 @@ -12858,7 +12352,7 @@ /obj/structure/window/reinforced/tinted, /obj/structure/machinery/iv_drip, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aYr" = ( /obj/effect/spawner/random/toolbox, /obj/effect/decal/cleanable/blood{ @@ -12867,21 +12361,21 @@ /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aYu" = ( /obj/structure/disposalpipe/segment, /obj/item/stack/catwalk, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aYw" = ( /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aYx" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, +/obj/structure/bed/nest, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/remains/xeno, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/mining_outpost/hive) "aYy" = ( /obj/item/lightstick/red/spoke/planted{ layer = 3.1; @@ -12898,17 +12392,17 @@ dir = 4 }, /turf/open/floor/strata/red2, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "aYz" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aYA" = ( /obj/structure/machinery/vending/security, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aYB" = ( /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "aYD" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -12917,37 +12411,30 @@ layer = 3.5 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "aYE" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) -"aYG" = ( -/turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "aYH" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6" }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aYI" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) -"aYK" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aYL" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aYO" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/strata/floor3, @@ -12957,17 +12444,17 @@ dir = 6 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aYQ" = ( /obj/item/stack/sheet/wood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "aYR" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aYT" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -12975,7 +12462,7 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "aYW" = ( /obj/item/stack/rods, /obj/structure/pipes/standard/simple/hidden/cyan{ @@ -12986,15 +12473,15 @@ "aYX" = ( /obj/structure/fence, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aYY" = ( /obj/item/lightstick/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aYZ" = ( /obj/item/lightstick/planted, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aZb" = ( /obj/effect/decal/cleanable/blood/gibs/down, /obj/item/stack/medical/advanced/bruise_pack, @@ -13005,14 +12492,14 @@ /area/strata/ag/interior/outpost/canteen/bar) "aZc" = ( /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aZe" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aZh" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -13027,7 +12514,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aZj" = ( /obj/item/lightstick/red/planted, /obj/structure/barricade/snow{ @@ -13047,20 +12534,16 @@ }, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/marsh/river) -"aZm" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) "aZn" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "aZo" = ( /obj/structure/platform_decoration/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aZp" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -13087,7 +12570,7 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aZt" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 @@ -13113,7 +12596,7 @@ /obj/item/book/manual/engineering_hacking, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aZx" = ( /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/exterior/marsh/river) @@ -13121,27 +12604,24 @@ /obj/structure/surface/rack, /obj/item/book/manual/research_and_development, /obj/item/book/manual/security_space_law, -/obj/structure/machinery/light/small{ - dir = 4 - }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aZz" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aZA" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aZB" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aZC" = ( /obj/structure/platform/strata{ dir = 1 @@ -13150,13 +12630,11 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aZD" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ - name = "\improper Airlock" - }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aZE" = ( /obj/structure/machinery/shower, /obj/structure/window/reinforced/tinted{ @@ -13177,112 +12655,83 @@ dir = 2 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "aZF" = ( /obj/structure/toilet, /obj/structure/curtain/medical, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "aZG" = ( /obj/structure/sink{ dir = 4; pixel_x = 11 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "aZH" = ( /obj/item/stack/rods, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "aZI" = ( /obj/structure/platform/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aZJ" = ( /obj/structure/surface/rack, /obj/item/tool/shovel/snow, /obj/item/device/flashlight/flare, /obj/item/device/flashlight, +/obj/effect/landmark/good_item, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/tcomms/mining_caves) "aZK" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aZL" = ( /turf/open/gm/coast/beachcorner2/north_west, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aZO" = ( /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "aZP" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) -"aZQ" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ag/exterior/paths/flight_control_exterior) "aZS" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) -"aZV" = ( -/obj/structure/barricade/snow{ - dir = 1 - }, -/turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/interior/disposals) +/area/strata/ag/interior/landing_zones/near_lz1) "aZW" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata, /turf/open/gm/river, /area/strata/ag/exterior/marsh/river) -"aZX" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/obj/structure/barricade/handrail/strata, -/turf/open/floor/strata/orange_cover, -/area/strata/ag/exterior/marsh/river) -"aZY" = ( -/turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/disposals) "aZZ" = ( /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "baa" = ( /obj/effect/decal/cleanable/blood, /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms/south) -"bab" = ( -/obj/structure/bed/chair, -/turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/disposals) -"bac" = ( -/obj/item/storage/fancy/cigarettes/blackpack, -/obj/structure/surface/table/reinforced/prison, -/turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/interior/disposals) +/area/strata/ag/interior/mining_outpost/south_dormitories) "bad" = ( /obj/structure/tunnel, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "bae" = ( /obj/structure/prop/almayer/computers/mapping_computer, /turf/open/floor/strata/red1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "baf" = ( /obj/structure/platform_decoration/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "bag" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -13291,22 +12740,22 @@ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bah" = ( /obj/structure/platform_decoration/strata{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "bai" = ( /obj/structure/fence, -/turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/north_lz_caves) +/turf/open/asphalt/cement/cement3, +/area/strata/ag/exterior/tcomms/mining_caves) "bal" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bam" = ( /obj/item/tool/wrench, /obj/structure/pipes/standard/manifold/hidden/cyan{ @@ -13314,7 +12763,7 @@ }, /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ban" = ( /obj/structure/disposalpipe/broken{ dir = 1 @@ -13330,7 +12779,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bao" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -13340,33 +12789,31 @@ name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "bap" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "baq" = ( -/obj/structure/machinery/light/small, -/obj/structure/pipes/standard/simple/hidden/cyan{ +/obj/structure/machinery/light/small{ dir = 4 }, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) +/turf/open/floor/strata/cyan2/east, +/area/strata/ag/interior/outpost/hallways/south) "bar" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "bas" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/paths/north_outpost) "bat" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -13375,7 +12822,7 @@ dir = 1 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "bau" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -13386,17 +12833,17 @@ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "bav" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "baw" = ( /obj/structure/barricade/snow{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "baA" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -13414,56 +12861,55 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "baG" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "baH" = ( /obj/item/stack/rods, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "baJ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "baK" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "baL" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "baM" = ( /obj/structure/bed/chair{ dir = 1 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "baN" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "baQ" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "baR" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "baS" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6" @@ -13472,25 +12918,25 @@ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "baT" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "baU" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "baV" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "baX" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -13511,13 +12957,13 @@ "bbc" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "bbd" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/north) "bbe" = ( /obj/structure/barricade/handrail/strata{ dir = 4 @@ -13527,13 +12973,13 @@ "bbf" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "bbg" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "bbh" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 @@ -13545,10 +12991,10 @@ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "bbj" = ( /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bbk" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -13561,41 +13007,29 @@ dir = 4 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) -"bbm" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 1 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "bbn" = ( /obj/structure/curtain/medical, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bbo" = ( /obj/structure/bed/stool, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "bbp" = ( /obj/structure/bed/stool, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/north) "bbq" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bbs" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, /area/strata/ag/interior/outpost/admin) -"bbu" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) "bbv" = ( /obj/structure/machinery/gibber, /turf/open/floor/strata/cyan2/east, @@ -13652,55 +13086,55 @@ /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/canteen/bar) "bbF" = ( -/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "bbG" = ( /obj/structure/surface/rack, /obj/item/book/manual/ripley_build_and_repair, /obj/item/book/manual/surgery, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "bbI" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/east_dorms) +/turf/open/floor/strata, +/area/strata/ag/exterior/outpost_decks) "bbJ" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/outpost/platform) "bbK" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "bbL" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "bbM" = ( /obj/structure/closet/wardrobe/pjs, -/obj/structure/machinery/power/apc/power/north, /obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "bbN" = ( /turf/open/floor/strata/floor2, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "bbO" = ( /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "bbP" = ( /obj/structure/machinery/door/airlock/prison{ name = "Reinforced Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "bbT" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -13710,13 +13144,13 @@ "bbU" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "bbW" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "bbX" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" @@ -13725,7 +13159,7 @@ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bbZ" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer1, @@ -13736,60 +13170,54 @@ }, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/marsh/river) -"bcd" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/obj/structure/barricade/snow{ - dir = 1 - }, -/turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +"bcb" = ( +/obj/structure/sign/nosmoking_2, +/turf/closed/wall/strata_outpost, +/area/strata/ag/exterior/caves/shed_five_caves) "bce" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bcf" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bcg" = ( /obj/item/lightstick/red/planted, /obj/structure/barricade/snow{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bch" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bcj" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bck" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bcm" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bco" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bcp" = ( /obj/structure/barricade/handrail/strata, /obj/structure/barricade/handrail/strata{ @@ -13834,45 +13262,48 @@ /turf/open/auto_turf/snow/brown_base/layer4, /area/strata/ag/exterior/marsh/river) "bcx" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 5 + }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "bcz" = ( /obj/structure/barricade/snow, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bcA" = ( /obj/structure/barricade/snow, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bcB" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bcE" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bcF" = ( /obj/structure/machinery/computer/cameras{ dir = 8 }, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/red1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bcG" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bcH" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bcI" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -13880,7 +13311,7 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bcK" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 @@ -13891,26 +13322,17 @@ /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) -"bcM" = ( -/obj/structure/machinery/light/small, -/turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bcN" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bcO" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/exterior/marsh/river) -"bcP" = ( -/obj/structure/flora/grass/tallgrass/ice, -/obj/structure/flora/grass/tallgrass/ice, -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh/river) "bcQ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 @@ -13922,24 +13344,17 @@ /obj/item/reagent_container/food/drinks/cans/beer, /obj/item/device/radio, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bcS" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) -"bcT" = ( -/obj/structure/platform_decoration/strata{ dir = 1 }, -/turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/north_lz_caves) +/turf/open/floor/strata/blue1, +/area/strata/ug/interior/jungle/structures/research) "bcU" = ( /obj/structure/platform_decoration/strata, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "bcV" = ( /obj/structure/platform/strata{ dir = 1 @@ -13948,13 +13363,16 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bcW" = ( /obj/structure/barricade/snow{ dir = 8 }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bcX" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -13965,47 +13383,43 @@ layer = 3.5 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bcY" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bda" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 2; name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bdb" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/light/small{ - dir = 8 - }, /obj/structure/stairs/perspective{ color = "#6e6e6e"; dir = 8; icon_state = "p_stair_ew_half_cap" }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bdd" = ( /obj/item/tool/crowbar, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/foyer) -"bde" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bdg" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bdi" = ( /obj/structure/bed/chair{ dir = 1 @@ -14014,7 +13428,7 @@ /area/strata/ag/interior/outpost/admin) "bdj" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "bdk" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/tool/stamp, @@ -14024,18 +13438,18 @@ "bdl" = ( /obj/structure/floodgate, /turf/open/asphalt/cement, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "bdm" = ( /obj/effect/landmark/corpsespawner/russian, /obj/structure/bed/roller, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bdn" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bdp" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/box/donkpockets, @@ -14057,7 +13471,7 @@ /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) "bdu" = ( @@ -14076,23 +13490,23 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bdx" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bdy" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bdA" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bdB" = ( /obj/structure/platform/strata, /obj/item/lightstick/red/planted, @@ -14104,10 +13518,6 @@ }, /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/exterior/marsh/river) -"bdD" = ( -/obj/structure/barricade/snow, -/turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) "bdE" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /turf/closed/wall/strata_outpost, @@ -14117,7 +13527,7 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bdI" = ( /obj/structure/sign/nosmoking_2, /turf/closed/wall/strata_outpost, @@ -14127,7 +13537,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/toy/deck, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/south) "bdK" = ( /obj/structure/barricade/handrail/strata, /obj/structure/bed/chair/comfy{ @@ -14137,10 +13547,10 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/south) "bdL" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "bdM" = ( /obj/structure/platform_decoration/strata, /obj/effect/blocker/sorokyne_cold_water, @@ -14151,24 +13561,24 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bdO" = ( /obj/structure/barricade/snow{ dir = 8 }, /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bdP" = ( /obj/structure/platform_decoration/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bdQ" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bdS" = ( /obj/structure/largecrate/random, /obj/item/storage/belt/utility/full, @@ -14185,25 +13595,25 @@ "bdU" = ( /obj/item/book/manual/security_space_law, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "bdV" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bdW" = ( /obj/structure/platform_decoration/strata{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bdX" = ( /obj/structure/platform_decoration/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bdY" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/stairs/perspective{ @@ -14214,26 +13624,26 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/south) "bdZ" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bea" = ( /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "bec" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/marsh/spring_marshes) "bed" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bee" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/barricade/handrail/strata{ @@ -14253,7 +13663,7 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/south) "beh" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -14264,10 +13674,11 @@ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/south) "bei" = ( /obj/effect/decal/cleanable/blood/oil, -/turf/open/auto_turf/snow/brown_base/layer1, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/plating, /area/strata/ag/exterior/marsh/river) "bek" = ( /obj/structure/platform/strata, @@ -14280,7 +13691,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/cheesecakeslice, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "bem" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -14290,16 +13701,16 @@ icon_state = "pottedplant_21" }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/south) "ben" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "bep" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "beq" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ @@ -14321,26 +13732,25 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bew" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bex" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/structure/barricade/handrail/strata, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bey" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications{ dir = 4 }, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bez" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -14355,24 +13765,24 @@ dir = 1 }, /turf/open/floor/strata/purp1, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "beB" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "beD" = ( /obj/effect/spawner/random/toolbox{ pixel_y = 12 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "beE" = ( /obj/effect/decal/cleanable/blood{ layer = 3 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "beF" = ( /obj/item/lightstick/red/spoke/planted{ layer = 3.1; @@ -14389,22 +13799,22 @@ dir = 4 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring/west) "beG" = ( /turf/open/gm/coast/beachcorner/north_east, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "beH" = ( /obj/effect/landmark/xeno_spawn, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "beJ" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "beK" = ( /obj/structure/platform_decoration/strata/metal, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "beL" = ( /obj/structure/machinery/weather_siren{ dir = 8; @@ -14412,7 +13822,7 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "beM" = ( /obj/structure/barricade/handrail/strata{ dir = 4 @@ -14427,48 +13837,50 @@ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "beP" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "beQ" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "beS" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "beT" = ( /obj/structure/machinery/photocopier, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "beU" = ( /obj/item/clipboard, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/surface/table/reinforced/prison, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "beV" = ( /obj/structure/machinery/faxmachine, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "beW" = ( /obj/structure/barricade/snow{ dir = 1 }, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "beX" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -14476,14 +13888,14 @@ /obj/structure/window/reinforced/tinted, /obj/item/storage/briefcase, /turf/open/floor/strata/red1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "beY" = ( /obj/structure/bed/chair, /obj/structure/barricade/snow{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "beZ" = ( /obj/structure/barricade/snow{ dir = 1 @@ -14492,38 +13904,38 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bfa" = ( /obj/structure/machinery/colony_floodlight, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bfc" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bfd" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bfe" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bff" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bfg" = ( /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bfh" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bfi" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -14532,22 +13944,22 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bfk" = ( /obj/structure/fence, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bfl" = ( /obj/structure/platform/strata, /obj/structure/platform/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bfm" = ( /obj/structure/window/reinforced/tinted, /turf/open/floor/strata/red1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bfn" = ( /obj/effect/decal/warning_stripes{ icon_state = "N" @@ -14556,20 +13968,20 @@ icon_state = "W" }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bfo" = ( /obj/structure/platform_decoration/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bfp" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bfq" = ( /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "bfr" = ( /obj/structure/bed/chair{ dir = 8 @@ -14578,15 +13990,15 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bfs" = ( /obj/effect/decal/cleanable/blood, /turf/closed/wall/wood, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "bft" = ( /obj/effect/decal/cleanable/blood, /turf/closed/wall/resin/strata/on_tiles, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "bfu" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -14594,7 +14006,7 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bfv" = ( /obj/structure/machinery/weather_siren{ dir = 8; @@ -14602,7 +14014,7 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bfw" = ( /obj/structure/closet/emcloset, /obj/effect/spawner/random/toolbox, @@ -14611,50 +14023,44 @@ }, /obj/item/clothing/suit/armor/riot, /turf/open/asphalt/cement, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bfx" = ( /obj/structure/fence, /turf/open/asphalt/cement, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bfy" = ( /turf/open/floor/strata, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bfz" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bfD" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/south) "bfE" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/marsh/spring_marshes) "bfF" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/phone{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/reagent_container/food/drinks/bottle/sake, -/obj/structure/machinery/light/small{ - dir = 4 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/gen/foyer) +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/central) "bfI" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bfJ" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bfM" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 2; @@ -14667,21 +14073,22 @@ /turf/closed/wall/strata_outpost, /area/strata/ag/interior/outpost/admin) "bfO" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/admin) +/obj/structure/surface/rack, +/obj/item/ammo_magazine/rifle/type71, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outside/bball) "bfP" = ( /turf/open/floor/strata/multi_tiles/southeast, /area/strata/ag/interior/outpost/admin) "bfQ" = ( -/obj/structure/machinery/light/small{ +/obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/admin) +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outside/engineering/parts_storage) "bfS" = ( /obj/structure/sign/safety/maint, /turf/closed/wall/strata_outpost, @@ -14698,9 +14105,6 @@ /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southeast, /area/strata/ag/interior/outpost/admin) -"bfW" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/interior/outpost/admin) "bfX" = ( /obj/structure/sign/safety/fire_haz, /turf/closed/wall/strata_outpost, @@ -14710,7 +14114,7 @@ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bgb" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -14719,7 +14123,7 @@ dir = 4 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bgc" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -14728,7 +14132,7 @@ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bgd" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -14737,7 +14141,7 @@ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bge" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -14746,30 +14150,26 @@ dir = 4 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bgf" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ug/interior/outpost/platform) "bgg" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bgh" = ( /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bgi" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgj" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/barricade/handrail/strata{ @@ -14789,74 +14189,68 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgn" = ( /obj/effect/decal/remains/xeno, /obj/effect/decal/cleanable/blood{ icon_state = "xgibdown1" }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) -"bgp" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/canteen) +/area/strata/ag/interior/outside/bball/cave) "bgq" = ( /obj/structure/fence, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "bgr" = ( /obj/structure/fence, /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgs" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgt" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgu" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgv" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgw" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgx" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgy" = ( /obj/structure/platform_decoration/strata, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgz" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -14868,62 +14262,61 @@ dir = 10 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/canteen) +/area/strata/ag/interior/outpost/hallways/south) "bgB" = ( /obj/structure/platform/strata, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bgF" = ( /obj/structure/platform/strata, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bgG" = ( /obj/effect/decal/cleanable/generic, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgH" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgI" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgJ" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgK" = ( /turf/open/floor/interior/tatami, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "bgL" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bgM" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgN" = ( /obj/structure/platform/strata/metal{ dir = 4 @@ -14932,7 +14325,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgO" = ( /obj/item/stack/snow, /obj/structure/barricade/handrail/strata{ @@ -14945,7 +14338,7 @@ dir = 8 }, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "bgQ" = ( /obj/item/clothing/shoes/snow, /obj/structure/surface/rack, @@ -14972,21 +14365,24 @@ "bgT" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgV" = ( /obj/structure/bed{ icon_state = "abed" }, /turf/open/floor/strata/purp1, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "bgW" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /obj/structure/bed/chair{ dir = 8 }, +/obj/structure/machinery/light/small{ + dir = 4 + }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "bgX" = ( /obj/structure/tunnel, /turf/open/auto_turf/ice/layer1, @@ -14994,25 +14390,25 @@ "bha" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bhb" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "bhd" = ( /turf/open/gm/coast/beachcorner/south_west, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "bhe" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bhf" = ( /obj/structure/fence, /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/exterior/vanyard) "bhg" = ( /turf/open/gm/coast/beachcorner/south_east, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "bhh" = ( /obj/structure/fence, /turf/open/auto_turf/snow/brown_base/layer1, @@ -15022,26 +14418,26 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bhp" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bhq" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 8; name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bhr" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bhs" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -15050,7 +14446,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bht" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -15091,23 +14487,23 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhy" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhz" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/administration) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/administration) "bhA" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bhB" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/pipes/standard/simple/hidden/cyan{ @@ -15121,10 +14517,10 @@ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhD" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhE" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -15138,7 +14534,7 @@ "bhF" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhG" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -15148,17 +14544,17 @@ dir = 8 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhH" = ( /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhI" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /obj/effect/decal/strata_decals/grime/grime3, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhJ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 @@ -15203,11 +14599,11 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bhQ" = ( /obj/structure/bed/chair, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhR" = ( /obj/structure/closet, /turf/open/auto_turf/snow/brown_base/layer2, @@ -15218,17 +14614,17 @@ /area/strata/ag/exterior/vanyard) "bhT" = ( /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bhU" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhV" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" }, /turf/open/asphalt/cement, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bhX" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform_decoration/strata/metal{ @@ -15243,12 +14639,11 @@ /turf/open/auto_turf/snow/brown_base/layer3, /area/strata/ag/exterior/marsh/river) "bhZ" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/machinery/light/small, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/gen/foyer) +/turf/open/floor/prison/darkyellowfull2, +/area/strata/ag/interior/outpost/engi) "bia" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer2, @@ -15256,7 +14651,7 @@ "bib" = ( /obj/structure/inflatable/popped, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/south) "bic" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, @@ -15270,60 +14665,58 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bih" = ( /obj/structure/platform_decoration/strata, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bii" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/inflatable/popped, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/hallways/south) "bij" = ( -/obj/structure/machinery/vending/snack, -/obj/structure/machinery/light/small, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/gen/foyer) +/obj/structure/machinery/space_heater, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outside/bball) "bik" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/gen/foyer) +/obj/structure/largecrate/random/case/small, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/foyer) "bil" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/clipboard, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/outpost/gen/foyer) -"bim" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/north_outpost) +/area/strata/ag/interior/outpost/foyer) "bin" = ( /obj/structure/platform/strata, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "biq" = ( /obj/structure/platform_decoration/strata, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bis" = ( /obj/structure/platform/strata, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bit" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /obj/structure/platform/strata, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "biu" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /obj/structure/platform/strata, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "biv" = ( /obj/structure/platform_decoration/strata{ dir = 1 @@ -15334,7 +14727,7 @@ /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/exterior/vanyard) "bix" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, @@ -15344,31 +14737,34 @@ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "biz" = ( /obj/structure/barricade/snow{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "biA" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "biB" = ( /obj/effect/decal/cleanable/blood/oil/streak, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "biC" = ( /obj/structure/bed/roller, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "biD" = ( /obj/structure/coatrack, /obj/item/clothing/suit/armor/bulletproof, +/obj/structure/machinery/light/small{ + dir = 8 + }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/admin) "biE" = ( @@ -15376,7 +14772,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "biF" = ( /obj/structure/platform/strata{ dir = 1 @@ -15384,7 +14780,7 @@ /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "biG" = ( /turf/open/auto_turf/snow/brown_base/layer3, /area/strata/ag/exterior/marsh/river) @@ -15403,9 +14799,6 @@ /obj/item/device/flashlight/lamp{ pixel_y = 11 }, -/obj/structure/machinery/light/small{ - dir = 4 - }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/admin) "biN" = ( @@ -15414,13 +14807,13 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "biP" = ( /obj/structure/platform_decoration/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "biQ" = ( /obj/item/lightstick/red/planted, /obj/structure/platform/strata{ @@ -15446,8 +14839,7 @@ dir = 1 }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/admin) @@ -15479,8 +14871,7 @@ "bja" = ( /obj/structure/machinery/vending/snack, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) @@ -15508,20 +14899,16 @@ /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/admin) "bjg" = ( -/obj/structure/machinery/light/small{ +/obj/structure/bed/chair/office/light, +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/obj/structure/largecrate/random/secure, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/engi/drome) "bjh" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) -"bji" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bjj" = ( /turf/open/auto_turf/ice/layer0, /area/strata/ag/exterior/marsh/river) @@ -15541,7 +14928,7 @@ dir = 4 }, /turf/open/floor/strata/red2, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "bjl" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -15553,24 +14940,21 @@ dir = 1 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) -"bjo" = ( -/turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/canteen) +/area/strata/ag/interior/outpost/hallways/south) "bjp" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ dir = 1; name = "\improper Airlock" }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/canteen) +/area/strata/ag/interior/outpost/hallways/south) "bjr" = ( /turf/open/asphalt/cement, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bjs" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "bjv" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ @@ -15600,7 +14984,7 @@ "bjC" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bjE" = ( /obj/structure/platform_decoration/strata{ dir = 8 @@ -15613,20 +14997,20 @@ }, /obj/structure/platform/strata, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bjH" = ( /obj/effect/decal/cleanable/generic, /obj/structure/platform_decoration/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bjI" = ( /obj/structure/platform_decoration/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bjJ" = ( /obj/structure/platform/strata{ dir = 1 @@ -15635,24 +15019,24 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bjK" = ( /obj/effect/decal/cleanable/generic, /obj/structure/platform_decoration/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bjL" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "bjM" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bjN" = ( /turf/open/auto_turf/snow/brown_base/layer4, /area/strata/ag/exterior/marsh/river) @@ -15661,17 +15045,17 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bjP" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bjQ" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bjR" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -15689,32 +15073,33 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bjV" = ( /obj/structure/barricade/snow{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bjW" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bjX" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bjY" = ( -/turf/closed/wall/resin/membrane/strata/on_tiles, -/area/strata/ag/interior/dorms/hive) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "bkb" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bkd" = ( /obj/structure/platform/strata{ dir = 1 @@ -15726,7 +15111,7 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bkh" = ( /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/exterior/vanyard) @@ -15735,26 +15120,26 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bkl" = ( /obj/structure/platform/strata{ dir = 8 }, /obj/structure/platform/strata, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bkm" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bkn" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bko" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -15781,10 +15166,10 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bkt" = ( /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bku" = ( /obj/structure/window/reinforced/tinted{ dir = 1 @@ -15794,35 +15179,35 @@ }, /obj/structure/window/reinforced/tinted, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkv" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, -/turf/closed/wall/strata_outpost, -/area/strata/ag/interior/administration) -"bkw" = ( -/obj/structure/window/reinforced/tinted, -/obj/item/device/flashlight/lamp, +/obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/light/small{ dir = 8 }, -/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight/lamp, +/obj/structure/window/reinforced/tinted, +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outside/administration) +"bkw" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkx" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bky" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkz" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6" @@ -15831,21 +15216,21 @@ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkA" = ( /obj/effect/decal/strata_decals/grime/grime2{ dir = 8 }, /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkB" = ( /obj/structure/window/framed/strata, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkC" = ( /obj/structure/bed/chair{ dir = 4 @@ -15854,7 +15239,7 @@ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkE" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -15863,28 +15248,28 @@ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkF" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bkG" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bkH" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bkI" = ( /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bkJ" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -15895,24 +15280,27 @@ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bkL" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bkO" = ( /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bkP" = ( -/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 2; + name = "\improper Airlock" + }, /turf/open/floor/strata/multi_tiles, /area/strata/ag/interior/outpost/med) "bkT" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bkU" = ( /obj/structure/largecrate/random/secure{ layer = 3.1 @@ -15921,7 +15309,7 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/paths/south_outpost) "bkX" = ( /obj/structure/platform/strata{ dir = 1 @@ -15930,11 +15318,11 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/paths/south_outpost) "bkY" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bkZ" = ( /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/canteen/personal_storage) @@ -15944,15 +15332,11 @@ /area/strata/ag/exterior/marsh/crash) "blb" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "blc" = ( /obj/structure/sign/safety/medical, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/gen/foyer) -"bld" = ( -/obj/structure/inflatable/door, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outpost/foyer) "ble" = ( /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/exterior/marsh/center) @@ -15961,25 +15345,31 @@ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "blg" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "blh" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bli" = ( /obj/structure/machinery/disposal, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) +"blj" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib2" + }, +/turf/open/floor/strata, +/area/strata/ag/interior/landing_zones/near_lz1) "blk" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bll" = ( /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/admin) @@ -15988,144 +15378,134 @@ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bln" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) -"blo" = ( -/obj/structure/flora/grass/tallgrass/ice, -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/caves/shed_five_caves) "blp" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/mountain) -"blq" = ( -/obj/structure/inflatable, -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/paths/south_outpost) "blr" = ( /obj/structure/platform_decoration/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/paths/south_outpost) "bls" = ( /obj/structure/machinery/light/small, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "blu" = ( /obj/effect/decal/cleanable/blood, /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/paths/south_outpost) "blv" = ( /obj/structure/platform/strata{ dir = 1 }, /obj/structure/machinery/space_heater, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "blx" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /obj/structure/machinery/space_heater, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bly" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "blz" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /obj/structure/inflatable, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "blA" = ( /obj/structure/curtain/medical, /turf/open/floor/interior/tatami, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "blB" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /obj/item/toy/deck, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "blD" = ( /obj/structure/closet/secure_closet/medical3{ req_access = null }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "blE" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /obj/structure/barricade/wooden, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "blF" = ( /obj/item/stack/sheet/wood, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "blG" = ( /obj/structure/reagent_dispensers/water_cooler, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "blH" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "blI" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "blJ" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "blK" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "blL" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "blM" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /obj/structure/bed/chair, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "blN" = ( /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) @@ -16151,7 +15531,7 @@ "blR" = ( /obj/item/tool/pen/blue, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/south) "blS" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3, @@ -16202,6 +15582,13 @@ /obj/structure/machinery/door/airlock/almayer/engineering/colony, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/admin) +"bmk" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/hallways/south) "bml" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 @@ -16213,7 +15600,7 @@ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bmo" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2 @@ -16222,128 +15609,125 @@ /area/strata/ag/interior/outpost/engi/drome) "bmp" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmq" = ( /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bmr" = ( /obj/structure/inflatable, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bms" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/canteen) +/area/strata/ag/interior/outpost/hallways/south) "bmt" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "bmu" = ( /obj/structure/largecrate/random/secure, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmv" = ( /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bmw" = ( /obj/structure/bed/chair, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bmy" = ( /obj/structure/largecrate/random/secure, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmA" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmB" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmD" = ( /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmE" = ( /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmF" = ( /obj/structure/inflatable, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmG" = ( /obj/structure/closet/bodybag, /obj/effect/landmark/corpsespawner/scientist, /obj/effect/decal/cleanable/blood, /obj/effect/landmark/objective_landmark/close, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmH" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmI" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/limb, /obj/effect/decal/cleanable/blood/gibs/body, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmJ" = ( /obj/effect/decal/cleanable/generic, /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmK" = ( /obj/structure/inflatable, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmL" = ( /obj/structure/bed/roller, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmM" = ( /obj/structure/machinery/iv_drip, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmP" = ( /obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "bmQ" = ( /obj/item/stool, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "bmS" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmU" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/paper_bin, /obj/item/tool/pen/blue, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmV" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bmW" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer3, @@ -16360,24 +15744,24 @@ /area/strata/ag/exterior/marsh/crash) "bmZ" = ( /turf/open/floor/strata/fake_wood, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "bna" = ( /obj/structure/barricade/snow, /turf/open/floor/strata/floor3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "bnb" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bnc" = ( /obj/structure/largecrate/random/barrel/red, /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/exterior/marsh/crash) "bnd" = ( /turf/closed/wall/resin/strata/on_tiles, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bne" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -16412,61 +15796,61 @@ /obj/structure/largecrate/random, /obj/effect/landmark/objective_landmark/medium, /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bnr" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "bns" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bnt" = ( /obj/structure/largecrate/random, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnu" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnv" = ( /obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/strata/orange_cover, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "bnw" = ( /obj/structure/closet/secure_closet/engineering_electrical, /obj/effect/landmark/objective_landmark/far, /turf/open/floor/strata/orange_cover, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "bnx" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnz" = ( /obj/structure/mirror, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bnA" = ( /obj/item/reagent_container/food/drinks/cans/souto/classic, /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnB" = ( /obj/structure/inflatable/door, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnC" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnD" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnE" = ( /obj/structure/bed/chair/comfy, /turf/open/floor/strata/white_cyan1/east, @@ -16475,14 +15859,14 @@ /obj/structure/bed/roller, /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnG" = ( /obj/structure/sink{ dir = 8; pixel_x = -11 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bnH" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/coffee, @@ -16496,13 +15880,13 @@ pixel_y = 6 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnJ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnK" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 @@ -16518,23 +15902,23 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bnP" = ( /obj/structure/platform/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bnQ" = ( /obj/structure/platform/strata{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bnR" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bnS" = ( /obj/structure/window/reinforced/tinted{ dir = 1 @@ -16544,17 +15928,15 @@ }, /obj/structure/window/reinforced/tinted, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bnT" = ( -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, /obj/structure/machinery/computer/station_alert{ dir = 4 }, /obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/tinted, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bnU" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -16565,38 +15947,38 @@ /obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/blood/gibs/down, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnX" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnY" = ( /obj/structure/inflatable/door, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bnZ" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "boa" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bob" = ( /obj/structure/closet/secure_closet/medical2, /obj/item/clothing/gloves/latex, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "boc" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/down, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bod" = ( /obj/structure/window/reinforced/tinted{ dir = 4 @@ -16608,21 +15990,21 @@ }, /obj/item/book/manual/surgery, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "boe" = ( /obj/structure/machinery/light/small, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "bof" = ( /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "bog" = ( /obj/structure/bed/chair{ dir = 1 }, /obj/structure/machinery/light/small, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "boh" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/window/reinforced/tinted{ @@ -16632,13 +16014,13 @@ dir = 8 }, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "boi" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/limb, /obj/effect/decal/cleanable/blood/gibs/body, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "boj" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -16647,76 +16029,74 @@ dir = 4 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bok" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bol" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/body, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bom" = ( /obj/effect/decal/cleanable/blood, /turf/closed/wall/strata_ice/dirty, /area/strata/ag/interior/mountain) "bon" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "boo" = ( /obj/structure/inflatable/door, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bop" = ( -/obj/structure/filingcabinet, -/obj/structure/machinery/light/small{ - dir = 4 +/obj/structure/machinery/light{ + dir = 8 }, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/strata/blue1, -/area/strata/ug/interior/jungle/deep/structures/res) +/turf/open/floor/prison/darkyellowfull2, +/area/strata/ag/interior/outpost/engi) "boq" = ( /obj/item/stack/medical/splint, /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bos" = ( /obj/item/paper_bin, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bot" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bou" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /obj/structure/machinery/light/small, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bov" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bow" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "box" = ( /obj/item/device/motiondetector, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "boy" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6" @@ -16724,18 +16104,18 @@ /obj/item/weapon/harpoon, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "boz" = ( /obj/item/storage/fancy/cigarettes/lady_finger, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "boC" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "boD" = ( /obj/item/reagent_container/food/drinks/coffee, /obj/structure/surface/table/reinforced/prison, @@ -16744,7 +16124,7 @@ }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "boE" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 @@ -16763,7 +16143,7 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "boH" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 @@ -16772,14 +16152,14 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "boI" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/barricade/snow{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "boJ" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -16788,13 +16168,13 @@ }, /obj/structure/platform/strata/metal, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "boL" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "boM" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/barricade/snow{ @@ -16802,11 +16182,14 @@ }, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "boN" = ( /obj/effect/decal/cleanable/blood/gibs/down, /obj/effect/decal/cleanable/blood/splatter, /obj/item/stack/rods, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) "boO" = ( @@ -16836,106 +16219,102 @@ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "boT" = ( /obj/structure/platform_decoration/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "boU" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "boV" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "boW" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "boX" = ( /obj/structure/platform_decoration/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "boY" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "boZ" = ( /obj/structure/platform/strata{ dir = 1 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpa" = ( /obj/structure/platform_decoration/strata{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpc" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpd" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpe" = ( /obj/structure/closet/emcloset, /obj/item/coin/marine/engineer, -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/item/storage/pill_bottle/kelotane/skillless, /obj/item/stack/sheet/mineral/plastic, /obj/item/stack/sheet/mineral/plastic, /obj/item/stack/sheet/mineral/plastic, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bpf" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpg" = ( /obj/structure/inflatable/popped/door, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bph" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpi" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpk" = ( /obj/item/tool/crowbar, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpl" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -16944,46 +16323,46 @@ /area/strata/ag/interior/outpost/canteen) "bpm" = ( /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "bpn" = ( /obj/structure/bed/roller, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpo" = ( /obj/structure/inflatable, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpp" = ( /obj/structure/inflatable/popped, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpq" = ( /obj/structure/inflatable/popped, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpr" = ( /obj/structure/inflatable/popped, /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bps" = ( /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpu" = ( /obj/structure/machinery/colony_floodlight, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpw" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpx" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -16991,15 +16370,15 @@ icon_state = "p_stair_sn_full_cap" }, /obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bpy" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpz" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/faxmachine, @@ -17008,19 +16387,19 @@ "bpA" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpB" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpD" = ( /obj/structure/inflatable/popped/door, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpE" = ( /obj/item/storage/briefcase, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/south) "bpF" = ( /obj/structure/closet/secure_closet/medical3{ req_access = null @@ -17035,14 +16414,14 @@ /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/admin) "bpH" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/bottle/sake, /obj/structure/machinery/light/small{ dir = 8 }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/bottle/sake, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) "bpI" = ( @@ -17082,7 +16461,7 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bpN" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -17090,18 +16469,18 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bpO" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/structure/stairs/perspective{ color = "#6e6e6e"; dir = 8; icon_state = "p_stair_sn_full_cap" }, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bpP" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/paper_bin, @@ -17111,48 +16490,40 @@ "bpS" = ( /obj/structure/prop/almayer/computers/sensor_computer1, /turf/open/floor/strata/red1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bpT" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpU" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpV" = ( /obj/structure/bed/chair/office/light{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bpX" = ( /obj/structure/closet/bombcloset, -/obj/structure/machinery/light/small{ - dir = 4 - }, /turf/open/floor/strata/multi_tiles/southeast, /area/strata/ag/interior/outpost/engi/drome) "bpY" = ( /obj/structure/closet/secure_closet/personal, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/cyan1/east, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "bpZ" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqa" = ( /obj/effect/decal/cleanable/blood/gibs/down, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqb" = ( /obj/structure/sink{ dir = 1; @@ -17165,7 +16536,7 @@ icon_state = "xgib2" }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqd" = ( /obj/structure/toilet{ dir = 8 @@ -17184,11 +16555,11 @@ /area/strata/ag/interior/outpost/engi/drome) "bqf" = ( /turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bqg" = ( /obj/item/stack/medical/splint, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqh" = ( /obj/structure/bed/chair{ dir = 4 @@ -17198,45 +16569,39 @@ "bqo" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bqq" = ( /obj/structure/inflatable/popped, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqr" = ( /obj/item/stack/sheet/wood, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqs" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/cheesecakeslice, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bqu" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqv" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) -"bqw" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "fernybush_3" - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/paths/south_outpost) "bqy" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqz" = ( /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bqA" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 @@ -17247,29 +16612,29 @@ /obj/item/clothing/suit/storage/snow_suit/doctor, /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqF" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqG" = ( /obj/structure/largecrate/random/secure, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqH" = ( /obj/structure/largecrate/random/secure, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqJ" = ( /obj/structure/machinery/colony_floodlight, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqK" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqM" = ( /obj/structure/platform_decoration/strata, /turf/open/auto_turf/snow/brown_base/layer2, @@ -17300,30 +16665,30 @@ dir = 5 }, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bqW" = ( /obj/structure/pipes/vents/pump{ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bqY" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bqZ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /obj/effect/landmark/yautja_teleport, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bra" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brb" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -17343,46 +16708,36 @@ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "bre" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) -"brf" = ( -/obj/structure/fence, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) +/area/strata/ag/exterior/paths/south_outpost) "brg" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "brh" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) -"brj" = ( -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) +/area/strata/ag/exterior/paths/south_outpost) "brk" = ( /obj/structure/largecrate/random/barrel/yellow, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brm" = ( /obj/structure/platform_decoration/strata{ dir = 1 }, /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brn" = ( /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "bro" = ( /obj/item/storage/box/masks{ pixel_x = -5; @@ -17391,67 +16746,69 @@ /obj/structure/surface/rack, /obj/item/cell/high, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brp" = ( /obj/effect/spawner/random/toolbox, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brq" = ( /obj/structure/machinery/space_heater, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brr" = ( /obj/structure/closet, /obj/effect/landmark/objective_landmark/far, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "brs" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "brt" = ( /obj/structure/window/reinforced/tinted, /obj/item/device/flashlight/lamp, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bru" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "brv" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/plating, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "brw" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "brx" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6" }, /obj/structure/machinery/door/airlock/multi_tile/almayer/generic, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bry" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brB" = ( /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "brC" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brD" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony, +/obj/structure/platform/strata/metal{ + dir = 4 + }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "brE" = ( /obj/structure/platform/strata{ dir = 4 @@ -17466,9 +16823,10 @@ /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/exterior/marsh/crash) "brG" = ( -/obj/structure/sign/safety/bulkhead_door, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/outpost/gen/bball/nest) +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "brH" = ( /obj/structure/platform_decoration/strata{ dir = 1 @@ -17498,21 +16856,21 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brQ" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brR" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brS" = ( /obj/structure/machinery/light/small, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "brT" = ( /obj/structure/prop/power_transformer, /turf/open/auto_turf/snow/brown_base/layer0, @@ -17521,7 +16879,7 @@ /obj/structure/platform/strata/metal, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brV" = ( /obj/structure/prop/power_transformer, /turf/open/auto_turf/snow/brown_base/layer1, @@ -17531,15 +16889,15 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brX" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brZ" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bsa" = ( /obj/structure/platform/strata{ dir = 8 @@ -17576,6 +16934,9 @@ /area/strata/ag/exterior/marsh/center) "bsk" = ( /obj/effect/decal/cleanable/blood, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) "bsl" = ( @@ -17587,21 +16948,21 @@ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bsn" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bso" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "bsp" = ( /obj/structure/prop/ice_colony/tiger_rug{ layer = 2.1 @@ -17618,11 +16979,11 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bss" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "bst" = ( /obj/effect/decal/cleanable/blood/splatter, /obj/structure/machinery/door/airlock/almayer/medical/colony, @@ -17631,51 +16992,45 @@ "bsu" = ( /obj/structure/platform_decoration/strata/metal, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bsv" = ( /turf/open/floor/strata/white_cyan3/west, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bsw" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/white_cyan3/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bsx" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bsy" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bsz" = ( /obj/structure/sign/safety/maint, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bsA" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bsB" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/admin) -"bsC" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) "bsD" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/hallways/south) "bsG" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -17713,22 +17068,24 @@ /obj/structure/platform/strata/metal, /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bsN" = ( /obj/structure/platform/strata/metal, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bsO" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light/small{ + dir = 1 + }, /obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 + dir = 10 }, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi/drome) "bsP" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bsQ" = ( /obj/structure/platform_decoration/strata{ dir = 8 @@ -17751,7 +17108,7 @@ dir = 1 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "bsT" = ( /obj/structure/platform/strata{ dir = 8 @@ -17766,7 +17123,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bsW" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -17780,13 +17137,13 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bsY" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bsZ" = ( /obj/structure/platform_decoration/strata{ dir = 4 @@ -17820,28 +17177,28 @@ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "btf" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "btg" = ( /obj/structure/largecrate/random, /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bth" = ( /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bti" = ( /obj/item/storage/pill_bottle/russianRed, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "btk" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 @@ -17866,13 +17223,13 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "btp" = ( /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "btq" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "bts" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 @@ -17882,10 +17239,10 @@ "btu" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "btv" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "btw" = ( /obj/structure/bed{ icon_state = "abed" @@ -17893,12 +17250,12 @@ /obj/item/bedsheet/brown, /obj/effect/landmark/corpsespawner/doctor, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "btx" = ( /obj/effect/decal/cleanable/blood, /obj/effect/landmark/objective_landmark/medium, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bty" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer3, @@ -17908,7 +17265,7 @@ /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/corpsespawner/miner, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "btA" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer1, @@ -17928,7 +17285,7 @@ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "btG" = ( /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/engi/drome) @@ -17937,7 +17294,7 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "btI" = ( /obj/item/storage/secure/briefcase, /obj/structure/machinery/light/small{ @@ -17955,97 +17312,69 @@ }, /obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "btK" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "btL" = ( /obj/effect/decal/cleanable/blood{ layer = 3 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "btM" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/asphalt/cement/cement15, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "btN" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "btO" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "btT" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "btU" = ( /obj/structure/closet, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) -"btV" = ( -/obj/structure/surface/rack, -/obj/item/tool/shovel/snow, -/obj/item/device/flashlight/flare, -/obj/item/device/flashlight, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) -"btW" = ( -/obj/structure/surface/rack, -/obj/item/ammo_magazine/shotgun/slugs{ - pixel_x = 6; - pixel_y = -4 - }, -/obj/item/device/lightreplacer, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) +/area/strata/ag/interior/landing_zones/near_lz1) "btX" = ( /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "btY" = ( /obj/structure/bed/chair, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "btZ" = ( /obj/effect/spawner/random/tool, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bua" = ( /obj/item/reagent_container/food/drinks/cans/space_mountain_wind, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bub" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/marsh/crash) -"buc" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) "bud" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "bue" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/snow/brown_base/layer1, @@ -18061,15 +17390,15 @@ "bui" = ( /obj/structure/tunnel, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bul" = ( /obj/item/tool/shovel/snow, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bum" = ( /obj/effect/decal/cleanable/ash, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "buo" = ( /obj/structure/bed/chair{ dir = 4 @@ -18124,7 +17453,7 @@ }, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "buz" = ( /obj/effect/decal/cleanable/blood/gibs/body, /turf/open/auto_turf/snow/brown_base/layer2, @@ -18153,19 +17482,19 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "buF" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "buG" = ( /obj/structure/fence, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "buH" = ( /obj/structure/fence, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "buI" = ( /obj/structure/fence, /turf/open/auto_turf/snow/brown_base/layer0, @@ -18179,34 +17508,34 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "buM" = ( /obj/structure/platform_decoration/strata{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "buN" = ( /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "buO" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "buP" = ( /obj/structure/machinery/disposal, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "buQ" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "buR" = ( /obj/structure/bookcase, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "buS" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/snow/brown_base/layer3, @@ -18215,7 +17544,7 @@ /obj/effect/landmark/corpsespawner/bridgeofficer, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "buU" = ( /obj/item/stack/rods, /turf/open/floor/strata/multi_tiles/southeast, @@ -18227,17 +17556,15 @@ /turf/open/floor/strata/multi_tiles/southeast, /area/strata/ag/interior/outpost/med) "buW" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata/white_cyan3/west, -/area/strata/ag/interior/outpost/med) +/obj/structure/machinery/washing_machine, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outside/bball) "buX" = ( -/obj/structure/machinery/light/small{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/med) +/turf/open/floor/strata/blue4, +/area/strata/ag/interior/outpost/admin) "buY" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor2, @@ -18304,15 +17631,15 @@ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "bvq" = ( /obj/structure/closet/firecloset/full, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "bvs" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "bvt" = ( /obj/item/weapon/gun/rifle/type71/carbine, /obj/structure/surface/rack, @@ -18320,15 +17647,15 @@ /obj/item/ammo_magazine/rifle/type71, /obj/effect/landmark/wo_supplies/storage/belts/m41abelt, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "bvu" = ( /obj/structure/cargo_container/ferret/left, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bvv" = ( /obj/structure/cargo_container/ferret/mid, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bvw" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/strata, @@ -18337,11 +17664,11 @@ /obj/structure/cargo_container/ferret/right, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bvy" = ( /obj/item/clothing/suit/storage/snow_suit/doctor, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bvz" = ( /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi/drome) @@ -18350,7 +17677,7 @@ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bvB" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, @@ -18360,13 +17687,13 @@ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bvD" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bvE" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bvF" = ( /obj/structure/bed{ icon_state = "abed" @@ -18374,15 +17701,15 @@ /obj/item/bedsheet/brown, /obj/item/clothing/suit/storage/snow_suit/doctor, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bvG" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "bvJ" = ( /obj/structure/lz_sign/sorokyne_sign, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bvK" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/strata/ag/interior/outpost/engi/drome) @@ -18393,21 +17720,21 @@ "bvM" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bvN" = ( /obj/structure/closet/bodybag, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bvO" = ( /obj/structure/bed{ icon_state = "abed" }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bvP" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bvQ" = ( /obj/structure/surface/rack, /obj/item/storage/belt/utility/full, @@ -18422,53 +17749,49 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bvU" = ( /obj/effect/decal/cleanable/ash, /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bvV" = ( /obj/structure/bed/roller, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bvW" = ( /obj/structure/platform/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bvZ" = ( /obj/structure/platform/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwb" = ( /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwc" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi/drome) "bwd" = ( -/obj/item/stool, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/mining_outpost/hive) "bwe" = ( /obj/structure/largecrate/random, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "bwf" = ( -/obj/structure/largecrate/random/case/double, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) +/obj/structure/machinery/light/small, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/canteen/lower_cafeteria) "bwg" = ( /obj/structure/platform_decoration/strata{ dir = 4 @@ -18477,44 +17800,35 @@ /turf/open/gm/river, /area/strata/ag/exterior/marsh/water) "bwh" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/stack/barbed_wire, -/obj/item/stack/barbed_wire, -/obj/item/stack/cable_coil/blue, -/obj/item/stack/cable_coil/blue, -/obj/item/stack/cable_coil/blue, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) -"bwi" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) -"bwj" = ( -/obj/structure/surface/rack, -/obj/item/reagent_container/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner" +/obj/structure/machinery/light{ + dir = 8 }, -/obj/structure/machinery/light/small{ +/turf/open/floor/strata/floor2, +/area/strata/ug/interior/jungle/structures/research) +"bwi" = ( +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/outpost/canteen) +"bwj" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/asphalt/cement, +/area/strata/ag/exterior/paths/mining_outpost_exterior) "bwk" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bwm" = ( /obj/structure/platform_decoration/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwn" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -18529,7 +17843,7 @@ /area/strata/ag/interior/outpost/engi/drome) "bwp" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bwq" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -18541,64 +17855,64 @@ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bws" = ( /obj/structure/platform_decoration/strata{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwt" = ( /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwu" = ( /obj/structure/machinery/power/port_gen/pacman, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwv" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bww" = ( /obj/structure/platform_decoration/strata, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwx" = ( /obj/structure/platform/strata, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwy" = ( /obj/structure/machinery/sensortower{ pixel_x = -8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bwA" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwB" = ( /obj/structure/platform_decoration/strata, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwC" = ( /obj/structure/platform/strata, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwD" = ( /obj/structure/platform/strata, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwE" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bwF" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -18607,17 +17921,17 @@ layer = 3.5 }, /turf/open/asphalt/cement/cement1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bwH" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "bwI" = ( /obj/structure/platform_decoration/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwL" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -18629,30 +17943,30 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwP" = ( /obj/structure/platform/strata, /obj/structure/platform/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwQ" = ( /obj/structure/platform_decoration/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwR" = ( /obj/structure/inflatable/door, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bwT" = ( /obj/structure/platform/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwU" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -18661,24 +17975,18 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/river) -"bwV" = ( -/obj/structure/surface/rack, -/obj/item/storage/bible/booze, -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) "bwW" = ( /obj/structure/platform/strata{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwX" = ( /obj/structure/platform_decoration/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwY" = ( /obj/structure/platform/strata{ dir = 1 @@ -18687,34 +17995,28 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bwZ" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxa" = ( /obj/structure/platform_decoration/strata{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) -"bxb" = ( -/obj/structure/surface/rack, -/obj/item/storage/belt/utility/full, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxc" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "bxd" = ( /obj/item/lightstick/red/planted, /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "bxe" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/platform/strata{ @@ -18722,128 +18024,123 @@ }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "bxg" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxh" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxk" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxl" = ( /obj/effect/decal/cleanable/cobweb2, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bxm" = ( /obj/structure/largecrate/random/secure, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bxn" = ( -/obj/structure/machinery/power/apc/power/north, /obj/structure/kitchenspike, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bxo" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxr" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/rifle/type71/carbine, /turf/open/floor/strata/red1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bxs" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/plating, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bxu" = ( /obj/structure/machinery/vending/cigarette/colony, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/machinery/camera/autoname{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bxy" = ( /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "bxz" = ( /obj/structure/platform_decoration/strata, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxA" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "bxB" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "bxC" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxD" = ( /obj/structure/platform_decoration/strata, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxE" = ( /obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bxF" = ( /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bxG" = ( /obj/structure/platform/strata{ dir = 4 }, /obj/structure/platform/strata, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxH" = ( /obj/structure/platform/strata{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxI" = ( /obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bxJ" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bxL" = ( -/obj/structure/bookcase{ - icon_state = "book-5" - }, -/obj/structure/machinery/light/small{ - dir = 8 +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/med) +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/paths/flight_control_exterior) "bxM" = ( /obj/structure/bed/chair/comfy{ dir = 4 @@ -18877,22 +18174,25 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxR" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "bxS" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "bxT" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/item/stack/rods, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) "bxV" = ( @@ -18900,7 +18200,7 @@ dir = 4 }, /turf/open/floor/strata/white_cyan3/west, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bxW" = ( /obj/structure/platform/strata{ dir = 1 @@ -18909,17 +18209,17 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxX" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/white_cyan3/northeast, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bxY" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "bxZ" = ( /obj/structure/platform/strata{ dir = 8 @@ -18928,13 +18228,13 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bya" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "byb" = ( /obj/structure/platform_decoration/strata{ dir = 4 @@ -18943,15 +18243,15 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "byc" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "byd" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bye" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -18964,11 +18264,13 @@ }, /obj/structure/platform/strata, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "byh" = ( +/obj/structure/blocker/invisible_wall, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/interior/restricted) "byi" = ( +/obj/structure/blocker/invisible_wall, /turf/open/auto_turf/snow/brown_base/layer4, /area/strata/ag/interior/restricted) "byj" = ( @@ -18979,9 +18281,10 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "byk" = ( /obj/structure/machinery/space_heater, +/obj/structure/blocker/invisible_wall, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/interior/restricted) "byl" = ( @@ -18989,34 +18292,36 @@ /obj/effect/landmark/ert_spawns/groundside_xeno, /obj/effect/landmark/queen_spawn, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bym" = ( /obj/structure/barricade/snow{ dir = 4 }, /obj/item/lightstick/red/planted, +/obj/structure/blocker/invisible_wall, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/interior/restricted) "byn" = ( /obj/structure/cargo_container/wy/left, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "byo" = ( /obj/structure/cargo_container/wy/mid, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "byp" = ( /obj/structure/cargo_container/wy/right, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "byr" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bys" = ( /obj/structure/barricade/snow{ dir = 4 }, +/obj/structure/blocker/invisible_wall, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/interior/restricted) "byv" = ( @@ -19031,18 +18336,24 @@ }, /turf/open/floor/strata/white_cyan2, /area/strata/ag/interior/outpost/med) +"byK" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/east) "byN" = ( /obj/structure/platform_decoration/strata, /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "byO" = ( /obj/structure/platform/strata, /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "byP" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata, @@ -19050,7 +18361,7 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "byQ" = ( /obj/structure/platform/strata, /obj/structure/platform/strata{ @@ -19058,7 +18369,7 @@ }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "byY" = ( /obj/item/tool/pen/blue, /obj/structure/bed/chair/office/light, @@ -19079,20 +18390,12 @@ /obj/item/clipboard, /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) -"bzc" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) "bzd" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/light/small{ - dir = 4 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/outpost/platform) "bzf" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -19106,9 +18409,6 @@ /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/cyan1/east, /area/strata/ag/interior/outpost/med) -"bzh" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior) "bzk" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 @@ -19121,7 +18421,7 @@ "bzm" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bzn" = ( /obj/effect/spawner/random/toolbox, /obj/structure/surface/rack, @@ -19149,13 +18449,7 @@ dir = 8 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/engi/drome) -"bzr" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bzs" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -19169,10 +18463,12 @@ }, /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/engi/drome) -"bzx" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) +"bzB" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/south) "bzG" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications{ @@ -19184,50 +18480,37 @@ /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "bzH" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bzM" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/item/stack/rods, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bzN" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) -"bzR" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/canteen) +/area/strata/ag/interior/outside/bball) "bzV" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/marsh/water_marshes) "bAa" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "bAe" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/river) -"bAf" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/marsh/river) "bAi" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/floor3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "bAp" = ( /obj/structure/closet/firecloset/full, /turf/open/floor/strata/white_cyan2/west, @@ -19235,13 +18518,10 @@ "bAq" = ( /obj/structure/sign/safety/bulkhead_door, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bAr" = ( /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) -"bAt" = ( -/turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ug/interior/jungle/structures/research) "bAu" = ( /obj/structure/platform/strata{ dir = 1 @@ -19260,70 +18540,56 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/river) -"bAw" = ( -/obj/structure/surface/rack, -/obj/item/storage/briefcase, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) "bAx" = ( -/obj/effect/landmark/crap_item, -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/greengrid, -/area/strata/ag/interior/disposals) -"bAy" = ( -/obj/item/trash/pistachios, -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/greengrid, -/area/strata/ag/interior/disposals) -"bAz" = ( -/obj/structure/surface/rack, -/obj/item/storage/pill_bottle/russianRed, -/obj/structure/machinery/camera/autoname{ - dir = 8 +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" }, -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/caves/lz_caves) +"bAz" = ( +/obj/item/lightstick/red/planted, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/caves/lz_caves) "bAB" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAF" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAG" = ( /obj/effect/decal/strata_decals/grime/grime1{ dir = 4 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAH" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/emails, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAI" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/platform/strata{ + dir = 8 }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river, +/area/strata/ag/exterior/marsh/water) "bAJ" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAK" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAL" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -19332,7 +18598,7 @@ dir = 1 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAM" = ( /obj/structure/machinery/alarm{ dir = 8; @@ -19342,23 +18608,20 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAN" = ( /obj/structure/bed/chair, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAO" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/drinks/cans/ale, /obj/item/coin/uranium, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) -"bAR" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outside/administration) "bAS" = ( /obj/structure/prop/ice_colony/soil_net, /turf/open/auto_turf/snow/brown_base/layer1, @@ -19368,53 +18631,53 @@ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bAW" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bBg" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bBr" = ( /obj/structure/flora/bush/ausbushes/genericbush, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "bBB" = ( /turf/open/floor/strata/white_cyan4/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bBN" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "leafybush_2" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bBO" = ( /turf/closed/shuttle/ert{ icon_state = "upp20" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bBQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bBT" = ( /turf/open/floor/strata/white_cyan3, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bBU" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/white_cyan3/southwest, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bBV" = ( /turf/open/floor/strata/white_cyan3/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bBX" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications{ @@ -19454,9 +18717,9 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "bCm" = ( /obj/structure/filingcabinet, /obj/structure/machinery/light/small{ @@ -19487,14 +18750,14 @@ /area/strata/ag/interior/outpost/med) "bCp" = ( /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bCq" = ( /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bCt" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bCv" = ( /obj/structure/machinery/door/airlock/almayer/medical/colony{ dir = 1; @@ -19504,15 +18767,14 @@ /turf/open/floor/strata/white_cyan1, /area/strata/ag/interior/outpost/med) "bCw" = ( -/obj/structure/machinery/light/small{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 }, -/turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/admin) +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/engi/drome) "bCx" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/admin) @@ -19530,12 +18792,14 @@ /turf/closed/wall/strata_outpost, /area/strata/ag/interior/outpost/engi/drome) "bCA" = ( -/obj/structure/bed/chair/office/light, -/obj/structure/machinery/camera/autoname{ - dir = 4 +/obj/structure/barricade/handrail/strata{ + dir = 1 }, -/turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/asphalt/cement, +/area/strata/ag/interior/outside/administration) "bCH" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -19559,7 +18823,7 @@ dir = 1 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bCN" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/pipes/standard/simple/hidden/cyan{ @@ -19574,13 +18838,13 @@ /obj/structure/window/reinforced/tinted, /obj/structure/machinery/iv_drip, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "bCY" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bDl" = ( /obj/structure/prop/ice_colony/surveying_device/measuring_device{ dir = 8; @@ -19591,10 +18855,10 @@ /area/strata/ag/exterior/marsh/center) "bDm" = ( /turf/closed/wall/wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bDn" = ( /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bDo" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -19602,11 +18866,11 @@ dir = 9 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bDq" = ( /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bDr" = ( /obj/structure/machinery/photocopier, /turf/open/floor/strata/orange_cover, @@ -19630,10 +18894,6 @@ /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) -"bDv" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) "bDy" = ( /obj/item/storage/box/ids, /obj/structure/surface/rack, @@ -19656,13 +18916,13 @@ pixel_y = 3 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bDC" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bDD" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /obj/structure/platform_decoration/strata/metal{ @@ -19670,7 +18930,7 @@ }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "bDE" = ( /obj/structure/platform_decoration/strata{ dir = 8 @@ -19680,21 +18940,21 @@ /area/strata/ag/exterior/marsh/water) "bDH" = ( /turf/open/gm/coast/beachcorner/south_east, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "bDO" = ( /obj/structure/cargo_container/grant/left{ health = 5000; unacidable = 1 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "bDP" = ( /obj/structure/cargo_container/grant/rightmid{ health = 5000; unacidable = 1 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "bDQ" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/strata/ag/exterior/paths/north_outpost) @@ -19704,7 +18964,7 @@ unacidable = 1 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "bDT" = ( /obj/structure/fence, /turf/open/floor/strata/orange_cover, @@ -19714,8 +18974,9 @@ /obj/structure/machinery/light/small{ dir = 8 }, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bEh" = ( /obj/structure/platform/strata{ dir = 4 @@ -19727,10 +18988,10 @@ "bEy" = ( /obj/structure/largecrate/random, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bEE" = ( /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bER" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 @@ -19751,33 +19012,16 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/river) -"bEX" = ( -/obj/structure/disposaloutlet, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) -"bEY" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/effect/landmark/good_item, -/obj/structure/surface/rack, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) "bFf" = ( /obj/structure/surface/rack, /obj/item/storage/firstaid/adv, /obj/item/folder/red, /turf/open/floor/strata/red1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bFg" = ( /obj/item/ammo_magazine/rifle/type71, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "bFi" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -19795,7 +19039,7 @@ }, /obj/effect/decal/warning_stripes, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bFs" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -19810,7 +19054,7 @@ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bFv" = ( /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/exterior/vanyard) @@ -19827,53 +19071,50 @@ }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bFC" = ( /obj/structure/noticeboard{ pixel_y = 32 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bFF" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/administration) -"bFG" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/interior/outside/administration) "bFX" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "sunnybush_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bFZ" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bGa" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bGb" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bGc" = ( /obj/structure/machinery/door/airlock/almayer/generic, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bGd" = ( /obj/structure/pipes/vents/pump{ dir = 8; id_tag = "mining_outpost_pump" }, /turf/open/floor/strata/cyan3/west, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bGg" = ( /obj/structure/platform/strata{ dir = 8 @@ -19885,21 +19126,15 @@ "bGk" = ( /obj/structure/largecrate/random, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bGo" = ( /obj/structure/sign/safety/bulkhead_door, /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bGq" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/item/storage/briefcase, -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/med) +/obj/structure/mirror, +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outpost/admin) "bGr" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -19909,7 +19144,7 @@ "bGs" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/white_cyan3/west, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bGx" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/phone{ @@ -19943,40 +19178,41 @@ icon_state = "E" }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bGM" = ( /obj/effect/decal/warning_stripes{ icon_state = "NS-center" }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bGO" = ( /turf/open/floor/strata/white_cyan2, /area/strata/ag/interior/outpost/med) -"bHj" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/minehead) -"bHo" = ( -/obj/structure/machinery/light/small{ +"bGR" = ( +/obj/structure/bed/chair/office/dark{ dir = 8 }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/med) +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outside/checkpoints/west) +"bHo" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/security) "bHp" = ( /obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bHq" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 4 - }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bHr" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, @@ -19987,9 +19223,11 @@ /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) "bHt" = ( -/obj/structure/window/framed/strata/reinforced, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "bHy" = ( /obj/structure/machinery/optable, /obj/item/tank/anesthetic, @@ -20009,12 +19247,14 @@ /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) "bHD" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -11 +/obj/structure/bed/nest, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/admin) +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "bHE" = ( /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/admin) @@ -20050,7 +19290,7 @@ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bHS" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -20063,7 +19303,7 @@ }, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bHT" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -20073,26 +19313,26 @@ }, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bHV" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bHW" = ( /obj/structure/surface/rack, /obj/item/stack/sheet/glass, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bHY" = ( /obj/structure/closet/secure_closet/personal, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bIb" = ( /obj/effect/decal/cleanable/ash, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bIp" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -20120,24 +19360,23 @@ /obj/item/clothing/head/hardhat/white, /obj/item/clothing/head/hardhat/white, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bIu" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "bIv" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/asphalt/cement/cement9, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bIx" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/queen_spawn, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ug/interior/jungle/structures/research) "bIz" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/flora/grass/tallgrass/ice, @@ -20149,17 +19388,13 @@ dir = 4 }, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "bIE" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "bIH" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 @@ -20167,75 +19402,70 @@ /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/river) "bII" = ( -/obj/structure/flora/grass/tallgrass/ice/corner{ - dir = 10 - }, -/turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh/river) +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/closed/wall/resin/strata/on_tiles, +/area/strata/ag/interior/mining_outpost/hive) "bIK" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "bIL" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) -"bIM" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/interior/mining_outpost/hive) "bIV" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bIW" = ( /obj/structure/sign/safety/storage, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bIX" = ( /obj/structure/closet/secure_closet/personal, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bIY" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bJb" = ( /obj/structure/bedsheetbin, /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bJc" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bJg" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bJx" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bJy" = ( /obj/structure/reagent_dispensers/water_cooler, /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bJz" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata/white_cyan2/west, @@ -20243,18 +19473,18 @@ "bJC" = ( /obj/effect/decal/cleanable/cobweb, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bJE" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bJF" = ( /obj/structure/filingcabinet, /obj/item/pamphlet/skill/medical, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bJG" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -20262,16 +19492,19 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bJI" = ( /obj/structure/machinery/floodlight/landing, /turf/open/asphalt/cement, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "bJJ" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"bJL" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/marsh/spring_marshes) "bJV" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -20290,39 +19523,29 @@ /obj/structure/bed/chair/comfy{ dir = 8 }, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) "bKa" = ( /obj/item/clipboard, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bKb" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/med) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/central) "bKc" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/med) +/obj/structure/machinery/vending/snack, +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/admin) "bKn" = ( /obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bKp" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bKC" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ @@ -20345,7 +19568,7 @@ dir = 8 }, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bKL" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/paper_bin{ @@ -20367,13 +19590,10 @@ "bKN" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/wood, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "bKO" = ( /obj/item/storage/surgical_tray, /obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/light/small{ - dir = 8 - }, /obj/item/reagent_container/spray/cleaner{ desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; name = "Surgery Cleaner" @@ -20403,14 +19623,12 @@ }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "bKZ" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "bLa" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/bottle/sake, @@ -20434,23 +19652,23 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bLo" = ( /turf/open/floor/strata/multi_tiles/southeast, /area/strata/ag/interior/outpost/engi/drome) "bLt" = ( /obj/structure/bedsheetbin, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bLz" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bLA" = ( /obj/item/device/radio, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "bLB" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/paper_bin, @@ -20466,12 +19684,11 @@ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bLH" = ( /obj/structure/pipes/vents/pump/on, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/engi/drome) @@ -20481,7 +19698,7 @@ /area/strata/ag/interior/outpost/engi/drome) "bLK" = ( /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "bLR" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 @@ -20489,11 +19706,8 @@ /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/mountain) "bMd" = ( -/turf/open/asphalt/cement/cement2, -/area/strata/ag/exterior/north_lz_caves) -"bMB" = ( /turf/open/asphalt/cement/cement4, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/tcomms/mining_caves) "bME" = ( /turf/closed/wall/strata_outpost, /area/strata/ag/interior/mountain) @@ -20504,17 +19718,17 @@ "bMG" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/asphalt/cement/cement4, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/tcomms/mining_caves) "bMP" = ( /turf/open/floor/almayer/test_floor5, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bMQ" = ( /obj/structure/machinery/door/airlock/almayer/generic, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bMR" = ( /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bMV" = ( /obj/structure/filingcabinet, /obj/structure/machinery/firealarm{ @@ -20523,40 +19737,40 @@ }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bMX" = ( /obj/structure/machinery/vending/snack, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bMZ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/meatballsoup, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "bNa" = ( /obj/structure/machinery/door/airlock/almayer/generic, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bNh" = ( /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bNi" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bNj" = ( /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bNm" = ( -/obj/structure/machinery/power/apc/power/north, +/obj/structure/largecrate/random/barrel/green, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bNq" = ( /obj/structure/sign/safety/bulkhead_door, /turf/closed/wall/strata_outpost/reinforced/hull, @@ -20572,7 +19786,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bNS" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -20580,14 +19794,11 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) -"bNW" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) "bOh" = ( /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bOj" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -20596,30 +19807,27 @@ }, /obj/structure/platform_decoration/strata/metal, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bOp" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/effect/landmark/survivor_spawner, -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/med) +/obj/structure/prop/almayer/computers/mapping_computer, +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/checkpoints/north_armor) "bOq" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "bOs" = ( /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bOt" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "bOv" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -20627,12 +19835,13 @@ /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "bOw" = ( -/obj/item/tool/pen/blue, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/strata/white_cyan3/west, -/area/strata/ag/interior/outpost/med) +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/turf/open/asphalt/cement, +/area/strata/ag/interior/mining_outpost/central) "bOx" = ( /obj/item/clipboard, /turf/open/floor/strata/cyan1/east, @@ -20674,9 +19883,6 @@ pixel_x = 23 }, /obj/structure/filingcabinet, -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) @@ -20685,7 +19891,7 @@ name = "\improper Airlock" }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bOZ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 @@ -20704,12 +19910,12 @@ dir = 1 }, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bPo" = ( /turf/closed/shuttle/ert{ icon_state = "upp_rightengine" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bPq" = ( /obj/structure/bed/chair{ dir = 4 @@ -20722,39 +19928,47 @@ /area/strata/ag/interior/outpost/engi/drome) "bPs" = ( /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bPt" = ( /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/engi/drome) "bPu" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bPv" = ( /obj/item/tool/kitchen/knife/butcher, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bPy" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bPA" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/engi/drome) +"bPF" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/outpost/platform) +"bPU" = ( +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/plating, +/area/strata/ag/exterior/jungle/carplake_center) "bPX" = ( /obj/structure/closet/secure_closet/personal, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/canteen/personal_storage) "bPY" = ( /obj/structure/closet/secure_closet/personal, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/prison/darkyellowfull2, @@ -20773,19 +19987,19 @@ dir = 1 }, /turf/open/floor/almayer/plate, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bQi" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_3"; opacity = 0 }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bQj" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_2"; opacity = 0 }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bQp" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/white_cyan2/west, @@ -20794,18 +20008,14 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/engi/drome) "bQs" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bQu" = ( /obj/structure/prop/structure_lattice{ density = 0; @@ -20817,19 +20027,18 @@ pixel_y = 16 }, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "bQv" = ( /obj/item/stack/sandbags, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bQA" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/strata/ug/interior/jungle/structures/monitoring/south) "bQS" = ( /obj/item/stool, /turf/open/floor/strata/white_cyan2/west, @@ -20837,7 +20046,7 @@ "bQT" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "bQU" = ( /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/personal_storage) @@ -20847,73 +20056,77 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) -"bRe" = ( -/turf/open/asphalt/cement/cement3, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/marsh/spring_marshes) "bRf" = ( +/obj/structure/machinery/power/apc/power/south, /turf/open/asphalt/cement, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/tcomms/mining_caves) "bRg" = ( /obj/structure/reagent_dispensers/watertank, +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/tcomms/mining_caves) "bRh" = ( /obj/structure/largecrate/random, /turf/open/asphalt/cement, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/tcomms/mining_caves) "bRj" = ( /turf/closed/shuttle/ert{ icon_state = "upp2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bRl" = ( /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bRp" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bRs" = ( /obj/structure/machinery/cm_vending/sorted/marine_food, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bRu" = ( /obj/structure/machinery/vending/coffee, /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bRw" = ( /obj/structure/surface/rack, /obj/item/stack/folding_barricade, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "bRT" = ( /obj/item/weapon/gun/rifle/type71/carbine, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bRU" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bRY" = ( /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "bRZ" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bSa" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -20921,19 +20134,27 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bSd" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) -"bSv" = ( -/obj/structure/machinery/light/small{ - dir = 8 +/area/strata/ag/exterior/outpost_decks) +"bSr" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/research/south) +"bSv" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/mining_outpost/maintenance) +"bSy" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outpost/engi/drome) "bSD" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -20941,58 +20162,57 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bSE" = ( /obj/structure/machinery/space_heater, /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bSF" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bSG" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bSI" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/toolbox, /obj/effect/spawner/random/toolbox, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bSJ" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bSN" = ( /obj/structure/surface/rack, /obj/item/storage/box/gloves, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/med) "bST" = ( -/obj/item/storage/briefcase, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/strata/white_cyan3/west, -/area/strata/ag/interior/outpost/med) +/obj/item/storage/pill_bottle/bicaridine, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/engi/drome) "bTa" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "bTb" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bTk" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/floor3, /area/strata/ag/exterior/paths/north_outpost) "bTl" = ( @@ -21024,8 +20244,7 @@ /area/strata/ag/interior/outpost/med) "bTG" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/bed/chair, /turf/open/floor/strata/floor2, @@ -21036,11 +20255,20 @@ }, /obj/effect/landmark/yautja_teleport, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) +"bUb" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/hallways/north) "bUd" = ( -/obj/structure/extinguisher_cabinet, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/research_decks/security) +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/mining_outpost/maintenance) "bUm" = ( /obj/effect/decal/cleanable/blood{ layer = 3 @@ -21050,16 +20278,16 @@ }, /obj/effect/landmark/corpsespawner/russian, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bUn" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bUo" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bUp" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 @@ -21068,52 +20296,45 @@ icon_state = "pottedplant_21" }, /turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/med) -"bUq" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/outpost/hallways/south) "bUs" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bUt" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, -/obj/structure/machinery/light/small, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "bUu" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/hallways) "bUv" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bUx" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bUF" = ( /turf/open/floor/strata/floor3, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bUI" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "bUJ" = ( /obj/structure/sign/safety/maint, /turf/closed/wall/strata_outpost/reinforced, @@ -21124,20 +20345,10 @@ }, /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) -"bUL" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms) "bUM" = ( /obj/structure/machinery/cm_vending/sorted/boozeomat, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms) -"bUO" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2 - }, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/central) "bUU" = ( /obj/structure/surface/rack, /obj/structure/machinery/light/small{ @@ -21153,7 +20364,7 @@ pixel_y = -4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "bUV" = ( /obj/structure/surface/rack, /obj/item/stack/folding_barricade, @@ -21161,48 +20372,51 @@ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "bUX" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/outpost/gen/bball/nest) +/obj/structure/barricade/handrail/strata, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/asphalt/cement/cement12, +/area/strata/ag/exterior/marsh/spring_marshes) "bUY" = ( /obj/structure/surface/rack, /obj/item/storage/firstaid/adv, /obj/item/reagent_container/spray/pepper, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "bUZ" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "bVa" = ( /obj/structure/bed/chair/office/light{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "bVc" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bVd" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bVf" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "bVn" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/paper_bin, @@ -21218,24 +20432,24 @@ name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "bVs" = ( /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "bVw" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/structure/curtain/open/shower, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "bVx" = ( +/obj/structure/blocker/invisible_wall, /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/water) +"bVz" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/interior/outside/checkpoints/north_armor) "bVF" = ( /obj/structure/closet/secure_closet/medical2, /obj/item/clothing/gloves/latex, @@ -21260,8 +20474,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight/lamp, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/security) @@ -21277,18 +20490,18 @@ /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "bWa" = ( /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "bWc" = ( /obj/item/stack/sandbags, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "bWd" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ dir = 1; name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/hallways/north) "bWe" = ( /obj/item/lightstick/red/spoke/planted{ layer = 3.1; @@ -21305,13 +20518,13 @@ dir = 4 }, /turf/open/floor/strata/red2, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bWi" = ( /obj/structure/largecrate/random, /obj/item/storage/belt/shotgun, /obj/item/storage/backpack/lightpack, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bWk" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata/multi_tiles/southwest, @@ -21340,18 +20553,14 @@ /area/strata/ag/interior/outpost/engi/drome) "bWy" = ( /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bWB" = ( /obj/structure/machinery/vending/snack, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) -"bWD" = ( -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/paths/north_outpost) "bWH" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 @@ -21381,7 +20590,7 @@ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bXc" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/barricade/handrail/strata{ @@ -21393,37 +20602,36 @@ "bXd" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "bXe" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bXf" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/plating, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bXg" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bXi" = ( /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bXj" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bXq" = ( /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi) @@ -21441,10 +20649,6 @@ /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/security) "bXC" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/structure/surface/table/woodentable, /obj/effect/landmark/corpsespawner/doctor, /turf/open/floor/interior/plastic, @@ -21452,36 +20656,36 @@ "bXG" = ( /obj/effect/spawner/random/tool, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bXQ" = ( /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bXV" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "bXW" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bXY" = ( /obj/structure/sign/safety/restrictedarea, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bXZ" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/plating, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bYb" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bYg" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -21492,7 +20696,7 @@ dir = 4 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bYk" = ( /obj/structure/machinery/door/airlock/almayer/security/colony{ dir = 8 @@ -21514,7 +20718,7 @@ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bYA" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -21528,11 +20732,11 @@ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bYE" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bYG" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -21540,26 +20744,26 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "bYJ" = ( /obj/structure/machinery/weather_siren{ dir = 4; pixel_x = 18; pixel_y = 10 }, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/research_decks) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/exterior/outpost_decks) "bYK" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bYN" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bYR" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/objective, @@ -21591,18 +20795,18 @@ "bZh" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bZj" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bZq" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bZB" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/white_cyan2/west, @@ -21622,7 +20826,7 @@ /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "bZG" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata/white_cyan2/west, @@ -21638,34 +20842,40 @@ /obj/item/device/whistle, /turf/open/floor/interior/tatami, /area/strata/ag/interior/outpost/canteen) +"bZL" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata, +/area/strata/ag/exterior/outpost_decks) "bZN" = ( /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bZT" = ( /obj/structure/platform/strata/metal, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bZV" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bZW" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bZX" = ( /turf/open/gm/coast/east, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "bZY" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/snacks/plump_pie, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cac" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -21675,7 +20885,7 @@ "cad" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "caf" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -21711,31 +20921,27 @@ /obj/structure/surface/table/woodentable, /turf/open/floor/interior/plastic, /area/strata/ag/interior/outpost/canteen) -"caw" = ( -/obj/structure/flora/bush/ausbushes/ppflowers, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/exterior/jungle/deep/carplake_center) "cay" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "caC" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "caE" = ( /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "caI" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "caL" = ( /obj/structure/bed/chair{ dir = 1 @@ -21750,49 +20956,37 @@ /obj/item/stack/sheet/wood, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "caW" = ( /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "caX" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/ice/layer0, /area/strata/ag/exterior/marsh/river) -"caY" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/hotsprings) "cbb" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "cbi" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/toolbox/emergency, -/obj/item/device/radio, +/obj/effect/landmark/static_comms/net_one, /turf/open/asphalt/cement/cement3, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/tcomms/mining_caves) "cbj" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "cbp" = ( /obj/structure/largecrate/random/case/double, /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, -/obj/structure/machinery/light/small{ - dir = 8 - }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cbu" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/toolbox/emergency, -/obj/item/device/radio, /turf/open/asphalt/cement, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/tcomms/mining_caves) "cbv" = ( /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor3, @@ -21806,79 +21000,69 @@ icon_state = "pottedplant_22" }, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "cbF" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "cbL" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "cbN" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "pointybush_1" - }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/paths/flight_control_exterior) "cbO" = ( +/obj/structure/sign/safety/security, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) "cbR" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "cbS" = ( /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "cbW" = ( /obj/structure/window/framed/strata/reinforced, /obj/structure/machinery/door/poddoor/shutters/almayer{ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ccc" = ( /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ccd" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ccg" = ( /obj/item/stool, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "cch" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/cans/waterbottle, -/obj/item/reagent_container/food/drinks/cans/waterbottle, -/obj/item/reagent_container/food/drinks/cans/waterbottle, -/obj/structure/machinery/computer/objective{ - dir = 8 +/obj/structure/machinery/light/small{ + dir = 4 }, +/obj/structure/machinery/washing_machine, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "cci" = ( /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) -"ccj" = ( -/turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/north_outpost) +/area/strata/ag/interior/outside/bball) "cck" = ( -/obj/structure/machinery/washing_machine, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/gen/bball) +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/outpost/platform) "ccn" = ( /obj/structure/machinery/camera/autoname{ dir = 4 @@ -21899,10 +21083,6 @@ pixel_y = 3 }, /obj/item/reagent_container/food/condiment/saltshaker, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "ccr" = ( @@ -21910,7 +21090,7 @@ /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "ccs" = ( /turf/open/floor/strata, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "cct" = ( /obj/effect/decal/cleanable/blood, /obj/structure/machinery/door/airlock/almayer/maint/colony, @@ -21919,23 +21099,23 @@ "ccu" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "ccy" = ( /obj/structure/fence, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "ccz" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "pointybush_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research/south) "ccD" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "ccH" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -21946,7 +21126,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ccI" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -21956,31 +21136,27 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/river) -"ccK" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) "ccV" = ( /obj/structure/machinery/weather_siren{ dir = 1; pixel_y = 28 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ccW" = ( /obj/effect/decal/cleanable/blood/oil/streak, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ccX" = ( /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ccY" = ( /obj/structure/closet/lasertag/blue, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "cdb" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 @@ -22012,7 +21188,7 @@ "cdl" = ( /obj/structure/floodgate, /turf/closed/wall/strata_ice/dirty, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "cdm" = ( /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/outpost/canteen) @@ -22021,16 +21197,13 @@ /area/strata/ag/interior/outpost/canteen) "cdo" = ( /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) -"cdp" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ag/interior/outside/bball/cave) "cdx" = ( /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "cdA" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "cdC" = ( /obj/structure/closet/secure_closet/chemical{ req_access = null @@ -22041,6 +21214,7 @@ dir = 8 }, /obj/effect/landmark/objective_landmark/science, +/obj/item/storage/box/gloves, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/med) "cdD" = ( @@ -22051,7 +21225,7 @@ /obj/structure/surface/rack, /obj/item/storage/firstaid/adv, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "cdG" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, @@ -22059,24 +21233,23 @@ "cdH" = ( /obj/structure/sign/double/maltesefalcon/right, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "cdK" = ( /obj/structure/xenoautopsy/tank/broken{ desc = "A broken cryo tank, this must've been where it all began..." }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "cdR" = ( /obj/structure/largecrate/random/barrel/green, /obj/structure/machinery/light/small, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cdT" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/greengrid, /area/strata/ag/interior/outpost/med) "cdW" = ( @@ -22105,49 +21278,43 @@ /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/southeast, /area/strata/ag/interior/outpost/security) -"ced" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/interior/outpost/gen/bball/nest) "cee" = ( /obj/structure/closet/crate/freezer/rations, /obj/structure/machinery/light/small{ dir = 1 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "ceg" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "cei" = ( /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "ceq" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata/orange_edge/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "cer" = ( /obj/structure/machinery/smartfridge/drinks, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) -"cet" = ( -/turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ceu" = ( /obj/effect/decal/cleanable/blood, /obj/item/tool/match, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "cew" = ( /obj/structure/window/framed/strata/reinforced, /obj/structure/machinery/door/poddoor/shutters/almayer, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ceG" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/southeast, @@ -22162,16 +21329,15 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "ceL" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "ceM" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southeast, @@ -22180,32 +21346,28 @@ /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/canteen) -"ceQ" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/north_carp) "ceS" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "ceV" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/orange_edge/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "ceW" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/machinery/vending/cola, /obj/effect/decal/cleanable/blood, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ceY" = ( /obj/structure/machinery/holosign/surgery, /obj/structure/pipes/standard/simple/hidden/cyan, @@ -22235,7 +21397,7 @@ "cfl" = ( /obj/structure/largecrate/random/barrel/white, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cfp" = ( /obj/structure/surface/rack, /obj/item/paper_bin, @@ -22244,41 +21406,24 @@ /area/strata/ag/interior/outpost/engi/drome) "cfr" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "cft" = ( /obj/structure/sign/safety/maint, /turf/closed/wall/strata_outpost, /area/strata/ag/interior/outpost/engi/drome) -"cfv" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/security) "cfx" = ( /turf/open/floor/strata, /area/strata/ag/interior/outpost/security) -"cfy" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/security) "cfz" = ( /obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/security) -"cfA" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "cfB" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgibdown1" }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/hallways/north) "cfC" = ( /obj/structure/bed/chair{ dir = 4 @@ -22305,29 +21450,29 @@ icon_state = "xgibdown1" }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "cfJ" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "cfR" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "cfX" = ( /obj/structure/largecrate/random, /obj/item/storage/belt/grenade/large/full, /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cfY" = ( /obj/structure/fence, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cfZ" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cgc" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata, @@ -22342,21 +21487,21 @@ icon_state = "pottedplant_22" }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/admin) "cgg" = ( /obj/structure/window/reinforced/tinted, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/outpost/admin) "cgm" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/condiment/peppermill, /obj/effect/decal/cleanable/blood/gibs/down, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "cgn" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "cgo" = ( /obj/structure/bed/chair{ dir = 8 @@ -22374,14 +21519,11 @@ "cgq" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "cgu" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/interior/outpost/canteen) -"cgE" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/south_res) "cgN" = ( /turf/open/floor/plating/platebot, /area/strata/ag/interior/outpost/engi/drome) @@ -22458,7 +21600,7 @@ "chg" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "chi" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ dir = 1; @@ -22469,25 +21611,24 @@ "chj" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "chp" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/kitchen/utensil/pfork, -/turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/obj/structure/window/framed/strata, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/central) "chq" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/bottle/sake, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "chr" = ( /obj/item/stack/sheet/wood, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "cht" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "chw" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/floor/strata/floor3/east, @@ -22498,7 +21639,7 @@ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "chy" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/stack/cable_coil/blue, @@ -22507,9 +21648,8 @@ /area/strata/ag/interior/outpost/engi/drome) "chz" = ( /obj/structure/flora/bush/ausbushes/ppflowers, -/obj/structure/bed/medevac_stretcher, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "chB" = ( /turf/open/floor/interior/plastic, /area/strata/ag/interior/outpost/canteen) @@ -22522,39 +21662,39 @@ desc = "You think this might be Glubs's son." }, /turf/open/gm/dirt, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "chN" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "chO" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "chS" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "chX" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "cie" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cif" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "pointybush_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "cij" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/machinery/power/monitor{ name = "Main Power Grid Monitoring" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "cik" = ( /turf/closed/wall/strata_outpost, /area/strata/ag/interior/outpost/admin) @@ -22580,41 +21720,40 @@ "cis" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "civ" = ( /turf/closed/wall/wood, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "ciy" = ( /obj/docking_port/stationary/marine_dropship/lz1, /turf/open/floor/plating, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "ciA" = ( /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "ciB" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "ciF" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/greengrid, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "ciH" = ( /obj/effect/decal/cleanable/cobweb2, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "ciW" = ( /obj/structure/closet/firecloset/full, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cjb" = ( /turf/open/floor/strata, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "cjg" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -22622,8 +21761,11 @@ dir = 8 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cji" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen/bar) "cjj" = ( @@ -22640,49 +21782,49 @@ "cjl" = ( /obj/structure/bed/chair, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "cjn" = ( /turf/closed/wall/strata_outpost, /area/strata/ag/interior/outpost/canteen) "cjq" = ( /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "cjr" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "cjv" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "cjw" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "cjx" = ( /obj/structure/machinery/weather_siren{ dir = 1; pixel_y = 28 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "cjy" = ( /obj/structure/barricade/handrail/strata{ dir = 1 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "cjz" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "cjA" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "cjB" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -22691,20 +21833,20 @@ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "cjG" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /obj/structure/largecrate/random/barrel/white, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cjH" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cjI" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -22714,7 +21856,7 @@ }, /obj/structure/machinery/colony_floodlight, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cjN" = ( /obj/structure/window/framed/strata, /obj/structure/machinery/door/poddoor/shutters/almayer{ @@ -22746,39 +21888,38 @@ "cjR" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/white_cyan3/west, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cjS" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/white_cyan3/northeast, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cjU" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/white_cyan3/north, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cjV" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/white_cyan3/north, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cjW" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/white_cyan3/north, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cjX" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/white_cyan3/north, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cjZ" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/west, @@ -22813,7 +21954,7 @@ /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "ckx" = ( /turf/open/floor/strata/white_cyan3/north, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "ckz" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/paper_bin, @@ -22823,7 +21964,7 @@ pixel_y = 6 }, /turf/open/floor/strata/white_cyan4/north, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "ckA" = ( /obj/structure/surface/rack, /obj/item/paper_bin, @@ -22901,17 +22042,17 @@ /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "ckX" = ( /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "ckY" = ( /obj/structure/bed/chair, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "ckZ" = ( /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "cla" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -22931,12 +22072,18 @@ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "clg" = ( /turf/closed/shuttle/ert{ icon_state = "upp22" }, /area/strata/ag/interior/outpost/engi/drome/shuttle) +"cll" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/hallways/south) "clo" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/floor/almayer/plate, @@ -22957,12 +22104,12 @@ }, /area/strata/ag/interior/outpost/engi/drome/shuttle) "clv" = ( -/obj/structure/machinery/light/small{ +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "clw" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/camera/autoname{ @@ -22971,20 +22118,25 @@ /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi/drome) "clx" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, -/turf/open/floor/strata, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi/drome) "cly" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi/drome) "clz" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/structure/surface/rack, /obj/item/clothing/shoes/jackboots, /obj/item/clothing/shoes/jackboots, @@ -22992,64 +22144,61 @@ /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "clG" = ( -/obj/item/dogtag, -/obj/effect/decal/cleanable/blood/gibs/down, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/canteen/bar) +/obj/structure/bed/nest, +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/mining_outpost/hive) "clI" = ( /obj/structure/machinery/vending/dinnerware, -/obj/structure/machinery/light/small, /turf/open/floor/strata, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "clK" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/obj/structure/curtain/shower, +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/admin) "clL" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_ew_full_cap"; layer = 3.5 }, +/obj/structure/machinery/camera/autoname, /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/interior/outpost/canteen) "clU" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "clW" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms/south) -"cmf" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/interior/mining_outpost/south_dormitories) "cmg" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/river) +"cmh" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/south) "cmn" = ( /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "cmo" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/restricted/devroom) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/restricted) "cmp" = ( /obj/structure/prop/almayer/computers/sensor_computer1, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "cmq" = ( /turf/open/floor/greengrid, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "cmt" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/condiment/sugar, @@ -23057,33 +22206,33 @@ /area/strata/ag/interior/outpost/canteen/bar) "cmu" = ( /turf/open/gm/coast/north, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "cmA" = ( /turf/open/asphalt/cement/cement12, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "cmB" = ( /obj/structure/bed/nest, /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "cmC" = ( /obj/structure/machinery/light/small, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "cmD" = ( /obj/effect/decal/strata_decals/grime/grime3{ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "cmE" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "cmF" = ( /obj/structure/surface/rack, /obj/item/inflatable/door, @@ -23092,18 +22241,18 @@ /obj/item/tool/shovel/etool/folded, /obj/item/tool/shovel/etool/folded, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "cmX" = ( /turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cmZ" = ( /obj/structure/fence, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cna" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cnb" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -23113,7 +22262,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cnc" = ( /obj/item/storage/box/rxglasses, /turf/open/floor/strata/white_cyan2/west, @@ -23134,32 +22283,32 @@ dir = 4 }, /turf/open/floor/strata/white_cyan4/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cnf" = ( /obj/effect/decal/cleanable/greenglow, /turf/open/floor/strata/white_cyan3, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cng" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/white_cyan3, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cnh" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/white_cyan3, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cni" = ( /obj/structure/bed/roller, /turf/open/floor/strata/white_cyan3, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cnj" = ( /turf/open/floor/strata/white_cyan3/southwest, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cnk" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata/white_cyan3/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cnm" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 @@ -23175,13 +22324,13 @@ /area/strata/ag/interior/outpost/canteen/bar) "cnu" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "cnv" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "cnw" = ( /obj/structure/surface/rack, /obj/item/storage/belt/utility/full, @@ -23197,17 +22346,17 @@ "cnA" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "cnB" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "cnC" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 2; name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "cnK" = ( /obj/structure/surface/rack, /obj/item/tank/emergency_oxygen/engi, @@ -23219,7 +22368,7 @@ /area/strata/ag/interior/outpost/engi/drome) "cnO" = ( /turf/closed/wall/resin/strata/on_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "cnQ" = ( /obj/item/clipboard, /turf/open/floor/strata/floor3/east, @@ -23229,25 +22378,19 @@ icon_state = "upp4" }, /area/strata/ag/interior/outpost/engi/drome/shuttle) -"cnV" = ( -/obj/item/stack/catwalk, -/obj/item/tool/wrench, -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/almayer/plate, -/area/strata/ag/interior/outpost/engi/drome/shuttle) "cnZ" = ( /obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "coa" = ( /obj/structure/filingcabinet/filingcabinet, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "cof" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "cog" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 1 @@ -23256,11 +22399,14 @@ /area/strata/ag/interior/outpost/engi/drome/shuttle) "coh" = ( /obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/canteen/bar) "coi" = ( /obj/structure/reagent_dispensers/beerkeg, -/obj/structure/machinery/power/apc/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/canteen/bar) "cok" = ( @@ -23273,16 +22419,16 @@ icon_state = "p_stair_sn_full_cap" }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/north) "cor" = ( /turf/open/gm/coast/west, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "cot" = ( /obj/structure/platform_decoration/strata/metal{ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "cou" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -23296,17 +22442,20 @@ dir = 4 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) +"cow" = ( +/obj/structure/window/framed/strata, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/outside/checkpoints/north) "coy" = ( /obj/structure/bed/chair/office/light, /obj/effect/decal/strata_decals/catwalk/prison, /obj/item/spacecash/c1000, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "coA" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/disposalpipe/segment, @@ -23314,7 +22463,7 @@ /area/strata/ag/interior/outpost/engi/drome/shuttle) "coB" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "coC" = ( /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/center) @@ -23325,39 +22474,39 @@ /area/strata/ag/interior/outpost/engi/drome/shuttle) "coO" = ( /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "coP" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "coS" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "coU" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "coV" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "coX" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "coY" = ( /obj/item/ammo_magazine/revolver/cmb{ pixel_x = 6; pixel_y = -4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "coZ" = ( /obj/effect/decal/cleanable/blood, /obj/item/ammo_magazine/revolver/cmb{ @@ -23366,7 +22515,7 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "cpd" = ( /obj/structure/sign/safety/fire_haz, /turf/closed/wall/strata_outpost, @@ -23377,48 +22526,47 @@ }, /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/canteen/bar) -"cpg" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/east_dorms) "cpi" = ( /obj/item/stack/medical/ointment, /obj/item/stack/medical/splint, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/red1, /area/strata/ag/interior/outpost/engi/drome) "cpo" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "cpq" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/bottle/sake, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "cpE" = ( /obj/structure/filingcabinet/chestdrawer, /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/landmark/objective_landmark/far, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "cpR" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "cpU" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "cpV" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/outpost/gen/bball/nest) -"cpW" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ag/interior/outside/bball/cave) +"cpX" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 9 + }, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) "cpY" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -23429,9 +22577,6 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, -/obj/structure/machinery/light/small{ - dir = 8 - }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi/drome) "cqr" = ( @@ -23439,16 +22584,16 @@ dir = 1 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "cqu" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "cqE" = ( /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "cqG" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata/metal{ @@ -23461,92 +22606,82 @@ /area/strata/ag/exterior/marsh/river) "cqH" = ( /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "cqI" = ( /obj/structure/surface/rack, /obj/item/device/lightreplacer, /obj/item/clothing/gloves/yellow, /obj/item/tool/extinguisher, /turf/open/floor/strata/orange_cover, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "cqM" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "cqQ" = ( /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "crb" = ( /turf/open/asphalt/cement/cement4, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "crd" = ( -/obj/structure/machinery/light/small{ +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light{ dir = 8 }, -/obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "crf" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "crk" = ( /obj/effect/glowshroom/single, /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "crp" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "crq" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "crt" = ( /turf/open/asphalt/cement/cement9, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "cru" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "cry" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/flight_control) "crz" = ( /obj/structure/bed/nest, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/turf/closed/wall/resin/strata/on_tiles, +/area/strata/ag/interior/mining_outpost/hive) "crA" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "crE" = ( /turf/open/floor/plating, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "crF" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "crG" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) -"crI" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen) -"crM" = ( -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/outpost/hallways/south) "crN" = ( /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/river) @@ -23566,26 +22701,23 @@ }, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "crV" = ( /obj/effect/decal/strata_decals/grime/grime2{ dir = 8 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "crW" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "crY" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms) -"csc" = ( -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/mining_outpost/central) "csi" = ( /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/canteen) @@ -23597,23 +22729,23 @@ dir = 4 }, /turf/open/floor/strata/purp1, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "csk" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "csm" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "cso" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "cst" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -23625,7 +22757,7 @@ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/canteen) +/area/strata/ag/interior/outpost/hallways/south) "csA" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -23635,11 +22767,11 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "csB" = ( /obj/structure/coatrack, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "csE" = ( /obj/structure/largecrate/random, /obj/structure/barricade/handrail/strata, @@ -23652,18 +22784,11 @@ "csG" = ( /obj/item/stack/rods, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "csH" = ( -/obj/structure/fence, -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) -"csI" = ( -/obj/structure/fence, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) +/obj/effect/decal/cleanable/blood, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/caves/lz_caves) "csM" = ( /obj/structure/surface/rack, /obj/item/device/flashlight, @@ -23688,33 +22813,36 @@ /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/canteen) "csW" = ( -/obj/structure/machinery/light/small{ - dir = 4 +/obj/structure/bed/chair/comfy{ + dir = 1 }, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/canteen) +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/admin) "csY" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "csZ" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "ctd" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/greengrid, -/area/strata/ag/interior/disposals) +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/plating, +/area/strata/ag/exterior/caves/lz_caves) "cth" = ( -/obj/structure/machinery/light/small{ +/obj/structure/bed/chair{ dir = 8 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/landing_zones/near_lz1) "cti" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -23724,37 +22852,28 @@ }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "ctl" = ( -/obj/structure/platform/strata{ - dir = 1 - }, -/obj/structure/platform/strata, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/effect/blocker/sorokyne_cold_water, -/turf/open/gm/river, -/area/strata/ag/interior/dorms) +/obj/structure/machinery/vending/snack, +/obj/structure/machinery/light, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outpost/foyer) "ctn" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/landing_zones/near_lz1) "cto" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, +/obj/structure/machinery/light, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ctp" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "ctx" = ( /turf/open/floor/strata/orange_cover, /area/strata/ag/exterior/marsh/river) @@ -23767,88 +22886,88 @@ /obj/item/ammo_magazine/rifle/type71, /obj/item/ammo_magazine/rifle/type71, /turf/open/floor/strata/red1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "ctA" = ( /obj/structure/machinery/light/small{ dir = 4 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "ctB" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ctC" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ctD" = ( /obj/item/storage/briefcase, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ctF" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ctH" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "ctI" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement/cement3, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "ctK" = ( /obj/structure/barricade/handrail/strata{ dir = 1 }, /obj/structure/bed/sofa/vert/grey/top, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ctS" = ( /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "ctZ" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "cuc" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "cui" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "cuj" = ( /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "cuy" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "cuz" = ( /obj/structure/extinguisher_cabinet, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/landingzone_checkpoint) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/checkpoints/north) "cuA" = ( /obj/structure/sign/safety/storage, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "cuB" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -23856,42 +22975,41 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "cuH" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/closet/emcloset, /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/engi/drome) "cuM" = ( /turf/closed/wall/strata_ice/jungle, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "cuP" = ( /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cuX" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cuY" = ( /obj/item/tool/pen/blue, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cuZ" = ( /obj/item/clipboard, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cva" = ( /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cvb" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cvc" = ( /obj/item/cell/high, /turf/open/floor/strata/white_cyan2/west, @@ -23910,14 +23028,14 @@ /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/med) "cve" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/machinery/light/small{ +/obj/structure/platform_decoration/strata/metal{ dir = 8 }, -/turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/med) +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/red1, +/area/strata/ag/interior/landing_zones/near_lz1) "cvf" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -23929,45 +23047,48 @@ /obj/structure/bed/chair{ dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 4 - }, /turf/open/floor/strata/cyan1/east, /area/strata/ag/interior/outpost/med) "cvl" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "cvn" = ( /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) +"cvA" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/hallways/south) "cvC" = ( /obj/structure/closet/firecloset/full, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "cvG" = ( /turf/open/gm/coast/west, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "cvY" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "cwd" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "cwe" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "cwn" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/west, @@ -23975,78 +23096,80 @@ "cwq" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "cww" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "cwD" = ( /turf/open/gm/dirt, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/interior/jungle/structures/monitoring/west) "cwF" = ( /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "cwQ" = ( /obj/structure/machinery/landinglight/ds1/delayone{ dir = 8 }, /turf/open/asphalt/cement/cement3, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "cwS" = ( /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "cwT" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) +"cxa" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/outpost/hallways/north) "cxf" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "cxg" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) "cxn" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/asphalt/cement/cement14, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "cxA" = ( /turf/open/gm/coast/beachcorner/south_west, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "cxB" = ( /turf/open/gm/coast/south, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "cxC" = ( /turf/open/gm/coast/beachcorner2/south_west, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "cxJ" = ( /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "cxK" = ( /turf/open/gm/coast/beachcorner/south_west, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "cxS" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/asphalt/cement/cement1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "cxW" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "cyi" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "cyG" = ( /obj/structure/floodgate, /turf/closed/wall/strata_ice/dirty, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "cyH" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/medical/colony{ @@ -24058,88 +23181,90 @@ "cyQ" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "czb" = ( /obj/structure/machinery/weather_siren{ dir = 4; pixel_x = 18; pixel_y = 10 }, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/shed_five_caves) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/exterior/caves/shed_five_caves) "czw" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/box/ids, /obj/item/clothing/glasses/thermal/syndi, /turf/open/floor/strata/purp1, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "cAq" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "cAt" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "cAw" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/item/stack/rods, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "cAK" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "cBv" = ( /obj/item/stack/sheet/metal/medium_stack, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "cCE" = ( -/obj/structure/cargo_container/wy/left{ - health = 5000; - unacidable = 1 - }, +/obj/structure/cargo_container/watatsumi/right, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/south) +"cDf" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "cDt" = ( /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "cDL" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"cEa" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/north) "cEu" = ( /obj/structure/bed/nest, /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/corpsespawner/chef, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "cFg" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "cFj" = ( /obj/structure/machinery/disposal, -/obj/structure/machinery/light/small{ - dir = 8 - }, /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) "cFp" = ( /turf/open/gm/coast/beachcorner2/south_west, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "cFK" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/marsh/water_marshes) "cGg" = ( /obj/structure/largecrate/random/barrel/yellow, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "cGL" = ( /obj/structure/closet/bodybag, /obj/effect/landmark/objective_landmark/medium, @@ -24152,25 +23277,43 @@ }, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) +"cHK" = ( +/obj/structure/flora/pottedplant/random, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ug/interior/jungle/tearlake) "cIM" = ( /obj/structure/machinery/door/airlock/prison{ dir = 1; name = "Reinforced Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "cJf" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/center) +"cJy" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 6 + }, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) "cKc" = ( /obj/item/reagent_container/food/drinks/bottle/sake, /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) "cLE" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/med) +/obj/item/fuel_cell, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "cNg" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -24183,30 +23326,37 @@ /turf/open/gm/river, /area/strata/ag/exterior/marsh/river) "cOc" = ( -/obj/structure/flora/bush/ausbushes/var3/fullgrass, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/structure/blocker/invisible_wall, +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/strata/ug/interior) "cOB" = ( /obj/effect/spawner/random/tool, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "cOI" = ( /turf/open/asphalt/cement/cement14, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "cOR" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 }, /turf/open/floor/strata/white_cyan3/west, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) +"cOV" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/security) "cPq" = ( /obj/structure/prop/ice_colony/surveying_device, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "cRw" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cRB" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles/west, @@ -24218,6 +23368,9 @@ /obj/structure/machinery/vending/coffee, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) +"cSx" = ( +/turf/open/floor/strata/cyan2/east, +/area/strata/ag/interior/outpost/hallways/south) "cSP" = ( /obj/structure/prop/almayer/hangar_stencil, /turf/open/floor/strata/floor3/east, @@ -24228,7 +23381,11 @@ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"cTQ" = ( +/obj/structure/flora/grass/tallgrass/ice, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/island_marshes) "cUi" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -24239,7 +23396,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan, /obj/item/stack/catwalk, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "cUu" = ( /obj/structure/bed, /obj/structure/machinery/light/small, @@ -24257,6 +23414,14 @@ /obj/structure/machinery/computer/communications, /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/interior/outpost/engi/drome) +"cVt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/interior/outside/bball/cave) +"cVZ" = ( +/obj/structure/flora/grass/tallgrass/ice, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/caves/lz_caves) "cWs" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -24270,6 +23435,12 @@ /obj/item/tool/pen/blue, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) +"cXm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/outpost/hallways/north) "cXU" = ( /turf/closed/shuttle/ert{ icon_state = "upp2" @@ -24286,26 +23457,37 @@ /obj/effect/spawner/random/tool, /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "cZH" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 8 }, /turf/open/asphalt/cement/cement3, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "cZZ" = ( /obj/item/fuel_cell, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "daq" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "dbg" = ( /obj/structure/platform_decoration/strata{ dir = 1 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"dbv" = ( +/obj/item/weapon/gun/revolver/cmb, +/obj/structure/surface/rack{ + layer = 2.5 + }, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outside/engineering/parts_storage) "dcc" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -24314,16 +23496,16 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "dcX" = ( /obj/structure/surface/rack, /obj/item/stack/folding_barricade, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "ddp" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "ddI" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/barricade/handrail/strata{ @@ -24333,22 +23515,32 @@ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "ddU" = ( /obj/structure/machinery/door/airlock/almayer/generic, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi/drome/shuttle) +"den" = ( +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/carplake/east) "dgB" = ( /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) "dii" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/coatrack, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) +"din" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_sn_full_cap" + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/flight_control) "diD" = ( /obj/item/storage/surgical_tray, /obj/structure/surface/table/reinforced/prison, @@ -24361,11 +23553,11 @@ "diZ" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "djr" = ( /obj/structure/cargo_container/grant/right, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "djR" = ( /obj/structure/bed/chair{ dir = 4 @@ -24374,7 +23566,7 @@ dir = 8 }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "djW" = ( /turf/closed/wall/strata_ice/dirty, /area/strata/ag/exterior/paths/north_outpost) @@ -24386,7 +23578,11 @@ /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/spawner/random/toolbox, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"dlL" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/outpost/platform) "dmd" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -24395,7 +23591,10 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"dmK" = ( +/turf/open/floor/strata/cyan2/east, +/area/strata/ag/interior/mining_outpost/hallways) "dnz" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/clothing/mask/cigarette/cigar/cohiba, @@ -24412,34 +23611,61 @@ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "dnS" = ( /obj/structure/machinery/landinglight/ds1{ dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) +"doH" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/exterior/outpost_decks) "doO" = ( /obj/structure/machinery/weather_siren{ dir = 1; pixel_y = 28 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"dpB" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/outpost/platform) +"dqi" = ( +/turf/open/auto_turf/ice/layer2, +/area/strata/ag/exterior/marsh/water_marshes) "dqo" = ( /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "dqH" = ( /obj/item/stack/catwalk, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating, /area/strata/ag/interior/outpost/engi/drome/shuttle) +"dqM" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ug/interior/jungle/structures/research) "drI" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "drQ" = ( -/turf/open/gm/coast/east, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/west) "drS" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/cyan, @@ -24457,16 +23683,16 @@ }, /obj/structure/platform/strata/metal, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "duq" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "duQ" = ( /obj/item/tool/crowbar/red, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "dvf" = ( /obj/structure/platform/strata{ dir = 1 @@ -24495,14 +23721,27 @@ /obj/structure/machinery/optable, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) +"dyA" = ( +/obj/structure/barricade/deployable, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/security) "dyZ" = ( /obj/structure/holostool, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "dzo" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi/drome) +"dzG" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outpost/med) +"dAV" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/carplake/north) "dBe" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -24519,7 +23758,10 @@ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) +"dBO" = ( +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/hallways/north) "dBV" = ( /obj/structure/largecrate/random/case/double, /obj/structure/pipes/standard/simple/hidden/cyan, @@ -24529,17 +23771,28 @@ /obj/structure/machinery/power/reactor/colony, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) +"dCq" = ( +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/landing_zones/near_lz1) "dCu" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) +"dCK" = ( +/obj/structure/window/framed/strata, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/outside/checkpoints/west) +"dCX" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/asphalt/cement/cement3, +/area/strata/ug/interior/outpost/platform) "dDr" = ( /obj/structure/bed/chair, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "dDW" = ( /obj/structure/platform/strata{ dir = 8 @@ -24551,7 +23804,7 @@ /area/strata/ag/exterior/marsh/water) "dEa" = ( /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "dEy" = ( /obj/structure/closet/secure_closet/medical3{ req_access = null @@ -24567,7 +23820,7 @@ dir = 9 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "dEX" = ( /obj/structure/surface/rack, /obj/item/clothing/suit/storage/hazardvest, @@ -24579,8 +23832,17 @@ /obj/structure/machinery/camera/autoname{ dir = 8 }, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) +"dFS" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/east) "dFU" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -24591,53 +23853,60 @@ dir = 1 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "dGv" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/engi/drome) "dGO" = ( /turf/open/asphalt/cement/cement14, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "dIh" = ( -/turf/open/gm/coast/west, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/gm/dirt, +/area/strata/ug/interior/jungle/structures/monitoring/south) "dIE" = ( /obj/structure/prop/turbine_extras, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "dJV" = ( /obj/structure/curtain/medical, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/outpost/jung/dorms/sec1) -"dKj" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/outpost/underground_dorms/sec1) +"dLx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/hallways) +"dLT" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/engi) "dMw" = ( /obj/structure/cargo_container/wy/left, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"dMR" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/marsh/water_marshes) "dNq" = ( /turf/open/gm/coast/north, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "dND" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "dNM" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) -"dOc" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/carplake/east) "dOG" = ( /obj/structure/prop/almayer/computers/sensor_computer3, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "dOO" = ( /turf/closed/wall/strata_outpost, /area/strata/ag/exterior/vanyard) @@ -24646,28 +23915,33 @@ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "dPf" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fernybush_3" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "dQi" = ( /obj/item/stack/rods, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "dQq" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) +"dSm" = ( +/obj/item/stack/catwalk, +/obj/item/tool/wrench, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/almayer/plate, +/area/strata/ag/interior/outpost/engi/drome/shuttle) "dSA" = ( /obj/structure/bed{ icon_state = "abed" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/window/reinforced/tinted{ dir = 1 @@ -24676,48 +23950,54 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "dSU" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fernybush_3" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "dSV" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/floor/strata/orange_edge/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "dTq" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "dTN" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/strata/floor2, -/area/strata/ag/interior/restricted/devroom) -"dUl" = ( -/turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ag/interior/restricted) "dUP" = ( /obj/effect/decal/warning_stripes{ icon_state = "N" }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) +"dVh" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/mining_outpost/central) "dWc" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /obj/effect/decal/cleanable/blood, +/obj/structure/blocker/invisible_wall, /turf/open/floor/interior/tatami, /area/strata/ag/interior/restricted) +"dWe" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/gm/river, +/area/strata/ug/interior/jungle/tearlake) "dWm" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "dWu" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/pistol/t73, @@ -24726,14 +24006,14 @@ "dXc" = ( /obj/effect/landmark/static_comms/net_one, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "dXQ" = ( /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "dXV" = ( /obj/item/stack/snow, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/paths/north_outpost) +/area/strata/ag/exterior/outpost_decks) "dYK" = ( /obj/structure/sink{ dir = 8; @@ -24743,7 +24023,7 @@ pixel_x = -29 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "dZl" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer2, @@ -24752,7 +24032,13 @@ /obj/structure/prop/turbine, /obj/structure/prop/turbine_extras/border, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"dZp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outpost/hallways/south) "eai" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -24762,87 +24048,82 @@ }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "eaO" = ( /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) +"ebu" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outside/bball/cave) "eek" = ( /obj/structure/closet/secure_closet/personal, /obj/effect/decal/cleanable/blood, /obj/effect/landmark/good_item, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "eeG" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/microwave, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "efR" = ( /obj/structure/cryofeed, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "efS" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_full" }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/platform/east/scrub) -"efT" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/strata, -/area/strata/ag/interior/mountain) +/area/strata/ug/interior/outpost/platform) "egh" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "egV" = ( -/obj/structure/cargo_container/arious/right{ - health = 5000; - unacidable = 1 +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/tearlake) "ehH" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 }, /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "eiM" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/marsh/water_marshes) "eiV" = ( /obj/structure/closet/secure_closet/personal, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/item/storage/secure/briefcase, /turf/open/floor/strata/red1, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "ejw" = ( /obj/item/weapon/gun/pistol/t73, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) -"ekc" = ( -/obj/structure/barricade/snow, -/turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ug/interior/jungle/structures/monitoring/south) "ekh" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "eky" = ( /obj/structure/largecrate/random/barrel/blue, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) -"ekJ" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ag/interior/outside/engineering/parts_storage) +"ekK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/strata/ug/interior/jungle/structures/monitoring/east) "ekZ" = ( /obj/item/storage/belt/knifepouch, /obj/structure/surface/rack, @@ -24853,25 +24134,37 @@ dir = 10 }, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "emg" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "emv" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/center) +"emU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib2" + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/central) "enU" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "eoK" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 @@ -24887,58 +24180,62 @@ dir = 9 }, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "eqO" = ( -/obj/structure/sign/safety/biohazard, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/tcomms) +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/maintenance) "eqS" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "era" = ( -/obj/structure/machinery/power/apc/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "erq" = ( /turf/open/gm/river, -/area/strata/ag/interior/tcomms) -"ery" = ( -/obj/structure/barricade/snow{ - dir = 4 - }, -/obj/structure/barricade/snow, -/turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/interior/outside/engineering/parts_storage) "euc" = ( /obj/structure/platform_decoration/strata{ dir = 4 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "euN" = ( /obj/structure/barricade/wooden{ dir = 4 }, /obj/effect/decal/cleanable/blood, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "euZ" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) +"evI" = ( +/turf/open/floor/strata/floor2, +/area/strata/ag/interior/outpost/hallways/south) "ewk" = ( /obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) +"exi" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outpost/hallways/south) "exx" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "exO" = ( /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "eyA" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -24947,59 +24244,82 @@ /obj/item/storage/fancy/vials, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"eyK" = ( +/obj/structure/cargo_container/wy/right, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/south) "ezl" = ( /obj/structure/inflatable/door, /turf/open/floor/strata/orange_cover, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage) "ezK" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/fuel_cell, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) +"eBb" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/interior/plastic, +/area/strata/ag/interior/outpost/canteen) "eBo" = ( /obj/structure/machinery/landinglight/ds2/delaytwo, /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "eBr" = ( /obj/structure/prop/dam/van, /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/exterior/vanyard) +"eBz" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/maint) +"eCZ" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/maint) "eDc" = ( /obj/structure/bed, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "eDt" = ( /obj/structure/bed{ icon_state = "abed" }, /obj/structure/machinery/door/window/eastright, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "eEO" = ( /obj/structure/prop/turbine_extras/left, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "eFa" = ( /turf/open/asphalt/cement/cement4, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "eFA" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "eFF" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/admin) "eFG" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "eFO" = ( /obj/structure/surface/rack, /obj/item/device/flashlight, @@ -25011,7 +24331,7 @@ /obj/structure/cryofeed, /obj/structure/platform/strata/metal, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "eGD" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -25024,26 +24344,34 @@ }, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "eGF" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"eHo" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/plating, +/area/strata/ag/exterior/marsh/island_marshes) "eHv" = ( /obj/structure/platform/strata{ dir = 8 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) +"eHZ" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/greengrid, +/area/strata/ag/interior/mining_outpost/hallways) "eIB" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "eIR" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -25052,11 +24380,21 @@ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "eIT" = ( /obj/structure/closet/fireaxecabinet, /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"eIY" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/landing_zones/near_lz1) "eJc" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -25064,14 +24402,14 @@ icon_state = "p_stair_sn_full_cap" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "eJs" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/barricade/snow{ dir = 4 }, /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "eLC" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -25081,16 +24419,13 @@ "eLF" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) "eLQ" = ( /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/strata/cyan3/west, -/area/strata/ag/interior/outpost/med) -"eMz" = ( -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ag/interior/outpost/hallways/south) "eMZ" = ( /obj/structure/machinery/weather_siren{ dir = 8; @@ -25103,23 +24438,22 @@ /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/guestpass, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "eNF" = ( /obj/structure/surface/table/almayer, /obj/item/storage/fancy/cigar, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "eNL" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "eNW" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -25137,18 +24471,18 @@ "eOz" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/blood/oil, +/obj/structure/inflatable/popped/door, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "eOI" = ( -/obj/structure/platform/strata{ - dir = 8 +/obj/structure/machinery/light/small{ + dir = 1 }, -/obj/effect/blocker/sorokyne_cold_water, -/turf/open/gm/river, -/area/strata/ag/interior/restricted) +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/central) "eOK" = ( /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "ePf" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/floor3/east, @@ -25162,67 +24496,85 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "eRJ" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ name = "Emergency NanoMed"; - pixel_x = 30 + pixel_x = -28 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "eSs" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "eSx" = ( /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/outpost/med) "eSK" = ( /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "eSR" = ( /obj/structure/machinery/computer/emails, /obj/structure/surface/table/almayer, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "eTd" = ( /obj/structure/surface/table/almayer, /obj/item/storage/firstaid/regular, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "eUW" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "eVc" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) +"eVm" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/tearlake) "eVA" = ( /obj/structure/surface/table/almayer, /obj/effect/decal/cleanable/cobweb2, /obj/effect/spawner/random/toolbox, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "eVI" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "eXK" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) +"eYz" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/hallways/north) +"eYE" = ( +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/outside/checkpoints/north) +"eYX" = ( +/obj/structure/cargo_container/watatsumi/mid, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/south) "eZw" = ( /obj/structure/bed/chair{ dir = 4 @@ -25235,19 +24587,34 @@ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"fas" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/east) +"fbd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/red1, +/area/strata/ag/interior/outpost/hallways/north) "fbG" = ( /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) +"fce" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/carplake/east) "fch" = ( /obj/structure/largecrate/random, /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/interior/outpost/engi/drome) "fcB" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -25257,36 +24624,33 @@ "fhl" = ( /obj/structure/fence, /turf/open/asphalt/cement/cement15, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "fhW" = ( /obj/structure/fence, /turf/open/asphalt/cement/cement1, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "fil" = ( -/obj/structure/machinery/weather_siren{ - pixel_y = -8 +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 }, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/mountain) +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/south) "fiD" = ( /obj/structure/fence, /turf/open/asphalt/cement/cement4, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "fjZ" = ( /obj/structure/platform_decoration/strata{ dir = 1 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "fkw" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/barricade/snow{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "fkD" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_1"; @@ -25309,47 +24673,47 @@ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "fln" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "flK" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/outpost/med) "fno" = ( /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "fow" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "foN" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "fqQ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "fre" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "frf" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "frL" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/blue1, @@ -25370,37 +24734,40 @@ dir = 4 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "fsJ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /obj/effect/landmark/yautja_teleport, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "ftr" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/center) "ftO" = ( /obj/structure/filingcabinet/filingcabinet, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/effect/landmark/objective_landmark/far, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) +"fug" = ( +/obj/item/lightstick/red/planted, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/marsh/relay_marshes) "fuA" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "fuX" = ( /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "fuZ" = ( /obj/effect/spawner/random/supply_kit, /obj/structure/surface/rack{ @@ -25411,43 +24778,45 @@ }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "fvt" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "fwc" = ( /obj/structure/dropship_equipment/mg_holder, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "fwi" = ( /obj/structure/machinery/power/reactor/colony, /turf/open/floor/prison/floor_plate, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "fwV" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer3, /area/strata/ag/exterior/paths/north_outpost) +"fxt" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/river, +/area/strata/ug/interior/jungle/tearlake) "fxM" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "fxO" = ( /obj/structure/machinery/door/airlock/prison{ name = "Reinforced Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "fyP" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "fyU" = ( -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, /obj/structure/platform_decoration/strata/metal{ dir = 4 }, @@ -25457,13 +24826,13 @@ "fzn" = ( /obj/structure/closet/secure_closet/freezer/fridge, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "fzz" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "fzA" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -25473,21 +24842,21 @@ }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "fzJ" = ( /obj/structure/curtain/medical, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "fzN" = ( /obj/structure/barricade/snow{ dir = 4 }, /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "fAb" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "fAS" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, @@ -25495,11 +24864,11 @@ "fBh" = ( /obj/effect/spawner/random/tool, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "fBk" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "fBu" = ( /obj/structure/sink{ dir = 8; @@ -25508,15 +24877,21 @@ /obj/structure/mirror{ pixel_x = -29 }, +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "fBC" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"fBG" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ug/interior/outpost/platform) "fBY" = ( /obj/structure/machinery/iv_drip, /turf/open/floor/strata/cyan2/east, @@ -25525,11 +24900,18 @@ /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, +/obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "fCz" = ( /turf/open/gm/coast/north, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) +"fCD" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 10 + }, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) "fCE" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -25539,39 +24921,50 @@ dir = 8 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "fCI" = ( /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/crash) "fDG" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "fEW" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/landmark/objective_landmark/close, /turf/open/asphalt/cement, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "fFy" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring) "fHp" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "fHW" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) +"fHZ" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/strata/ug/interior/jungle/tearlake) +"fIq" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/paths/flight_control_exterior) "fIF" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/tearlake) "fIG" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -25581,14 +24974,20 @@ /obj/effect/landmark/xeno_hive_spawn, /obj/effect/landmark/ert_spawns/groundside_xeno, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"fJh" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/tearlake) "fKt" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "fKT" = ( /turf/open/gm/river, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "fLl" = ( /obj/structure/bed/chair{ dir = 4 @@ -25597,7 +24996,7 @@ dir = 1 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "fMk" = ( /obj/structure/closet/secure_closet/medical3{ req_access = null @@ -25609,15 +25008,15 @@ /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/med) "fMr" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "fMv" = ( /obj/structure/machinery/floodlight/landing, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "fMP" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ @@ -25627,12 +25026,19 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "fMS" = ( -/obj/structure/machinery/light/small, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkyellowfull2, +/area/strata/ag/exterior/outpost_decks) +"fNi" = ( +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/interior/outside/engineering/parts_storage_cave) +"fNp" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/paths/far_north_outpost) "fNs" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata, @@ -25640,7 +25046,7 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/landing_zones/near_lz2) "fNH" = ( /obj/item/reagent_container/food/drinks/cans/space_mountain_wind, /obj/structure/disposalpipe/segment{ @@ -25648,43 +25054,67 @@ }, /obj/item/stack/catwalk, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "fOX" = ( /turf/open/asphalt/cement/cement14, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "fPO" = ( /turf/open/auto_turf/ice/layer1, /area/strata/ag/interior/mountain) +"fQn" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib2" + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/central) +"fQo" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/vanyard) "fQG" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "fRa" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/station_alert{ dir = 4 }, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "fRi" = ( /obj/structure/platform_decoration/strata{ dir = 8 }, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "fRv" = ( /turf/open/floor/strata/orange_cover, /area/strata/ag/exterior/marsh/crash) +"fRX" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/cyan2/east, +/area/strata/ag/interior/outpost/canteen/bar) "fSr" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 }, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "fSR" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring/west) +"fTa" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/plating, +/area/strata/ag/exterior/paths/flight_control_exterior) +"fTJ" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/caves/lz_caves) "fWs" = ( /turf/closed/wall/mineral/gold, /area/strata/ag/interior/outpost/med) @@ -25693,7 +25123,7 @@ /obj/item/reagent_container/food/drinks/bottle/sake, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "fXU" = ( /obj/effect/landmark/objective_landmark/close, /turf/open/floor/almayer/plate, @@ -25705,6 +25135,9 @@ /obj/structure/bed/chair{ dir = 8 }, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata/cyan1/east, /area/strata/ag/interior/outpost/med) "fYE" = ( @@ -25713,11 +25146,19 @@ dir = 4 }, /turf/open/floor/strata/orange_edge/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "fZe" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) +"fZj" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/exterior/marsh/water_marshes) +"fZD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor2, +/area/strata/ag/interior/outpost/hallways/south) "gab" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_1"; @@ -25752,21 +25193,25 @@ /turf/open/asphalt/cement/cement12, /area/strata/ag/interior/outpost/med) "gcj" = ( -/turf/open/gm/coast/beachcorner2/south_east, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/gm/dirt, +/area/strata/ug/interior/jungle/structures/monitoring/east) +"gcO" = ( +/turf/open/floor/strata/red1, +/area/strata/ag/interior/outside/checkpoints/north_armor) "gdZ" = ( /obj/structure/machinery/smartfridge, /obj/structure/machinery/door/window/eastright{ dir = 1 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "gfd" = ( /obj/structure/barricade/handrail/wire{ layer = 3.5 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "gfC" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -25778,14 +25223,20 @@ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) +"gfZ" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/exterior/marsh/spring_marshes) "ggr" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "ggH" = ( /obj/structure/reagent_dispensers/water_cooler, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata/multi_tiles/southeast, /area/strata/ag/interior/outpost/med) "ggJ" = ( @@ -25804,10 +25255,7 @@ dir = 8 }, /turf/open/floor/strata/orange_edge/west, -/area/strata/ag/exterior/research_decks) -"ghi" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/outpost_decks) "ghr" = ( /obj/structure/bed{ icon_state = "abed" @@ -25817,13 +25265,7 @@ dir = 2 }, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/outpost/jung/dorms/admin1) -"ghM" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/med) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "ghV" = ( /obj/structure/sign/safety/medical, /turf/closed/wall/strata_outpost, @@ -25834,15 +25276,12 @@ }, /obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/west) "gih" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "giq" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, /obj/structure/pipes/vents/pump{ dir = 1 }, @@ -25852,10 +25291,6 @@ /obj/structure/pipes/vents/pump, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi/drome) -"gjK" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) "gjN" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -25871,16 +25306,18 @@ "gjP" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) +"gjU" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/landing_zones/near_lz1) "gkt" = ( /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/interior/outpost/engi/drome) "gku" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "genericbush_4" - }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/platform/south) "gkA" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight/lamp, @@ -25889,14 +25326,11 @@ pixel_y = 6 }, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "glG" = ( /obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) -"glL" = ( -/turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/mountain) +/area/strata/ag/interior/outside/bball) "glN" = ( /obj/structure/machinery/weather_siren{ dir = 8; @@ -25904,21 +25338,30 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/west) +"gmB" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/east) +"gmU" = ( +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/marsh/island_marshes) "gnG" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "gol" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "gom" = ( /obj/item/reagent_container/food/drinks/cans/space_mountain_wind, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "goG" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer3, @@ -25928,11 +25371,11 @@ dir = 9 }, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "gpr" = ( /obj/effect/landmark/objective_landmark/medium, /turf/open/asphalt/cement, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/checkpoints/south) "gpO" = ( /obj/structure/bed/chair/office/light{ dir = 1 @@ -25945,7 +25388,7 @@ dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "gqF" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications{ @@ -25957,7 +25400,7 @@ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "grd" = ( /obj/structure/machinery/camera/autoname{ dir = 8 @@ -25980,7 +25423,7 @@ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "grP" = ( /obj/effect/landmark/corpsespawner/security/liaison, /turf/open/floor/strata/white_cyan1/east, @@ -25994,7 +25437,7 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "guz" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -26021,7 +25464,7 @@ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "gvG" = ( /obj/item/storage/toolbox/electrical, /obj/item/storage/toolbox/electrical, @@ -26031,10 +25474,10 @@ "gvR" = ( /obj/structure/bookcase, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "gzd" = ( /turf/open/gm/coast/east, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "gAm" = ( /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/security) @@ -26046,57 +25489,59 @@ /obj/item/storage/firstaid/regular, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "gAD" = ( /obj/structure/machinery/iv_drip, /turf/open/floor/strata, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) "gBj" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "gBr" = ( /turf/open/gm/coast/west, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "gCa" = ( /obj/item/stack/snow, /turf/open/floor/strata, -/area/strata/ag/exterior/paths/north_outpost) +/area/strata/ag/exterior/outpost_decks) "gDg" = ( /obj/structure/prop/almayer/computers/sensor_computer2, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) +"gDS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/darkyellowfull2, +/area/strata/ag/interior/outpost/hallways/north) "gEo" = ( +/obj/structure/flora/grass/tallgrass/ice, /obj/structure/platform/strata{ dir = 1 }, -/obj/structure/flora/grass/tallgrass/ice{ - layer = 2.9 - }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/paths/south_outpost) "gFf" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "gFH" = ( /obj/structure/cryofeed/right, /obj/structure/platform/strata/metal, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "gFT" = ( /obj/structure/largecrate/random, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement/cement12, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "gGX" = ( /obj/effect/landmark/queen_spawn, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "gHQ" = ( /obj/item/stack/sheet/wood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "gIo" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -26104,6 +25549,11 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating, /area/strata/ag/interior/outpost/engi/drome/shuttle) +"gIz" = ( +/obj/item/stack/catwalk, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor/almayer/plate, +/area/strata/ug/interior/jungle/structures/research) "gIL" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -26113,17 +25563,25 @@ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "gIY" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "gLF" = ( /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/exterior/paths/north_outpost) +"gLW" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4; + icon_state = "p_stair_sn_full_cap" + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/flight_control) "gMF" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/disposalpipe/segment{ @@ -26132,11 +25590,24 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/strata/ag/interior/outpost/engi/drome/shuttle) +"gNQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/north) +"gOe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/hallways/north) "gOo" = ( /obj/item/stack/rods, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "gOu" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -26149,11 +25620,15 @@ "gOC" = ( /obj/structure/machinery/power/reactor/colony, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) +"gOF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/floor3/east, +/area/strata/ug/interior/jungle/structures/research) "gOL" = ( /obj/effect/decal/cleanable/blood/oil/streak, /turf/open/asphalt/cement, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "gPG" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 8 @@ -26163,7 +25638,7 @@ "gPL" = ( /obj/structure/inflatable, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "gPQ" = ( /obj/structure/machinery/shower{ dir = 1 @@ -26178,43 +25653,53 @@ dir = 1 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) +"gQG" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "gRK" = ( /turf/open/asphalt/cement/cement15, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "gRO" = ( /obj/structure/sign/nosmoking_1, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "gSz" = ( -/obj/structure/machinery/power/apc/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/strata/ag/exterior/marsh/center) "gSR" = ( /turf/open/gm/coast/beachcorner2/north_east, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "gTa" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) +"gTc" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/central) "gTk" = ( /obj/structure/bed/chair, /obj/effect/landmark/survivor_spawner, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "gTx" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform_decoration/strata{ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "gTB" = ( /obj/item/device/radio, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "gTE" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_3"; @@ -26238,12 +25723,6 @@ /obj/structure/surface/rack, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/engi/drome) -"gUp" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin3) "gUP" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 @@ -26262,13 +25741,22 @@ /obj/structure/platform_decoration/strata, /turf/open/gm/river, /area/strata/ag/exterior/marsh/center) +"gWg" = ( +/turf/open/auto_turf/ice/layer0, +/area/strata/ag/exterior/marsh/spring_marshes) +"gWy" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/east) "gWE" = ( /obj/structure/machinery/bioprinter, /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "gXX" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/clipboard, @@ -26277,6 +25765,9 @@ }, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) +"gYn" = ( +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/north) "gZp" = ( /obj/item/tank/emergency_oxygen/engi, /turf/open/floor/almayer/plate, @@ -26284,7 +25775,7 @@ "gZP" = ( /obj/structure/machinery/colony_floodlight, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "haw" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/phone{ @@ -26310,37 +25801,42 @@ dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) +"hba" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/strata, +/area/strata/ug/interior/outpost/underground_dorms/admin2) "hcg" = ( /obj/item/tool/pen/blue, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "hcO" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "hdc" = ( /obj/structure/machinery/door/airlock/prison{ name = "Reinforced Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "hel" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "heO" = ( /obj/structure/sign/safety/bulkhead_door, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "hfq" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "hfv" = ( /obj/structure/sink{ dir = 8; @@ -26351,12 +25847,23 @@ }, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) +"hfP" = ( +/obj/structure/sign/safety/security, +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/outside/checkpoints/outpost) +"hgr" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/mining_outpost/maintenance) "hgI" = ( /obj/structure/largecrate/random/barrel/green, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) +"hhj" = ( +/obj/structure/sign/safety/ladder, +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/bball) "hhW" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ @@ -26367,32 +25874,28 @@ }, /obj/structure/platform/strata, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "hhX" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "fullgrass_1" +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/deep/tearlake) +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/west) "hir" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) -"hiL" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ag/exterior/marsh/water_marshes) "hjC" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "hkn" = ( /obj/structure/platform/strata/metal, /obj/structure/barricade/handrail/wire{ layer = 3.5 }, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "hkA" = ( /obj/structure/platform/strata{ dir = 8 @@ -26404,23 +25907,30 @@ /obj/structure/largecrate/random, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"hmh" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/outpost/hallways/south) "hms" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/marsh/water_marshes) "hmw" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "hmA" = ( /obj/structure/closet/secure_closet/personal, /obj/item/storage/secure/briefcase, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/red1, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) +"hmX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/strata/ug/interior/jungle/structures/monitoring/south) "hni" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/large_holster/machete/full, @@ -26431,14 +25941,18 @@ }, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) +"hoG" = ( +/obj/item/lightstick/red/planted, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/marsh/spring_marshes) "hpe" = ( /obj/structure/largecrate/hunter_games_ammo/good, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "hpD" = ( /obj/structure/curtain/medical, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "hqw" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -26449,21 +25963,21 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "hsg" = ( /obj/structure/surface/rack, /obj/effect/landmark/good_item, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "hsV" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "hsX" = ( /obj/item/device/flashlight, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "hto" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -26479,29 +25993,35 @@ "htD" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "hue" = ( /obj/structure/machinery/landinglight/ds2{ dir = 8 }, /turf/open/asphalt/cement/cement3, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "hvj" = ( /obj/structure/machinery/light/small{ dir = 1 }, /turf/open/floor/strata/cyan3/west, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) +"hvz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkyellowfull2, +/area/strata/ag/interior/outpost/hallways/north) "hwD" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "hwI" = ( /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "hyh" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -26513,17 +26033,23 @@ "hyu" = ( /obj/effect/landmark/corpsespawner/russian, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "hzb" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 8 }, /turf/open/asphalt/cement/cement3, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "hCp" = ( /obj/item/reagent_container/food/drinks/cans/beer, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) +"hDr" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ug/interior/jungle/tearlake) "hDX" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -26531,7 +26057,7 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "hEz" = ( /obj/structure/janitorialcart, /obj/item/tool/mop, @@ -26540,10 +26066,20 @@ "hEF" = ( /obj/structure/inflatable/door, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "hFm" = ( /turf/open/gm/coast/beachcorner2/north_west, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) +"hFt" = ( +/obj/structure/flora/pottedplant/random, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ug/interior/jungle/tearlake) +"hFK" = ( +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/hallways/south) "hGd" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -26560,13 +26096,13 @@ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "hGH" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "hGO" = ( /obj/structure/platform/strata, /obj/effect/blocker/sorokyne_cold_water, @@ -26576,11 +26112,11 @@ /obj/item/stack/rods, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "hHK" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "hHO" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -26588,113 +26124,185 @@ /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) +"hHZ" = ( +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/engi/drome) "hIb" = ( /obj/structure/largecrate/random/secure, /turf/open/floor/almayer/plate, /area/strata/ag/exterior/marsh/crash) "hIt" = ( /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) +"hJg" = ( +/turf/open/floor/strata/red1, +/area/strata/ag/interior/outpost/hallways/north) +"hJv" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/outpost/platform) "hJC" = ( /obj/structure/machinery/light/small, /turf/open/asphalt/cement/cement14, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "hJE" = ( /turf/open/gm/river, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "hJT" = ( /turf/open/asphalt/cement/cement12, /area/strata/ag/exterior/paths/north_outpost) "hLf" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/asphalt/cement, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "hMs" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) +"hMt" = ( +/obj/structure/flora/grass/tallgrass/ice/corner, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) +"hNq" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/south) "hOa" = ( /turf/open/gm/river, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "hOw" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "hOD" = ( -/obj/structure/machinery/light/small{ - dir = 4 +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/engi/drome) +"hOX" = ( +/obj/structure/fence, +/turf/open/asphalt/cement/cement2, +/area/strata/ag/exterior/tcomms/mining_caves) "hPr" = ( /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "hPK" = ( /turf/open/asphalt/cement, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "hPZ" = ( /obj/structure/machinery/space_heater, -/obj/structure/machinery/light/small, /obj/structure/platform/strata/metal{ dir = 4 }, +/obj/structure/machinery/light/small, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "hQq" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/greengrid, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "hQP" = ( /obj/effect/landmark/static_comms/net_one, /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/exterior/marsh/crash) +"hTi" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ug/interior/jungle/structures/research/old_tunnels) +"hTj" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/floor/strata/purp2, +/area/strata/ug/interior/jungle/platform/south) "hTU" = ( /obj/structure/reagent_dispensers/water_cooler/stacks, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "hTX" = ( /obj/structure/window/reinforced/tinted, /obj/item/device/flashlight/lamp, /obj/structure/surface/table/reinforced/prison, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) +"hUh" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/gm/dirt, +/area/strata/ug/interior/jungle/tearlake) "hUJ" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) -"hVm" = ( -/turf/closed/wall/strata_outpost/reinforced, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ag/interior/outside/engineering/parts_storage) "hWk" = ( /turf/open/gm/coast/beachcorner2/north_west, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "hYc" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "hYl" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/recharge_station, /turf/open/asphalt/cement, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "hYu" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) +"hZa" = ( +/obj/structure/largecrate/random/secure, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/interior/outside/engineering/parts_storage_cave) +"hZC" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/maint) "iau" = ( /obj/structure/curtain/open/medical, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "ibh" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "ibE" = ( /obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/strata/floor3/east, @@ -26703,7 +26311,7 @@ /obj/item/trash/pistachios, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "ich" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -26718,7 +26326,7 @@ dir = 8 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "icG" = ( /obj/item/lightstick/red/spoke/planted{ layer = 3.1; @@ -26735,60 +26343,74 @@ dir = 4 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) +"icN" = ( +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/outpost/security) "idq" = ( /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"idR" = ( +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/landing_zones/near_lz1) "idW" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/outpost/jung/dorms/sec1) -"ifU" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1 - }, -/turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "igm" = ( /obj/structure/bed/chair{ dir = 4 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/orange_edge/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "ihd" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "ihy" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) +"ijf" = ( +/turf/open/floor/strata/blue4/east, +/area/strata/ag/interior/outpost/admin) +"iji" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/outpost/platform) "ijo" = ( /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/outpost/security) +"ikB" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/south) "ikG" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "ilL" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "imV" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "imZ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 @@ -26797,32 +26419,51 @@ dir = 4 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "ioi" = ( /turf/open/floor/strata/multi_tiles, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) +"iop" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/flora/grass/tallgrass/ice, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/river) "ioz" = ( /obj/structure/bed/nest, /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/corpsespawner/upp, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "ioM" = ( /obj/structure/surface/table/almayer, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "ipd" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "iqe" = ( -/obj/item/lightstick, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) +"iqy" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/hallways/north) +"iqD" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/mining_outpost/central) "iqV" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -26837,33 +26478,21 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/center) -"irq" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "brflowers_1" - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/exterior/jungle/deep/carplake_center) -"irx" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi) "iry" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "isa" = ( /turf/open/floor/strata, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "isd" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "isj" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -26872,11 +26501,14 @@ /area/strata/ag/interior/outpost/security) "isu" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "isY" = ( /obj/structure/machinery/space_heater, +/obj/structure/machinery/light/small{ + dir = 4 + }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "itw" = ( /obj/structure/machinery/weather_siren{ dir = 8; @@ -26887,15 +26519,18 @@ /area/strata/ag/interior/outpost/med) "itG" = ( /obj/structure/machinery/disposal, +/obj/structure/machinery/light/small{ + dir = 4 + }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "iuf" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "iuh" = ( /obj/structure/sink{ dir = 8; @@ -26906,18 +26541,23 @@ }, /obj/item/weapon/gun/pistol/t73, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) +"iuw" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/hallways/south) "iuB" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "ivF" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "ivY" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/ice/layer1, @@ -26927,19 +26567,19 @@ dir = 4 }, /turf/open/asphalt/cement/cement1, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "iws" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "iwH" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "ixb" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/closet/bodybag, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "ixu" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -26954,7 +26594,7 @@ /area/strata/ag/exterior/marsh/river) "ixD" = ( /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "ixQ" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/strata/cyan3/east, @@ -26962,7 +26602,7 @@ "ixS" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) "iym" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -26971,18 +26611,18 @@ dir = 4 }, /turf/open/asphalt/cement/cement9, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "izc" = ( /obj/structure/bed/nest, /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/corpsespawner/russian, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "iAA" = ( -/obj/structure/machinery/power/apc/no_power/north, /obj/structure/closet/emcloset, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "iBM" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -26994,26 +26634,26 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "iBT" = ( -/turf/open/gm/coast/beachcorner/south_east, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/effect/landmark/queen_spawn, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/east) "iBV" = ( /obj/item/stack/catwalk, /turf/open/floor/almayer/plate, /area/strata/ag/interior/outpost/engi/drome/shuttle) "iBZ" = ( -/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/exterior/paths/far_north_outpost) "iCt" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "iDq" = ( /obj/structure/surface/rack, /obj/item/storage/toolbox/electrical, @@ -27026,24 +26666,31 @@ /area/strata/ag/exterior/marsh/crash) "iEU" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/outpost/jung/dorms/med1) -"iGN" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/outpost/underground_dorms/med1) +"iGm" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/hallways) +"iGp" = ( +/obj/structure/machinery/power/reactor/colony, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/exterior/caves/shed_five_caves) "iGR" = ( /obj/structure/bed/nest, /obj/effect/landmark/corpsespawner/miner, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "iHX" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "iHZ" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "iIz" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -27056,13 +26703,21 @@ "iJh" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "iJp" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/clothing/gloves/latex, /obj/item/storage/surgical_tray, /turf/open/floor/strata, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) +"iJq" = ( +/obj/structure/sign/safety/storage, +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/checkpoints/north_armor) +"iJw" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/tearlake) "iJJ" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -27077,55 +26732,69 @@ "iKI" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "iKW" = ( /obj/structure/machinery/space_heater, /obj/structure/barricade/handrail/strata{ dir = 4 }, +/obj/structure/machinery/light, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "iLr" = ( /obj/structure/fence, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "iLJ" = ( /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "iMn" = ( /obj/structure/surface/rack{ layer = 2.5 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "iMP" = ( /obj/structure/machinery/faxmachine, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "iNe" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "iNf" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"iNi" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/foyer) "iOi" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "iPd" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"iPn" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, +/turf/open/gm/dirt, +/area/strata/ug/interior/jungle/structures/monitoring/south) "iPw" = ( /mob/living/simple_animal/hostile/retaliate/clown{ health = 10000; @@ -27134,7 +26803,13 @@ rapid = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) +"iPQ" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/south) "iQi" = ( /obj/effect/decal/cleanable/blood/oil/streak, /obj/structure/pipes/standard/simple/hidden/cyan{ @@ -27154,11 +26829,11 @@ }, /obj/structure/platform/strata/metal, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "iRk" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring/west) "iRY" = ( /obj/effect/decal/cleanable/blood/oil, /obj/item/stack/rods, @@ -27166,21 +26841,25 @@ /area/strata/ag/interior/outpost/engi/drome) "iSe" = ( /turf/open/gm/coast/beachcorner/north_west, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) +"iTC" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/east) "iUw" = ( /obj/structure/prop/dam/crane/cargo, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "iUJ" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "iUK" = ( /obj/docking_port/stationary/marine_dropship/lz2, /turf/open/floor/plating, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "iUN" = ( /obj/structure/filingcabinet, /obj/structure/barricade/handrail/strata{ @@ -27189,35 +26868,44 @@ /obj/effect/landmark/objective_landmark/far, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) +"iVX" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/carplake/east) "iVZ" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/west) +"iWf" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/checkpoints/west) "iWi" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) -"iWG" = ( -/obj/structure/barricade/snow, -/turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/interior/outside/engineering/parts_storage) +"iWL" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/east) "iWZ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "iXj" = ( /obj/effect/decal/cleanable/blood/oil, /obj/item/tool/wrench, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "iXm" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -27226,7 +26914,7 @@ }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "iZa" = ( /obj/structure/closet/secure_closet/personal, /obj/structure/barricade/handrail/strata{ @@ -27235,10 +26923,10 @@ /obj/item/storage/fancy/vials, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/cyan1/east, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "iZr" = ( /turf/open/asphalt/cement/cement2, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "iZw" = ( /obj/structure/closet/firecloset/full, /obj/effect/landmark/objective_landmark/close, @@ -27247,24 +26935,25 @@ "iZI" = ( /obj/effect/decal/cleanable/greenglow, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"iZR" = ( +/obj/structure/flora/grass/tallgrass/ice, +/turf/open/auto_turf/ice/layer2, +/area/strata/ag/exterior/marsh/spring_marshes) "jam" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/med) "jaZ" = ( -/obj/structure/cargo_container/wy/mid{ - health = 5000; - unacidable = 1 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/north, +/area/strata/ug/interior/jungle/structures/monitoring/south) "jbq" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "jbI" = ( /obj/structure/platform/strata{ dir = 1 @@ -27282,19 +26971,25 @@ "jeF" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "jeZ" = ( /obj/structure/surface/rack, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "jfh" = ( /obj/item/fuel_cell, /obj/structure/barricade/handrail/strata{ dir = 1 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) +"jgI" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/maint) "jgX" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/barricade/handrail/strata{ @@ -27305,38 +27000,27 @@ }, /turf/open/floor/strata/orange_cover, /area/strata/ag/exterior/marsh/river) -"jhl" = ( -/obj/structure/machinery/weather_siren{ - dir = 8; - pixel_x = -18; - pixel_y = 10 - }, -/turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/research_decks) "jit" = ( /turf/open/asphalt/cement/cement2, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "jiQ" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "jjw" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "jjJ" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "jkc" = ( /obj/structure/bed/chair{ dir = 8 }, /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ name = "Emergency NanoMed"; - pixel_x = 30 - }, -/obj/structure/machinery/light/small{ - dir = 4 + pixel_x = -28 }, /turf/open/floor/strata/cyan1/east, /area/strata/ag/interior/outpost/med) @@ -27352,6 +27036,11 @@ "jkp" = ( /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/med) +"jmx" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/outpost/platform) "jmy" = ( /obj/effect/decal/cleanable/blood/oil/streak, /turf/open/floor/strata/orange_cover, @@ -27360,41 +27049,44 @@ /obj/structure/machinery/vending/snack, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) -"jmP" = ( -/turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/engi) "jnH" = ( /obj/structure/prop/dam/drill, /turf/open/floor/plating, /area/strata/ag/exterior/marsh/crash) "jqg" = ( /obj/structure/surface/rack, -/obj/structure/machinery/light/small{ +/obj/item/book/manual/detective, +/obj/structure/machinery/light{ dir = 1 }, -/obj/item/book/manual/detective, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "jrs" = ( /obj/structure/machinery/door/airlock/prison{ name = "Reinforced Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "jrw" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "jrA" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "jrU" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/med) +/obj/structure/platform/strata{ + dir = 1 + }, +/obj/structure/platform/strata{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river, +/area/strata/ag/exterior/marsh/water) "jsd" = ( /obj/structure/machinery/cm_vending/sorted/medical/no_access, /obj/structure/medical_supply_link, @@ -27403,11 +27095,11 @@ "jso" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "jsw" = ( /obj/structure/closet/bodybag, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "jsP" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -27427,19 +27119,31 @@ layer = 2.5 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "jtB" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) +"jtE" = ( +/obj/structure/flora/grass/tallgrass/ice, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/snow/brown_base/layer3, +/area/strata/ag/exterior/paths/far_north_outpost) +"juL" = ( +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/caves/lz_caves) "juY" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) +"jvl" = ( +/obj/structure/sign/safety/synth_storage, +/turf/closed/wall/strata_outpost, +/area/strata/ag/exterior/vanyard) "jww" = ( /obj/structure/sign/safety/biohazard, -/turf/closed/wall/strata_outpost/reinforced/hull, +/turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/mountain) "jxc" = ( /obj/effect/decal/strata_decals/catwalk/prison, @@ -27449,61 +27153,69 @@ "jyq" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) +"jyw" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/hallways/north) "jyE" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/med) +/obj/structure/machinery/cm_vending/sorted/marine_food, +/obj/structure/machinery/light, +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/mining_outpost/central) "jyO" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_full" }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "jzD" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"jzV" = ( +/turf/closed/wall/wood, +/area/strata/ag/exterior/paths/far_north_outpost) "jAo" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform_decoration/strata{ dir = 1 }, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "jAE" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata/white_cyan3/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) +"jBc" = ( +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "jBp" = ( /obj/structure/machinery/power/reactor/colony, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/admin) "jBO" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "jCE" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "jCU" = ( /obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light/small, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "jDr" = ( /obj/structure/machinery/light/small{ dir = 1 }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "jDO" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -27514,7 +27226,10 @@ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) +"jEt" = ( +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/outpost/hallways/north) "jEB" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -27525,8 +27240,8 @@ /obj/structure/machinery/weather_siren{ pixel_y = -8 }, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/outpost/engi) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/exterior/paths/north_outpost) "jEW" = ( /obj/structure/filingcabinet, /obj/structure/machinery/light/small{ @@ -27539,15 +27254,13 @@ /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/exterior/marsh/center) "jIv" = ( -/obj/item/fuel_cell, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/obj/structure/barricade/handrail/strata, +/obj/structure/platform_decoration/strata/metal, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/central) +"jIw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/south) "jIz" = ( /obj/structure/machinery/weather_siren{ dir = 1; @@ -27555,21 +27268,22 @@ }, /obj/effect/acid_hole, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"jJq" = ( +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/tcomms/mining_caves) "jJv" = ( /obj/structure/machinery/photocopier, /turf/open/floor/strata/cyan1/east, /area/strata/ag/interior/outpost/engi/drome) "jJy" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "fullgrass_1" - }, -/turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/structure/cargo_container/wy/mid, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/south) "jKf" = ( /obj/structure/largecrate/random/secure, /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "jKi" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -27578,11 +27292,17 @@ /area/strata/ag/interior/outpost/canteen) "jLb" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "jLc" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) +"jLx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/exterior/outpost_decks) "jLY" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/paper_bin, @@ -27603,36 +27323,42 @@ /turf/open/gm/river, /area/strata/ag/exterior/marsh/center) "jMV" = ( +/obj/structure/machinery/light/small, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "jNJ" = ( /obj/structure/machinery/disposal, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) -"jOp" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, +/area/strata/ug/interior/jungle/structures/monitoring) +"jNO" = ( /turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/south) +"jOl" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/mining_outpost/canteen) +"jOp" = ( +/obj/item/stool, +/obj/structure/machinery/light, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/canteen/personal_storage) "jOV" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "jPc" = ( /obj/structure/machinery/door/airlock/almayer/command{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "jPQ" = ( /obj/structure/machinery/landinglight/ds2{ dir = 4 }, /turf/open/asphalt/cement/cement1, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "jPT" = ( /obj/item/fuel_cell, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, @@ -27640,11 +27366,22 @@ dir = 8 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "jPV" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) +"jQx" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/structures/monitoring/south) +"jRc" = ( +/turf/open/gm/dirt, +/area/strata/ag/exterior/jungle/carplake_center) +"jUa" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/coast/west, +/area/strata/ug/interior) "jUo" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -27657,7 +27394,7 @@ /area/strata/ag/interior/outpost/med) "jUA" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "jUS" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 @@ -27666,24 +27403,24 @@ dir = 8 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "jVg" = ( /obj/effect/decal/cleanable/blood/oil, -/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/asphalt/cement, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "jVD" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" }, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "jVU" = ( /obj/effect/landmark/corpsespawner/doctor, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "jWi" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ @@ -27693,19 +27430,13 @@ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) -"jWk" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outside/checkpoints/outpost) "jWs" = ( /turf/open/floor/plating, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "jWz" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "jXD" = ( /obj/item/weapon/gun/revolver/cmb, /obj/structure/surface/rack{ @@ -27715,7 +27446,7 @@ /obj/item/ammo_magazine/revolver/cmb, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "jXQ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 @@ -27725,48 +27456,55 @@ "jXV" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) +"jZF" = ( +/obj/structure/machinery/weather_siren{ + pixel_y = -8 + }, +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/exterior/outpost_decks) "kaw" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "kaP" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/greengrid, +/area/strata/ag/interior/outpost/med) +"kaY" = ( +/obj/item/lightstick, +/turf/open/floor/strata/floor3/east, +/area/strata/ug/interior/outpost/underground_dorms/sec1) "kbS" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "kbU" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) -"kcw" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/greengrid, -/area/strata/ag/exterior/research_decks) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "kcy" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 8 }, -/obj/structure/machinery/power/apc/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "kdm" = ( /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement/cement15, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "kdK" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -27776,7 +27514,7 @@ "keg" = ( /obj/structure/curtain/medical, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "kes" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ @@ -27787,20 +27525,29 @@ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) +"kew" = ( +/turf/open/floor/strata/floor3/east, +/area/strata/ug/interior/jungle/tearlake) +"kfe" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "kfm" = ( /obj/structure/surface/rack, /obj/item/storage/firstaid/regular, /obj/item/storage/firstaid/regular, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "kfN" = ( +/obj/effect/decal/cleanable/blood/gibs/down, /obj/structure/machinery/light/small{ - dir = 1 + dir = 4 }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outside/bball) "kgC" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 4 @@ -27820,6 +27567,13 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating, /area/strata/ag/interior/outpost/engi/drome/shuttle) +"khg" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/central) "khh" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; @@ -27827,34 +27581,29 @@ }, /turf/open/asphalt/cement, /area/strata/ag/exterior/vanyard) -"khR" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) "khT" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "kim" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "kjc" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring/west) "kkL" = ( /turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "klE" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_full" }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/landing_zones/near_lz1) "klG" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/waterbottle, @@ -27862,43 +27611,40 @@ /obj/item/reagent_container/food/drinks/cans/waterbottle, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "kmt" = ( /obj/structure/bed/chair/office/light{ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "knJ" = ( /obj/structure/machinery/door/airlock/prison{ dir = 1; name = "Reinforced Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/outpost/jung/dorms/sec1) -"koj" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/shed_five_caves) -"koG" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/outpost/underground_dorms/sec1) +"koH" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/hallways/north) "kqt" = ( /obj/structure/machinery/door/airlock/prison{ dir = 1; name = "Reinforced Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "krg" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "krm" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage, /obj/structure/barricade/handrail/strata{ @@ -27910,7 +27656,14 @@ /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform_decoration/strata, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) +"ktH" = ( +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/hallways) "kuB" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -27919,23 +27672,21 @@ dir = 6 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/research_decks/security) -"kvY" = ( -/obj/structure/flora/bush/ausbushes/grassybush, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/interior/outside/checkpoints/outpost) +"kvD" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/marsh/island_marshes) "kwu" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/landmark/static_comms/net_two, /turf/open/asphalt/cement/cement3, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "kwU" = ( /obj/structure/platform/strata/metal{ dir = 1 }, -/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "kxF" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -27943,33 +27694,28 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "kxN" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/east_carp) -"kyf" = ( -/obj/item/stack/rods, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ug/interior/jungle/carplake/east) "kyr" = ( /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "kyT" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2 }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "kyW" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "kzc" = ( /obj/structure/largecrate/random, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "kzk" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/radio, @@ -27978,20 +27724,34 @@ "kzD" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"kzE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/medical/colony{ + dir = 2; + name = "Medical Airlock" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/outpost/hallways/south) "kAn" = ( /obj/structure/machinery/cm_vending/sorted/tech/tool_storage, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) +"kAY" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/hallways/north) "kBL" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "kCa" = ( /obj/structure/surface/rack, /obj/item/book/manual/engineering_guide, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "kCf" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southeast, @@ -28000,26 +27760,43 @@ /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer3, /area/strata/ag/exterior/marsh/center) +"kCv" = ( +/turf/closed/wall/strata_ice/dirty, +/area/strata/ag/exterior/caves/lz_caves) +"kCZ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/tearlake) "kDb" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "kEl" = ( /obj/structure/closet/secure_closet/personal, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/outpost/jung/dorms/admin2) -"kGV" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/outpost/underground_dorms/admin2) +"kHg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname, +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/item/storage/briefcase, +/turf/open/floor/strata/floor2, +/area/strata/ag/interior/outpost/med) +"kHi" = ( +/obj/structure/prop/dam/drill, +/turf/open/floor/plating, +/area/strata/ag/exterior/marsh/spring_marshes) "kHV" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -28039,32 +27816,30 @@ icon_state = "pottedplant_22" }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "kIK" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/obj/structure/window/reinforced/tinted{ - dir = 8 - }, -/turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms) +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/strata/cyan1/east, +/area/strata/ag/interior/outside/bball) "kIW" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "kJd" = ( /turf/open/gm/coast/beachcorner2/south_east, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "kKI" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) +"kLd" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/east) "kLM" = ( /turf/open/gm/coast/south, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "kLZ" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -28073,42 +27848,43 @@ /area/strata/ag/exterior/marsh/water) "kNJ" = ( /turf/open/gm/coast/beachcorner/south_west, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "kNZ" = ( /obj/structure/inflatable, /turf/open/floor/strata/orange_cover, -/area/strata/ag/exterior/tcomms/tcomms_deck) -"kOr" = ( +/area/strata/ag/interior/outside/engineering/parts_storage) +"kOa" = ( /obj/structure/machinery/light/small{ - dir = 1 + dir = 8 }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/admin) +"kOr" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"kOu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/hallways/south) "kPl" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "kPC" = ( /turf/open/gm/coast/beachcorner2/north_east, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "kPL" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/cans/waterbottle, -/obj/item/reagent_container/food/drinks/cans/waterbottle, -/obj/item/reagent_container/food/drinks/cans/waterbottle, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/gen/bball) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/mining_outpost/canteen) "kPM" = ( /obj/structure/curtain/medical, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "kQu" = ( /turf/open/gm/coast/beachcorner/north_east, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "kRb" = ( /obj/structure/bed/nest, /obj/item/explosive/grenade/incendiary{ @@ -28117,13 +27893,17 @@ }, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) +"kRg" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/hallways/north) "kRI" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fernybush_3" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "kRO" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications{ @@ -28133,7 +27913,7 @@ dir = 4 }, /turf/open/floor/strata/purp1, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "kRY" = ( /obj/structure/morgue, /obj/structure/machinery/light/small{ @@ -28143,56 +27923,56 @@ /area/strata/ag/interior/outpost/med) "kSs" = ( /turf/open/gm/coast/beachcorner/north_west, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "kSS" = ( /obj/structure/window/reinforced/tinted{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "kSU" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/dorms/flight_control) -"kSW" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan, -/turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/flight_control) +"kTy" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "kTB" = ( /turf/open/gm/coast/north, -/area/strata/ug/exterior/jungle/deep/carplake_center) -"kUb" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ag/exterior/jungle/carplake_center) "kUi" = ( /obj/structure/inflatable/popped/door, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "kUs" = ( /turf/open/gm/coast/beachcorner2/south_east, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) +"kUC" = ( +/turf/open/asphalt/cement/cement12, +/area/strata/ag/interior/outside/bball) "kUN" = ( /obj/effect/decal/strata_decals/grime/grime2{ dir = 8 }, /obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "kWS" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "kXi" = ( /obj/structure/closet/secure_closet/freezer/fridge, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "kXx" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "kXR" = ( /obj/effect/landmark/corpsespawner/doctor, /turf/open/floor/strata/white_cyan2/west, @@ -28203,15 +27983,15 @@ }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "kYl" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "kYx" = ( /turf/open/asphalt/cement/cement15, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "kZL" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -28220,20 +28000,20 @@ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "kZU" = ( /obj/structure/prop/dam/drill, /turf/open/floor/plating, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "lax" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/box/donkpockets, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "laF" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "laM" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -28243,9 +28023,12 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/river) +"laN" = ( +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "lbh" = ( /turf/open/asphalt/cement, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "lbW" = ( /obj/structure/tunnel/maint_tunnel, /turf/open/floor/strata/floor3, @@ -28254,10 +28037,10 @@ /obj/item/clothing/suit/storage/militia, /obj/item/clothing/suit/storage/snow_suit/doctor, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "lcs" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "ldp" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/platform/strata/metal{ @@ -28268,39 +28051,57 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ldO" = ( /turf/open/gm/coast/north, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "lec" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "lfj" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) +"lfQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/south) +"lfU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/plantspray/pests, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ug/interior/jungle/tearlake) +"lgg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/maintenance) +"lgn" = ( +/obj/structure/barricade/snow, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/caves/lz_caves) "lgv" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "lgy" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) -"lhH" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/outpost/platform) "lhI" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "lhR" = ( /obj/item/storage/briefcase/inflatable, /obj/item/storage/briefcase/inflatable, @@ -28314,25 +28115,41 @@ /obj/structure/closet/secure_closet/personal, /obj/item/lightstick, /turf/open/floor/strata/red1, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) +"liv" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/closet, +/turf/open/floor/strata, +/area/strata/ag/interior/landing_zones/near_lz1) "liK" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "ljg" = ( /obj/structure/closet/secure_closet/personal, /obj/structure/closet/bodybag/tarp, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) +"ljn" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/hallways/south) "lkl" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/far, /turf/open/floor/strata/purp1, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "lkB" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) +"lkI" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/hallways/north) "llC" = ( /obj/structure/machinery/shower{ dir = 1 @@ -28347,21 +28164,25 @@ dir = 1 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "lmv" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_dorms) -"lmV" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ug/interior/jungle/platform/east) +"lmF" = ( +/obj/structure/pipes/vents/pump/on, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/hallways) "lno" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) +"lou" = ( +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/hallways/south) "loN" = ( /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "loP" = ( /obj/structure/filingcabinet, /turf/open/floor/strata/cyan1/east, @@ -28371,8 +28192,7 @@ icon_state = "abed" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/window/reinforced/tinted{ dir = 1 @@ -28381,7 +28201,7 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "lpr" = ( /obj/structure/machinery/shower{ dir = 1 @@ -28396,38 +28216,44 @@ dir = 1 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "lqD" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"lqX" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/interior/outside/checkpoints/north) "lrd" = ( /obj/structure/machinery/power/terminal{ dir = 1 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/checkpoints/south) "lrO" = ( /obj/structure/cargo_container/wy/mid, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "lsz" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) +"lsP" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/interior/outpost/maint) "ltp" = ( /obj/effect/spawner/random/tool, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "ltZ" = ( /obj/structure/bed/roller, /obj/structure/sink{ pixel_y = 32 }, /turf/open/floor/strata, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) "luA" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -28436,6 +28262,10 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/center) +"lvj" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/river) "lvw" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -28444,63 +28274,78 @@ }, /obj/structure/platform/strata, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "lvE" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_sn_full_cap" }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/landing_zones/near_lz1) "lvF" = ( -/turf/open/gm/coast/south, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/platform/south) +"lvI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/spray, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ug/interior/jungle/tearlake) "lwI" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement/cement15, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "lxp" = ( /obj/structure/machinery/photocopier, -/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) +"lxZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/hallways/north) "lyv" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "lyX" = ( /obj/structure/bed{ icon_state = "abed" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/item/stack/rods, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) -"lzb" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/outpost/underground_dorms/admin2) +"lzh" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/exterior/outpost_decks) "lzt" = ( /obj/item/stack/rods, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "lzT" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/light/small{ - dir = 8 +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 }, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/canteen/bar) "lAc" = ( +/obj/structure/blocker/invisible_wall, /turf/closed/wall/wood, /area/strata/ag/interior/restricted) "lAx" = ( @@ -28508,7 +28353,7 @@ layer = 2.5 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "lDz" = ( /obj/structure/cryofeed, /obj/structure/platform/strata/metal, @@ -28516,49 +28361,55 @@ layer = 3.5 }, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"lEi" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/exterior/marsh/river) "lEo" = ( /obj/structure/machinery/landinglight/ds2, /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "lFy" = ( /obj/structure/closet/bodybag, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "lFG" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "lGv" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "lHs" = ( /obj/effect/landmark/railgun_camera_pos, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "lHH" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "lHO" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "lIG" = ( /obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/strata, -/area/strata/ag/interior/landingzone_checkpoint) -"lIR" = ( -/obj/effect/blocker/sorokyne_cold_water, -/obj/structure/platform/strata, -/obj/structure/platform/strata{ - dir = 4 - }, -/turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/interior/outside/checkpoints/north) +"lJa" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/floor2, +/area/strata/ug/interior/jungle/structures/research) "lJz" = ( /obj/structure/surface/rack, /obj/item/storage/toolbox/syndicate, @@ -28567,34 +28418,52 @@ }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi/drome) +"lJC" = ( +/obj/structure/machinery/light, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) +"lJF" = ( +/obj/structure/window/framed/strata, +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/outside/checkpoints/west) "lJG" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "lKs" = ( /obj/structure/toilet{ dir = 1 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "lKv" = ( /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) -"lKM" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/marsh/water) -"lLw" = ( -/obj/structure/flora/grass/tallgrass/ice/corner{ - dir = 4 +/area/strata/ug/interior/outpost/underground_dorms/sec1) +"lLu" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/mountain) +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/hallways/north) +"lLD" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/interior/outside/engineering/parts_storage_cave) +"lLN" = ( +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/mining_outpost/hallways) "lMB" = ( /obj/structure/bed/chair/comfy{ dir = 8 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"lMC" = ( +/obj/effect/landmark/corpsespawner/russian, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/central) "lNr" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, @@ -28621,7 +28490,21 @@ }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) +"lOB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/hallways/north) +"lOI" = ( +/obj/structure/sign/safety/security, +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outpost/security) +"lOJ" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 6 + }, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) "lOT" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -28633,18 +28516,27 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"lPj" = ( +/turf/open/floor/strata/orange_cover, +/area/strata/ag/exterior/marsh/spring_marshes) "lPk" = ( /obj/effect/landmark/objective_landmark/medium, /obj/structure/closet/secure_closet/security/soro, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "lPF" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fernybush_3" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) +"lQu" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 5 + }, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) "lQT" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -28652,29 +28544,34 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "lRa" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "lRT" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"lTe" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/hallways/south) "lTG" = ( /obj/structure/sign/safety/biohazard, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "lTW" = ( /turf/open/gm/coast/north, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "lTX" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement/cement3, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "lUg" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 @@ -28682,11 +28579,11 @@ /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "lUm" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "lUu" = ( /obj/effect/decal/warning_stripes{ icon_state = "NS-center" @@ -28695,11 +28592,11 @@ icon_state = "N" }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "lUw" = ( /obj/item/weapon/gun/pistol/t73, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "lVF" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ @@ -28709,29 +28606,45 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "lVJ" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"lWl" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/outpost/hallways/north) "lXd" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/asphalt/cement/cement1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"lXl" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "brflowers_1" + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/east) "lZc" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "lZd" = ( /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "lZf" = ( /turf/open/auto_turf/ice/layer2, /area/strata/ag/exterior/marsh/river) +"lZo" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2, +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/outpost/maint) "mam" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/pipes/vents/pump{ @@ -28742,35 +28655,56 @@ pixel_y = -4 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) +"may" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ug/interior/jungle/tearlake) +"maM" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/strata/red1, +/area/strata/ag/interior/landing_zones/near_lz1) "maP" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) +"maX" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/hallways/south) "mce" = ( /obj/structure/bed/chair, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) +"mcv" = ( +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/strata/white_cyan3, +/area/strata/ag/interior/outpost/hallways/south) "mcD" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/pistol/t73, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "mcX" = ( /obj/structure/surface/rack, /obj/item/tool/shovel/snow, /obj/item/device/flashlight/flare, /obj/item/device/flashlight, /turf/open/floor/plating, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "mcY" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "mde" = ( /obj/structure/platform_decoration/strata{ dir = 1 @@ -28783,20 +28717,23 @@ dir = 9 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "mdK" = ( /obj/item/storage/belt/security, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "mem" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; dir = 1; icon_state = "p_stair_sn_full_cap" }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "meu" = ( /obj/effect/decal/warning_stripes{ icon_state = "N" @@ -28805,24 +28742,26 @@ dir = 1 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "meS" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/structure/curtain/medical, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "mfp" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) "mfv" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) +"mfP" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/outpost/platform) "mfW" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -28830,10 +28769,11 @@ icon_state = "p_stair_sn_full_cap" }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/landing_zones/near_lz1) "mhc" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/blood, +/obj/structure/blocker/invisible_wall, /turf/open/floor/interior/tatami, /area/strata/ag/interior/restricted) "mic" = ( @@ -28842,7 +28782,7 @@ icon_state = "p_stair_sn_full_cap" }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "mip" = ( /obj/structure/platform/strata{ dir = 1 @@ -28857,7 +28797,10 @@ "miy" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) +"miI" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/mining_outpost/hallways) "miL" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -28868,14 +28811,14 @@ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "miR" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /obj/structure/barricade/handrail/strata, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "mjp" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ @@ -28888,7 +28831,7 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/center) "mjt" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -28896,15 +28839,25 @@ icon_state = "p_stair_sn_full_cap" }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"mjG" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony, +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/outside/checkpoints/west) "mjJ" = ( /obj/effect/spawner/random/toolbox, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "mjR" = ( /obj/effect/landmark/crap_item, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"mko" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outpost/hallways/south) "mlq" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -28912,21 +28865,26 @@ /obj/structure/machinery/door/airlock/almayer/medical/colony, /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/interior/outpost/med) +"mlS" = ( +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/hallways/north) "mms" = ( /obj/effect/glowshroom, /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) -"mmF" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/gm/dirt, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/interior/outside/engineering/parts_storage) +"mne" = ( +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/marsh/spring_marshes) "mnq" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/med) +"mnz" = ( +/turf/closed/wall/strata_ice/dirty, +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "mnY" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 @@ -28949,30 +28907,30 @@ dir = 5 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "mpr" = ( /obj/structure/sign/safety/maint, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "mqs" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/med) -"mqQ" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ - name = "\improper Airlock" - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "mrp" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"mrv" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outpost/hallways/south) "mrz" = ( /obj/structure/closet/secure_closet/personal, /obj/effect/landmark/crap_item, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "mrG" = ( /obj/item/clothing/shoes/snow, /obj/structure/surface/rack, @@ -28984,8 +28942,17 @@ dir = 8 }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/paths/north_outpost) +/area/strata/ag/exterior/outpost_decks) +"mrM" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/outpost/platform) "mrT" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 @@ -29000,7 +28967,7 @@ /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "msG" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /turf/closed/wall/strata_outpost, @@ -29009,12 +28976,26 @@ /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/ice/layer2, /area/strata/ag/exterior/marsh/center) -"mtD" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/interior/outpost/canteen/bar) +"mtm" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/red1, +/area/strata/ag/interior/outpost/hallways/north) +"muf" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/south) "mvh" = ( /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) +"mvm" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/checkpoints/north) +"mvD" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 6 + }, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/island_marshes) "mvE" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 @@ -29034,11 +29015,14 @@ }, /turf/closed/wall/strata_outpost, /area/strata/ag/interior/outpost/med) +"mwW" = ( +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/marsh/relay_marshes) "mxa" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata/cyan1/east, @@ -29052,7 +29036,10 @@ "myk" = ( /obj/structure/sign/safety/storage, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"myV" = ( +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/hallways) "mzp" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -29061,21 +29048,32 @@ icon_state = "N" }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) +"mzC" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/item/storage/briefcase, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outpost/med) "mBb" = ( /obj/structure/pipes/vents/pump{ dir = 8; id_tag = "mining_outpost_pump" }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "mBl" = ( /obj/structure/reagent_dispensers/watertank, /obj/structure/barricade/handrail/strata{ dir = 1 }, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"mCh" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/plating, +/area/strata/ag/exterior/paths/south_outpost) "mCx" = ( /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) @@ -29085,7 +29083,7 @@ }, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "mDF" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer2, @@ -29097,23 +29095,29 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "mEL" = ( /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "mFh" = ( /obj/structure/fence, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement/cement4, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "mGA" = ( /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/interior/outpost/med) +"mGW" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/structure/flora/grass/tallgrass/jungle/corner, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/south) "mHo" = ( /obj/structure/largecrate/random, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/exterior/outpost_decks) "mHA" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -29122,21 +29126,28 @@ /obj/structure/machinery/floodlight/landing, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/interior/outpost/engi/drome) +"mHF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/south) "mIE" = ( /obj/structure/prop/almayer/computers/mapping_computer, /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "mIG" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 }, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "mII" = ( -/obj/structure/sign/nosmoking_2, /obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/shed_five_caves) +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/caves/shed_five_caves) +"mJq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/hallways/south) "mKv" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/west, @@ -29150,7 +29161,7 @@ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "mKX" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/almayer/plate, @@ -29161,38 +29172,19 @@ dir = 4 }, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/landingzone_checkpoint) -"mLn" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/east_engi) -"mLN" = ( -/obj/item/lightstick/red/spoke/planted{ - layer = 3.1; - pixel_y = 13 - }, -/obj/structure/prop/ice_colony/ground_wire, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 1 - }, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 8 - }, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 4 - }, -/turf/open/floor/strata/purp2, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/interior/outside/checkpoints/south) "mLW" = ( /obj/structure/dropship_equipment/mg_holder, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/engi/drome) "mMp" = ( -/turf/open/gm/coast/beachcorner/south_west, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/strata/ug/interior/jungle/tearlake) "mMR" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "mNG" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -29202,7 +29194,7 @@ dir = 8 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "mOj" = ( /obj/structure/surface/rack, /obj/item/ammo_magazine/rifle/type71, @@ -29211,11 +29203,19 @@ }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "mOR" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 + }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/tearlake) +"mPh" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/paths/flight_control_exterior) "mPj" = ( /turf/closed/shuttle/ert{ icon_state = "upp_leftengine" @@ -29228,7 +29228,7 @@ }, /obj/structure/platform/strata, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "mQe" = ( /turf/closed/shuttle/ert{ icon_state = "upp8" @@ -29242,17 +29242,21 @@ "mQE" = ( /obj/structure/dispenser/oxygen, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "mQR" = ( /obj/structure/inflatable/popped, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) +"mQW" = ( +/obj/structure/flora/grass/ice/brown/snowgrassbb_3, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/marsh/spring_marshes) "mRN" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "mSK" = ( /obj/item/stack/sheet/metal/medium_stack, /obj/structure/disposalpipe/segment, @@ -29268,32 +29272,54 @@ icon_state = "upp_rightengine" }, /area/strata/ag/interior/outpost/engi/drome/shuttle) +"mWm" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ug/interior) +"mWA" = ( +/obj/structure/machinery/door/airlock/almayer/security/colony{ + dir = 2; + name = "Security Barracks" + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/north) "mWF" = ( /obj/structure/largecrate/random, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/asphalt/cement, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "mWM" = ( -/obj/structure/machinery/power/apc/power/north, /obj/effect/decal/cleanable/blood, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "mWT" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"mXs" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/east) "mYs" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "mYN" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/orange_cover, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) +"mYV" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/west) "mYX" = ( /obj/structure/machinery/shower{ dir = 8 @@ -29302,31 +29328,35 @@ dir = 8 }, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/outpost/jung/dorms/med1) -"mZd" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ug/interior/outpost/underground_dorms/med1) "nai" = ( /obj/structure/largecrate/random/barrel/white, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/engi/drome) +"naw" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/plating, +/area/strata/ag/exterior/landing_zones/near_lz2) "ncp" = ( /obj/structure/desertdam/decals/road_stop, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"ncQ" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/interior/outside/bball/cave) "ndC" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "ndS" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/item/tank/emergency_oxygen/engi, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "neL" = ( /obj/structure/bed/chair{ dir = 4 @@ -29336,34 +29366,29 @@ "nfK" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/closed/wall/resin/membrane/strata/on_tiles, -/area/strata/ag/interior/outpost/gen/bball/nest) -"nhv" = ( -/obj/structure/flora/grass/tallgrass/ice, -/turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/mountain) +/area/strata/ag/interior/outside/bball/cave) "njA" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "njW" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "nka" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "nkp" = ( /obj/structure/floodgate, /turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "nla" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -29376,11 +29401,18 @@ "nmS" = ( /obj/structure/machinery/message_server, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "nnq" = ( /obj/structure/bed/chair, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) +"nnG" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/obj/structure/machinery/light, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "nnY" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -29388,21 +29420,23 @@ dir = 1 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"nof" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan3/north, +/area/strata/ag/interior/outpost/hallways/south) +"nog" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/landing_zones/near_lz1) "noq" = ( /turf/open/gm/coast/beachcorner/south_east, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "npf" = ( -/obj/item/fuel_cell, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/obj/structure/machinery/vending/coffee, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outpost/foyer) "npy" = ( /obj/structure/closet/secure_closet/medical3{ req_access = null @@ -29412,7 +29446,7 @@ /area/strata/ag/interior/outpost/admin) "npS" = ( /turf/open/floor/strata/orange_cover, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "npW" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" @@ -29429,31 +29463,30 @@ }, /obj/effect/decal/cleanable/blood, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "nqX" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "nrc" = ( /obj/effect/decal/cleanable/blood/oil, /obj/item/stack/sheet/wood, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "nrp" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/exterior/marsh/river) "nrP" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/obj/structure/curtain/medical, -/turf/open/floor/strata/floor2, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/engi/drome) "nsq" = ( /turf/open/gm/coast/south, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "nsB" = ( /obj/structure/closet/coffin, /turf/open/floor/strata/floor2, @@ -29461,7 +29494,18 @@ "ntu" = ( /obj/structure/bed/chair, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"ntw" = ( +/obj/item/ammo_magazine/revolver/cmb{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/weapon/gun/revolver/cmb{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "nun" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ @@ -29471,12 +29515,16 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"nwv" = ( +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/carplake/north) "nxh" = ( /obj/structure/surface/rack, /obj/item/paper_bin, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "nxF" = ( /turf/closed/shuttle/ert{ icon_state = "upp_leftengine" @@ -29487,10 +29535,10 @@ dir = 8 }, /turf/open/asphalt/cement/cement3, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "nAf" = ( /turf/open/gm/coast/beachcorner2/south_west, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "nAM" = ( /obj/structure/platform/strata{ dir = 1 @@ -29499,16 +29547,16 @@ dir = 4 }, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "nAV" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fernybush_3" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "nAZ" = ( /turf/open/gm/river, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "nCD" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -29521,7 +29569,7 @@ "nCJ" = ( /obj/structure/machinery/constructable_frame, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "nDj" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -29530,7 +29578,7 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "nEU" = ( /obj/structure/filingcabinet, /obj/structure/machinery/light/small{ @@ -29546,26 +29594,34 @@ "nGi" = ( /obj/structure/cargo_container/grant/left, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "nGm" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) +"nHE" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata, +/area/strata/ag/interior/mining_outpost/hallways) "nIf" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "nIS" = ( /obj/structure/bed/chair/office/light{ dir = 8 }, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) -"nJK" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/marsh) +"nJh" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/item/dogtag, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/canteen/bar) "nJO" = ( /obj/structure/machinery/shower, /turf/open/floor/interior/plastic, @@ -29575,31 +29631,46 @@ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) +"nMO" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outside/bball/cave) "nNR" = ( /obj/structure/surface/rack, /obj/item/book/manual/orbital_cannon_manual, /obj/item/book/manual/research_and_development, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) +"nOA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/hallways/south) "nOE" = ( -/obj/structure/closet/secure_closet/personal, -/obj/effect/landmark/objective_landmark/far, -/turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/gen/bball) +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan3/east, +/area/strata/ag/interior/outpost/hallways/south) +"nOW" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/marsh/river) "nPb" = ( /turf/open/gm/coast/beachcorner2/north_east, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "nPh" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "nPr" = ( /obj/structure/tunnel, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "nPJ" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata, @@ -29612,18 +29683,15 @@ /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/recharge_station, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/checkpoints/south) "nQE" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "nRN" = ( -/obj/structure/cargo_container/arious/rightmid{ - health = 5000; - unacidable = 1 - }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/structures/monitoring/east) "nSJ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 @@ -29633,7 +29701,7 @@ "nSQ" = ( /obj/structure/cargo_container/wy/right, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "nST" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/strata/cyan1/east, @@ -29643,59 +29711,98 @@ dir = 4 }, /turf/open/asphalt/cement/cement1, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "nTD" = ( /obj/structure/toilet{ dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "nTS" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/river) +"nUh" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/floor/strata/fake_wood, +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "nUM" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgibdown1" }, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "nUX" = ( /obj/structure/barricade/handrail/strata, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"nVs" = ( +/obj/item/stool, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/engi/drome) "nVt" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) +"nWa" = ( +/obj/item/lightstick/red/planted, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/marsh/water_marshes) "nWv" = ( /obj/structure/inflatable/popped, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "nWX" = ( /obj/structure/bed/roller, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) +"nXq" = ( +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/structures/research/hot_springs) +"nYM" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/stack/barbed_wire, +/obj/item/stack/barbed_wire, +/obj/item/stack/cable_coil/blue, +/obj/item/stack/cable_coil/blue, +/obj/item/stack/cable_coil/blue, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/engi/drome) +"nZz" = ( +/obj/structure/flora/grass/tallgrass/ice, +/turf/open/auto_turf/snow/brown_base/layer3, +/area/strata/ag/exterior/marsh/spring_marshes) "nZR" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"oaR" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/outpost/platform) "oaV" = ( /obj/effect/decal/cleanable/blood{ desc = "Watch your step."; icon_state = "gib6" }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "ocw" = ( /obj/structure/machinery/weather_siren{ dir = 8; @@ -29703,15 +29810,15 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) "ocz" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "ocE" = ( /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "ocH" = ( /obj/structure/machinery/door/airlock/almayer/generic, /turf/open/floor/strata/multi_tiles/southwest, @@ -29720,35 +29827,38 @@ /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "odr" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "odB" = ( /obj/structure/machinery/landinglight/ds2/delayone, /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/landingzone_2) -"odJ" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/exterior/landing_zones/lz2) "oeA" = ( /turf/open/floor/almayer/plate, /area/strata/ag/exterior/marsh/crash) +"oeG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/mining_outpost/hallways) "oeH" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "oeK" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 }, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "oeO" = ( /turf/open/gm/coast/beachcorner/north_west, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "oeQ" = ( /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/engi/drome) @@ -29761,14 +29871,14 @@ "ofd" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "ogL" = ( /obj/structure/surface/rack, /obj/item/storage/firstaid/regular, /obj/item/storage/firstaid/regular, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "oiF" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -29785,13 +29895,19 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"ojB" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib2" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/mining_outpost/central) "okE" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/shed_five_caves) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/exterior/caves/shed_five_caves) "okK" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "okM" = ( /turf/closed/shuttle/ert{ icon_state = "upp20" @@ -29802,30 +29918,42 @@ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "olH" = ( /obj/structure/bed{ icon_state = "abed" }, /obj/structure/window/reinforced/tinted, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) +"omH" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 8 + }, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/island_marshes) "onq" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "onr" = ( /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) +"ooc" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/flight_control) "ooj" = ( /obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/communications, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, -/obj/structure/machinery/computer/communications, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "opg" = ( /obj/structure/machinery/power/terminal{ dir = 4 @@ -29835,16 +29963,16 @@ /area/strata/ag/exterior/vanyard) "oqc" = ( /turf/open/gm/coast/beachcorner/north_west, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "oqA" = ( /obj/item/stack/rods, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "oqJ" = ( /obj/structure/inflatable/popped/door, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "oqQ" = ( /turf/open/auto_turf/ice/layer2, /area/strata/ag/exterior/marsh/center) @@ -29857,16 +29985,17 @@ /turf/open/floor/greengrid, /area/strata/ag/interior/outpost/engi/drome) "orW" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/barricade/wooden{ + dir = 4 + }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/platform/south) "otl" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "ouB" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, @@ -29874,12 +30003,21 @@ "ouJ" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/asphalt/cement/cement1, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) +"ouQ" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/south) +"owp" = ( +/obj/structure/sign/safety/security, +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/landing_zones/near_lz1) "oxE" = ( /obj/structure/surface/rack, /obj/item/storage/pill_bottle/bicaridine, /turf/open/floor/strata, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) "oyu" = ( /obj/structure/machinery/shower{ dir = 8 @@ -29892,18 +30030,16 @@ dir = 8 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "oyy" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med1) -"oAQ" = ( -/obj/structure/machinery/light/small, -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/outpost/underground_dorms/med1) +"ozP" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ug/interior/jungle/tearlake) "oBn" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/west, @@ -29914,9 +30050,6 @@ /area/strata/ag/interior/outpost/engi/drome) "oCc" = ( /obj/item/fuel_cell, -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, /obj/structure/platform/strata/metal{ dir = 8 }, @@ -29925,35 +30058,34 @@ "oDw" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "oDL" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "oFG" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "oGW" = ( -/obj/structure/machinery/light/small, /obj/structure/inflatable/popped, /turf/open/floor/strata/orange_cover, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "oHN" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "oIi" = ( /obj/structure/filingcabinet, /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "oIv" = ( /obj/structure/closet/secure_closet/engineering_personal, /obj/effect/landmark/objective_landmark/medium, @@ -29963,17 +30095,21 @@ /obj/structure/closet/secure_closet/personal, /obj/effect/spawner/random/tool, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "oIU" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring/west) +"oJk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/red1, +/area/strata/ag/interior/outpost/hallways/north) "oJD" = ( /obj/item/stack/rods, /turf/open/asphalt/cement/cement12, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "oKl" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, @@ -29982,35 +30118,35 @@ /turf/closed/wall/strata_outpost, /area/strata/ag/interior/outpost/engi) "oKV" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, /turf/open/asphalt/cement/cement1, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "oLv" = ( /obj/effect/decal/cleanable/blood{ dir = 4; icon_state = "gib6" }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "oLz" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "oMa" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/asphalt/cement/cement12, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "oMZ" = ( /obj/structure/toilet{ dir = 8 }, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "oOB" = ( /obj/item/clothing/shoes/snow, /obj/structure/surface/rack, @@ -30022,13 +30158,19 @@ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"oOS" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/hallways/north) "oOX" = ( -/obj/structure/machinery/light/small{ - dir = 1 +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/central) "oPz" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -30036,42 +30178,59 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"oPA" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "oPN" = ( /turf/open/asphalt/cement/cement3, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "oPQ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "oQe" = ( /obj/structure/bed{ icon_state = "abed" }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "oQv" = ( /turf/open/auto_turf/ice/layer2, /area/strata/ag/exterior/marsh/crash) +"oQM" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/platform/east) "oRm" = ( /obj/structure/inflatable/popped/door, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"oSE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkyellowfull2, +/area/strata/ag/interior/outpost/engi) "oSN" = ( /obj/structure/barricade/handrail/strata{ dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "oSP" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ dir = 1 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "oSV" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -30080,7 +30239,11 @@ /area/strata/ag/interior/outpost/admin) "oUS" = ( /turf/open/floor/strata/red1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) +"oVA" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/greengrid, +/area/strata/ag/exterior/outpost_decks) "oVR" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -30088,7 +30251,13 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"oVZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/hallways/north) "oWt" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -30096,14 +30265,11 @@ /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) "oWD" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/bed/chair{ +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "oWO" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -30111,7 +30277,7 @@ /obj/structure/closet/secure_closet/personal, /obj/item/lightstick, /turf/open/floor/strata/red1, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "oWQ" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -30121,89 +30287,102 @@ /area/strata/ag/interior/outpost/engi) "oWU" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "oXH" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) +"oYM" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outside/engineering/parts_storage) "oZt" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "oZD" = ( /obj/item/lightstick, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "pax" = ( /obj/structure/largecrate/hunter_games_medical, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "paY" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "pbC" = ( /obj/effect/spawner/random/toolbox, /obj/structure/surface/rack, /obj/item/device/flashlight, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "pbF" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /obj/structure/cryofeed, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) -"pdv" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ag/interior/outside/engineering/parts_storage) +"pbR" = ( +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/marsh/water_marshes) +"pdc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/tearlake) "pex" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "fullgrass_1" - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/east_carp) +/turf/open/gm/coast/beachcorner2/north_east, +/area/strata/ug/interior/jungle/tearlake) "pfz" = ( /turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "pfQ" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) +"pfS" = ( +/obj/structure/curtain/medical, +/turf/open/floor/strata/floor2, +/area/strata/ag/interior/outpost/hallways/south) "pge" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "pgW" = ( /obj/effect/decal/strata_decals/grime/grime3, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) +"phD" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata, +/area/strata/ug/interior/outpost/underground_dorms/admin3) "piu" = ( /obj/structure/surface/rack, /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "piD" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/cheesecakeslice, /obj/effect/landmark/crap_item, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "piO" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -30217,10 +30396,10 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "piY" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ag/exterior/jungle/carplake_center) "pje" = ( /obj/structure/cryofeed/right, /obj/structure/platform/strata/metal, @@ -30228,35 +30407,66 @@ layer = 3.5 }, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"pjB" = ( +/obj/structure/cargo_container/wy/left, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/south) "pkG" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "pkO" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/disposals) +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 5 + }, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/caves/lz_caves) "plC" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) +"plI" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 4 + }, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) +"plS" = ( +/obj/structure/machinery/door/airlock/prison{ + name = "Reinforced Airlock" + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ug/interior/jungle/tearlake) "pmC" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications{ dir = 1 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "pmT" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"png" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/west) +"pnn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/outpost/hallways/north) "pnP" = ( /obj/structure/machinery/shower{ dir = 8 @@ -30269,7 +30479,13 @@ dir = 8 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) +"pnQ" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/east) "poc" = ( /obj/structure/bed/chair{ dir = 1 @@ -30278,18 +30494,18 @@ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "ppe" = ( /turf/open/asphalt/cement/cement1, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "ppA" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi/drome) "ppC" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata/white_cyan3/west, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "pqy" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ @@ -30297,19 +30513,16 @@ }, /obj/structure/platform/strata, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "pqE" = ( -/obj/structure/cargo_container/wy/right{ - health = 5000; - unacidable = 1 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/east) "pqG" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "pqH" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -30318,7 +30531,7 @@ "pri" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "pro" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -30328,7 +30541,11 @@ name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) +"prN" = ( +/obj/structure/sign/safety/security, +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/outside/checkpoints/west) "psl" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata, @@ -30336,20 +30553,23 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) +"psv" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/pistol/t73, +/turf/open/floor/strata/red1, +/area/strata/ag/interior/outside/checkpoints/outpost) "psE" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/checkpoints/south) "psQ" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "psR" = ( /obj/item/lightstick/red/spoke/planted{ layer = 3.1; @@ -30366,7 +30586,7 @@ dir = 4 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "psV" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -30375,47 +30595,58 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "ptr" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "ptT" = ( -/turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms/hive) +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "ptW" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "puV" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "puX" = ( /obj/structure/closet/lawcloset, /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"pva" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/structures/research/south) +"pvz" = ( +/obj/structure/machinery/light, +/turf/open/floor/strata, +/area/strata/ag/exterior/outpost_decks) "pvA" = ( /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "pvY" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "pwn" = ( /obj/structure/largecrate/guns/russian, /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "pwz" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -30424,24 +30655,28 @@ dir = 10 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) +"pwQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/hallways/north) "pwW" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "pzb" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_full" }, /turf/open/asphalt/cement, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "pzt" = ( /obj/structure/prop/ice_colony/surveying_device/measuring_device, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "pAc" = ( /turf/closed/wall/strata_outpost, /area/strata/ug/interior) @@ -30453,7 +30688,18 @@ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) +"pAR" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/light/small, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/central) +"pAY" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/strata/ug/interior/jungle/structures/research) "pDb" = ( /obj/structure/dropship_equipment/sentry_holder, /turf/open/floor/strata/floor3/east, @@ -30467,7 +30713,7 @@ "pDJ" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "pDQ" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -30484,32 +30730,36 @@ layer = 3.5 }, /turf/open/floor/greengrid, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "pEm" = ( /obj/structure/barricade/wooden{ dir = 1 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "pEo" = ( /obj/structure/machinery/photocopier, /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/med) +"pEB" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/structures/monitoring/east) "pEF" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 2; name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "pEM" = ( /obj/structure/barricade/wooden, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "pEY" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "pFi" = ( /obj/structure/largecrate/random/barrel/green, /obj/structure/disposalpipe/segment{ @@ -30521,7 +30771,7 @@ "pGf" = ( /obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/plating, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "pGt" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_3"; @@ -30535,7 +30785,7 @@ /obj/item/stack/cable_coil/blue, /obj/item/stack/cable_coil/blue, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "pGC" = ( /obj/structure/disposalpipe/segment, /obj/effect/decal/strata_decals/catwalk/prison, @@ -30543,45 +30793,40 @@ /area/strata/ag/interior/outpost/engi/drome) "pHR" = ( /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "pIa" = ( /turf/closed/wall/resin/strata/on_tiles, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "pIy" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) -"pJu" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ - dir = 1; - name = "\improper Airlock" +/obj/structure/platform_decoration/strata/metal{ + dir = 4 }, -/turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/engi/drome) +/turf/open/floor/strata, +/area/strata/ag/interior/mining_outpost/central) "pJz" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "pJA" = ( /turf/open/gm/coast/west, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "pKq" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ dir = 1 }, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "pLA" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "pLE" = ( /obj/structure/largecrate/random/barrel/yellow, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "pMU" = ( /obj/structure/tunnel/maint_tunnel{ pixel_y = 16 @@ -30594,11 +30839,11 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/north) "pNT" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "pNY" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -30608,33 +30853,43 @@ /obj/item/lightstick, /obj/effect/spawner/random/tool, /turf/open/floor/strata/red1, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) +"pOu" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/east) +"pOw" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/south) "pOH" = ( /obj/structure/curtain/medical, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "pOW" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/white_cyan3/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "pPi" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "pPk" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "pQH" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "pRj" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "pRp" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer3, @@ -30652,24 +30907,27 @@ /obj/structure/closet/bodybag/tarp, /obj/structure/closet/bodybag/tarp, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "pSw" = ( /turf/open/gm/coast/east, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) +"pTR" = ( +/obj/structure/barricade/snow, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/caves/lz_caves) "pUB" = ( /obj/structure/bed{ icon_state = "abed" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/barricade/wooden{ dir = 4 }, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "pVn" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/station_alert{ @@ -30677,11 +30935,11 @@ pixel_x = -10 }, /turf/open/floor/strata/purp1, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "pVq" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "pWp" = ( /obj/structure/platform_decoration/strata{ dir = 8 @@ -30692,58 +30950,87 @@ /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, /area/strata/ag/exterior/marsh/water) +"pWz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/south_dormitories) "pWP" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "pXB" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/checkpoints/south) +"pYG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/mining_outpost/hallways) "pYI" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "pYM" = ( /obj/item/stack/sheet/wood, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) +"pYZ" = ( +/obj/structure/sign/safety/outpatient, +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/mining_outpost/central) "pZe" = ( /obj/structure/platform/strata/metal, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"pZh" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/coast/beachcorner2/north_west, +/area/strata/ug/interior) +"pZM" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ug/interior/jungle/structures/research) "pZS" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "qbk" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "qbA" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "qbR" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "qbU" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 8 }, /turf/open/asphalt/cement/cement3, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "qcB" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/beachcorner2/north_east, +/area/strata/ug/interior/jungle/structures/monitoring/south) "qcO" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -30755,20 +31042,24 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) +"qds" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outside/bball/cave) "qdI" = ( /obj/item/ammo_magazine/revolver/cmb, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "qer" = ( /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "qeH" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 }, /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "qeI" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -30786,22 +31077,25 @@ /area/strata/ag/exterior/marsh/crash) "qfC" = ( /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "qfM" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "qfN" = ( /obj/structure/largecrate/random/secure, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) +"qfV" = ( +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/marsh/water_marshes) "qgc" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "qhp" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/landmark/corpsespawner/engineer, @@ -30812,49 +31106,53 @@ dir = 1 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "qjD" = ( /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"qjS" = ( +/obj/structure/machinery/space_heater, +/obj/structure/machinery/light, +/turf/open/floor/strata/red1, +/area/strata/ug/interior/jungle/structures/research) "qks" = ( /obj/structure/machinery/light/small, /turf/open/asphalt/cement/cement12, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "qkS" = ( /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "qkU" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement/cement15, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "qlq" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "qmw" = ( /obj/structure/sign/safety/storage, /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "qmW" = ( /obj/structure/largecrate/random, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qns" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "qot" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "qoD" = ( /obj/item/lightstick/red/spoke/planted{ layer = 3.1; @@ -30871,19 +31169,19 @@ dir = 4 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "qrz" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/asphalt/cement/cement3, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "qsI" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/landmark/objective_landmark/far, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "qsZ" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "qtn" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -30899,7 +31197,7 @@ "quT" = ( /obj/structure/inflatable/popped/door, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "qvy" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer2, @@ -30910,7 +31208,7 @@ }, /obj/structure/closet/crate/radiation, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "qwx" = ( /obj/structure/bed{ icon_state = "abed" @@ -30918,12 +31216,12 @@ /obj/structure/window/reinforced/tinted, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "qwM" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "qxi" = ( /obj/effect/decal/cleanable/blood/gibs/core, /mob/living/simple_animal/hostile/carp{ @@ -30931,15 +31229,16 @@ health = 1000; name = "Glubs" }, +/obj/structure/blocker/invisible_wall, /turf/open/floor/interior/tatami, /area/strata/ag/interior/restricted) "qxr" = ( /turf/open/gm/coast/beachcorner2/north_west, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "qxt" = ( /obj/structure/machinery/cm_vending/sorted/medical/no_access, /turf/open/floor/strata/white_cyan3/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "qxD" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -30948,6 +31247,12 @@ }, /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/mountain) +"qzd" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/caves/lz_caves) "qzf" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/phone{ @@ -30959,62 +31264,69 @@ /obj/item/storage/pill_bottle/spaceacillin, /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/med) +"qAd" = ( +/turf/open/floor/strata/cyan1/east, +/area/strata/ag/interior/outpost/hallways/south) "qAr" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "qBd" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/tearlake) "qBg" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/clipboard, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"qBv" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/admin) "qCv" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "qDg" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "qDI" = ( /obj/structure/machinery/power/reactor/colony, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/checkpoints/south) "qFH" = ( /obj/structure/filingcabinet, /turf/open/floor/strata/floor2, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "qFY" = ( /obj/structure/machinery/door/airlock/prison{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "qGK" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/asphalt/cement/cement1, -/area/strata/ug/interior/jungle/platform/east/scrub) -"qHo" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgibdown1" +/area/strata/ug/interior/outpost/platform) +"qGS" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/outpost/hallways/north) +"qHc" = ( +/obj/structure/curtain/open/shower, +/turf/open/floor/interior/plastic, +/area/strata/ag/interior/outpost/hallways/north) "qIt" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement/cement1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "qJi" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison/darkyellowfull2, @@ -31032,28 +31344,33 @@ /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/corpsespawner/doctor, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "qLp" = ( -/obj/structure/machinery/light/small, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, +/obj/structure/machinery/light, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"qLB" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/research/hot_springs) "qMF" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qMH" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/toy/deck, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qMQ" = ( /obj/item/stack/sheet/wood, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qNi" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southeast, @@ -31061,26 +31378,26 @@ "qNS" = ( /obj/structure/inflatable/popped/door, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qOj" = ( /turf/open/asphalt/cement/cement3, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "qOm" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "qOt" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qOF" = ( /obj/structure/toilet{ dir = 1 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "qON" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/multi_tiles/southwest, @@ -31088,24 +31405,26 @@ "qOZ" = ( /obj/structure/machinery/chem_master, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "qPl" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) +"qPu" = ( +/turf/open/auto_turf/ice/layer0, +/area/strata/ag/exterior/marsh/water_marshes) "qQq" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/body, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qQu" = ( /obj/structure/machinery/light/small, /turf/open/asphalt/cement/cement15, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "qQN" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/down, @@ -31113,7 +31432,7 @@ /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qRj" = ( /obj/structure/filingcabinet, /obj/structure/barricade/handrail/strata{ @@ -31127,6 +31446,9 @@ icon_state = "upp4" }, /area/strata/ag/exterior/marsh/crash) +"qSH" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/checkpoints/north_armor) "qTk" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/barricade/handrail/strata{ @@ -31137,18 +31459,18 @@ }, /obj/structure/platform/strata/metal, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qTp" = ( /obj/structure/largecrate/random/barrel/yellow, /obj/structure/machinery/camera/autoname{ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "qTD" = ( /obj/structure/sign/safety/storage, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qTF" = ( /obj/structure/bed{ icon_state = "abed" @@ -31157,7 +31479,7 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "qTV" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/recharge_station, @@ -31168,75 +31490,88 @@ dir = 1 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "qUQ" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "qUW" = ( /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) +"qVb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/north) +"qWc" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ug/interior/outpost/underground_dorms/med1) "qWC" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/flora/pottedplant{ icon_state = "pottedplant_18" }, /turf/open/floor/strata/floor2, -/area/strata/ag/interior/restricted/devroom) -"qWD" = ( -/turf/closed/wall/strata_ice/dirty, /area/strata/ag/interior/restricted) "qWQ" = ( /obj/structure/surface/rack, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) +"qWY" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/landing_zones/near_lz1) "qXN" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "qXY" = ( /obj/structure/computerframe, /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "qYm" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qYF" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "qYZ" = ( /obj/item/weapon/gun/rifle/type71/carbine, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "ras" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "rba" = ( /obj/structure/closet, /obj/effect/landmark/objective_landmark/far, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "rbi" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "rbO" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 @@ -31246,14 +31581,14 @@ "rdm" = ( /obj/structure/largecrate/random, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "rdo" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/structure/inflatable/popped/door, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "reb" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -31263,7 +31598,7 @@ dir = 8 }, /turf/open/asphalt/cement, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "rel" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -31271,18 +31606,18 @@ layer = 3.5 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "reS" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "rfB" = ( /obj/structure/machinery/power/reactor/colony, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "rgt" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -31290,11 +31625,11 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "rgz" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "rgH" = ( /obj/structure/barricade/snow{ dir = 8 @@ -31308,20 +31643,20 @@ }, /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "rhk" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 4 }, /turf/open/asphalt/cement/cement1, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "rhJ" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement/cement14, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "riM" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 @@ -31335,27 +31670,27 @@ }, /obj/structure/platform/strata/metal, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "riS" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ dir = 1; name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "riY" = ( /obj/structure/pipes/vents/pump{ dir = 8; id_tag = "mining_outpost_pump" }, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "rjf" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "rjn" = ( /obj/structure/machinery/power/reactor/colony, /turf/open/floor/strata/floor3/east, @@ -31363,40 +31698,50 @@ "rjG" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "rkb" = ( /obj/item/clothing/glasses/thermal/syndi, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "rkq" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "rkI" = ( /obj/structure/largecrate/random, /obj/structure/barricade/handrail/strata{ dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) +"rni" = ( +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/marsh/spring_marshes) "rno" = ( /obj/structure/largecrate/random, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "rok" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "roI" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) +"rpp" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/engi) "rpA" = ( /obj/structure/machinery/door/airlock/almayer/medical/colony{ dir = 2; @@ -31406,50 +31751,57 @@ /area/strata/ag/interior/outpost/med) "rpX" = ( /turf/open/asphalt/cement/cement4, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) +"rqr" = ( +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outpost/hallways/north) "rqL" = ( /obj/item/tool/wrench, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "rrj" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "pointybush_1" - }, +/obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "rrV" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "rsm" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/center) -"rtW" = ( -/turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/nearlz1) "rtX" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/effect/landmark/static_comms/net_one, -/turf/open/floor/greengrid, -/area/strata/ag/interior/disposals) +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/caves/lz_caves) +"run" = ( +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/outside/checkpoints/north_armor) "ruM" = ( /turf/open/gm/coast/beachcorner/south_east, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "rvD" = ( /turf/open/gm/coast/beachcorner2/south_west, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) +"rwg" = ( +/obj/structure/window/framed/strata, +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/outside/checkpoints/north) "rwD" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"rwF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/fake_wood, +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "rxp" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "rxL" = ( /obj/item/clothing/shoes/snow, /obj/structure/surface/rack, @@ -31461,7 +31813,7 @@ dir = 8 }, /turf/open/floor/plating, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "ryf" = ( /obj/structure/platform_decoration/strata/metal, /obj/effect/decal/strata_decals/catwalk/prison, @@ -31469,11 +31821,19 @@ layer = 3.5 }, /turf/open/floor/greengrid, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"ryw" = ( +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = -18; + pixel_y = 10 + }, +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/outside/checkpoints/north) "ryA" = ( /obj/structure/inflatable, /turf/open/floor/strata, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) "ryK" = ( /turf/open/floor/strata/cyan1/east, /area/strata/ag/interior/outpost/med) @@ -31496,7 +31856,7 @@ dir = 4 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "rDl" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /obj/structure/barricade/handrail/strata{ @@ -31510,7 +31870,7 @@ dir = 1 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "rFn" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_2"; @@ -31523,7 +31883,7 @@ dir = 10 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "rGp" = ( /turf/open/auto_turf/ice/layer0, /area/strata/ag/exterior/marsh/center) @@ -31531,34 +31891,30 @@ /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "rHX" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/marsh/water_marshes) "rIM" = ( /turf/open/gm/coast/south, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "rJf" = ( /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/jungle/deep/structures/engi) -"rJz" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/engi) -"rKG" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ug/interior/jungle/structures/monitoring) +"rJr" = ( +/obj/structure/fence, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/marsh/spring_marshes) "rLg" = ( /obj/structure/machinery/light/small{ dir = 4 }, /obj/structure/inflatable/popped, /turf/open/floor/strata/cyan4/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "rLn" = ( /obj/effect/landmark/survivor_spawner, /turf/open/floor/plating/warnplate, @@ -31583,7 +31939,13 @@ dir = 1 }, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) +"rMD" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/outpost/platform) "rMP" = ( /obj/structure/closet/coffin, /obj/effect/landmark/objective_landmark/science, @@ -31591,20 +31953,20 @@ /area/strata/ag/interior/outpost/med) "rNI" = ( /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "rNO" = ( /obj/structure/reagent_dispensers/fueltank, /obj/structure/barricade/handrail/strata, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "rOB" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, +/turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/exterior/vanyard) "rPA" = ( /obj/structure/platform/strata/metal, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "rQV" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -31615,45 +31977,60 @@ dir = 4 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "rQX" = ( /obj/structure/platform/strata{ dir = 8 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "rRl" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "rRx" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "rSl" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) +"rSB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/mining_outpost/hallways) "rSE" = ( -/obj/structure/machinery/power/apc/power/north, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "rTC" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) +"rUb" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 9 + }, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/water_marshes) "rUn" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) +"rUM" = ( +/turf/closed/wall/strata_outpost, +/area/strata/ug/interior/jungle/tearlake) "rUQ" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -31665,7 +32042,7 @@ dir = 1 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "rWk" = ( /obj/structure/sink{ dir = 8; @@ -31675,29 +32052,49 @@ pixel_x = -29 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) +"rXk" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/hallways/north) "rXy" = ( /obj/structure/largecrate/random/barrel/yellow, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "rXZ" = ( /obj/item/fuel_cell, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) +"rZF" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/paths/flight_control_exterior) +"rZI" = ( +/obj/item/storage/briefcase, +/turf/open/floor/strata/red1, +/area/strata/ag/interior/landing_zones/near_lz1) "sah" = ( /obj/item/weapon/gun/pistol/t73, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "sau" = ( /obj/structure/machinery/power/terminal{ dir = 8 }, +/obj/structure/machinery/light/small, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "saY" = ( /turf/open/gm/river, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) +"sbU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + name = "Emergency NanoMed"; + pixel_x = -28 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/canteen/bar) "sbW" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 @@ -31713,18 +32110,19 @@ dir = 8 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "scp" = ( -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, /obj/item/fuel_cell, /turf/open/floor/strata/red2, /area/strata/ag/interior/outpost/engi) +"scM" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison/darkyellowfull2, +/area/strata/ag/interior/outpost/hallways/north) "seb" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "sen" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -31732,7 +32130,7 @@ icon_state = "p_stair_sn_full_cap" }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "sgq" = ( /obj/structure/bed{ icon_state = "abed" @@ -31742,18 +32140,18 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "sgG" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "sha" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "shp" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "shr" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" @@ -31761,7 +32159,7 @@ /obj/item/explosive/grenade/high_explosive/upp, /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "sip" = ( /obj/structure/inflatable, /turf/open/floor/strata/cyan3/east, @@ -31775,6 +32173,12 @@ }, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/engi/drome) +"sjS" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outpost/hallways/south) "ski" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/toolbox/mechanical, @@ -31786,48 +32190,49 @@ name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) "skJ" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/landinglight/ds2{ dir = 4 }, /turf/open/asphalt/cement/cement1, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "sly" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" }, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "slL" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/area/strata/ag/interior/outpost/hallways/north) "smd" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "brflowers_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "smG" = ( /obj/structure/largecrate/random, /obj/item/toy/deck, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "snV" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "soi" = ( -/obj/structure/cargo_container/arious/leftmid{ - health = 5000; - unacidable = 1 +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ug/interior/jungle/structures/research) "sot" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -31836,7 +32241,7 @@ dir = 4 }, /turf/open/asphalt/cement/cement9, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "soD" = ( /obj/item/fuel_cell, /obj/structure/barricade/handrail/strata{ @@ -31848,20 +32253,30 @@ /obj/item/weapon/gun/pistol/t73, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) -"sqT" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/marsh/crash) +/area/strata/ag/interior/outside/bball/cave) +"spJ" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/exterior/marsh/river) +"spQ" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/security) "srk" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "srQ" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "ssd" = ( /turf/open/gm/coast/east, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "sse" = ( /obj/structure/bed{ icon_state = "abed" @@ -31872,19 +32287,27 @@ /obj/structure/window/reinforced/tinted, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "ssE" = ( /turf/open/floor/strata/orange_cover, /area/strata/ag/exterior/vanyard) "stf" = ( /turf/open/gm/coast/west, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) +"stw" = ( +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/marsh/water_marshes) "stF" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/center) +"suF" = ( +/obj/structure/platform/strata/metal, +/obj/structure/machinery/light, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/paths/mining_outpost_exterior) "svg" = ( /obj/effect/decal/cleanable/blood, /obj/structure/machinery/camera/autoname{ @@ -31896,27 +32319,31 @@ /obj/structure/fence, /obj/structure/fence, /turf/open/asphalt/cement/cement9, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) +"swQ" = ( +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outside/checkpoints/south) "sxr" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform_decoration/strata{ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "sxT" = ( /obj/item/stack/rods, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "sya" = ( /obj/structure/bed/roller, +/obj/effect/landmark/monkey_spawn, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "syU" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "szb" = ( /obj/structure/machinery/weather_siren{ dir = 8; @@ -31930,33 +32357,38 @@ dir = 4 }, /turf/open/asphalt/cement/cement1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "sAv" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "sBf" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_full" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "sBg" = ( /obj/structure/machinery/landinglight/ds2/delaythree, /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) +"sBK" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/caves/lz_caves) "sCa" = ( /obj/structure/machinery/computer/secure_data, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "sDs" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "sDE" = ( /obj/structure/bed/chair{ dir = 1 @@ -31976,45 +32408,64 @@ "sEV" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/dirt, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/interior/jungle/structures/monitoring/west) "sFB" = ( /obj/structure/machinery/landinglight/ds2{ dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) +"sFI" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "brflowers_1" + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/tearlake) +"sFV" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/south) +"sGb" = ( +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) "sGJ" = ( /obj/structure/machinery/light/small{ dir = 8 }, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "sGR" = ( /obj/effect/decal/cleanable/blood, /obj/structure/largecrate/random/case/small, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "sHP" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) +"sIZ" = ( +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/flight_control) "sJd" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) -"sKg" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ag/interior/mining_outpost/central) "sKX" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) +"sLn" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/structures/monitoring/west) "sMj" = ( /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "sMX" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 4 @@ -32022,30 +32473,32 @@ /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/almayer/test_floor5, /area/strata/ag/exterior/marsh/crash) +"sNz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/south) "sOB" = ( /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) -"sPc" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/interior/tcomms) +/area/strata/ag/exterior/outpost_decks) "sPD" = ( /obj/structure/bed{ icon_state = "abed" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/item/storage/fancy/cigarettes/lady_finger, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "sPF" = ( /turf/open/floor/strata, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "sQs" = ( /turf/open/asphalt/cement/cement9, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "sQA" = ( /obj/effect/landmark/good_item, /obj/item/stack/rods, @@ -32053,48 +32506,57 @@ icon_state = "xgib6" }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "sQK" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "sRz" = ( /obj/structure/inflatable, /obj/structure/barricade/handrail/strata, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "sRR" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "brflowers_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring/west) "sRX" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "sSv" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "sSZ" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib4" }, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms) -"sWO" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/area/strata/ag/interior/mining_outpost/central) +"sTk" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 }, +/turf/open/gm/dirt, +/area/strata/ug/interior/jungle/structures/monitoring/south) +"sTZ" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outside/bball/cave) +"sWt" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/mining_outpost/hive) +"sWO" = ( /turf/open/asphalt/cement/cement15, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "sXl" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "sXt" = ( /obj/structure/bed/chair{ dir = 8 @@ -32103,14 +32565,14 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "sXu" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "sXF" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -32121,7 +32583,7 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "sXU" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ @@ -32131,38 +32593,51 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "sZP" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "taa" = ( /obj/structure/filingcabinet, /obj/structure/barricade/handrail/strata, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) +"tas" = ( +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "taL" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "taW" = ( /turf/open/asphalt/cement/cement9, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) +"tbQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/red1, +/area/strata/ag/interior/outpost/hallways/north) +"tcN" = ( +/turf/open/auto_turf/snow/brown_base/layer3, +/area/strata/ag/exterior/marsh/spring_marshes) "tdn" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "tdr" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "tdB" = ( /obj/item/explosive/grenade/high_explosive/upp, /obj/effect/decal/cleanable/blood, @@ -32170,57 +32645,73 @@ icon_state = "xgib6" }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) +"ter" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "fernybush_3" + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/outpost/platform) "teI" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) +"tfy" = ( +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/hallways/north) "tfB" = ( /obj/structure/closet/secure_closet/engineering_electrical, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/orange_cover, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "tfM" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "tgr" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; dir = 4; icon_state = "p_stair_sn_full_cap" }, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "tgC" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "thc" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "thd" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_full" }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "thz" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/item/weapon/gun/pistol/t73, /turf/open/floor/greengrid, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"thD" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outpost/hallways/south) "tio" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hallways) "tiE" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -32233,17 +32724,17 @@ "tiU" = ( /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement/cement12, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "tjo" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "tkq" = ( /obj/structure/platform_decoration/strata/metal{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "tlc" = ( /obj/structure/surface/rack, /obj/item/storage/box/beakers, @@ -32257,18 +32748,18 @@ /obj/effect/decal/cleanable/blood/gibs/limb, /obj/item/stack/sheet/metal/medium_stack, /turf/open/asphalt/cement/cement12, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "tlJ" = ( /obj/structure/bed{ icon_state = "abed" }, /obj/structure/machinery/light/small, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "tmi" = ( /obj/item/stack/sheet/wood, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "tmw" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/prop/almayer/ship_memorial{ @@ -32277,34 +32768,31 @@ pixel_y = 2 }, /turf/open/floor/strata/floor2, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "tmB" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/microwave, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "tnM" = ( /turf/open/asphalt/cement/cement12, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "toV" = ( /turf/open/gm/coast/beachcorner/north_east, -/area/strata/ug/interior/jungle/deep/tearlake) -"tqG" = ( -/turf/open/floor/strata, -/area/strata/ag/exterior/paths/north_outpost) +/area/strata/ug/interior/jungle/tearlake) +"tpW" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/east) "tqK" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "trr" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "tru" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -32327,25 +32815,30 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/river) +"trM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor/almayer/plate, +/area/strata/ug/interior/jungle/structures/research) "tsz" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/floor/strata/orange_edge/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "tsX" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ttQ" = ( -/turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/restricted) +/obj/structure/machinery/light/small, +/turf/open/floor/strata, +/area/strata/ug/interior/outpost/underground_dorms/admin3) "tuj" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "tuu" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 @@ -32362,27 +32855,24 @@ }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "twa" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/asphalt/cement, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "txm" = ( /obj/structure/toilet{ dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 4 - }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "txs" = ( /turf/open/asphalt/cement, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "tyh" = ( /obj/structure/surface/rack, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "tyj" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -32398,17 +32888,20 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/center) +"tAX" = ( +/turf/open/auto_turf/ice/layer2, +/area/strata/ag/exterior/marsh/spring_marshes) "tBn" = ( /obj/structure/machinery/space_heater, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "tBw" = ( /obj/structure/closet/crate/radiation, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) -"tCi" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/marsh/center) +/area/strata/ag/interior/outside/engineering/parts_storage) "tCI" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/west, @@ -32416,11 +32909,11 @@ "tCM" = ( /obj/structure/bed/roller, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "tCR" = ( /obj/effect/landmark/hunter_primary, /turf/open/floor/plating, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "tDo" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer2, @@ -32428,24 +32921,33 @@ "tEf" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "tEC" = ( /obj/structure/sign/nosmoking_1, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/restricted/devroom) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/restricted) "tEY" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) +"tFA" = ( +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) +"tGR" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata, +/area/strata/ag/exterior/outpost_decks) "tGZ" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/window/reinforced/tinted{ dir = 1 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "tHv" = ( /obj/effect/landmark/static_comms/net_two, /turf/open/auto_turf/snow/brown_base/layer2, @@ -32457,12 +32959,12 @@ }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "tHE" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/pill_bottle/russianRed, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "tIl" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -32472,7 +32974,7 @@ "tIv" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "tJp" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -32482,7 +32984,11 @@ dir = 6 }, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"tJu" = ( +/obj/item/ammo_magazine/rifle/type71, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outside/bball/cave) "tJJ" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -32492,15 +32998,26 @@ }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/security) -"tJS" = ( -/turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_carp) +"tJP" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/landing_zones/near_lz1) +"tJR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/north) "tJX" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/marsh/water_marshes) "tKC" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles/southeast, @@ -32516,57 +33033,52 @@ }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "tLI" = ( /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/structures/engi) -"tLO" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring) "tMP" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "tNr" = ( -/turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/gen/bball/nest) +/obj/structure/platform/strata/metal, +/obj/structure/machinery/light, +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/paths/mining_outpost_exterior) "tNK" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "tNQ" = ( /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement/cement14, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "tOA" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "tPi" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "tPl" = ( /obj/structure/toilet{ dir = 1 }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "tPx" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin3) -"tPN" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "tQg" = ( /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "tQS" = ( /obj/structure/largecrate/random, /obj/structure/barricade/handrail/strata{ @@ -32576,7 +33088,11 @@ dir = 4 }, /turf/open/asphalt/cement/cement9, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) +"tRd" = ( +/obj/structure/sign/safety/biohazard, +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "tRf" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications{ @@ -32587,11 +33103,11 @@ /area/strata/ag/interior/outpost/med) "tRC" = ( /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "tSb" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "tSi" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -32602,20 +33118,20 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "tSl" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "tSo" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fernybush_3" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "tSt" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -32628,45 +33144,57 @@ /obj/structure/platform/strata, /turf/open/gm/river, /area/strata/ag/exterior/marsh/center) +"tSZ" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/landing_zones/near_lz1) "tTk" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "tTP" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"tUh" = ( +/obj/item/lightstick/red/planted, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/marsh/spring_marshes) "tUu" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "tUN" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "tUO" = ( /obj/structure/machinery/colony_floodlight, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "tUW" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" }, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "tUZ" = ( /obj/structure/platform/strata{ dir = 1 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) +"tVu" = ( +/obj/structure/sign/safety/medical, +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/outpost/engi/drome) "tVN" = ( /obj/structure/largecrate/random/case/double, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "tVP" = ( @@ -32675,24 +33203,24 @@ dir = 8 }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "tWf" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "tWJ" = ( /obj/structure/surface/rack{ layer = 2.5 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "tWY" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "tYB" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "tYF" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 @@ -32700,9 +33228,11 @@ /turf/open/auto_turf/ice/layer0, /area/strata/ag/exterior/marsh/center) "tZF" = ( -/obj/structure/machinery/power/apc/power/north, +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "tZV" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -32712,16 +33242,16 @@ "uad" = ( /obj/structure/largecrate/random, /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "uaC" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uaH" = ( /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "ubo" = ( /obj/structure/surface/rack, /obj/item/tool/shovel/etool/folded, @@ -32729,30 +33259,34 @@ /obj/item/attachable/bayonet/upp, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) "ubx" = ( /obj/structure/largecrate/random, /obj/item/paper_bin, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "ubA" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "ubN" = ( /turf/open/asphalt/cement, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/checkpoints/south) "ucl" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "ucD" = ( /obj/structure/inflatable/door, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) +"udp" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/engi/drome) "ueD" = ( /obj/structure/window/reinforced/tinted{ dir = 4 @@ -32762,7 +33296,7 @@ /obj/item/lightstick, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/red1, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "ueK" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -32773,14 +33307,11 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "ueP" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) -"ueU" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/interior/outpost/med) +/area/strata/ug/interior/jungle/carplake/east) "ufG" = ( /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/paths/north_outpost) @@ -32791,7 +33322,7 @@ icon_state = "p_stair_sn_full_cap" }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "ufI" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -32804,20 +33335,23 @@ /obj/structure/closet/secure_closet/personal, /obj/item/storage/secure/briefcase, /turf/open/floor/strata/red1, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "ugI" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uhe" = ( /obj/structure/toilet{ dir = 1 }, +/obj/structure/machinery/light/small{ + dir = 8 + }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "uhF" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -32825,46 +33359,57 @@ /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/up, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"uhM" = ( +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/marsh/water_marshes) "uiE" = ( /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) +"uiM" = ( +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/mining_outpost/hallways) "ujl" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uko" = ( /obj/item/stack/snow, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/paths/north_outpost) +/area/strata/ag/exterior/outpost_decks) "ukx" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) -"ulv" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/pistol/t73, -/obj/item/restraint/handcuffs, -/turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/exterior/outpost_decks) +"uls" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/hallways/south) "ulL" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /obj/structure/cryofeed/right, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "umE" = ( /obj/structure/toilet{ dir = 4 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) +"unh" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/hallways/north) "unE" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony, /turf/open/floor/strata/multi_tiles/west, @@ -32873,36 +33418,41 @@ /obj/structure/closet/secure_closet/personal, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/cyan1/east, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "uoP" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/asphalt/cement/cement3, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "uph" = ( /obj/structure/closet/fireaxecabinet, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "upO" = ( /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "uqB" = ( /turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "uqY" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/obj/item/stack/sheet/metal/medium_stack, +/obj/item/stack/sheet/metal/medium_stack, +/obj/structure/surface/rack, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/engi) "urF" = ( /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) +"urL" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/darkyellowfull2, +/area/strata/ag/interior/outpost/hallways/north) "urM" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "urQ" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata, @@ -32910,59 +33460,58 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) +"usx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/plantspray/weeds, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ug/interior/jungle/tearlake) "usI" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) +"usP" = ( +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/caves/lz_caves) "utn" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/structure/inflatable/door, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) -"utV" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/asphalt/cement, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ag/exterior/outpost_decks) "utX" = ( /obj/effect/decal/cleanable/cobweb, /obj/effect/decal/cleanable/dirt, /obj/item/device/flashlight/lamp/green, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/floor2, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "uul" = ( /obj/structure/largecrate/guns/russian, /turf/open/asphalt/cement, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "uux" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "uvw" = ( /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring/west) "uvz" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uvZ" = ( -/obj/effect/blocker/sorokyne_cold_water, /obj/structure/blocker/invisible_wall, /turf/open/gm/river, /area/strata/ag/exterior/marsh/water) -"uwJ" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) "uxf" = ( /obj/structure/fence, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "uxu" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -32970,7 +33519,14 @@ /obj/structure/inflatable/popped/door, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"uyf" = ( +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outside/checkpoints/north_armor) +"uyp" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/south) "uyQ" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -32979,20 +33535,20 @@ dir = 8 }, /turf/open/asphalt/cement/cement2, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "uzb" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "uzj" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/item/stack/catwalk, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "uzv" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 @@ -33002,28 +33558,28 @@ dir = 1 }, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uBz" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/item/stack/sheet/wood, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uCc" = ( /obj/structure/cargo_container/grant/rightmid, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "uCI" = ( /obj/structure/dispenser, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "uDa" = ( /obj/structure/bed/chair/office/light{ dir = 8 }, /turf/open/floor/strata/floor2, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "uDU" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -33035,7 +33591,7 @@ }, /obj/item/stack/sheet/wood, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uEj" = ( /obj/structure/largecrate/random, /obj/item/toy/deck, @@ -33045,9 +33601,13 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/cyan1/east, /area/strata/ag/interior/outpost/med) +"uGx" = ( +/obj/structure/sign/safety/security, +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/checkpoints/north_armor) "uGH" = ( /turf/open/floor/strata/floor2, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "uHa" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -33055,60 +33615,63 @@ /obj/structure/surface/table/reinforced/prison, /obj/effect/landmark/crap_item, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "uHX" = ( /obj/effect/decal/cleanable/cobweb2, /turf/open/floor/carpet, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "uJn" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uJY" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "uKj" = ( /obj/structure/bed/chair, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uKV" = ( /obj/structure/sink{ dir = 4; pixel_x = 11 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "uLd" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) "uLl" = ( /obj/structure/largecrate/random/barrel/blue, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "uLJ" = ( /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "uLK" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "uNi" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) +"uNI" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/platform/south) "uNQ" = ( /obj/structure/surface/rack, /obj/item/storage/firstaid/regular, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uPE" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 @@ -33122,12 +33685,12 @@ /obj/item/attachable/bayonet/upp, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/red1, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/west) "uPR" = ( /obj/item/weapon/gun/pistol/t73, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "uRy" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -33135,23 +33698,26 @@ /obj/effect/decal/strata_decals/grime/grime2, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uSR" = ( /obj/effect/landmark/xeno_hive_spawn, /obj/effect/landmark/ert_spawns/groundside_xeno, /obj/effect/landmark/queen_spawn, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/tearlake) "uTt" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/marsh/water_marshes) "uTv" = ( -/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) +"uTK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outpost/hallways/north) "uTL" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 8 @@ -33165,16 +33731,16 @@ /obj/effect/decal/strata_decals/grime/grime1, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uVv" = ( /turf/open/asphalt/cement/cement1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "uWe" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "uWG" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -33187,44 +33753,41 @@ /obj/structure/closet/basketball, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "uWP" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "uXg" = ( /turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "uXI" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement/cement14, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "uXY" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) -"uZh" = ( -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ug/interior/jungle/platform/south) "vaq" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "vaW" = ( /obj/structure/platform_decoration/strata, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "vaZ" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "vbw" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "vbI" = ( /obj/structure/machinery/shower{ dir = 1 @@ -33239,13 +33802,13 @@ dir = 1 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "vbN" = ( /obj/structure/bed/chair/comfy{ dir = 1 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "vdi" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 @@ -33257,11 +33820,11 @@ name = "Reinforced Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "vgb" = ( -/obj/effect/blocker/sorokyne_cold_water, -/turf/open/gm/river, -/area/strata/ag/interior/restricted) +/obj/structure/machinery/light, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outside/engineering/parts_storage) "vgn" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/stairs/perspective{ @@ -33270,18 +33833,18 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "vgW" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "vhl" = ( /obj/item/storage/pill_bottle/bicaridine, /obj/structure/surface/rack, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "vhv" = ( /obj/structure/surface/rack, /obj/item/storage/belt/knifepouch, @@ -33290,48 +33853,68 @@ "vhG" = ( /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "vit" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring/west) "viA" = ( /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) +"viU" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/foyer) "vjc" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "vjD" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/monkeyburger, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) +"vjR" = ( +/obj/structure/prop/broken_ladder, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outside/bball) "vjZ" = ( /obj/structure/machinery/disposal, /obj/structure/barricade/handrail/strata{ dir = 1 }, /turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "vkp" = ( /turf/closed/shuttle/ert{ icon_state = "upp9" }, /area/strata/ag/exterior/marsh/crash) +"vkG" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/canteen) "vlm" = ( /turf/closed/wall/strata_outpost, /area/strata/ag/interior/outpost/med) +"vlC" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/interior/outside/bball/cave) "vlG" = ( /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "vlH" = ( /obj/structure/machinery/weather_siren{ pixel_x = 10; pixel_y = -8 }, -/turf/closed/wall/strata_outpost/reinforced, +/turf/closed/wall/strata_outpost/reinforced/hull, /area/strata/ag/interior/mountain) "vmm" = ( /obj/structure/surface/table/reinforced/prison, @@ -33340,7 +33923,7 @@ }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "vms" = ( /obj/structure/platform/strata/metal, /turf/open/floor/strata/red3/north, @@ -33352,19 +33935,16 @@ "vnh" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "vnC" = ( /obj/structure/curtain/open/medical, /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) "vnI" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, /obj/structure/curtain/open/medical, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "vnV" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -33375,7 +33955,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "voe" = ( /obj/structure/curtain/medical, /turf/open/floor/strata/floor2, @@ -33395,7 +33975,7 @@ }, /obj/structure/filingcabinet, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "vpG" = ( /obj/structure/sink{ dir = 8; @@ -33404,18 +33984,27 @@ /obj/structure/mirror{ pixel_x = -29 }, +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "vqx" = ( /obj/effect/landmark/hunter_secondary, /turf/open/floor/plating, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "vrH" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"vrL" = ( +/turf/open/floor/strata, +/area/strata/ag/interior/mining_outpost/hallways) +"vsc" = ( +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/tearlake) "vsd" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/light/small{ @@ -33430,14 +34019,14 @@ dir = 8 }, /turf/open/asphalt/cement/cement3, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "vsy" = ( /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "vsL" = ( /obj/item/reagent_container/food/snacks/donkpocket, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "vsZ" = ( /obj/item/stack/medical/splint, /turf/open/floor/strata/multi_tiles/southwest, @@ -33446,7 +34035,7 @@ /obj/structure/closet/lawcloset, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "vtl" = ( /turf/open/floor/strata/floor3/east, /area/strata/ag/exterior/vanyard) @@ -33463,10 +34052,10 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "vuJ" = ( /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "vvh" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -33474,11 +34063,11 @@ dir = 1 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "vvl" = ( /obj/structure/largecrate/random/barrel/blue, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "vvp" = ( /obj/structure/bed/chair{ dir = 4 @@ -33487,9 +34076,6 @@ /area/strata/ag/interior/outpost/med) "vvB" = ( /obj/structure/filingcabinet, -/obj/structure/machinery/light/small{ - dir = 1 - }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/med) @@ -33498,12 +34084,12 @@ dir = 9 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "vvV" = ( /obj/effect/decal/cleanable/dirt, /obj/item/device/camera, /turf/open/floor/carpet, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "vwC" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -33511,47 +34097,48 @@ dir = 1 }, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "vwR" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "vwV" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "vwX" = ( /obj/structure/machinery/centrifuge, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"vxc" = ( +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "vxd" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "vye" = ( /obj/structure/surface/rack{ layer = 2.5 }, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "vyl" = ( /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/med) "vyK" = ( /obj/structure/machinery/autolathe, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "vBi" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "genericbush_4" - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river, +/area/strata/ug/interior) "vBs" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -33580,7 +34167,7 @@ /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata/metal, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "vCD" = ( /obj/structure/bed/sofa/vert/grey/top, /obj/structure/barricade/handrail/strata{ @@ -33591,11 +34178,11 @@ "vCN" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/cyan2/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "vDm" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "vDr" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_1"; @@ -33604,18 +34191,27 @@ /area/strata/ag/interior/outpost/engi/drome/shuttle) "vEp" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "vEw" = ( /turf/closed/shuttle/ert{ icon_state = "upp1" }, /area/strata/ag/interior/outpost/engi/drome/shuttle) +"vFS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/phone{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/sake, +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/outpost/foyer) "vFV" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "vGx" = ( /turf/closed/shuttle/ert{ icon_state = "upp2" @@ -33624,17 +34220,28 @@ "vGW" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) +"vHg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/mining_outpost/hallways) +"vHj" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/research/south) "vId" = ( /obj/structure/machinery/space_heater, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "vJj" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/shuttle/dropship/flight/lz2, /turf/open/floor/plating, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "vJx" = ( /turf/closed/shuttle/ert{ icon_state = "upp3" @@ -33643,23 +34250,35 @@ "vJB" = ( /obj/effect/landmark/good_item, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) +"vKa" = ( +/obj/structure/flora/grass/tallgrass/ice, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/snow/brown_base/layer3, +/area/strata/ag/exterior/paths/far_north_outpost) "vKg" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkredfull2, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) +"vKV" = ( +/turf/closed/wall/strata_ice/jungle, +/area/strata/ug/interior/outpost/underground_dorms) "vMr" = ( /obj/structure/filingcabinet/filingcabinet, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/red1, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) +"vMM" = ( +/turf/open/floor/prison/darkyellowfull2, +/area/strata/ag/interior/outpost/hallways/north) "vNG" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "vOf" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_1"; @@ -33674,19 +34293,28 @@ "vOs" = ( /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/outpost/engi/drome) +"vOW" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "brflowers_1" + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/south) "vPi" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "vPQ" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "vPY" = ( /obj/effect/landmark/corpsespawner/upp, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) -"vQo" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/underground_dorms/admin1) +"vQa" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/outpost/platform) "vQs" = ( /turf/closed/shuttle/ert{ icon_state = "upp_rightengine" @@ -33697,27 +34325,39 @@ color = "#6e6e6e" }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) +"vSP" = ( +/obj/structure/bed/medevac_stretcher, +/turf/open/gm/dirt, +/area/strata/ag/exterior/jungle/carplake_center) "vTN" = ( -/obj/structure/machinery/power/apc/power/north, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "vUp" = ( /turf/open/asphalt/cement/cement2, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "vVK" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) +"vXc" = ( +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outpost/hallways/south) "vXt" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) +"vXN" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "vYf" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "vYD" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -33729,31 +34369,37 @@ /area/strata/ag/interior/outpost/med) "vZT" = ( /turf/open/gm/coast/beachcorner2/south_east, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "wab" = ( /obj/structure/machinery/space_heater, /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "waZ" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "wbK" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ dir = 1; name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "wbN" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"wch" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/south) "wdf" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -33767,20 +34413,13 @@ "wdI" = ( /turf/open/asphalt/cement/cement12, /area/strata/ag/interior/outpost/med) -"wdN" = ( -/obj/structure/platform/strata{ - dir = 4 - }, -/obj/effect/blocker/sorokyne_cold_water, -/turf/open/gm/river, -/area/strata/ag/interior/restricted) "wez" = ( -/obj/structure/machinery/light/small{ +/obj/structure/inflatable/popped, +/obj/structure/machinery/light{ dir = 1 }, -/obj/structure/inflatable/popped, /turf/open/floor/strata/orange_cover, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "wfv" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -33788,61 +34427,82 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "wfE" = ( /obj/effect/decal/cleanable/blood, +/obj/structure/blocker/invisible_wall, /turf/open/floor/interior/tatami, /area/strata/ag/interior/restricted) "wgu" = ( /obj/item/weapon/gun/revolver/cmb, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "wgB" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "wgI" = ( /obj/item/tank/anesthetic, /turf/open/floor/strata, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) +"whp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/east) "whO" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "wij" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) +"wim" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/outpost/hallways/south) "wio" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/tcomms) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/engineering/parts_storage) "wjv" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/exterior/marsh/center) +"wjF" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/strata/red1, +/area/strata/ag/interior/outpost/hallways/north) "wkv" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) -"wmZ" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/interior/outpost/engi) +/area/strata/ug/interior/jungle/platform/east) +"wlj" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/outpost/canteen) +"wmX" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/admin) "wne" = ( /turf/open/gm/coast/beachcorner2/north_east, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "wni" = ( /turf/open/asphalt/cement/cement4, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "wod" = ( /obj/item/tank/emergency_oxygen/engi, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "wol" = ( /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "woP" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -33851,6 +34511,15 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/center) +"wpE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/blue3/north, +/area/strata/ag/interior/outpost/admin) "wqm" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -33861,13 +34530,13 @@ /area/strata/ag/exterior/marsh/center) "wrp" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "wrv" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "wrw" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/ice/layer1, @@ -33878,7 +34547,7 @@ dir = 1 }, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "wsi" = ( /obj/structure/morgue{ dir = 8 @@ -33899,6 +34568,12 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/engi/drome) +"wsn" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 8 + }, +/turf/open/auto_turf/snow/brown_base/layer3, +/area/strata/ag/exterior/marsh/spring_marshes) "wto" = ( /obj/structure/machinery/door/airlock/almayer/security/colony{ dir = 2; @@ -33906,6 +34581,10 @@ }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/security) +"wtE" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/caves/lz_caves) "wuE" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -33917,14 +34596,31 @@ /area/strata/ag/interior/outpost/admin) "wuI" = ( /turf/open/gm/coast/beachcorner2/north_west, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "wvt" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) +"wvB" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 8 + }, +/obj/structure/machinery/light, +/turf/open/auto_turf/snow/brown_base/layer3, +/area/strata/ag/exterior/paths/far_north_outpost) "wvF" = ( /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) +"wvW" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/interior/outside/checkpoints/west) +"wwO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan3/west, +/area/strata/ag/interior/outpost/hallways/south) "wxU" = ( /obj/structure/bed{ icon_state = "abed" @@ -33933,15 +34629,25 @@ /obj/effect/spawner/random/toolbox, /obj/effect/spawner/random/toolbox, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "wxY" = ( /obj/item/stack/sheet/wood, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"wyx" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ug/interior/jungle/structures/monitoring) +"wyV" = ( +/obj/structure/flora/grass/tallgrass/ice, +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) "wzZ" = ( /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "wAj" = ( /obj/structure/surface/rack, /obj/item/clothing/suit/storage/hazardvest, @@ -33962,18 +34668,23 @@ dir = 4 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "wAG" = ( /obj/structure/fence, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"wAU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/spray/plantbgone, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ug/interior/jungle/tearlake) "wBj" = ( /obj/structure/closet/secure_closet/personal, /obj/effect/landmark/crap_item, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/blue1, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "wBI" = ( /obj/structure/bed{ icon_state = "abed" @@ -33982,58 +34693,77 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "wDq" = ( /obj/structure/fence, /turf/open/asphalt/cement/cement2, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "wDF" = ( /obj/structure/machinery/light/small, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "wDO" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "wEo" = ( /obj/structure/bed{ icon_state = "abed" }, /obj/effect/landmark/good_item, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) +"wEK" = ( +/obj/structure/cargo_container/watatsumi/left, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/south) "wEU" = ( /obj/item/weapon/gun/pistol/t73, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) +"wFg" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 9 + }, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) "wFG" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "wGm" = ( /obj/structure/fence, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "wGn" = ( /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "wGp" = ( /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/exterior/marsh/crash) -"wGx" = ( -/turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms/canteen) "wGS" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"wHa" = ( +/obj/item/stack/sheet/wood, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "wHW" = ( /turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) +"wJL" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outside/bball/cave) +"wJQ" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/south) "wLj" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -34041,21 +34771,21 @@ icon_state = "p_stair_full" }, /turf/open/asphalt/cement/cement1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "wLv" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "wMy" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "wNq" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "wPp" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata, @@ -34063,32 +34793,70 @@ dir = 1 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/landing_zones/near_lz2) "wPq" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "wPI" = ( /turf/open/asphalt/cement/cement9, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "wQx" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/asphalt/cement, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) +"wQz" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/south) +"wQU" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/hallways/south) +"wSb" = ( +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/marsh/spring_marshes) +"wSu" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/tearlake) "wUa" = ( /obj/structure/surface/rack, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) +"wUD" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) +"wUR" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/hallways/north) "wVf" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) +"wVG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/gm/dirt, +/area/strata/ug/interior/jungle/structures/research/hot_springs) +"wWx" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib2" + }, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/central) "wWK" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -34097,53 +34865,65 @@ }, /obj/structure/platform/strata/metal, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "wWS" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "wXb" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "wXm" = ( /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) +"wXp" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/engi/drome) +"wXw" = ( +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/water_marshes) "wXL" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/hallways) "wYx" = ( /turf/open/floor/carpet, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "wYL" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 }, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/tcomms) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/engineering/parts_storage) +"wZk" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "wZM" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/shed_five_caves) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/exterior/caves/shed_five_caves) "wZW" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/binoculars, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "wZZ" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "xaR" = ( /obj/structure/machinery/recharge_station, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/admin) "xdr" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "xdE" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "xdI" = ( /obj/structure/sink{ dir = 8; @@ -34153,32 +34933,37 @@ pixel_x = -29 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "xeo" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/structure/closet/jcloset, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "xes" = ( /obj/structure/platform_decoration/strata{ dir = 8 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) "xeJ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"xfr" = ( +/obj/structure/flora/grass/tallgrass/ice, +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/caves/lz_caves) "xgR" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"xhA" = ( +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/exterior/marsh/spring_marshes) "xhM" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -34186,26 +34971,29 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/shed_five_caves) -"xio" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ag/exterior/caves/shed_five_caves) "xje" = ( /turf/open/asphalt/cement/cement1, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) +"xjp" = ( +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/mining_outpost/hallways) "xjr" = ( /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "xjH" = ( /obj/structure/machinery/light/small{ dir = 1 }, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) +"xjO" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/outpost/platform) "xkj" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "xlg" = ( /obj/structure/morgue{ dir = 8 @@ -34214,20 +35002,20 @@ /area/strata/ag/interior/outpost/med) "xlP" = ( /turf/open/floor/strata/cyan3/west, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/hallways/south) "xlQ" = ( /obj/structure/machinery/door/airlock/almayer/command{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "xlX" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22"; pixel_y = 16 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "xmR" = ( /obj/structure/machinery/photocopier, /turf/open/floor/strata/floor3/east, @@ -34235,7 +35023,7 @@ "xnn" = ( /obj/structure/sign/safety/storage, /turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "xnP" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/large_holster/machete/full, @@ -34253,31 +35041,31 @@ /obj/structure/surface/rack, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) "xoE" = ( /obj/structure/largecrate/random, /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "xpK" = ( /obj/structure/machinery/colony_floodlight, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xqv" = ( /obj/structure/inflatable/popped/door, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xqT" = ( /obj/structure/machinery/recharge_station, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xre" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "xrx" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -34285,12 +35073,18 @@ icon_state = "p_stair_full" }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"xrW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/cyan2/east, +/area/strata/ag/interior/outpost/hallways/south) "xst" = ( /obj/structure/machinery/cryobag_recycler, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/purp2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "xsH" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_3"; @@ -34302,7 +35096,7 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "xuq" = ( /obj/item/trash/plate{ pixel_x = 1; @@ -34310,7 +35104,7 @@ }, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "xuE" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata/metal{ @@ -34320,10 +35114,10 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xuY" = ( /turf/open/gm/coast/beachcorner/north_east, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "xvy" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/southeast, @@ -34336,24 +35130,29 @@ dir = 8 }, /turf/open/floor/strata/purp1, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"xxa" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/south) "xxS" = ( /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "xyz" = ( /obj/structure/mirror, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/tcomms) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/engineering/parts_storage) "xyC" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "xzL" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "xzR" = ( /turf/open/floor/plating, /area/strata/ag/exterior/marsh/crash) @@ -34362,11 +35161,11 @@ dir = 6 }, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "xAp" = ( /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xAF" = ( /obj/structure/curtain/open/medical, /obj/structure/pipes/standard/simple/hidden/cyan{ @@ -34374,100 +35173,101 @@ }, /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) -"xAS" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/asphalt/cement/cement4, -/area/strata/ug/interior/jungle/platform/east/scrub) +"xBN" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/south) "xBT" = ( /obj/structure/inflatable/popped/door, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xCN" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) +"xCX" = ( +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/marsh/relay_marshes) "xDu" = ( /obj/structure/sign/nosmoking_2, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/tcomms) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/checkpoints/south) "xDD" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "xDX" = ( /obj/structure/bed/nest, /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "xEV" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "xFc" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "xFf" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "xFl" = ( /obj/structure/cargo_container/grant/rightmid, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) -"xFC" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ag/exterior/marsh/spring_marshes) "xFH" = ( /obj/structure/sign/safety/biohazard, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "xFR" = ( /obj/structure/inflatable/door, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xFT" = ( /obj/item/weapon/gun/pistol/t73, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "xGb" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xGi" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xGA" = ( /obj/effect/landmark/crap_item, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring/west) "xGE" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/landinglight/ds2/delaythree, /turf/open/asphalt/cement/cement12, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "xHw" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "xHW" = ( /obj/structure/platform/strata/metal, /obj/structure/stairs/perspective{ @@ -34476,12 +35276,12 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "xId" = ( /obj/structure/flora/bush/ausbushes/grassybush, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "xJb" = ( /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/floor3/east, @@ -34490,7 +35290,7 @@ /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xJH" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" @@ -34498,24 +35298,30 @@ /obj/structure/machinery/light/small, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "xKr" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "xKs" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"xKv" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/strata/ug/interior/jungle/structures/monitoring) "xKw" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/structure/machinery/door/airlock/almayer/engineering/colony, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "xKy" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform_decoration/strata{ @@ -34525,52 +35331,52 @@ dir = 1 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "xKC" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "xKD" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/down, /obj/effect/decal/cleanable/blood/gibs/body, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xLB" = ( /obj/effect/decal/cleanable/blood, /obj/item/stack/sheet/wood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "xLH" = ( /obj/structure/cryofeed/right, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "xLJ" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) -"xMr" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"xMR" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/exterior/marsh/river) "xOa" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "xOo" = ( /obj/effect/landmark/xeno_spawn, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "xOs" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xOx" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -34586,15 +35392,35 @@ "xOL" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) +"xPg" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony, +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/outside/checkpoints/north) "xPv" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "xPT" = ( /obj/item/reagent_container/food/drinks/cans/cola, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/interior/outside/engineering/parts_storage_cave) +"xPX" = ( +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/strata/floor2, +/area/strata/ug/interior/outpost/underground_dorms/admin4) +"xQb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 2 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/outside/checkpoints/north_armor) +"xQu" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/greengrid, +/area/strata/ag/interior/mining_outpost/hallways) "xRl" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 8 @@ -34605,8 +35431,7 @@ /area/strata/ag/exterior/marsh/crash) "xRr" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/bed{ icon_state = "abed" @@ -34615,43 +35440,43 @@ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "xRR" = ( /obj/structure/machinery/disposal, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi/drome) "xSJ" = ( /turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "xTh" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "xTw" = ( /obj/structure/largecrate/random, /turf/open/asphalt/cement/cement3, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "xTU" = ( /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "xTZ" = ( /obj/structure/closet/bodybag, /obj/effect/decal/strata_decals/grime/grime3, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xUg" = ( /turf/open/gm/coast/south, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "xUo" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/pistol/t73, /turf/open/floor/strata/red1, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "xVQ" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 4 @@ -34659,48 +35484,68 @@ /obj/effect/decal/cleanable/blood, /turf/open/floor/almayer/test_floor5, /area/strata/ag/exterior/marsh/crash) +"xWk" = ( +/obj/structure/machinery/light, +/turf/open/floor/strata/red1, +/area/strata/ug/interior/jungle/structures/research) "xWN" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"xWS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/mining_outpost/hallways) "xXi" = ( /obj/effect/decal/cleanable/blood/gibs/body, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xXo" = ( -/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/barricade/wooden, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "xYw" = ( /obj/item/clothing/mask/cigarette/cigar/cohiba, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"xZg" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/carplake/east) "xZk" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "yah" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) +"ybh" = ( +/obj/structure/surface/rack, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/central) "ybN" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "yca" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata/fake_wood, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"ycy" = ( +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/outpost/hallways/south) "yde" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/exterior/vanyard) +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata, +/area/strata/ug/interior/outpost/underground_dorms/med1) "ydp" = ( /obj/structure/surface/rack{ layer = 2.5 @@ -34708,48 +35553,64 @@ /obj/item/reagent_container/spray/cleaner, /obj/item/reagent_container/spray/cleaner, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "ydz" = ( /obj/item/toy/deck, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata/floor2, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"ydJ" = ( +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/outside/checkpoints/west) +"ydR" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/central) "ydV" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "yee" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 1 }, /turf/open/asphalt/cement/cement4, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) +"yfI" = ( +/turf/open/auto_turf/ice/layer1, +/area/strata/ag/exterior/marsh/relay_marshes) "ygq" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "ygz" = ( /obj/structure/closet, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "yhJ" = ( /obj/structure/largecrate/random, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "yis" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/pouch/flare/full, /obj/item/weapon/gun/pistol/t73, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) +"yiQ" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ug/interior/jungle/tearlake) "yjG" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "ykh" = ( /obj/structure/machinery/weather_siren{ dir = 8; @@ -34758,14 +35619,14 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "ykU" = ( /obj/structure/closet/bodybag, /turf/open/floor/strata/cyan3/east, /area/strata/ag/interior/outpost/med) "ylE" = ( /turf/open/gm/coast/beachcorner2/north_west, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "ylF" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -34776,26 +35637,6 @@ /area/strata/ag/interior/outpost/canteen) (1,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aab aab @@ -34949,48 +35790,28 @@ aab aab aab aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab "} (2,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -35011,6 +35832,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac kSU kSU kSU @@ -35144,48 +35985,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (3,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -35206,7 +36007,27 @@ aac aac aac aac -kSU +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs wrp wrp wrp @@ -35253,7 +36074,7 @@ aIf aMA aIf aIf -rtW +nog bAe bAe bAe @@ -35339,48 +36160,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (4,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -35401,7 +36182,27 @@ aac aac aac aac -kSU +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs ftO vMr coO @@ -35448,7 +36249,7 @@ aVW aVW aVW aVW -rtW +nog bAe bAe bIz @@ -35534,48 +36335,8 @@ aac aac aac aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab "} (5,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -35595,7 +36356,27 @@ aac aac aac aac -kSU +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs kSU cnZ cjb @@ -35643,9 +36424,9 @@ cqE cqE cqE btT -rtW -bAf -bAf +nog +aac +aac bAe bAe bAe @@ -35728,6 +36509,10 @@ aac aac aac aac +aab +"} +(6,1,1) = {" +aab aac aac aac @@ -35749,30 +36534,6 @@ aac aac aac aac -"} -(6,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aac aac aac aac @@ -35790,7 +36551,7 @@ aac aac aac aac -kSU +ahs ygz ahP aiw @@ -35838,9 +36599,9 @@ bhp bnb cqE aoj -rtW -alz -aXG +nog +nog +nog aac aac aac @@ -35922,50 +36683,10 @@ bVx bVx bVx bVx -bVx -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ +aac +aab "} (7,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -35985,7 +36706,27 @@ aac aac aac aac -kSU +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs ahq coO aix @@ -36112,55 +36853,15 @@ aac bVx bVx bVx -bAu -hkA -hkA -hkA -hkA -hkA -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI +jrU +bAI +bAI +bAI +bAI +aac +aab "} (8,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -36180,7 +36881,27 @@ aac aac aac aac -kSU +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs ahr coO aiy @@ -36277,9 +36998,9 @@ aac aac aac uxf -lFG -mYs -dCu +bzV +hms +rUb bCd acX bdM @@ -36304,58 +37025,18 @@ aac aac aac bVx -bAu -hkA -hkA -bwg -acX -acX -acX -acX -acX -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb +jrU +bAI +bAI +aNz +uvZ +uvZ +uvZ +uvZ +aac +aab "} (9,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -36373,9 +37054,29 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac kSU kSU -kSU +ahs wrp ahQ aiz @@ -36456,7 +37157,7 @@ qvy bhN bgS bif -sqT +aac fCI bsR bjE @@ -36470,17 +37171,17 @@ aac bnr bnr aac -cwS +wXw uxf -pvA -cwS -cwS +qPu +wXw +wXw jbI bDE hGO -cwS -cwS -cwS +wXw +wXw +wXw jbI bDE bko @@ -36498,59 +37199,19 @@ aac bVx bVx bVx -bAu -bwg -acX -acX -acX -acX -acX -acX -acX -acX -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb +jrU +aNz +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +aac +aab "} (10,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -36568,10 +37229,30 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac kSU cyG agz -lvE +din coO aiy coO @@ -36665,17 +37346,17 @@ bto bto bto bvn -ben +uhM uxf -cwS -cwS -ben -cwS +wXw +wXw +uhM +wXw jbI bEh -cwS -pvA -cwS +wXw +qPu +wXw oaV bCd bko @@ -36688,64 +37369,24 @@ aac acX acX uvZ -acX +uvZ aSj -hkA -hkA -hkA -bwg -acX -acX -acX -acX -acX -acX -acX -acX -acX -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb +bAI +bAI +bAI +aNz +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +aac +aab "} (11,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -36763,15 +37404,35 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac kSU cyG -klE -klE +ooc +ooc cjb aix cjb cjb -klE +ooc klE alC amq @@ -36848,7 +37509,7 @@ bhN bqN brF xzR -gaV +wGp bkd bgS bgS @@ -36856,22 +37517,22 @@ bgS bgS fCI bgS -bxy +stw bfq -ben +uhM bfq -cwS +wXw buG -cwS -ben -mvh -cwS -cwS -cwS -mvh -cwS -bxy -cwS +wXw +uhM +dqi +wXw +wXw +wXw +dqi +wXw +stw +wXw bCd acX bko @@ -36883,64 +37544,24 @@ acX acX acX uvZ -acX -acX -acX -acX -acX -acX -acX -acX -acX -acX -acX -acX -acX -acX -acX -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +aac +aab "} (12,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -36958,10 +37579,30 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac kSU cyG rQV -mfW +gLW coO aiy coO @@ -37052,21 +37693,21 @@ bhN bgS bhO bhO -ben -ben -cwS -ben +uhM +uhM +wXw +uhM uxf -cwS -ben -cwS -ben +wXw +uhM +wXw +uhM bAu dDW -cwS -mvh -cwS -cwS +wXw +dqi +wXw +wXw bCd acX bko @@ -37078,64 +37719,24 @@ acX acX acX uvZ -bko -acX -acX -acX -acX -acX -acX -acX -acX -acX -acX -acX -acX -acX -acX -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +uvZ +aac +aab "} (13,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -37153,9 +37754,29 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac kSU kSU -kSU +ahs wrp ahQ aiz @@ -37163,7 +37784,7 @@ coS coS wrp wrp -alA +cve cqE cnv crb @@ -37248,19 +37869,19 @@ bhN bsU bhO bsU -ben -ben -cwS +uhM +uhM +wXw buG -cwS -ben -cwS +wXw +uhM +wXw dvf pWp mde bGg -cwS -cwS +wXw +wXw bAu bwg acX @@ -37273,64 +37894,24 @@ acX acX acX uvZ -acX -acX +uvZ +uvZ aac aac aac aac aac aTv -bcr -bcr -bcr -bcr -bcr -bcr -bcr -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN -wdN +aTv +aTv +aTv +aTv +aTv +aTv +aac +aab "} (14,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -37350,7 +37931,27 @@ aac aac aac aac -kSU +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs ahr coO aiy @@ -37398,8 +37999,8 @@ cqE cqE cqE aoj -rtW -rtW +nog +nog bER aVq aZx @@ -37444,13 +38045,13 @@ bsU bhO bgS buS -cwS +wXw aKu -nJK -ben -cwS -pvA -cwS +aac +uhM +wXw +qPu +wXw mip bcr sEG @@ -37483,49 +38084,9 @@ rgH aac aac aac -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ -ttQ +aab "} (15,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -37545,7 +38106,27 @@ aac aac aac aac -kSU +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs ahq coO aix @@ -37589,13 +38170,13 @@ aoj bco aoj aoj -aoj +qWY bYD aoj btU -rtW -azx -bET +nog +iop +bAe bIH aZv aVq @@ -37639,15 +38220,15 @@ buq bgS bhO bgS -cwS +wXw hqw -nJK -ben -ben -cwS -pvA -cwS -cwS +aac +uhM +uhM +wXw +qPu +wXw +wXw jbI bDE acX @@ -37673,12 +38254,15 @@ aac aac byh byh -ttQ -ttQ -aac +aSf +aSf aac aac aac +aab +"} +(16,1,1) = {" +aab aac aac aac @@ -37699,29 +38283,6 @@ aac aac aac aac -"} -(16,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab aac aac aac @@ -37740,7 +38301,7 @@ aac aac aac aac -kSU +ahs rba ahP aiA @@ -37785,13 +38346,13 @@ aUr beL bhq azx -alz -alz -alz -alz -azx +nog +nog +nog +nog +axv ccI -bII +bAe caX aZv aVq @@ -37799,7 +38360,7 @@ aZv aZx aVq aac -aac +aXG bei aVq aWf @@ -37833,17 +38394,17 @@ bgS bhN bgS bgS -bea -ben -cwS +pbR +uhM +wXw buG -cwS -cwS -ben -cwS -ben -mvh -cwS +wXw +wXw +uhM +wXw +uhM +dqi +wXw jbI bDE acX @@ -37874,48 +38435,8 @@ byh aac aac aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab "} (17,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -37935,8 +38456,28 @@ aac aac aac aac -kSU -kSU +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs +ahs coO cjb cjb @@ -37979,7 +38520,7 @@ aUs aVY aVY aVY -aVY +lEi aac aac aac @@ -37987,7 +38528,7 @@ aac aoQ bEV ccI -bII +bAe bIH bjj bjN @@ -38027,19 +38568,19 @@ bue bgS bhO bhO -bdL +qfV hir -cwS -ben +wXw +uhM uxf -ben -cwS -cwS -ben -cwS -ben -mvh -cwS +uhM +wXw +wXw +uhM +wXw +uhM +dqi +wXw bCd acX bko @@ -38048,8 +38589,8 @@ acX bko acX hGO -cwS -cwS +kvD +eHo xAc bxB bxB @@ -38069,48 +38610,8 @@ bym aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (18,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -38131,7 +38632,27 @@ aac aac aac aac -kSU +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs ahO coa coO @@ -38183,13 +38704,13 @@ bAv bnm bEV ccI -bII +bAe bIH aVq aZx aZx aac -bLR +bER bjN aVq aVq @@ -38222,19 +38743,19 @@ bgS bhN bgS bfq -bdL -bea -pvA -cwS -aac -nJK -pvA -mvh -cwS -ben -cwS -ben -cwS +qfV +pbR +qPu +wXw +aac +aac +qPu +dqi +wXw +uhM +wXw +uhM +wXw jbI bcr bDE @@ -38244,8 +38765,8 @@ acX bdM bEh cwS -avm -cAq +mvD +cTQ bxB bxR bxB @@ -38264,48 +38785,8 @@ lAc lAc aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (19,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -38326,9 +38807,29 @@ aac aac aac aac -kSU -kSU -kSU +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs +ahs +ahs ajg wrp wrp @@ -38416,22 +38917,22 @@ bgS bgS bhO aac -ben -bdL -bdL -bdL +uhM +qfV +qfV +qfV aac aac aac -cwS -pvA -mvh -ben -ben -cwS +wXw +qPu +dqi +uhM +uhM +wXw +aac aac aac -lKM aRi acX acX @@ -38439,7 +38940,7 @@ bdM bEh cwS xAc -cAq +cTQ bxB bxR bxS @@ -38459,48 +38960,8 @@ dWc lAc aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (20,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -38523,11 +38984,31 @@ aac aac aac aac -crA -exO -acN -akr +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs +sIZ +sIZ akV +akr +tSZ alC cqE anj @@ -38588,7 +39069,7 @@ aVq bhN bgS gaV -gaV +wGp bgS bgS bgS @@ -38612,18 +39093,18 @@ bhO bgS aac aac -bdL -bdL -bdL -ben +qfV +qfV +qfV +uhM aac aac aac -cwS -cwS -ben -cwS -cwS +wXw +wXw +uhM +wXw +wXw aac aac aac @@ -38633,8 +39114,8 @@ acX hGO aac aac -cAq -cAq +cTQ +cTQ bxB boC bdL @@ -38652,50 +39133,10 @@ mhc qxi wfE lAc -qWD -aab -agO -agO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aab "} (21,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -38718,19 +39159,39 @@ aac aac aac aac -crA +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs +sIZ cry -acN -aks akV +aks +tSZ alC cqE anj -aom +cqE tEY cqE cqE -tEY +cth kSS anj cqE @@ -38740,21 +39201,21 @@ cqE cqE cqE cqE -aom cqE -aGY cqE cqE -aGY cqE -aom +cqE +cqE +cqE +cqE cqE cqE cnv azx aUs aVY -aVY +lEi cfi bhK ahB @@ -38814,9 +39275,9 @@ buG aac aac aac -pvA -cwS -cwS +qPu +wXw +wXw aac aac aac @@ -38828,11 +39289,11 @@ aac aac aac aac -cAq +cTQ bxB boC ben -xTU +gmU bdL bxY bxB @@ -38849,48 +39310,8 @@ dWc lAc aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (22,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -38907,42 +39328,62 @@ aac aac aac aac -crA -crA -crA -crA -crA -crA -crA +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp +ddp +ddp +ddp +ddp +ddp aji ddp ddp ddp -crY -bAI -bCh -ctC -bYE +ddp +ddp +aOS +cnv +azx +gjU apV apV -crY -kIK +nog +azA aul avn -cbj -bWy -bWy -bWy -bWy -aDC -crY -aFL -aFL -aIh -aJO -aFL -aFL -crY +aQv +aoj +aoj +aoj +aoj +bco +aoj +aoj +aoj +aoj +aoj +aoj +aoj +aoj aoj aQv cnv @@ -38956,14 +39397,14 @@ aZW crN bjB bnn -ajv -pkO -pkO -pkO -pkO -pkO aac -baC +aac +aac +aac +aac +aac +aac +baJ aVq aZx bcv @@ -39003,16 +39444,16 @@ bnh aac aac aac -ben -bdL -bdL -ben +uhM +qfV +qfV +uhM aac aac aac -cwS -ben -cwS +wXw +uhM +wXw aac aac aac @@ -39023,12 +39464,12 @@ aac aac aac aac -mYs +omH dCu cwS -rNI -rNI -rNI +cwS +cwS +cwS cwS byc bxB @@ -39044,48 +39485,8 @@ lAc lAc aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (23,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -39102,42 +39503,62 @@ aac aac aac aac -crA -cnO +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp cnO cnO cnO cnO cnO +trr crz cnO cnO ddp alE -bWy -bUq +aoj +cnv aon -ctC +azx apW arc arU -arY +dCq aum -cbj -bWy -bPs +aQv +aoj +cqE azz aBj aCD aCD -ctC -aFM -aGZ -aMB -aJP -aMB -aMB -ctC +liv +cqE +cqE +cqE +blj +cqE +cqE +cqE aOP aQv aRA @@ -39150,15 +39571,15 @@ aiP ajw crN bjj -aYa -brf -btV -bwV -bAw -bEX -brf -aZV -bjN +aZv +pTR +juL +aYd +aXP +aXP +aYd +aYd +juL aZx aZx bbZ @@ -39199,15 +39620,15 @@ wrw aac aac aac -bea -bdL -bxy +pbR +qfV +stw aac aac aac -ben -cwS -ben +uhM +wXw +uhM aac aac aac @@ -39239,48 +39660,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (24,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -39297,30 +39678,50 @@ aac aac aac aac -crA +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp cnO bjY xDX -qKU +cnO cmB -bjY +coY xDX -exO +bjY cnO ddp alF -bWy -bUq +aoj +cnv cru -ctC -arY +azx +dCq ard arV -arY +dCq aum -bWy -cbj -ctD +aoj +aQv +rZI azA azA crY @@ -39329,11 +39730,11 @@ crY crY aGZ aIj -bWy -bWy +aOP aMC -ctC -aOS +aMC +eIY +aoj aQv cnv azx @@ -39346,35 +39747,35 @@ crN aVq crN aVq -csH -ctd -ctd +pTR +wtE +aXP bAx -ctd -csH -aZV -aVq -aZx +aYd +aXP +aXP +usP +fTJ aZx bcw -bcP +bcO bcO bcK aZx bdT crN -ben -ben -cwS -ben -cwS -cwS -cwS -cwS -cwS +tFA +tFA +sGb +tFA +sGb +sGb +sGb +sGb +sGb glN -eLF -eLF +lJF +lJF glN bsU bhN @@ -39394,10 +39795,10 @@ wrw aac aac aac -ben -ben -bdL -ben +uhM +uhM +qfV +uhM aac aac aac @@ -39434,48 +39835,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (25,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -39492,42 +39853,62 @@ aac aac aac aac -crA -cnO -crz +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp +cLE +qKU agB -ahs +cnO cmB aiB ajj -coY -cnO +ntw +wUD ddp -crY -bAI -bCh -ctC -ctC +ddp +aoj +aRC +azx +owp apX -ctC -crY +azx +nog ctn aum -cbj -bWy -ayj -ctK -aBk +aQv +aoj +maM +tJP +idR crY aDD aEH crY crY -chq chp -aLf -aMB -cjv +chp +fQn +gTc +ctC aoj aQw ani @@ -39541,36 +39922,36 @@ aWf crN aVq aVq -brj -ctd -ctd -bAy -ctd -brj -aZY -aZx -aZx +aac +aac +aYd +usP +juL +aYd +usP +aXP +aXP aVq bbZ -bcP +bcO bcO bcs aZx bdC bfl -cwS -mvh -cwS -cwS -cwS -pvA -cwS +sGb +tAX +sGb +sGb +sGb +gWg +sGb fzN -cwS -cbO +sGb +ydJ uPH iVZ -cxg +dCK bsU bsU bhN @@ -39589,15 +39970,15 @@ aac aac aac aac -bxy -bdL -bdL +stw +qfV +qfV bvG aac aac aac -cwS -ben +wXw +uhM fPO aac aac @@ -39629,48 +40010,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (26,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -39687,11 +40028,31 @@ aac aac aac aac -crA -cnO -aiE +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp +aem +aYx agC -coZ +aQK ahR aiC ajk @@ -39701,7 +40062,7 @@ akW bSJ fHp ank -bSJ +aCE app apY aCE @@ -39717,15 +40078,15 @@ aCE aEI aEI aFN -aHa -aIk +crY +chq chq -bWy aMB -cjv -aoj -aQv -aRC +aJP +ctC +iGm +eHZ +pWz aSR aUu aWi @@ -39735,37 +40096,37 @@ aUu crN aVq crN -crN -brj -ctd -ctd +aac +aac +aac +aac rtX ctd -brj -aZY -bjN -aZx +aYd +usP +juL +aXP aVq bbZ bcO bcO bcs aVq -ben +tFA bfo bgl bdW -bdL -cwS -cwS -cwS -cwS -pvA +wSb +sGb +sGb +sGb +sGb +gWg nGi -cbO +wvW gif -wVf -cxg +bGR +dCK aac aac aac @@ -39784,16 +40145,16 @@ aac aac aac aac -bxy -bxy -bdL -ben +stw +stw +qfV +uhM aac aac aac -cwS -mvh -cwS +wXw +dqi +wXw aac aac aac @@ -39824,48 +40185,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (27,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -39882,85 +40203,105 @@ aac aac aac aac -crA +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp cnO -bjY +cEu rRx cnO -cnO +vXN kRb -bjY -qKU cnO +qKU +exO ddp crY -bAI -bCh -ctC +iGm +dLx ctC +eOI apZ ctC arX atr auo -cbj -aLh +eHZ +ktH ayj ctK -aBk -crY -crY +atr crY +khg +aOw aFO -ctC -aIl +aHa +sSZ aIn aLf aMB aNJ -aOP -aQv -aRA +xjp +eHZ +oeG aSS ctx cty -cty +xMR cty ctx bjj aVq crN aVq -brj -ctd -ctd -ctd -bAx -brj -aZY -aZx -aZx -aZx +aac +aac +aac +juL +usP +aYd +usP +aXP +wtE +aXP bca bcQ bcQ bER -ben -ben -ben -bdL -ben -ben +tFA +tFA +tFA +wSb +tFA +tFA bih -cwS -mvh -cwS -pvA +sGb +tAX +sGb +gWg xFl -cwT -cbO -ixS -cwT +iWf +prN +mjG +iWf aac aac aac @@ -39970,7 +40311,7 @@ aac bme coC bme -tCi +aac bur coC rGp @@ -39980,15 +40321,15 @@ aac aac aac aac -ben -bdL -ben -bea +uhM +qfV +uhM +pbR buG -ben -cwS -cwS -mvh +uhM +wXw +wXw +dqi bzV hms eiM @@ -40019,48 +40360,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (28,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -40077,32 +40378,52 @@ aac aac aac aac -crA -jIv -cEu -agD -aiE +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp cnO -xDX -bjY +aiE +agD +crz +vXN +bHD +exO kRb cnO ddp bXW -bWy -bUq -bXW +myV +dLx ctC +afW aFO -aCl -crM +ctC +arY arY caE -bWy +myV awI caE arY -arY +cto ctC ctC crY @@ -40113,49 +40434,49 @@ chq aLf aMB fno -aoj -aQv -cnv -aST -ctx +myV +eHZ +dLx +miI +spJ cty cty cty ctx crN -crN +lvj aVq crN +lgn +aYd +usP +usP +usP csH -ctd -ctd -ctd -ctd -csH -bab -aWp aXP aXP -aYZ -aWp -bdD -bdV -ben -ben -ben -bdL -ben -ben +aXP +aXP +kCv +kCv +kCv +rni +tFA +tFA +tFA +wSb +tFA +tFA bin -cwS -cwS -cwS -cwS +sGb +sGb +sGb +sGb uCc cDL -cwS -cwS -vbw +sGb +sGb +hMt aac aac aac @@ -40175,17 +40496,17 @@ aac aac aac aac -bhb -bdL -bdL -ben +nWa +qfV +qfV +uhM buG -cwS -ben -cwS -pvA -rNI -rNI +wXw +uhM +wXw +qPu +wXw +wXw cFK aac rNI @@ -40214,48 +40535,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (29,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -40272,32 +40553,52 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp +ddp +ddp crA -aem -aiE -agE -aiE -cnO +ddp +agF +clG +ddp +ddp +jPT jPT -ajl -npf cnO ddp alG -amr +lmF anm -bUL ctC +afW aqa ctC arX atr auo -cbj -bWy +eHZ +myV ayj ctK -aBk +atr ctC aDF aEJ @@ -40308,8 +40609,8 @@ chr bWy aMB cjv -aoj -aQw +myV +lmF aRD aSR aUv @@ -40321,37 +40622,37 @@ crN bjN crN aZv -csI -btW -bxb +pTR +usP +wtE bAz -bEY -csI -bab -aWp -aWp aXP -bcx -aYd -ekc -bdV -ben -bea -ben -ben -bdL -bdL +aXP +usP +usP +usP +aXP +kCv +kCv +kCv +kCv +tFA +rni +tFA +tFA +wSb +wSb big bdG bjG -cwS -cwS +sGb +sGb djr -cwS -cwS -cwS +sGb +sGb +sGb oPQ -cAq +wyV aac aac aac @@ -40372,20 +40673,20 @@ mIG mYN npS bjL -bdL -ben +qfV +uhM buG -cwS -ben -ben -rNI -rNI -xxS +wXw +uhM +uhM +wXw +wXw +qPu bzV aac bfk iLr -kkL +aac rNI rNI rNI @@ -40409,48 +40710,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (30,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -40467,10 +40728,30 @@ aac aac aac aac -crA +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp cnO cnO -afE +gQG +cnO +afF cnO cnO ddp @@ -40479,17 +40760,17 @@ ddp ddp ddp bXW -bWy -bUq -bXW +myV +dLx ctC +afW aFO ctC arY -cto +arY ctD -bWy -cbj +myV +eHZ caE azB azB @@ -40503,9 +40784,9 @@ fWV aLg aMB cjv -aoj -aQv -cnv +myV +eHZ +cov aac aac aWk @@ -40515,38 +40796,38 @@ bjj aWg crN bjN -bcx -ajv -pkO -pkO -pkO -pkO +bjN +aac +aac +aac +qzd +sBK pkO -bac -aWp +aYd +usP aYY aXP -aWp -aWp -iWG -bdV -ben +usP +kCv +kCv +kCv +tFA kim -ben -bxy -bdL -bdL -bxy -bea +tFA +mne +wSb +wSb +mne +rni bjH bjG -cwS -cwS -pvA -cwS -cwS +sGb +sGb +gWg +sGb +sGb hhW -lFG +fCD aac aac aac @@ -40566,22 +40847,22 @@ aac lcs kZU mYN -bdL -ben -bea +qfV +uhM +pbR buG bep -cww -rNI -rNI -rNI -rNI -xxS +tJX +wXw +wXw +wXw +wXw +qPu fjZ eHv eHv -kkL -kkL +aac +aac gIY gIY kxF @@ -40604,48 +40885,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (31,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -40661,30 +40902,50 @@ aac aac aac aac -crA -crA +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac ddp ddp -agF ddp ddp +cnO +kTy +exO +exO +afE +exO +trr ptT ajm -ajQ +cnO ajQ ddp crY -bAI +myV bCh ctC ctC -apZ +emU ctC ctC ctC jqg avr -bWy +myV bPs azC azC @@ -40698,10 +40959,10 @@ aJQ aLh aMB cjv -aOP -aQv -aRA -rtW +xjp +eHZ +clW +cnB aac aWk bnm @@ -40709,36 +40970,36 @@ aZW crN aVq crN -aXO -bcx -bcx +nOW +bjN +juL aac aac +cVZ +cVZ aac aac -bIM -bIM baF bbi aXP -aWp -aWp -ery -bdV -bea -bea -ben -bdL -bdL -bdL -ben -bea +usP +kCv +kCv +kCv +kCv +rni +tFA +wSb +wSb +wSb +tFA +rni kim bis -cwS -cwS -cwS -cwS +sGb +sGb +sGb +sGb sXU xKy bRb @@ -40758,25 +41019,25 @@ buo bur aac aac -mIG -npS +dMR +fZj npS bjL -ben +uhM hir -nJK -nJK -kkL -rNI -xxS -bvE -rNI +aac +aac +aac +wXw +qPu +uhM +wXw rNI rNI bvE bxg -kkL -kkL +aac +aac bNj bNj bNj @@ -40799,48 +41060,8 @@ bvE aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (32,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -40853,19 +41074,39 @@ aac aac aac aac -crA -crA -crA -crA +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp +cnO cnO +cnO +cnO +exO afD bIL agG bIL bKZ -kaP bIL bIL +brG bIL akW bSJ @@ -40874,16 +41115,16 @@ anm bUM ctC aFO -ctB -arZ -ctB +fno +dVh +ctC aup -bWy -cbj +myV +eHZ bPs azD azD -ctC +bfF ctC ctC aFT @@ -40893,47 +41134,47 @@ ceq aLi aMD crY -aOS -aQv -cnv -azx +iGm +eHZ +cov +cjw aac bXc jgX -aZX -aVq +aac +aac crN -aWp -aWp +aVq +usP aYd -bcx -bcx +juL +aac +aac +aac aac aac aac aac -bIM -bIM baJ aYd aXP -bcT -bdG -bdW -bxy -ben -ben -bdL -bdL -ben +usP +usP +usP +mne +tFA +tFA +wSb +wSb +tFA biq bhP bjI big bkl -avm -cww -cwS +cJy +lQu +sGb oSP wGS kYe @@ -40953,15 +41194,15 @@ uEj bus aac aac -ben +uhM bvs bjL -bdL -ben -ben -nJK -nJK -kkL +qfV +uhM +uhM +aac +aac +aac rHX uTt tJX @@ -40970,8 +41211,8 @@ rNI bvE rNI bxh -kkL -kkL +aac +aac bNj bNj bNj @@ -40994,48 +41235,8 @@ xTU aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (33,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -41048,48 +41249,68 @@ aac aac aac aac -crA +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp +exO +bjY +bjY cnO +exO +afE cnO cnO cnO -afE -ddp -bjY -bjY -ddp -ddp -bjg +cnO +exO +ajQ vNG akt ddp -crY -bAI -bCh +fno +myV +dLx +bXW ctC +aFO +ojB +iqD ctC -aqb -ctB -afv -ctB auq -cbj +eHZ pgW -bWy -cbj -bWy -bWy +myV +eHZ +myV +myV aDG -cet -bZV -bPs +xjp +xWS +vrL aIo aJR -bPs -cet +vrL +xjp aDG -ckX -ckX +myV +myV cov aSU cnB @@ -41098,11 +41319,11 @@ jyq cnB aac bcx -aWp +usP aXP -aWp +usP aYd -bcx +juL aac aac aac @@ -41110,17 +41331,17 @@ aac aac baG aYd -aWp +usP aXP -aWp -bdL -bdL -bdL -bdL -bdL -bdL -bdL -ben +usP +wSb +wSb +wSb +wSb +wSb +wSb +wSb +tFA bis cDL bjJ @@ -41128,7 +41349,7 @@ biP dbg aac xeJ -cwS +sGb oSP nka aac @@ -41148,34 +41369,34 @@ bnj but aac buG -bdL -bdL -bdL -bdL -bdL -nJK -kkL -kkL -kkL -kkL -kkL +qfV +qfV +qfV +qfV +qfV +aac +aac +aac +aac +aac +aac iWZ rNI bvE rNI bvE bxh -kkL -kkL -kkL -kkL +aac +aac +aac +aac iLr iLr iLr -kkL -kkL -kkL -kkL +aac +aac +aac +aac iLr iLr gtZ @@ -41189,48 +41410,8 @@ rNI bvE aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (34,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -41243,35 +41424,55 @@ aac aac aac aac -crA -cnO +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp +exO aes aiE cnO -afF -ddp +exO +afE +cnO aiE aht cnO -ddp +cnO ddp ddp ddp ddp crY -bWy -ann +iGm +aRG aoo aHa aqc -ctB -ctl -ctB +fno +dVh +ctC ctF avs -emg +pYG kUN -azE +aPa aBl aCG aDH @@ -41286,18 +41487,18 @@ aDH aPa aPa aRF -ckX +myV cnA aWl bXV baa +xfr +xfr bcx -bcx -bcx -aWp +usP aXP -aWp -aWp +usP +usP aZc aac aac @@ -41305,22 +41506,22 @@ aac aac baJ aYd -aWp +usP aXP bcU bdN bdX -bdL -ben -bdL -bdL -ben -ben +wSb +tFA +wSb +wSb +tFA +tFA bin -cwS +sGb dMw cuy -cwS +sGb aac aac aac @@ -41343,17 +41544,17 @@ bnj buu buz buH -bdL -bdL -ben -bdL -bvD -kkL -kkL -kkL -kkL -kkL -kkL +qfV +qfV +uhM +qfV +qfV +aac +aac +aac +aac +aac +aac bwA rNI rNI @@ -41361,20 +41562,20 @@ bvE bvE bwv bxk -kkL -kkL -kkL +aac +aac +aac bvE xxS rNI -kkL -kkL +aac +aac bvE rNI bvE rNI rNI -kkL +aac bNj bNj bNj @@ -41384,48 +41585,8 @@ rNI bvE aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (35,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -41438,35 +41599,55 @@ aac aac aac aac -crA -bDv +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp +exO brg bIL akW +bIL cZa -akW +bII bIL mam cnO -wGx -wGx +ddp +ddp bRs bRs bRs -wGx -bOs +jOl +dmK ano -wGx +crY crY aFO -ctC -ctC +afW +pAR ctC ctC avt -bZV -ctC -ctC +xWS +aCl +pYZ aBm cbW ctC @@ -41475,47 +41656,47 @@ ceW tHE aIp aJT -aLk -ctC +aMB +oOX ctC aPb -ckX -cov +myV +dLx aSV cnB bXd aXB cnA +xfr +cVZ +xfr bcx -aWp -bcx -bcx -aWp +usP aXP -aWp +usP aXP -aWp +usP aac aac bLR aYd -aWp +usP aXP aXP -aWp +usP aYd bdZ -ben -ben -bdL -bdL -ben -ben +tFA +tFA +wSb +wSb +tFA +tFA bit -cwS +sGb lrO rrV -cwS +sGb pax aac aac @@ -41538,14 +41719,14 @@ bnj buv buA buI -bdL -bdL +qfV +qfV +aac +aac +aac +aac +aac aac -kkL -kkL -kkL -kkL -kkL bvE bvE bwv @@ -41557,8 +41738,8 @@ bwm bvD bvD bvD -kkL -kkL +aac +aac bvE bvE bvE @@ -41569,8 +41750,8 @@ mcX rxL bxo rNI -kkL -kkL +aac +aac qYF qYF qYF @@ -41579,48 +41760,8 @@ rNI bvE aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (36,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -41633,33 +41774,53 @@ aac aac aac aac -crA -cnO +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp +exO ioz aiE cnO -afE -ddp +sWt +aBk +aqY agI izc cnO -wGx +ddp bPu qUW qUW qUW -alH qUW -bUs -wGx +lLN +rSB crY +ybh aeD aeM aeM aeM aCE avu -sJd +nHE cew azG aBn @@ -41675,19 +41836,19 @@ aMF ctC cjw cnB -cov -aLq +dLx +vrL cnC aWm aXC cnA -bcx +xfr aac aac aac aYe -aWp -aWp +usP +usP aXP aYd aac @@ -41697,17 +41858,17 @@ aYd aXP aXP aXP -aWp +usP bWa bdV -ben -ben -bdL -bdL -ben -bdL +tFA +tFA +wSb +wSb +tFA +wSb biu -cwS +sGb nSQ nAM fRi @@ -41736,12 +41897,12 @@ buI ble aac aac -kkL -kkL -kkL -kkL -kkL -kkL +aac +aac +aac +aac +aac +aac rNI xxS rNI @@ -41752,8 +41913,8 @@ bwZ bvM bvD bvD -kkL -kkL +aac +aac bvD bvD bvD @@ -41774,48 +41935,8 @@ rNI xTU aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (37,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -41828,45 +41949,65 @@ aac aac aac aac -crA -cnO -cnO -cnO +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp +exO +exO +exO cnO +sWt afE -ddp cnO cnO cnO -wGx +cnO +ddp ajn hCp -xSJ +uiM akX akX -xSJ -bUs -wGx -crY -crY -afg -crY +uiM +aQX crY +eOI +bKb +lMC +jIv +ydR ctC -bWy +myV awK cew azH aBo aCI aDJ -cew +crY aLM aNe aNe aOX aPn -aOX +aKm cwd aPe aQx @@ -41882,29 +42023,29 @@ aac aac aYd aYd -aWp +usP aYd -aWp -aWp +usP +usP aZA aXO -aWp +usP aXP aXP -aWp -aWp +usP +usP bWa bdV -ben -ben -bdL -bdL -bdL -bdL +tFA +tFA +wSb +wSb +wSb +wSb bin -cwS -cwS -cwS +sGb +sGb +sGb cuy qUB aac @@ -41933,22 +42074,22 @@ aac aac aac aac -kkL -kkL -kkL -kkL +aac +aac +aac +aac bvE bvE rNI hPr bvE -kkL +aac bwZ bvD bvD -kkL -kkL -kkL +aac +aac +aac bxC bvD bvD @@ -41969,48 +42110,8 @@ bvE aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (38,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -42023,39 +42124,59 @@ aac aac aac aac -crA -crA -crA -crA -crA -afF -ddp -wGx -wGx -wGx -wGx -wGx -bQs -aku -akY -alI -xSJ -bUs -bUO -afW -afW -afW +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp +cnO +cnO +cnO +cnO +bwd +afF +ddp +ddp +ddp +ddp +ddp +jOl +bQs +aku +akY +alI +uiM +rSB +aHa +afW +wWx +afW asb jfh bYE -cbj -bZV +eHZ +xWS cew azI oXH aCK cdK -cew +crY aMV aNj aNm @@ -42065,8 +42186,8 @@ aPT aNL aPh cjw -cov -aLq +dLx +vrL cnA clU aXD @@ -42078,30 +42199,30 @@ aac aac aac aYX -aWp +usP aXP aXP aZB -aWp +usP aXP aXP -aWp -aWp +usP +usP bWa bcV bdW -ben -bea -ben -bdL -bdL -bdL +tFA +rni +tFA +wSb +wSb +wSb big biN -pvA -cwS +gWg +sGb bkm -ben +tFA aac aac rsm @@ -42129,21 +42250,21 @@ aac aac aac bvE -kkL -kkL -kkL +aac +aac +aac bvD bvD bvE bvE -kkL -kkL +aac +aac bwZ bvM bvD -kkL -kkL -kkL +aac +aac +aac bwt bvD bvD @@ -42157,55 +42278,15 @@ jLc bwt bwt bwt -kkL -kkL -kkL -kkL +aac +aac +aac +aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (39,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -42222,8 +42303,28 @@ aac aac aac aac -cfr -afH +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ddp +ddp +ddp +ddp +xdE +aqX +afL bso agJ ahu @@ -42236,31 +42337,31 @@ alJ alJ ams bUt -bAt +ctC ctC ctC afg ctC ctC ctC -avw +aLp awL ctC ctC -cbW -cbW -cbW -ctC +crY +crY +crY +aCl kwU aNl aNo aNl aOY -aPX +tNr cjw aPi cwd -cov +dLx cmC cnB bXd @@ -42273,31 +42374,31 @@ aac bnv brn aYX -aWp -aWp +usP +usP aXO aZC baf aXP aXP -aWp +usP bWa bcV euc -bea -ben -bea -ben -bdL -bdL -bdL -ben +rni +tFA +rni +tFA +wSb +wSb +wSb +tFA bis -cwS -cwS +sGb +sGb bkn -bfq -bfq +tcN +tcN aac ftr aUX @@ -42337,7 +42438,7 @@ bxa bvD bvD bvD -kkL +aac bvE bvE bvE @@ -42353,54 +42454,14 @@ bwt bwt bvE bwt -kkL -kkL -kkL -kkL +aac +aac +aac +aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (40,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -42417,35 +42478,55 @@ aac aac aac aac -cfr +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +xdE +aSs bOq xdE -wGx +jOl ahv ahU xSJ ajp qUW -ahU -xSJ +vHg +uiM akX -xSJ -bUs -aop +uiM +rSB +ctB apr aqe cbj asc bXW ctC -avx -bZV -aym +myV +xWS +alV ctC -avG +ciA aCL ciB -aEM +abL aMG aNm aNo @@ -42469,30 +42550,30 @@ bnv crk aYY aYd -bcx +juL aYd ckZ aZA aXP -aWp -aWp +usP +usP ckZ cuy -cwS -cwS -bep +sGb +sGb +lOJ beO -ben -bfq -bdL -bdL -bfq +tFA +tcN +wSb +wSb +tcN big biN cDL bdZ -ben -ben +tFA +tFA aac bng eoK @@ -42549,53 +42630,13 @@ qOj cOI bwt xTU -kkL -kkL -kkL +aac +aac +aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (41,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -42610,13 +42651,33 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac bAu -bGg +hkA bHt afI xdE agK -xSJ +kPL ahU dQi vjD @@ -42624,19 +42685,19 @@ qUW aIi ala bMZ -xSJ +uiM bUu -aoq +aus fHp fHp fHp tio fHp aus -aEI -kSW +xQu +aRF ayn -aNJ +aSS ciA ciA aDK @@ -42662,7 +42723,7 @@ aac aac cqI crk -aWp +usP aYd tUu aYd @@ -42673,21 +42734,21 @@ aXP aYd bWa isd -cwS -cwS -lFG +sGb +sGb +fCD beP -ben -ben -bdL -bdL -bdL -ben +tFA +tFA +wSb +wSb +wSb +tFA bjK bke bdW -ben -bdL +tFA +wSb bme bnh coC @@ -42744,53 +42805,13 @@ bJI wvF bvE bwt -kkL -kkL +aac +aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (42,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -42804,9 +42825,29 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac bAu bwg -hGO +acX bHt afJ xdE @@ -42816,22 +42857,22 @@ ahV aiF vjD qUW -xSJ +uiM alb alb -xSJ -bUs -aor -bWy -bWy -bWy -bWy -bWy -bWy -cbj -bZV -bPs -fno +uiM +rSB +myV +myV +myV +myV +myV +myV +myV +eHZ +xWS +vrL +miI ciA ciA aDL @@ -42846,7 +42887,7 @@ vnh aPk ckX aRK -ckX +myV cnA clU aXH @@ -42858,31 +42899,31 @@ aac bnw brn aYZ -aWp +usP aYd aZo aZI bah aXP -aWp +usP aZc aac aac -cww -cwS -cwS -bea +lQu +sGb +sGb +rni bfp -ben -bdL -bdL -bdL -bfq -ben -bdL -bdL -bdL -bdL +tFA +wSb +wSb +wSb +tcN +tFA +wSb +wSb +wSb +wSb ble ble bme @@ -42939,53 +42980,13 @@ yee wvF bxo bwt -kkL +aac aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (43,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -42998,10 +42999,30 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac bAu bwg acX -hGO +acX bHt afI xdE @@ -43011,24 +43032,24 @@ ahW xSJ ajr qUW -xSJ +uiM akX -xSJ +uiM amt bUs -aop +ctB bXW aqf cbj aqf bXW ctC -avx -bZV +iGm +xWS aym ctC -avG ciA +bwj aDM aEP aMG @@ -43053,9 +43074,9 @@ aac tfB brn aYX -aWp +usP aYd -aWp +usP aXP aXP aXP @@ -43064,20 +43085,20 @@ aac aac aac eGF -cwS -cwS -ben +sGb +sGb +tFA xEV -bfq -bfq -bdL -bdL -bdL -bdL -bjL -ben -ben -bdL +tcN +tcN +wSb +wSb +wSb +wSb +tUh +tFA +tFA +wSb ble ble ble @@ -43139,48 +43160,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (44,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -43193,11 +43174,31 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac bCd acX acX -hGO -xdE +acX +bHt bOq xdE agN @@ -43206,19 +43207,19 @@ bOs aiG bPv qUW -xSJ +uiM alc alK -xSJ -anp -wGx +uiM +anq +aCl crY crY crY crY crY crY -avw +aLp awL ctC aHb @@ -43232,11 +43233,11 @@ aNB aJX aMJ aNB -cjy +aOt cnA aQz aRK -ckX +myV cnC aWn aXI @@ -43248,9 +43249,9 @@ aac aac aac aYX -aWp +usP aYd -aWp +usP aXP aXP aYd @@ -43262,16 +43263,16 @@ eJs imZ bev beQ -ben -ben -ben -bdL -bdL -ben +tFA +tFA +tFA +wSb +wSb +tFA beQ -npS -npS -lcs +lPj +lPj +gfZ aac aac bme @@ -43334,48 +43335,8 @@ bwt aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (45,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -43388,29 +43349,49 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac bCd acX acX -hGO -xdE -afK +acX +eqO +bOq xdE -wGx -wGx +jOl +jOl bNa aiH -wGx +jOl bQv -xSJ +uiM alb alb -xSJ -anq -auC -crY +uiM +bUs +axK crY fwi ase +atv att crY bWy @@ -43442,31 +43423,31 @@ aac aac aac aac -bcx -aWp +juL +usP aXP aXP aXP -bai +hOX bai aac aac aac -mfp -eLF -eLF -cwT +mvm +rwg +rwg +mvm beW -bea -ben -ben -bdL -bdL -bxy -ben -npS -kZU -lcs +rni +tFA +tFA +wSb +wSb +mne +tFA +lPj +kHi +gfZ aac aac bnh @@ -43488,10 +43469,10 @@ bnh ble ble bme -cwS -mvh +coC +tAX nun -lIR +psl rNI rNI xTU @@ -43529,48 +43510,8 @@ bwt aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (46,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -43583,11 +43524,31 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac bCd acX acX -hGO -xdE +acX +bHt afL bso agJ @@ -43597,14 +43558,14 @@ bOs ajs ajR akw -ald alL qUW +qUW bUs -wGx -crY +jyE aqg arh +bOw asf atu aLl @@ -43626,7 +43587,7 @@ ciA aQu aQA aRK -ckX +myV cnA whO aXJ @@ -43637,31 +43598,31 @@ aac aac aac aac -aWp +usP aXP aXP aXP aWp bMd -bRe +cbu cbi aac aac -mfp +mvm eNz ioM -cxg +cow beY -ben -bea -ben -bdL -bdL -bdL -bjL -npS -npS -lcs +tFA +rni +tFA +wSb +wSb +wSb +tUh +lPj +xhA +bJL aac ble bme @@ -43682,10 +43643,10 @@ ble bme ble ble -ben -bea -cwS -avm +bme +rni +sGb +cJy bvA bvE bvE @@ -43724,48 +43685,8 @@ bwt aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (47,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -43778,28 +43699,48 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac jbI bDE acX -hGO +acX bHt bID xdE bOs bOs +aBZ bOs -bOs -xdE -xdE +jOl +jOl alp -xdE +jOl anl apl rhg -xdE -crY -crY +jOl +jOl ari +atv bXe atv crY @@ -43823,7 +43764,7 @@ ckY aRK aSV cnB -aPh +bXd aXE cnB aac @@ -43832,30 +43773,30 @@ aac aac aac bbj -aWp +usP aXP aXP -aWp -aWp -bMB -bRf +usP +jJq +bMd +cbu cbu aac aac -mfp +mvm eNF iry -cxg +cow beZ bfr -bea +rni bgT -bea -bdL -bdL -bdL +rni +wSb +wSb +wSb beQ -bfq +tcN aac aac ble @@ -43876,11 +43817,11 @@ ble ble bme bme -bdL -bdL -bea -ben -lFG +ble +wSb +rni +tFA +fCD bvC bvE bvE @@ -43919,48 +43860,8 @@ bwt aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (48,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -43974,9 +43875,29 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac jbI bDE -hGO +acX bHt bID xdE @@ -43984,7 +43905,7 @@ agP ahy ahX bOs -xdE +jOl bQu bRY aky @@ -43992,7 +43913,7 @@ bRY aky aqd aky -crY +jOl crY bXY nVt @@ -44004,19 +43925,19 @@ ctC azO ctC ctC -oLv +afP aER aMS aNo aNB -aJZ +cjy ciA ciA aNN cnA aQD aRK -ckX +myV cnC aLq aXK @@ -44029,27 +43950,27 @@ bbj aZK aZP aZP -glL +aZK aac aZJ -bMB +bMd bRf -cwT -mfp -mfp +lqX +mvm +mvm cuz eOK isa -cwT -ocw -cbO -bgq -bgq -bea -bdL -bdL -bdL -bfq +mvm +ryw +eYE +rJr +rJr +rni +wSb +wSb +wSb +tcN aac aac ble @@ -44073,9 +43994,9 @@ aac aac buD biP -bdL -bea -ben +wSb +rni +tFA bvD bvE bvE @@ -44114,48 +44035,8 @@ bwt aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (49,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -44170,16 +44051,36 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac jbI -bEh -bHt +bcr +bUd bID xdE xdE xdE xdE cyi -xdE +jOl boW alq and @@ -44187,7 +44088,7 @@ alq and aqi brS -crY +jOl bWi arj ash @@ -44203,15 +44104,15 @@ oLv aER aMT aNo -aNB +suF cnB aLp cjz cjw cnB aQF -cov -ckX +dLx +myV cnB cjw cjw @@ -44224,12 +44125,12 @@ aZK aZP aZP aZP -glL +aZK aac aac bMG bRg -cbO +eYE cij rkb cuA @@ -44237,14 +44138,14 @@ eRJ isu lGv cxf -cbO +eYE cxn -bgq -bea -bdL -bdL -bdL -bxy +rJr +rni +wSb +wSb +wSb +mne aac aac ble @@ -44261,16 +44162,16 @@ bur ble ble btl -tCi aac aac aac -cwS -cwS +aac +sGb +sGb buK -ben -bdL -bdL +tFA +wSb +wSb bvE bvD bvD @@ -44309,48 +44210,8 @@ bwt aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (50,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -44367,14 +44228,34 @@ aac aac aac aac -cfr +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +xdE +aSs bIE bIK bIK bIK cpo bOt -xdE +jOl ajS akx ale @@ -44382,7 +44263,7 @@ akx apS aqA aky -crY +jOl aqh arj ash @@ -44400,13 +44281,13 @@ aMU aNo aOz vnh -ckX -ckX +myV +myV aNO aPl aPa aRF -aLq +vrL cjw aac aac @@ -44424,11 +44305,11 @@ aac aac aac bRh -cbO +eYE ciF cmq -cbO -cbO +eYE +eYE iuB lHH ofd @@ -44439,7 +44320,7 @@ bha bhe bhe bjM -ben +tFA aac aac ble @@ -44456,16 +44337,16 @@ bur ble ble btm -cwS -cwS -cwS -cwS -pvA -cwS +sGb +sGb +sGb +sGb +gWg +sGb buK -bdL -ben -bea +wSb +tFA +rni bvE bvD bvE @@ -44504,48 +44385,8 @@ bwt aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (51,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -44562,14 +44403,34 @@ aac aac aac aac -cfr -cfr -cfr -cfr -cfr -cfr -bOv +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +xdE xdE +aHq +aHq +aAx +agh +aqX +bOv +jOl ajT aky bRY @@ -44577,9 +44438,9 @@ aky bRY aqT brS +jOl crY -crY -arj +pIy bXf bXZ aCE @@ -44595,12 +44456,12 @@ aMS aNo aOB vnh -aLq +vrL aML aNP -ckX -ckX -cov +myV +myV +dLx aSY cjw aac @@ -44619,7 +44480,7 @@ aZK aac aac aac -mfp +mvm ciH cmn cuB @@ -44627,17 +44488,17 @@ eSK isu lIG isu -cbO +eYE sWO -bgq -ben -bdL -bdL +rJr +tFA +wSb +wSb bgx -bfq +tcN +aac aac aac -tCi bme bme coC @@ -44651,16 +44512,16 @@ ble ble bnj btn -cwS -pvA -pvA -pvA -cwS -cwS +sGb +gWg +gWg +gWg +sGb +sGb buK -bdL -bea -ben +wSb +rni +tFA bvE bvE bvD @@ -44699,48 +44560,8 @@ bwt aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (52,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -44762,9 +44583,29 @@ aac aac aac aac -cfr -bOv +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +xdE +xdE xdE +xdE +xdE +hgr +bOv +jOl ajU alx alf @@ -44774,9 +44615,9 @@ asX aky avA ctC -ctC +bPs bXg -ctC +bPs ctC avD ctC @@ -44814,22 +44655,22 @@ aZP aZK aac aac -mfp -mfp -mfp -mfp -cbO -ixS -mfp -cwT -cbO +mvm +mvm +mvm +mvm +eYE +xPg +lqX +mvm +eYE bgr -bgq -ben -bdL -bdL +rJr +tFA +wSb +wSb bjO -ben +tFA aac aac aac @@ -44847,15 +44688,15 @@ ble bnh aac aac -cwS +sGb aac jUS rQX bdG buM -ben -ben -hir +tFA +tFA +mQW bvD bvD bvE @@ -44894,48 +44735,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (53,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -44957,8 +44758,28 @@ aac aac aac aac -cfr -bOv +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +xdE +hgr +lgg xdE xdE xdE @@ -44978,7 +44799,7 @@ ciA ciA ciA ciA -ciA +aES aDP aER aMV @@ -45012,23 +44833,23 @@ aac aac aac aac -mfp +mvm eSR cwF lNr -cbO +eYE qjD bgs -bea -ben -bdL -bdL +rni +tFA +wSb +wSb bjO -ben +tFA cDL -cwS -cwS -cwS +sGb +sGb +sGb bme bme bme @@ -45045,12 +44866,12 @@ aac aac aac xeJ -cwS -ben -ben -bdL -ben -bea +sGb +tFA +tFA +wSb +tFA +rni bvD bvE bvE @@ -45089,48 +44910,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (54,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -45152,8 +44933,28 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac cfr -aiJ +bSv +bIE cpo cpo akA @@ -45194,36 +44995,36 @@ aVh aZP aZP aZK -aZK +bxL bbj vYf bbj bbj aZK -aZP +cbN aZP aZP aZP aZK bgh bcz -cxg +cow eTd cwF eOK -cxg +cow qkS bgt -ben -bea -bdL -bdL +tFA +rni +wSb +wSb bjO -bxy -cwS -cwS -cwS -cwS +mne +sGb +sGb +sGb +sGb bnj ble ble @@ -45238,14 +45039,14 @@ aac aac aac aac -ubA -dCu -cwS -ben -bxy -ben -ben -ben +iZR +cpX +sGb +tFA +mne +tFA +tFA +tFA bvD bvD bvD @@ -45284,48 +45085,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (55,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -45347,32 +45108,52 @@ aac aac aac aac -cfr -cfr -ajt -ajt +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac xdE xdE +aHq ajt ajt -cfr -cfr -cfr -cfr -cfr -cfr -cfr -cfr +aqD +aHq +ajt +ajt +aHq +aqD +ajt +ajt +aHq +aHq +aHq +xdE avG awP aHy aQg aIH -bec -bec -bfE -aMH -aNo +fIq +fIq +mPh +aYh +aZP aOF cnB cjw @@ -45397,27 +45178,27 @@ cfR cfR cfR coB -bas +aZP aZK aZK aZK bcz -cbO +eYE eVA cwF lPk -cbO +eYE qjD bgs -bea -ben -bdL -bfq +rni +tFA +wSb +tcN bjO aac aac -cwS -cwS +sGb +sGb aac aac aac @@ -45433,14 +45214,14 @@ aac aac aac aac -ubA -cwS -pvA -bdL -ben -bdL -bdL -bdL +iZR +sGb +gWg +wSb +tFA +wSb +wSb +wSb bvD bvD bvD @@ -45479,48 +45260,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (56,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -45543,20 +45284,40 @@ aac aac aac aac -cfr -cfr -cfr -cfr -cfr -cfr -cfr -cfr aac aac aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE auv ciA awQ @@ -45597,21 +45358,21 @@ aZP aZP bav bcA -cwT -cbO -eLF +mvm +eYE +rwg lQT -cwT -qjD +mvm +bUX bgu -bhb -ben -bdL -ben +hoG +tFA +wSb +tFA bjO aac aac -cwS +sGb cDL aac aac @@ -45627,15 +45388,15 @@ aac aac aac aac -cAq -dCu +wyV +cpX lOT -cwS -bdL -bdL -bdL -bdL -bdL +sGb +wSb +wSb +wSb +wSb +wSb bvD bvM bvP @@ -45655,10 +45416,10 @@ bvD bvD xTU bwD -kkL +aac rNI bvE -kkL +aac bya bvE bvE @@ -45674,48 +45435,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (57,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -45752,8 +45473,28 @@ aac aac aac aac -cfr -avH +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +xdE +ciB awR aHC aZK @@ -45778,7 +45519,7 @@ aTX aQq aVv aac -bwp +coB bkt bkt bkt @@ -45799,17 +45540,17 @@ lXd lXd qkU bgu -bea -bdL -bdL -bdL +rni +wSb +wSb +wSb bjP ocz -ben -ben +tFA +tFA blf -bto -bnr +wsn +nZz aac aac aac @@ -45825,12 +45566,12 @@ aac xeJ sXF psV -cwS -mvh -bdL -bdL -bdL -bdL +sGb +tAX +wSb +wSb +wSb +wSb xFH wez ads @@ -45840,7 +45581,7 @@ aac bwt bwt bwD -kkL +aac hPr bvE bwZ @@ -45860,7 +45601,7 @@ bvD bww byf rNI -kkL +aac bwr bvD bvE @@ -45869,48 +45610,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (58,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -45919,6 +45620,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aff aac aac @@ -45960,7 +45681,7 @@ aac aZK aUA aPc -bfE +mPh aQg aQh aQn @@ -45973,7 +45694,7 @@ aZK aTg aVP aac -bwp +coB bku bnS coB @@ -45989,42 +45710,42 @@ aZP aZK aZK bdP -bec +fIq vwR bec bfE bgv -ben -bdL -bdL -bdL +tFA +wSb +wSb +wSb bjO -ben -ben -ben -ben -ben +tFA +tFA +tFA +tFA +tFA bns bnO -boC -ben -bfq +wFg +tFA +tcN bfp -bdL -bdL -bfq -ben +wSb +wSb +tcN +tFA bte -bto +wsn ehH -dCu +cpX nnY vvh dmd -cwS -ben -bdL -bdL +sGb +tFA +wSb +wSb bvu wGm ncp @@ -46036,7 +45757,7 @@ bwu xTU bwI bwP -kkL +aac rNI bwZ bvD @@ -46064,48 +45785,8 @@ rNI aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (59,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -46145,6 +45826,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac bgh aZK bdw @@ -46168,7 +45869,7 @@ bbj aTi aac aac -bwp +coB coB cfR cfR @@ -46187,39 +45888,39 @@ bdQ aZK bew aZK -bbj -ben -ben -bdL -bdL -ben +rni +tFA +tFA +wSb +wSb +tFA bgx -bdL -bfq -ben -ben -ben -bfq -bdL -bdL -ben -bxy -bfq -bdL -bdL -bdL -bdL -ben -bhb -cwS +wSb +tcN +tFA +tFA +tFA +tcN +wSb +wSb +tFA +mne +tcN +wSb +wSb +wSb +wSb +tFA +hoG +sGb piO ueK mEk lvw -cwS +sGb beQ -bdL -bdL +wSb +wSb bvv wGm tRC @@ -46239,7 +45940,7 @@ bvD bvD bvD bwC -kkL +aac rNI rNI bxW @@ -46250,7 +45951,7 @@ bvE bwx ibh rNI -kkL +aac bwr bvD bvE @@ -46259,48 +45960,8 @@ xTU rNI aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (60,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -46313,6 +45974,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac ami ami awq @@ -46382,7 +46063,7 @@ bch bch bch bch -bcB +bhe bgw bhe bhe @@ -46444,7 +46125,7 @@ bvD bvD bwx rNI -kkL +aac byj bws bvE @@ -46454,48 +46135,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (61,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -46507,6 +46148,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac awq amj amj @@ -46556,8 +46217,8 @@ aZK aTi bgh aac -bwp -bwp +coB +coB fRa bkw csA @@ -46579,40 +46240,40 @@ aZP aZP aZP bgx -bdL -ben -bdL -bdL +wSb +tFA +wSb +wSb bgx -ben -bdL -bdL -ben -bdL -bdL -bdL -bdL -bdL -bdL -ben -bea -bdL -bdL -bea -ben -ben -cwS -pvA -cwS -cwS -cwS -cwS -bdL -ben -bea +tFA +wSb +wSb +tFA +wSb +wSb +wSb +wSb +wSb +wSb +tFA +rni +wSb +wSb +rni +tFA +tFA +sGb +gWg +sGb +sGb +sGb +sGb +wSb +tFA +rni aac vxd -kfN +gFf hUJ qLp vxd @@ -46649,48 +46310,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (62,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -46703,6 +46324,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac amj amj amj @@ -46751,7 +46392,7 @@ bbj aTb aac aac -bwp +coB beS bhC bkx @@ -46765,7 +46406,7 @@ bAL coB bhU coB -bcd +baw aZK bdw aZP @@ -46779,7 +46420,7 @@ bhP bdN bdX bgx -ben +tFA biq bdN bdN @@ -46787,23 +46428,23 @@ bdN bhP bhP bdX -bdL -bdL -ben -bfq -bdL -bdL -bdL -bdL -bjL -cwS -cwS -cwS -cwS -cwS -cwS +wSb +wSb +tFA +tcN +wSb +wSb +wSb +wSb +tUh +sGb +sGb +sGb +sGb +sGb +sGb beQ -bea +rni aac aac wGm @@ -46814,12 +46455,12 @@ qfC aac aac aac -mfp +cwT eLF eLF ocw -kkL -bwt +aXG +naw bvE bvE bvD @@ -46844,48 +46485,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (63,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -46898,6 +46499,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac awq amj ami @@ -46946,7 +46567,7 @@ bdA bgh aac aac -bwp +coB beT bhD cwe @@ -46982,22 +46603,22 @@ bhf bhf bhf bdV -ben -bdL -bfq -bdL -bdL -bdL -bdL -bea -ben -cwS -cwS -cwS -cwS -avm -nGm -nGm +tFA +wSb +tcN +wSb +wSb +wSb +wSb +rni +tFA +sGb +sGb +sGb +sGb +cJy +plI +plI aac aac aac @@ -47009,17 +46630,17 @@ qfC aac aac aac -mfp +cwT ubo mLe cxg -kkL -kkL -bwt -bvE -bvD -bvD -bvE +aac +aac +bea +xCX +mwW +mwW +xCX aac aac aac @@ -47039,48 +46660,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (64,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -47093,6 +46674,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aml amo amU @@ -47141,7 +46742,7 @@ aTb aac aac aac -bwp +coB beU bhF bky @@ -47177,20 +46778,20 @@ tHv bhS bhf bdV -ben -bdL -bdL -bdL -bea -hir -ben -ben -bea -cwS -cwS -avm -nGm -cAq +tFA +wSb +wSb +wSb +rni +mQW +tFA +tFA +rni +sGb +sGb +cJy +plI +wyV aac aac aac @@ -47199,7 +46800,7 @@ aac hYc wrv hUJ -qLp +vrH hYc aac aac @@ -47208,14 +46809,14 @@ mfp vKg wVf cxg -kkL -kkL -xTU -bvE -bvD -bvD -bvE -bvE +aac +aac +bxy +xCX +mwW +mwW +xCX +xCX aac aac aac @@ -47234,48 +46835,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (65,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -47284,6 +46845,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac cmo cmo cmo @@ -47313,9 +46894,9 @@ aac aac aac aac -ccd -ccd -ccd +nZR +nZR +nZR aac aVp aKf @@ -47336,7 +46917,7 @@ aac aac aac aac -bwp +coB beV bhD cwe @@ -47372,18 +46953,18 @@ bjd bhS bhf bdV -ben -bdL -ben -bea +tFA +wSb +tFA +rni beQ -ben -bea -bea +tFA +rni +rni bsm -cww -avm -cAq +lQu +cJy +wyV aac aac aac @@ -47398,20 +46979,20 @@ vrH rXy aac aac -sgG -mfp +cwT +cwT cbO ixS -mfp -kkL -xTU -bvE -bvM -bvD -bvE -bvE -rNI -cFK +cwT +aac +bxy +xCX +fug +mwW +xCX +xCX +yfI +vbw cAq aac aac @@ -47429,48 +47010,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (66,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -47479,6 +47020,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac cmo cmp utX @@ -47499,16 +47060,16 @@ aac aac aac aac -adS -adS -adS -adS -adS -ccd -ccd -ccd +qSH +qSH +qSH +qSH +qSH +nZR +nZR +nZR bYJ -ccd +nZR bZY ayx azV @@ -47529,9 +47090,9 @@ aac aac aac aac -bwp -bwp -bwp +coB +coB +coB beX bhG csm @@ -47567,18 +47128,18 @@ bkh bjd bhh bdV -ben -bdL -ben -bea -ben +tFA +wSb +tFA +rni +tFA bsm bsV btf aac aac -cAq -cAq +wyV +wyV aac aac aac @@ -47593,19 +47154,19 @@ mCK qfC aac aac -sgG +cwT qDI gpr -tRC -sgG -nJK +swQ +cwT +aac bxy -ben -ben -bdL -ben -cwS -cwS +xCX +xCX +mwW +xCX +yfI +yfI elr mYs cAq @@ -47624,48 +47185,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (67,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -47674,6 +47195,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac cmo dOG uDa @@ -47694,19 +47235,19 @@ aac aac aac aac -adS +qSH anr bUU anr -vPi +qSH bXi asj foN cuP uKj awS -kcw -kcw +oVA +oVA iLJ aKk bbj @@ -47724,7 +47265,7 @@ aac aac aac aac -bwp +coB bpS bpV oUS @@ -47740,7 +47281,7 @@ bJy bMX bRu bIV -bgh +anp bgh bgh aZP @@ -47759,7 +47300,7 @@ jmy dOO eMZ unE -dOO +fQo dOO boG bmE @@ -47775,7 +47316,7 @@ aac aac aac aac -aac +mnz buN aac aac @@ -47788,21 +47329,21 @@ vrH rXy aac aac -sgG +cwT psE lrd pXB -sgG -nJK +cwT +aac bea bxy -ben -bdL +xCX +mwW avm ilL mvh -cwS -cwS +yfI +yfI shp cAq aac @@ -47819,48 +47360,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (68,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -47869,6 +47370,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac cmo cmp uGH @@ -47889,10 +47410,10 @@ aac aac aac aac -adS -aot -aot -aot +qSH +uyf +uyf +uyf aqj bXi jyO @@ -47900,8 +47421,8 @@ iLJ cuP cuP awT -kcw -kcw +oVA +oVA iLJ aKk bdA @@ -47919,7 +47440,7 @@ aac aac aac aac -bwp +coB bae bcF bfm @@ -47930,11 +47451,11 @@ coB bwp bxE bkx -bwp -bwp -bwp -bwp -bwp +coB +coB +coB +coB +coB bcj bcE aZK @@ -47974,30 +47495,30 @@ buN buF buN btq -jww -tWY +tRd hYc -wrv +hYc +tRC npX qLp hYc -sgG -sPc +hYc +aac xDu nQk ubN -tRC -sgG -nJK -nJK +swQ +cwT +aac +aac bea -ben -bdL +xCX +mwW lFG qeH -cwS -cwS -cwS +yfI +yfI +yfI vbw cAq aac @@ -48014,48 +47535,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (69,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -48064,6 +47545,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac cmo gDg uGH @@ -48084,11 +47585,11 @@ aac aac aac aac -adS -dcX -bUV -bRw -vPi +qSH +uyf +uyf +uyf +iJq bXi asl atz @@ -48114,7 +47615,7 @@ aac aac aac aac -bwp +coB coB bcI coB @@ -48125,7 +47626,7 @@ cfR cfR bxF bAL -bwp +coB aac aac aac @@ -48143,11 +47644,11 @@ aac aac rOB bFv -yde bFv bFv -dOO -vtl +bFv +jvl +ajl opg xJb dOO @@ -48169,7 +47670,7 @@ btq btv btv btv -btv +oWD kNZ tdn xKr @@ -48177,22 +47678,22 @@ oPz nIf sGR pLE -sgG -sgG +hYc +hYc vxd hOw vxd -sgG -nJK -nJK +hYc +aac +aac bea -ben -bdL -cwS -cwS -cwS -cwS -cwS +xCX +mwW +yfI +yfI +yfI +yfI +yfI vbw cAq cAq @@ -48209,48 +47710,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (70,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -48259,6 +47720,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac cmo cmo vvV @@ -48279,11 +47760,11 @@ aac aac aac aac -adS -vPi -pRj -vPi -aqk +qSH +dcX +bUV +bRw +run ark asm bTb @@ -48310,19 +47791,19 @@ aac aac aac aUn -cqr +bCA cqQ chX bhQ csm bou -coB bZj bhD +bhD bkx -bwp -bwp -bwp +coB +coB +coB aac aac aac @@ -48377,17 +47858,17 @@ qvJ tBw qfC vye -sgG -nJK +hYc +aac bea bhb -bdL -cwS -bdL -cwS -cwS -cwS -cwS +mwW +yfI +mwW +yfI +yfI +yfI +yfI lZc cAq cAq @@ -48404,48 +47885,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (71,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -48454,6 +47895,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac cmo cmo wYx @@ -48474,10 +47935,10 @@ aac aac aac aac -adS -vPi -pRj -vPi +qSH +qSH +run +qSH aql ark bXi @@ -48517,7 +47978,7 @@ cqH csm bGa bJE -bwp +coB aac aac aac @@ -48571,18 +48032,18 @@ hUJ vrH vlG vlG -srQ -eqO -nJK +vlG +lTG +aac bxy -bdL -bdL -bdL -cwS -cwS -cwS -cwS -cwS +mwW +mwW +mwW +yfI +yfI +yfI +yfI +yfI vbw ubA cAq @@ -48599,48 +48060,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (72,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -48649,6 +48070,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac cmo tEC wYx @@ -48669,11 +48110,11 @@ aac aac aac aac -adS +aqm ans bUY sDs -aqm +uGx ark bXi bTb @@ -48695,7 +48136,7 @@ aZP aZK aTi aac -aac +rZF aac bgh bdA @@ -48712,7 +48153,7 @@ ctA bAM bGb bJF -bwp +coB aac aac bgh @@ -48749,13 +48190,13 @@ aac aac btv btv -btq +lJC tWY aac aac aac jww -tWY +hYc kOr gFf hUJ @@ -48768,16 +48209,16 @@ tRC tRC gFf nWv -bjL -bdL -bdL -bdL -bdL +fug +mwW +mwW +mwW +mwW bxA cww -cwS -cwS -cwS +yfI +yfI +yfI vbw cAq cAq @@ -48794,48 +48235,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (73,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -48844,6 +48245,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac cmo cmo uHX @@ -48852,7 +48273,7 @@ wYx cmo aac ami -aqN +arp arp aac aac @@ -48864,11 +48285,11 @@ aac aac aac aac -mIE -ant +bOp +gcO bUZ aps -aqn +xQb arm bXj bYb @@ -48890,7 +48311,7 @@ aZP aZP aZP aZK -bbj +fTa bbj aTi tWf @@ -48901,13 +48322,13 @@ crp crU cwe boz -bwp -bwp -bwp +coB +coB +coB cfR bGc bJG -bwp +coB aac aac aZK @@ -48945,7 +48366,7 @@ btu btv btq aac -aac +alH aac aac aac @@ -48966,13 +48387,13 @@ kUi bxc bxc bxc -bdL -bdL +mwW +mwW lFG gpp -cwS -cwS -cwS +yfI +yfI +yfI vbw ubA aac @@ -48989,48 +48410,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (74,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -49039,6 +48420,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac cmo cmo cmo @@ -49062,7 +48463,7 @@ aac amu anu bVa -apt +sDs aqo arn bXi @@ -49096,7 +48497,7 @@ crq crV bkA boD -bwp +coB aac aac bAN @@ -49140,17 +48541,17 @@ btq btq buN aac -sgG -sgG +hYc +hYc xyz -sgG -sgG +hYc +hYc aac oeH dyZ tJp krg -vlG +afv gFf tRC vrH @@ -49159,14 +48560,14 @@ rHs gFf ayl bxd -bdL -bdL +mwW +mwW bxy -bdL -cwS +mwW +yfI mvh pvA -cwS +yfI avm ubA cAq @@ -49184,48 +48585,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (75,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -49234,6 +48595,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac cmo cmo cmo @@ -49254,7 +48635,7 @@ aac aac aac aac -adS +qSH anv aou apu @@ -49286,12 +48667,12 @@ aZK bcm axb aVm -bcM +cqQ coB bhU bkB -bwp -bwp +coB +coB aac aac bAO @@ -49306,7 +48687,7 @@ bcm aac aac aac -fil +fSr bfd bgJ bfc @@ -49335,7 +48716,7 @@ btv btq xre aac -sgG +hYc vmm aft vlG @@ -49353,13 +48734,13 @@ vlG vlG srQ lTG -ben -bdL +xCX +mwW bxy bxy -ben -cwS -cwS +xCX +yfI +yfI mvh fsJ cAq @@ -49379,48 +48760,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (76,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -49446,10 +48787,30 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac ccd ccd -ccd -adS +nZR +qSH bTa bTa bTa @@ -49530,7 +48891,7 @@ btq btq btp aac -sgG +hYc jVU oMZ vlG @@ -49546,15 +48907,15 @@ qfC riY cGg pSm -sPc +aac wYL bxy bxy bxy -nJK +aac bxy bea -nJK +aac nGm cAq cAq @@ -49574,48 +48935,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (77,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -49642,13 +48963,33 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac bGo alM amv bUx bVc bUx -amv +bVc bUx bVc atA @@ -49685,9 +49026,9 @@ aac aac aac aac -bfE -bfE -bfE +mPh +mPh +mPh baU aZP aZK @@ -49725,7 +49066,7 @@ btq btv btp aac -sgG +hYc hOw vxd vxd @@ -49740,17 +49081,17 @@ bvq qfC qfC qTp -sPc -sPc -sPc -nJK -nJK -nJK -nJK +aac +aac +aac +aac +aac +aac +aac bxy -nJK -nJK -nJK +aac +aac +aac cAq aac aac @@ -49769,48 +49110,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (78,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -49837,12 +49138,32 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac nkp -kcw +oVA thz -kcw -kcw -kcw +oVA +oVA +oVA aqr cuP ras @@ -49870,10 +49191,10 @@ aSK aZP aZP aUA -bfE +mPh aWa -bec -bec +fIq +fIq aXV aYh bgh @@ -49935,9 +49256,9 @@ vxd hOw hOw vxd -sgG -sPc -sgG +hYc +aac +aac aac aac aac @@ -49964,48 +49285,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (79,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -50032,6 +49313,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac nkp alN bJJ @@ -50050,9 +49351,9 @@ aAd aAd ccV jjJ -ccd -ccd -ccd +nZR +nZR +nZR jjJ baw bbj @@ -50115,7 +49416,7 @@ lbh lbh jKf aac -sgG +hYc ndS vlG tRC @@ -50130,7 +49431,7 @@ iMP tRC tRC gvR -sgG +hYc aac aac aac @@ -50159,48 +49460,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (80,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -50227,6 +49488,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac nkp cRw foN @@ -50243,8 +49524,8 @@ foN foN azV aBI -jjJ -jjJ +ccW +ccc jjJ bnq cfX @@ -50279,13 +49560,13 @@ aac aac aac aac -aXG +nZR aac aac bfg bgI xdr -gOC +iGp fEW sau okE @@ -50310,10 +49591,10 @@ lbh lbh jKf aac -sgG +hYc vrH vlG -fMS +gFf vxd tEf tEf @@ -50325,7 +49606,7 @@ tRC vlG vlG vth -sgG +hYc aac aac aac @@ -50354,48 +49635,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (81,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -50422,6 +49663,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac nkp bJJ alN @@ -50438,7 +49699,7 @@ foN foN foN ccc -ccW +ccc aDU jjJ cfY @@ -50446,10 +49707,10 @@ cfY jjJ cht jjJ -ccd -ccd +nZR +nZR jjJ -foN +lzh iLJ aac aac @@ -50473,7 +49734,7 @@ ccs aac aac aac -fil +jZF iLJ iLJ bfe @@ -50505,11 +49766,11 @@ twa hLf uad aac -sgG -vrH +hYc +bfQ vlG tRC -uqY +mrp aTP bss rno @@ -50520,7 +49781,7 @@ tRC vlG vlG jXD -sgG +hYc aac aac aac @@ -50549,48 +49810,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (82,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -50617,13 +49838,33 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac nkp -kcw -kcw -kcw -kcw -kcw -kcw +oVA +oVA +oVA +oVA +oVA +oVA cuP cuP cuP @@ -50644,7 +49885,7 @@ aLB xqT aNT jjJ -aQK +fBC iLJ aac aac @@ -50677,7 +49918,7 @@ bgI xhM xnn aXs -xdr +bcb czb aac aac @@ -50700,7 +49941,7 @@ fhW fhW fhl aac -sgG +hYc vrH fNH iWi @@ -50714,8 +49955,8 @@ vlG vlG vlG vlG -jXD -sgG +dbv +hYc aac aac aac @@ -50744,48 +49985,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (83,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -50812,13 +50013,33 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac ccd alQ amz iPd aPx iPd -amz +aPx iPd cuX cuX @@ -50894,8 +50115,8 @@ asd vxd vxd vxd -sgG -sgG +hYc +hYc uzj sly uLK @@ -50910,7 +50131,7 @@ vlG vlG vlG jsW -sgG +hYc aac aac aac @@ -50939,48 +50160,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (84,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -51006,10 +50187,30 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac ccd ccd -ccd -adS +nZR +qSH bTa bTa bTa @@ -51034,11 +50235,11 @@ cie ciW aNW jjJ -aQK +fBC iLJ aTk aUE -aWr +jZF iLJ iLJ aSL @@ -51105,7 +50306,7 @@ tTP uWP sZP ihd -sgG +hYc aac aac aac @@ -51134,48 +50335,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (85,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -51204,7 +50365,27 @@ aac aac aac aac -adS +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +qSH anz bVf imV @@ -51216,7 +50397,7 @@ fxM foN foN foN -foN +aqM jjJ jjJ jjJ @@ -51247,7 +50428,7 @@ aZe iLJ qmW aac -ccd +nZR cmX fBC cva @@ -51286,7 +50467,7 @@ mpr vxd vxd vxd -eFF +vrH vlG tRC puX @@ -51300,7 +50481,7 @@ wWK mms mms pwn -sgG +hYc aac aac aac @@ -51329,48 +50510,8 @@ aac aac aac aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (86,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -51399,6 +50540,26 @@ aac aac aac aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac mIE anA aox @@ -51414,16 +50575,16 @@ ayC foN cbp foN -aDX +foN aEX -aGi +cuP ukx cuP -iLJ +fMS aNX bZq aNX -iLJ +fMS cuP cuP cuP @@ -51441,7 +50602,7 @@ iLJ bxI iLJ bGk -aXG +aac bNm cva fBC @@ -51483,7 +50644,7 @@ tRC tRC vrH tOA -tRC +vgb myk pbF efR @@ -51495,78 +50656,16 @@ pDY pbF efR eGq -sgG +hYc +aac +aac +aac +aac aac aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(87,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab aac aac aac @@ -51585,6 +50684,22 @@ aac aac aac aac +aab +"} +(87,1,1) = {" +aab +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac aac @@ -51594,7 +50709,33 @@ aac aac aac aac -bUd +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aqm anB aoz apx @@ -51614,11 +50755,11 @@ cuP cuP ukx cuP -aKm +iLJ nZR jjJ nZR -lUm +iLJ cuP cuP cuP @@ -51636,7 +50777,7 @@ foN fxM foN foN -aac +ccd bYJ bRZ bNS @@ -51690,77 +50831,37 @@ gfd pJz erq pZe -sgG +hYc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (88,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -51789,11 +50890,31 @@ aac aac aac aac -adS -adS -adS -adS -adS +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +qSH +qSH +bVz +qSH +uGx lUm cuP cuP @@ -51831,7 +50952,7 @@ foN ukx cuP cuP -cva +doH bNR bSa bNR @@ -51868,7 +50989,7 @@ lbh asd vjc tRC -hOD +tRC tRC tRC tRC @@ -51885,77 +51006,37 @@ ryf ulL xLH gFH -sgG +hYc +aac +aac +aac +aac +aac +aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (89,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -51987,10 +51068,30 @@ aac aac aac aac -djW -djW -bWD -tqG +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +cfl +cuP cuP cuP cuP @@ -52004,11 +51105,11 @@ cuP cuP cuP cuP -aKm +iLJ nZR jjJ nZR -lUm +iLJ cuP cuP cuP @@ -52069,88 +51170,48 @@ vxd vxd tEf tEf -sgG -sgG -sgG -sgG -sgG +hYc +hYc +hYc +hYc +hYc dFU bYG dtt -sgG -sgG -sgG -sgG +hYc +hYc +hYc +hYc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (90,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac @@ -52182,11 +51243,31 @@ aac aac aac aac -djW -djW -aro +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +iLJ gCa -tqG +cuP cuP cuP cuP @@ -52199,11 +51280,11 @@ ayD cuP cuP cuP -iLJ +aGA aNX bZq aNX -iLJ +aGA cuP cuP cuP @@ -52258,102 +51339,60 @@ lbh asd pVq vsL -jMV +oYM jMV vxd aac jrw pYM -lmV -lmV -lmV -lmV -sgG +aac +aac +aac +aac +hYc hOw hOw hOw -ghi -lmV -lmV -aac -aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +hYc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (91,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agO -agO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac aac aac -aXG aac -aXG aac aac aac @@ -52375,14 +51414,36 @@ aac aac aac aac -djW -djW -djW +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aAR uko -tqG -tqG -tqG +cuP +cuP +cuP cuP cuP ccc @@ -52435,8 +51496,8 @@ iLJ tyh tyh aac -koj -koj +aac +aac bln bmp bmp @@ -52457,98 +51518,56 @@ xeo nCJ vxd aac -uiE -uiE -lmV +fNi +fNi +aac bvy -uiE -uiE -bpu +fNi +fNi +lLD bvU -blJ -blJ -lmV -lmV -lmV -aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +jBc +jBc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (92,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agO -agO -aaa -aaa -agO -agO -aaa -aaa -aaa -aaa aab aac aac aac aac -aXG aac -aXG aac aac aac @@ -52566,15 +51585,37 @@ aac aac aac aac -djW -djW -djW -djW -djW -djW +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aAR aAR -aro +iLJ uko dXV mrG @@ -52587,7 +51628,7 @@ tsX aDY ccc cuP -lqD +cuP aIQ oKo aLF @@ -52597,8 +51638,8 @@ aPy oKo aRV ras -ras -lqD +bbI +cuP cuP ukx lqD @@ -52654,96 +51695,76 @@ vxd aac pYM cvn -uiE +fNi bqz jsw bvN -bmp +vxc bul -bph +kfe bwe -blJ -lmV -lmV -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +jBc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (93,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agO -agO -aaa -aaa -agO -agO -aaa -aaa -aaa -aaa aab aac aac aac aac -aXG aac -aXG +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac aac @@ -52758,10 +51779,10 @@ aac aac bDQ bNq -djW -djW -djW -djW +aac +aac +aac +aac ayr ayr aCu @@ -52772,29 +51793,29 @@ aAR awJ dZl awJ -bDQ -aNu -jOp -dgB +gLF +gLF +cuP +cuP aAf -bVM +oVA mHo aDZ -dgB -aOa +cuP +pvz oKo oKo oKo aLG dgB -aOa +dgB oKo oKo blb blb bfv blb -aYw +cxa bao blb bfv @@ -52804,7 +51825,7 @@ blb blb blb vlm -mGA +hmh riS mKv itw @@ -52844,101 +51865,59 @@ aac aac aac jrw -uiE +fNi aac aac -uiE -uiE -bmp -uiE -bmp +fNi +fNi +vxc +fNi +vxc gBj -uiE -tQg +fNi +laN pYM bum -bmp -lmV -lmV -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +vxc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (94,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agO -aaa -agO -agO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac aac aac -aXG aac -aXG aac aac aac @@ -52951,32 +51930,54 @@ aac aac aac aac -bLj -hJT -ayv -ayw -aHh -djW -aCu -aAb -ayw -ayw -ayw +aac +aac +aac +aac +aac +aac +aac +dWm +dWm +dWm +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +bLj +hJT +ayv +ayw +aHh +aac +aCu +aAb +ayw +ayw +ayw aAR awJ aAR awJ awJ -djW +aac jEO -dgB -dgB +tGR +cuP aAf mHo mHo aDZ -dgB -dgB +cuP +cuP oKo aIS aKn @@ -52989,8 +51990,8 @@ aRW aTp aUK blb -aYx -baq +aYB +bar blb bfw bhV @@ -52998,9 +51999,9 @@ bkO boL brB blb -bxL -bAR -rUn +bJV +exi +mrv bJV vmI oOB @@ -53033,108 +52034,88 @@ bmE aac brX bsP -bqH +hZa qfN aac aac aac nrc jrw -uiE -uiE +fNi +fNi pEM -uiE -bmp -bmp -uiE -bmp -tQg -uiE -bmp -tQg -blJ -lmV -lmV -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +fNi +vxc +vxc +fNi +vxc +laN +fNi +vxc +laN +jBc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (95,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aab aac aac aac -rKG -rKG -buc -rKG -rKG +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +dWm +hhj +vjR +dWm +dWm aac aac aac @@ -53160,18 +52141,18 @@ ayw ayw awJ aGa -djW -djW -djW -wmZ -dgB -jmP +aac +aac +aac +aac +cuP +ccc aAg -aPH -aPH +bZL +bZL aEa -jmP -dgB +ccc +cuP oKo aIV aUV @@ -53179,18 +52160,18 @@ aUV aUV aOb blb -blb -blb +aQP +bfx bfx bfx blb aYB -bar +pnn blb bfx bfx -blb -blb +bfx +viU brD blb bxM @@ -53233,103 +52214,83 @@ tLs aac aac aac -bmp +vxc gom sha cvn -uiE -bmp -bmp -bqr +fNi +vxc +vxc +wHa bqz -uiE -uiE -bmp -tQg -bmp -bmp -lmV -lmV -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +fNi +fNi +vxc +laN +vxc +vxc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (96,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aac -aac -aac -rKG +aab +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +dWm bsS cjq bvt -rKG +dWm aac aac aac @@ -53355,27 +52316,27 @@ ayw ayw aAR aGb -djW +aac aHh awJ -avL -dgB -jmP -jmP -dgB -dgB -jmP -jmP -dgB +ufG +cuP +ccc +ccc +cuP +cuP +ccc +ccc +cuP aHo aIV aUV aUV aUV aOc -aPB -aQQ -aRX +blb +brB +agf bfy bfy bda @@ -53384,7 +52345,7 @@ bar bda bfy bfy -bda +agf boN bsk vlm @@ -53412,7 +52373,7 @@ nZR eqS foN gEo -blo +bmA bpw bmp blJ @@ -53423,108 +52384,88 @@ bqG aac aac aac -uiE -uiE +fNi +fNi aac aac btY -bmp +vxc cvn -uiE -uiE -bpu -lmV -lmV -bmp +fNi +fNi +lLD +aac +aac +vxc bvF bvO -bmp +vxc bvV -bmp -bmp -lmV -lmV -lmV -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +vxc +vxc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (97,1,1) = {" aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab aac aac aac -rKG +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +dWm abt bud abK -rKG +dWm aac aac aac @@ -53553,41 +52494,41 @@ aEU uPE ufG ufG -avL -dgB -rJz -rJz -orc -dgB -rJz -rJz -dgB +ufG +cuP +ayD +ayD +fAb +cuP +ayD +ayD +cuP xvy aIW aKp aJb aMQ aOc -aPC -aQR +oKo +afH oKo blb bbq blb -aYw +cxa bat blb -blb -blb -blb +aac +aac +aac boO bsl buU bxO bAW bCq -mCx -mqQ +vXc +skl foN iLJ oHN @@ -53607,7 +52548,7 @@ iLJ iLJ foN gEo -blo +bmA bmA bnx blJ @@ -53619,76 +52560,56 @@ aac aac aac cvn -uiE +fNi qfN btw btZ -bmp -uiE +vxc +fNi gBj wod -lmV -lmV -lmV -bmp -bmp -lmV -lmV -lmV -lmV -lmV -lmV -lmV -lmV -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +vxc +vxc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (98,1,1) = {" aab @@ -53714,25 +52635,25 @@ aac aac aac aac -rKG -brG +akR +heO chS chS chS -brG -rKG -rKG -rKG -rKG -rKG -rKG -rKG +heO +dWm +akR +dWm +dWm +dWm +dWm +dWm +aac aac aac aac aac aac -djW ayz awJ ayw @@ -53748,23 +52669,23 @@ ayw aAR ufG awJ -avL -dgB -irx -dgB -irx -dgB -dgB -irx -aGl +ufG +cuP +cuP +cuP +aec +cuP +cuP +cuP +cuP xvy aIX aKq aIV aMW aOc -aPC -aQV +aPB +aQQ oKo aTs aUM @@ -53782,7 +52703,7 @@ bxP bCq bCq bKa -bOE +wim foN foN foN @@ -53796,13 +52717,13 @@ cuP ukx cuP cuP -lqD +aec mEL foN foN foN gEo -blo +bmA bmA bpf blJ @@ -53810,80 +52731,60 @@ bpk blJ bnD bnu -aac +aXG aac qfN eFA -uiE +fNi gom btx -blJ +jBc bua -uiE -bmp -lmV -lmV -lmV -tQg -bmp -uiE -lmV -lmV -lmV -lmV -lmV -lmV -lmV -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +fNi +vxc +aac +aac +aac +laN +vxc +fNi +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (99,1,1) = {" aab @@ -53921,13 +52822,13 @@ txs txs txs txs -rKG +dWm +aac aac aac aac aac aac -djW ayO awJ ayw @@ -53941,20 +52842,20 @@ ayX ayw awJ aAR -djW -djW -aNu +aac +aac +aHv oBn aHv oBn szb -jmP -jmP -oKo -aNu +ccc +ccc +jLx +aHv aHv aUS -aUV +bhZ dgB aMW aOd @@ -53964,7 +52865,7 @@ oKo aTt aUN aUN -aUN +rqr baV aUN aUN @@ -53974,17 +52875,17 @@ boQ vtz vlm bxT -mCx -mCx -bKb -vlm +vXc +vXc +rUn vlm vlm +cdD cjN cjN vlm vlm -jhl +itw foN oRm qNS @@ -53997,7 +52898,7 @@ vtM pRj pRj gEo -blo +bmA bmB bmp blJ @@ -54005,80 +52906,60 @@ bmp blJ bnD bmp -uiE +mCh gPL -uiE +fNi cvn cvn -uiE +fNi lcq bua -uiE +fNi qdI -bmp -lmV -lmV +vxc +aac +aac btY -bmp -blJ -bmp -lmV -aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +vxc +jBc +vxc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (100,1,1) = {" aab @@ -54116,13 +52997,13 @@ gOL txs txs txs -rKG +dWm +aac aac aac aac aac aac -djW ayX awJ ayw @@ -54147,33 +53028,33 @@ aCU aCU aHv aHv -aHq -aIZ +aHt +aIV aIV dgB aMW aOd aPD -aQX +aRb oKo -aTu +aTt aUN aWF aWH baN bdd aUN -bhZ +aTy vlm vlm bst vlm -bUv -bTF -bTF -vlm +kHg +evI +evI +mCx +aNa vlm -bSN cdC cjO cnc @@ -54189,10 +53070,10 @@ cva ybN jWi bdU -ulv +psv ybN aGf -aGL +bmB bmD bmp bnW @@ -54206,74 +53087,54 @@ pYM sha cvn cvn -uiE +fNi gBj -uiE -bmp -lmV -lmV -bmp -bmp -blJ -tQg -lmV -aac -aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +fNi +vxc +aac +aac +vxc +vxc +jBc +laN +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (101,1,1) = {" aab @@ -54311,13 +53172,13 @@ txs txs txs txs -rKG -rKG -rKG -bDQ -bNq -djW -djW +dWm +dWm +dWm +dWm +heO +aac +aac azh aHh ayw @@ -54338,43 +53199,43 @@ axd qcO dgB roI -dgB -dgB -roI +gYn +gYn +gYn aGm aHr -aUV -dgB -aIV -aMX +vMM +gYn +dBO +hvz aOe aPE aPE aRZ -aUN -aUN -aWG +rqr +rqr +dBO aYB bar -bde -aUN +bsD +bCq bib cvl bsv bsv -buW +bsv bxV bBB -bGq -vlm -che +evI +dzG +mzC vlm -cdD +bSN cjP cnd cvd fMk -jjJ +vlm aGc foN cva @@ -54387,7 +53248,7 @@ kuB uJY ybN blp -aGP +blJ bmE bnA bnX @@ -54398,77 +53259,57 @@ tQg bmp mQR bqz -uiE +fNi pYM tCM cvn wgu -uiE -bmp -bmp +fNi +vxc +vxc bul -bmp -blJ -blJ -lmV -aac -aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +vxc +jBc +jBc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (102,1,1) = {" aab @@ -54494,23 +53335,23 @@ aac aac aac aac -rKG +akR heO chS chS chS heO -cpV -tNr -adh +dWm +akR +heO txs txs txs gOL gOL gOL -bim -hJT +gOL +kUC awA awJ awJ @@ -54534,55 +53375,55 @@ ayF ouB aBM cAw -ouB -ouB +qVb +qVb aGn aHs -aJb -ouB -aLO +gDS +qVb +aWH aMY aOf aPF aPF aSb -bfD -bfD +uTK +uTK aWH aYE baQ -aWH +bCt bfD bii bkY bsw -bsw +nOE bsw bxX bBT +evI +bTF bGr -bKc -bOp -bKc +vlm cdD cjQ vlm vlm vlm -jjJ -jjJ +vlm +vlm oRm qNS uxu xFR hEF pRj -pRj +adS rSE ant ybN bkU -blq +bpo bmF bnB bnY @@ -54599,71 +53440,51 @@ rAv xes gBj bul -blJ -bmp -blJ -blJ -tQg -lmV -aac -aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +jBc +vxc +jBc +jBc +laN +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (103,1,1) = {" aab @@ -54678,34 +53499,34 @@ aaq aHz aao aao -aHz +aam aam aam cfH cdo cdo -rKG -rKG -rKG -rKG -bUX -rKG -cpV +dWm +dWm +dWm +dWm +fln +dWm abu +cjq bap baL -cpV -cpV -cpV -tNr +bmt +yah +cjq +dWm txs txs txs txs txs txs -ccj -hJT +txs +kUC awJ awJ awJ @@ -54728,12 +53549,12 @@ axe wsj qJi dgB -dgB -dgB +gYn +gYn aEY aGp aHt -aJc +aIV aIV dgB aMW @@ -54741,43 +53562,43 @@ aOd aPG aQY oKo -aTy +axm aUN aWG -aWG +dBO baR bdg -aUN -bij +ctl +blc blb blb bsx -buX +bTF bye bBU bGs bGs -bOw -bST bGs +bGs +wwO cjR cne -cve neL -cve +aDe +neL mnq foN foN uBz xGb iPd -lzT +iPd aqn vvR axu ybN bkU -aGP +blJ bmG bnC boa @@ -54792,73 +53613,53 @@ aac bth xPT tUZ -blJ -blJ -bmp -lmV -lmV -lmV -lmV -aac -aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +jBc +jBc +vxc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (104,1,1) = {" aab @@ -54878,9 +53679,9 @@ cdo aOD acQ aam -cjq +nMO baH -bld +bwR bmt yah csk @@ -54889,7 +53690,7 @@ cjq yah aby cjq -bmt +cjq cjq cjq adi @@ -54899,8 +53700,8 @@ gOL gOL gOL txs -ccj -hJT +txs +kUC awA awJ ayw @@ -54923,28 +53724,28 @@ aHv oWQ aAj orc -bXq -dgB +jyw +gYn aOa aJd aHv oKo -aUV +bhZ dgB aMZ aOd aPC aQR -wmZ +aac aTy aUN aUN -aUN +rqr baS aUN -aUN +npf +blb bik -blc boU bsy buY @@ -54967,10 +53768,10 @@ uJn xGi foN iKW +hfP pRj -pRj -adS -adS +vPi +vPi bkX blr bmH @@ -54985,75 +53786,55 @@ tQg aac aac bti -tQg +laN tUZ -bmp +vxc bum -lmV -lmV -lmV -lmV -aac -aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (105,1,1) = {" aab @@ -55069,35 +53850,35 @@ bgn cfH aLu pIa -ced +pIa cdo aam seb xzL cdo -rKG -rKG -rKG -bUX -rKG +bwR cjq -cpV -cpV -cpV -cpV -cpV -uZh dWm +fln +dWm +cjq +cjq dWm dWm dWm dWm +cjq dWm dWm -cdA -akR -djW -djW +dWm +dWm +dWm +dWm +dWm +dWm +dWm +aac +aac awJ ayw ayw @@ -55118,7 +53899,7 @@ axf ayF aAk aBO -bXq +jyw ajW aUV aGr @@ -55130,16 +53911,16 @@ aMZ aOd aPC aQZ -wmZ +aac aTz -aUR +bfz aYw -aUN +rqr baV -aYw -bfF +vFS bil blb +aIZ boV bsz buZ @@ -55182,73 +53963,53 @@ aac aac aac aac -bmp -bmp -lmV -lmV -lmV -aac -aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +vxc +vxc +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (106,1,1) = {" aab @@ -55264,35 +54025,35 @@ cfH cfH cdo pIa -ced -ced +aac +aac cdo nfK xzL cdo -ced -ced -ced -ced -bUX +bwR +bwR +dWm +aac +fln qPl +csk fln -ced -ced -ced -cpV -uZh -cdA -cdA -cdA -cdA -cdA -cdA +aac +aac +dWm +cjq +vjR cdA +aac cdA -akR -djW -djW +bDU +ccg +ccg +aet +dWm +aac +aac awJ ayw ayw @@ -55313,28 +54074,28 @@ axg ayH aMQ bXq -bXq -dgB +jyw +gYn aUV uWG dCb oKo -oKo aLP +dgB aMX aOd aPC aRa -wmZ -wmZ +aac +aac aUS aWK -aUN +rqr baV -aYw blb blb blb +iNi boV blb bTF @@ -55383,67 +54144,47 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (107,1,1) = {" aab @@ -55458,36 +54199,36 @@ aOD cdo cdo pIa -ced -ced -cdo +aac +aac +cVt cdo aHz aQB cdo cdo cdo -ced -ced -rKG +aac +aac +dWm cjq -cpV -cpV +cjq +dWm fln -cpV -cpV +dWm +dWm bzH +cjq cdA cdA -bDU -aet +cdA +kIK +ccg +ccg aet -nOE -afM -cck -akR -djW -djW +dWm +aac +aac azS ayw ayw @@ -55509,13 +54250,13 @@ ayI aAm aBQ aCV -bXq +jyw aUV vBs dCb oKo -oKo aLQ +dgB aMX aOd hHO @@ -55524,7 +54265,7 @@ aSc aTA aUT anc -aWL +qVb bbc aWL aWL @@ -55540,13 +54281,13 @@ ryK ryK ryK bTF -bye +nof cng cvg fXV jkc ghV -oOB +aLk qQq uRy xKD @@ -55577,68 +54318,48 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (108,1,1) = {" aab @@ -55652,37 +54373,37 @@ aLu aan pIa pIa -ced -ced -ced -aam +aac +aac +aac +vlC aam aHz cfH cdo baH cdo -rKG -rKG -rKG +dWm +dWm +dWm yah cjq bFg -abL -glG -cpV -uZh +csk +cjq +cjq +yah +cjq cdA adB -ccg -ccg -ccg -ccg dEa dEa -akR -djW -djW +dEa +dEa +dEa +dWm +aac +aac ayX ayw ayw @@ -55704,14 +54425,14 @@ tuV aAn aBR aCW -aIV +dBO aFb oKo oKo oKo oKo oKo -aNa +aFf aOg aPD aRb @@ -55719,14 +54440,14 @@ aSd aTB oKo aoP -aYG +mlS bbd bfy bfI -mZd +aac bli bpe -mZd +aac bvb byZ vlm @@ -55736,12 +54457,12 @@ bOz vlm cdT cjU -cnh -bTD +mcv +che vlm vlm vlm -oOX +foN qQN uTQ xOs @@ -55771,69 +54492,49 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (109,1,1) = {" aab @@ -55846,27 +54547,28 @@ aHz cdo aan pIa -ced -ced -aam +aac +aac +vlC aam abr aam pIa aaR aJn +nMO +nMO +cdo +bwR cjq cjq -cdo -bld +dWm +dWm +fln +dWm +bfO cjq cjq -rKG -rKG -bUX -rKG -cpV -uZh cdA adB dEa @@ -55874,10 +54576,9 @@ dEa dEa dEa dEa -dEa -akR -djW -djW +dWm +aac +aac ayX ayw ufG @@ -55898,8 +54599,8 @@ oKo ayK aAo aBS -dgB -aIV +gYn +dBO aUV aGr dCb @@ -55914,14 +54615,14 @@ aPH aPH aUU bfy -aYG +mlS bbd bfy bfJ -mZd -mZd -mZd -mZd +aac +aac +aac +aac bvc bza bCf @@ -55933,9 +54634,9 @@ buY cjV cni cvl -bTF -bTF -mqQ +evI +evI +skl oqJ xJD ukx @@ -55965,70 +54666,50 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (110,1,1) = {" aab @@ -56053,26 +54734,26 @@ aJn onq onq cdo -rKG -rKG -rKG -rKG -ced -ced -akR +bwR +bwR +cjq +dWm +aac +aac dWm -uZh +glG +cjq +cjq cdA adB dEa dEa -kPL cch +afM bJb -agf -akR -djW -djW +dWm +aac +aac axk azS ayw @@ -56085,16 +54766,16 @@ ayw ayw ayw kyT -bXq -dgB -dgB -bXq +jyw +gYn +gYn +jyw axi ayL aAp ajW -dgB -aIV +gYn +dBO aUV uWG dCb @@ -56109,8 +54790,8 @@ aJb aTC aUU biH -blN -bsK +mlS +bbd bdi cik cik @@ -56125,11 +54806,11 @@ bKL bOA vlm bTF -bye +nof cng bkY -buY -buY +fZD +fZD bkY hQq qYm @@ -56159,71 +54840,51 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (111,1,1) = {" aab @@ -56249,26 +54910,26 @@ aas lzt cdo acU -ced -ced -ced -ced -ced -akR +dWm +dWm +dWm +aac +aac +dWm cdA acI cdA cdA +cdA uqB uqB cdA cdA cdA -cdA -akR -djW -djW -djW +dWm +aac +aac +aac ayX ayw ayw @@ -56280,16 +54941,16 @@ ayw ayw awJ kyT -bXq -dgB -dgB -bXq +jyw +gYn +gYn +jyw ufH -aIV -aMZ -dgB -dgB -aIV +dBO +gNQ +gYn +gYn +dBO aUV vBs dCb @@ -56304,8 +54965,8 @@ aSe aMZ aUU biH -blN -bsK +mlS +bbd bdi bfV biD @@ -56319,14 +54980,14 @@ cjN cjN vlm bTD -cdT +kaP cjU cnh vlm mKv mKv vlm -oWD +awT cuP ukx xWN @@ -56353,72 +55014,52 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (112,1,1) = {" aab @@ -56433,24 +55074,24 @@ cdo acU aaw cdo -qHo +aan aan aam cdo pIa -cdo +cVt aam aar wEU adC cdo -ced -ced -ced -ced -ced -akR -cdA +aac +aac +aac +aac +aac +dWm +cci cci xKC cci @@ -56460,10 +55101,10 @@ cci xKC cci cci -akR -bDQ -djW -djW +dWm +dWm +aac +aac axk azS ayw @@ -56473,18 +55114,18 @@ awJ ayw ayw awJ -aFZ +awJ oKo asq atE atE avR -oKo -ayM +aNu +rpp aMZ dgB -dgB -aIV +gYn +dBO aFb aJd oKo @@ -56499,14 +55140,14 @@ oKo aTD oKo aWO -blN -bsK +mlS +bbd bdi bfM biH blN biH -biH +kOa bve cik bCm @@ -56547,80 +55188,60 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (113,1,1) = {" aab aac aac -rKG -rKG +cpV +cpV cpV cpV acU @@ -56628,7 +55249,7 @@ cdo aJn cdo cdo -kyf +baH cdo aJn cdo @@ -56641,11 +55262,11 @@ aam aLu aar aar -ced -ced -ced -akR -cdA +aac +aac +aac +dWm +cci cci upO xyC @@ -56678,25 +55299,25 @@ axj aIV aAr aBT -aBT -aBT +gOe +gOe aFc aGt aJb -aJe aJb aJb aJb +oSE aOi aJb aJb -aSf +aJb aFg -aUV +bop aWP aYH bbf -biH +azd bfN biI blO @@ -56710,7 +55331,7 @@ bGO vlm bTE bTF -bye +nof cng cyH gbS @@ -56742,93 +55363,73 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (114,1,1) = {" aab aac aac -rKG -glG -yah -cjq +cpV +ebu +qds +nMO cdo -cjq -cjq +nMO +nMO aKw aLu gjP -cjq -cjq +nMO +gjP gGX cdo -cjq +nMO adW aam adC @@ -56836,12 +55437,12 @@ aar cdo aar aar -ced -ced -ced -akR -cdA -acJ +aac +aac +aac +dWm +cci +cci mce adD aed @@ -56860,7 +55461,7 @@ aHh aHh goG awJ -ayw +aFv oKo oKo oKo @@ -56896,7 +55497,7 @@ bfV biK blQ biH -bsC +bll lbW cik bCo @@ -56906,8 +55507,8 @@ rpA bTF bTF cjU -cnh -vlm +bBT +bTD vlm vlm msG @@ -56937,81 +55538,61 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (115,1,1) = {" aab aac aac -rKG -rKG -aZm +cpV +cpV +nMO cpV cdo pIa @@ -57023,7 +55604,7 @@ aHz pIa acU cdo -cjq +nMO gOo abv aJn @@ -57031,12 +55612,12 @@ cdo aar aar aar -ced -ced +aac +aac ahS dWm cdA -bzN +bij mce bCL dUP @@ -57050,7 +55631,7 @@ dWm dWm azT axk -djW +aac aHh aHh awJ @@ -57068,24 +55649,24 @@ axn bXq aAs aKr -dgB -dgB -aMX -dgB -biH -biH -biH -biH -biH -biH -biH -biH -biH -biH -biH -biH -bsK -blN +gYn +gYn +hvz +gYn +gYn +gYn +gYn +gYn +gYn +gYn +gYn +gYn +gYn +gYn +gYn +gYn +bbd +mlS bdk cik blV @@ -57093,7 +55674,7 @@ blV blV blV blV -aPm +cik vlm vlm vlm @@ -57132,82 +55713,62 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (116,1,1) = {" aab aac aac aac -rKG -bFg -chS +cpV +tJu +wJL cdo aam aax @@ -57218,7 +55779,7 @@ aax cZZ cdo cdo -cjq +nMO abr aam aam @@ -57226,8 +55787,8 @@ ahn aar aar xFT -ced -ced +aac +aac hmw aiD acr @@ -57245,7 +55806,7 @@ eXK axk axk axk -djW +aac aHh awJ ayw @@ -57263,38 +55824,38 @@ aIV bXq aAt aBW -dgB -dgB -aFf +gYn +gYn +urL aGw -biH +gYn aJf aKC -aLS +kAY aJf aOk -aLS +kAY aJf aKC -blN -blN -blN -bsK -blN -blN -bfO -bll -bll +mlS +mlS +mlS +bbd +mlS +lou +wim +bCp +bCp bpE bsD -bll -bzc bCp -bHo bCp -bOE +cvA +bCp +bCp +wim bUp -buY +fZD cjV bBT bTF @@ -57327,82 +55888,62 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (117,1,1) = {" aab aac aac aac -rKG +cpV aaf -chS +wJL aar aar aam @@ -57422,7 +55963,7 @@ cdo cdo aar aar -cjq +nMO hHm acd acs @@ -57458,9 +55999,9 @@ aLO avU aAu aBX -ouB -ouB -aFg +qVb +qVb +scM aGx aHD aJl @@ -57474,29 +56015,29 @@ aPJ aPJ aPJ aWQ -aYK -bll -blN -bfP -blX +baN +dBO +lou +wim +bCq blR -blX -blX -blX -blX +bCq +bCq +bCq +bCq bCq bHp bCq -bOE +wim bUv -bTF +evI cjU bBT bTF bOE -jrU +mCx mwt -mGA +hmh riS vlm jUo @@ -57522,82 +56063,62 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (118,1,1) = {" aab aac aac aac -rKG -rKG -rKG +cpV +cpV +cpV aac aar aar @@ -57608,7 +56129,7 @@ aam aam aam cdo -cjq +nMO aam aam cdo @@ -57647,15 +56168,15 @@ bWl bWl asv oKo -auD +bXq avV axp bXq bXq ufI -orc -dgB -aMX +cEa +gYn +hvz aGy cik aVn @@ -57670,29 +56191,29 @@ aTG wuE aWR aYL -bbk -frL -bfQ -bbk -blS -blS -blS -blS -bzd +iqy +mJq +bkY +iuw +bCt +agm +bCt +bCt +bCt bCt bHq bCt bkY bUI -bTF +evI cjU bBT bTF bOE ryK mxa -ryK -ryK +qAd +qAd vmI vyl fBY @@ -57703,7 +56224,7 @@ ryA ucD ryA aac -lLw +teI bnJ bnJ bnJ @@ -57717,73 +56238,53 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (119,1,1) = {" aab @@ -57803,7 +56304,7 @@ aan aam acU baH -cjq +nMO aam aam cfH @@ -57848,8 +56349,8 @@ axq bXq aAv aKr -dgB -dgB +gYn +aHD aFi aGz cik @@ -57864,8 +56365,8 @@ aOu blN taa aWR -bll -oSV +dBO +gNQ bdp cik biT @@ -57895,11 +56396,11 @@ svg cUu vlm gAD -efT +ras iJp aac -nhv -nhv +tUN +tUN aac aac aac @@ -57912,73 +56413,53 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (120,1,1) = {" aab @@ -57998,7 +56479,7 @@ aas cdo cfH cdo -cjq +nMO aan aam ahn @@ -58008,8 +56489,8 @@ aar cdo aar cdo -ced -akR +aac +aac cdA acL bBg @@ -58030,7 +56511,7 @@ ayw ayw ayw aAR -djW +aac oKo oKo oKo @@ -58044,9 +56525,9 @@ ayN aAw aBY aEb -aEb -aMX -aGA +axt +hvz +aGx cik bll bll @@ -58059,8 +56540,8 @@ bll blN aUZ aWR -bll -oSV +dBO +gNQ bdq cik biU @@ -58078,11 +56559,11 @@ ceG cjU cnf bTF -ghM +bOE ryK ryK plC -ryK +qAd vnC tZV fBY @@ -58091,11 +56572,48 @@ voe vlm ltZ wgI -bME -aXG -bME -bME -aXG +vlm +eSx +vlm +vlm +eSx +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac aac @@ -58107,73 +56625,16 @@ aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (121,1,1) = {" aab @@ -58185,7 +56646,7 @@ aac aac aac aac -rKG +cpV aaG aam aam @@ -58193,7 +56654,7 @@ abs aam aam baH -cjq +nMO bgn aar aJn @@ -58203,10 +56664,10 @@ cdo aar cdo aar -ced -akR +aac +aac cdA -acJ +cci bBg dUP wol @@ -58217,17 +56678,17 @@ bBg cci dWm dWm -djW -djW -djW +aac +aac +aac awJ ayw ayw ayw aAR -djW -djW -djW +aac +aac +aac ijo arv asy @@ -58240,8 +56701,8 @@ oCc fyU scp oKo -aMX -dgB +hvz +gYn bfM biH jxc @@ -58254,7 +56715,7 @@ bll aTH aVa aWR -bll +dBO bbl bvl cik @@ -58272,12 +56733,12 @@ cvf ceG cjU bBT -cLE -ghV -jyE +bTF +bTF mGA -ptr mGA +ptr +hmh vnC tZV vyl @@ -58290,85 +56751,65 @@ vlm vvp dnz sDE -che -che -che -che -che -che +eSx +eSx +eSx +eSx +eSx +eSx +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab "} (122,1,1) = {" aab @@ -58380,10 +56821,10 @@ aac aac aac aac -rKG cpV -cjq -cjq +cpV +nMO +nMO cpV abN aam @@ -58398,10 +56839,10 @@ aJn aar aar aar -ced -akR +aac +aac cdA -acM +bdm mce meu wol @@ -58420,23 +56861,23 @@ ayw ayw ayw aHh -djW -djW -djW +aac +aac +aac ijo bZD asz ccn cdZ avY -axt -bXq -bXq -bXq -bXq -aEc -aMX -aUV +aHv +oKo +oKo +oKo +oKo +aHv +hvz +vMM cik aJm aKG @@ -58449,8 +56890,8 @@ aYO aTI aUY aWR -aYO -aYK +rXk +baN bds bfS biV @@ -58472,7 +56913,7 @@ giq bTF bTF bUv -bTF +evI vlm xAF voe @@ -58490,80 +56931,60 @@ vtp sip vtp nFN -che +eSx +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aab "} (123,1,1) = {" aab @@ -58575,26 +56996,26 @@ aac aac aac aac -rKG -aXZ -yah -cjq cpV +aXZ +qds +nMO +ncQ aaz csG aar -cjq +nMO aan cdo cfH cdo -ced -ced -ced -ced -ced -ced -akR +aac +aac +aac +aac +aac +aac +aac cdA biC mce @@ -58606,8 +57027,8 @@ tUW bJg cci cdA -cdA -cdA +aOv +ajN cdA aAb ayw @@ -58616,22 +57037,22 @@ ayw ayw awJ aHh -djW -djW +aac +aac ijo arw asA gAm cdZ avZ -aHv -aGx -oKo -oKo -oKo -oKo -ceI -cdZ +aEc +bXq +aCa +dLT +bXq +aEc +fbd +hJg cik aJo aOu @@ -58644,8 +57065,8 @@ bll bsK aVc aWR -bll -oSV +dBO +gNQ bdt cik biW @@ -58653,7 +57074,7 @@ blV cik cik cik -bzh +bLb eSx bHA bKR @@ -58673,7 +57094,7 @@ kbS vCN vCN mfv -cyH +kzE mqs maP mqs @@ -58683,82 +57104,62 @@ mqs mqs mpm quT -vtz -vtz -che +ljn +ljn +eSx +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aac +aab "} (124,1,1) = {" aab @@ -58770,14 +57171,14 @@ aac aac aac aac -rKG cpV -cjq +cpV +nMO aZn -cjq -cjq -cjq -cjq +sTZ +nMO +nMO +nMO aar aam bgn @@ -58785,11 +57186,11 @@ cdo aam cdo aag -ced -ced -ced -ced -akR +aac +aac +aac +aac +aac cdA bdm mce @@ -58799,12 +57200,12 @@ bFl bhA bHT bJg -cci +bKp cdA awU ajN aiL -awJ +aOK ayw ayw ayw @@ -58820,12 +57221,12 @@ atJ cdZ awa aHv -aGx -oKo -aBZ -aDe +aQV +bXq +bXq +bXq oKo -ceI +fbd aGC cik tCI @@ -58839,16 +57240,16 @@ bll aTK aVa aWR -bll -bbm +dBO +baR frL bfU biX frL bpH +csW +blN bsG -cik -bzh eSx bHB bKS @@ -58863,12 +57264,12 @@ jAE bBV pOW jAE -voe -vyl -vyl -vyl -tZV -vlm +pfS +cSx +baq +cSx +xrW +ycy hvj bGd xlP @@ -58878,82 +57279,62 @@ xlP xlP bGd rLg -vtz -vtz -che +ljn +ljn +eSx +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac aac aac aac aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aac +aac +aac +aab "} (125,1,1) = {" aab @@ -58965,13 +57346,13 @@ aac aac aac aac -rKG +cpV aXZ aQB aKw aam aQB -cjq +nMO aas aam aam @@ -58981,12 +57362,12 @@ wgB cdo aam cdo -ced -ced -ced -akR +aac +aac +dWm +dWm cdA -cci +acJ mce adE dUP @@ -58994,19 +57375,19 @@ wol wol afi bJg -bKp -cdA -awX -axm +cci +bOV +cci +cci cdA -aAc +awJ ayw ayw ayw awJ aAR aCQ -aHh +aUR aHh cea bWK @@ -59016,12 +57397,12 @@ cdZ awc aHv bXq -oKo -aCa +afU +uqY bXq aUS aFl -cfA +qVb bfU blS bbk @@ -59034,16 +57415,16 @@ bll bsK aUY aWR -bll -oSV +dBO +gNQ aLS bfV blN blX bpI +blX bsH -cik -bzh +bLb vlm eSx eSx @@ -59053,9 +57434,9 @@ vlm bCz bCz cRB +tVu bCz -bCz -bzl +vXc pro vlm vlm @@ -59073,7 +57454,7 @@ vlm vlm vlm vlm -mGA +hmh riS vlm vlm @@ -59129,26 +57510,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (126,1,1) = {" aab @@ -59160,15 +57521,15 @@ aac aac aac aac -rKG +cpV cpV aQB aap abv -cjq -cjq +nMO +nMO adK -cjq +nMO aam cdo seb @@ -59177,10 +57538,10 @@ aam cdo aam aam -ced +aac hHm dWm -cdA +cjq bzM mce adF @@ -59190,7 +57551,7 @@ eIR afj bJg cci -bOV +cci cci cci bOV @@ -59199,10 +57560,10 @@ ayw ayw aAR awJ -aEQ +aCQ aHh -gLF -gLF +ijo +ijo ijo ijo jEB @@ -59215,9 +57576,9 @@ oKo oKo ayS oKo -ceI -cfx -aPm +fbd +gYn +cik aJr oSV bll @@ -59229,20 +57590,20 @@ bll bsK aVd aWR -bll -oSV +dBO +gNQ bdu bfV biZ blX bpI +blX bsI -cik -bzh -bzh -bzh -bzh -bvK +bGq +wmX +aeq +clK +vOs bWk ceZ ckA @@ -59250,8 +57611,8 @@ cnw cfg bCz jEW -bWZ -ckG +hmh +ptr vlm vsd aBp @@ -59259,17 +57620,17 @@ aBp kRY gfC vlm -vlm -vlm -vlm +rUn +nEU +xmR vlm xjH nsB vlm gbU gOu -vtz -vtz +ljn +ljn qeI fkK vlm @@ -59324,26 +57685,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (127,1,1) = {" aab @@ -59355,10 +57696,10 @@ aac aac aac aac -rKG +cpV aXZ aKw -cjq +nMO cpV pIa pIa @@ -59369,13 +57710,13 @@ aam cdo ahn cdo -ced +aac aam aar -cjq +nMO hmw bwR -uZh +cjq cci upO ucl @@ -59385,7 +57726,7 @@ ucl ucl upO cci -cci +cdA cci cci cci @@ -59411,7 +57752,7 @@ ccn cdZ ijo aFl -cfy +aGw cik aJs aKK @@ -59431,13 +57772,13 @@ cik bja blX bpJ -blN +blX bvk -aPm -cik -cgT -cik -aPm +bLb +bHE +bHE +clK +vOs bWk cfg ckB @@ -59445,8 +57786,8 @@ cfg cfg bCz loP -bzl -ckH +vXc +dZp vlm vsZ ryK @@ -59454,17 +57795,17 @@ ryK nST qON voe -rUn -nEU -xmR +mCx +vyl +ggJ vlm mCx rMP vlm gbU hGd -vtz -vtz +ljn +ljn vms fkK vlm @@ -59519,26 +57860,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (128,1,1) = {" aab @@ -59550,10 +57871,10 @@ aac aac aac aac -rKG -rKG +cpV +cpV aZn -glG +ebu cpV aag pIa @@ -59570,7 +57891,7 @@ wgB csG abM bwR -uZh +cjq bzN adj cci @@ -59582,9 +57903,9 @@ cci bKp cdA awY -axv +ajN cdA -aAx +ayw ayw aAR awJ @@ -59605,8 +57926,8 @@ gAm gAm cdc cdW -ceI -cfv +fbd +aGx cge bsG oSV @@ -59619,29 +57940,29 @@ bll bsK aVe aWR -oSV +gNQ bbp bdv -bfW +aac bjb blY bpI blX blN bzk -bCw -bHD -bsG -aPm +bHE +bHE +blN +vOs bWk cfp ckC cnx cnx -odJ +aac jJv -bWZ -ckG +hmh +ptr vlm vtz xlg @@ -59651,15 +57972,15 @@ gfC voe mCx vyl -ggJ +nIS vlm mCx pSc vlm oiF hGd -vtz -vtz +ljn +ljn xnP vlm vlm @@ -59714,26 +58035,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (129,1,1) = {" aab @@ -59776,10 +58077,10 @@ cdA cdA cdA cdA -cdA -cdA +aOv +ajN aiL -aHh +bas ayw aAR awJ @@ -59800,8 +58101,8 @@ gAm gAm cdd cdX -ceI -cfv +fbd +aGx cgg iQt oSV @@ -59814,26 +58115,26 @@ bll bsK aVf aWS -oSV -bll -bfW -bfW +gNQ +dBO +aac +aac cik cgS bpK bsJ biZ -aPm +bLb bCx bHE bLa -aPm +vOs bCz cft ckE bCz -odJ -odJ +aac +aac jLY bzm pvY @@ -59846,15 +58147,15 @@ gfC voe diD vyl -nIS +mCx voe mCx nsB vlm gbU hGd -vtz -vtz +ljn +ljn wAj vlm mWF @@ -59909,26 +58210,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (130,1,1) = {" aab @@ -59958,10 +58239,10 @@ aHz aam aam aar +dWm +dWm +aac aac -akR -akR -akR cdA adG dEa @@ -59995,22 +58276,22 @@ cdZ cdZ cdc cdW -ceI -cfv +fbd +aGx cgg aJu oSV bll cik -aOt +aWW aPR biH bll bsK aVg bWH -oSV -bll +gNQ +dBO bdE bfX cik @@ -60018,20 +58299,20 @@ bsI bpL bsK bvl -aPm +bLb bCy bHF -bLb -aPm +bsG +vOs bWw cfJ bsW cnK cSr csQ -jWk -bWZ -ckG +csQ +hmh +ptr rpA vtz ryK @@ -60048,8 +58329,8 @@ nsB vlm gbU hGd -vtz -vtz +ljn +ljn eFO vlm bjr @@ -60104,26 +58385,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (131,1,1) = {" aab @@ -60149,14 +58410,14 @@ rXZ cdo aam adC -ced +aac cdo aam cdo aac aac aac -akR +aac cdA uWO dEa @@ -60165,9 +58426,9 @@ dEa ccg dEa dEa +buW cdA -dWm -djW +aac ufG aAR ayw @@ -60191,7 +58452,7 @@ cco cco ijo ceK -cfv +aGx cgg aJv aKL @@ -60205,7 +58466,7 @@ aTM aVj aWU aYR -bll +dBO bfV xaR cik @@ -60213,11 +58474,11 @@ cik cik ckE cft -bzh -bzh -bzh -bzh -bvK +bLb +bLb +bLb +bLb +vOs bWx cgc ckF @@ -60225,13 +58486,13 @@ bvB cUi csQ csQ -bzl -ckH -ueU +vXc +dZp +aac vvB xlg -xlg wsi +xlg gfC eSx eSx @@ -60243,15 +58504,15 @@ eSx eSx wdI npW -vtz -vtz +ljn +ljn vBV vlm bjr tiU -rEr -wZZ -htD +dpB +bPF +bPF aad aad iwH @@ -60299,26 +58560,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (132,1,1) = {" aab @@ -60360,8 +58601,8 @@ dEa dEa afO ccg +buW cdA -dWm ayb ufG ayw @@ -60369,49 +58610,49 @@ ayw awJ aAR bTk -ijo +lOI ijo aoE ijo ijo -ijo +aGs jEB bYk ijo ijo caf -ijo +lOI aAB aCb cfx cfx -ceI -cfv +fbd +aGx cge bsG biH aMc bfP blN -bll +blN biH bll aTN wdf aWR -bll -bll +dBO +dBO bfV bll bjc bjc cik bsO +bCw bCz -bzh -bzh -bzh -bzh +udp +bjg +bHH bCz bCz cgd @@ -60420,40 +58661,40 @@ bWZ cUT gpO csQ -bWZ -ckG -ueU -ueU +hmh +ptr +aac +aac eSx flK eSx mwt -hVm +eSx dYK umE iEU olH -trr -iEU +olH +aiJ iEU iEU vlm -mGA +hmh riS vlm vlm bjr tiU rEr -wZZ -wZZ -wZZ +xjO +jmx +bPF iwH iwH iwH xlX wPq -iwH +kKI iwH aad aad @@ -60494,26 +58735,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (133,1,1) = {" aab @@ -60548,15 +58769,15 @@ afZ iJh agR jXV -adH -aee -bHY -bHY -bHY -afP -agh +dEa +dEa +dEa +dEa +dEa +dEa +dEa +buW cdA -dWm tuu ufG ufG @@ -60564,50 +58785,50 @@ ayw aAR aAR bTl -wto -cdZ -cdZ -isj -cdZ -cdZ -ceI -cdZ -cdZ +mWA +hJg +hJg +wjF +hJg +mtm +fbd +hJg +hJg awd cad ayW -cdY +oJk asE -cdY -cdY +oJk +oJk ceL -cfx +gYn cik cgT cik aMd cik -aOt -aPW -biH +aPm +qBv +bll bll blN aVf aWS -bll -bll +dBO +dBO cik bll bje bmc cik -ckE +cfg +ckC cft -bzh -bCz -bCz -bCz +udp +csQ bPe +bCz bWB bvz ckH @@ -60615,15 +58836,15 @@ bvz cWs bzl bzl -bzl -ckH +vXc +dZp rzx bvw -bvw +hHZ bvz gjk nPJ -hVm +vOs qns hIt keg @@ -60632,7 +58853,7 @@ dXQ dXQ dXQ kqt -ace +bjr bjr bjr ace @@ -60640,10 +58861,10 @@ bjr bjr tiU rEr -wZZ -bmv -wZZ -kKI +hJv +dlL +bPF +iwH lxp nDj hwI @@ -60689,26 +58910,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (134,1,1) = {" aab @@ -60743,15 +58944,15 @@ afZ fDG agR adk +adH +aee +bHY +bHY +bHY +kfN cdA cdA cdA -cdA -cdA -cdA -cdA -cdA -dWm tuu ufG ufG @@ -60759,50 +58960,50 @@ ayw awJ aAR bTl -wto -cdZ -cdZ -cah -cdY -cdY +mWA +hJg +hJg +tbQ +oJk +oJk asE atL auK awe -ceI -wto -cdZ -cdZ -cdZ -cdZ -ceI -cfx +fbd +mWA +hJg +hJg +hJg +hJg +fbd +gYn cik cgU aKN -bsK +buX +ijf cik aOu -aPW -biH +bll bll blN aVg bWH -bll -bll +dBO +dBO bdI jBp bjf bjc cik -bsW -bvw -bvw -bCA -bHH -bLi +bCz +nrP +bCz bvz +bvz +bLi +bvK bzl bvz cla @@ -60810,7 +59011,7 @@ bvz csQ bzl bzl -bzl +vXc pwz bCH bvB @@ -60818,11 +59019,11 @@ eLC bvB bvB gaq -hVm +vOs mYX iEU -iEU -dXQ +sAv +yde xHw isY oyy @@ -60836,7 +59037,7 @@ bjr tiU rEr bmv -xFc +iji iwH iwH dcc @@ -60884,26 +59085,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (135,1,1) = {" aab @@ -60937,16 +59118,16 @@ aac ahY fDG vaZ -akR -akR -akR -akR -akR -akR -akR -akR -akR -dWm +cdA +cdA +cdA +cdA +cdA +cdA +cdA +cdA +aac +aac ayr bOZ ufG @@ -60954,7 +59135,7 @@ ufG awJ awJ bTk -ijo +lOI cfx cfx tJJ @@ -60965,23 +59146,23 @@ cfx auL cfx axz -ijo +lOI cco cco cco ijo -aFm -cfy +aFl +aGw cik cgT cik -aMf +wpE +aEQ cik -aOv +aqL bll -afr aSk -aRk +blN aVn aWV aYT @@ -60991,13 +59172,13 @@ cik cik bmf cik -bsW bvz +bsW bzl bzl bzl bzl -bzl +bSy bzp bzl cla @@ -61005,17 +59186,17 @@ bzl cYx bzl kdK -bzl -bzl +vXc +vXc rzG bHP ckH bzl lhR bPr -hVm +vOs +iEU iEU -sAv bpY qlq xCN @@ -61079,26 +59260,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (136,1,1) = {" aab @@ -61140,7 +59301,7 @@ aac aac aac aac -djW +aac bNM ayr tuu @@ -61165,38 +59326,38 @@ aAC aCc dWu cea -ceI -cfx +fbd +gYn cik aJw aKN -bsK +aMf +aEQ cik -aOw -blN +bKc bdq aSl agw cik bll -bll -bll +dBO +dBO bdJ bga bjh -bCH +wQU bpx -bsY -bvB +kOu +fil bzm -bCH -bCH +wQU +wQU bLk -btC +kOu bLk -btC +kOu cle -btC +kOu ddI gqF kes @@ -61208,20 +59369,20 @@ bCN jBO bCz bCz -snV -srk +vOs +aac iEU unO -qlq +qWc brd iEU -vQo +aad wij dBG bjr bjr bjr -utV +bjr bjr tiU rEr @@ -61274,26 +59435,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (137,1,1) = {" aab @@ -61335,8 +59476,8 @@ agR agR agR aac -djW -djW +aac +aac ays tuu ufG @@ -61355,56 +59496,56 @@ bZD ijo awf ceI -aGs +ijo aAD aCd aDf cea -ceI +fbd cfz cik cgT cik aMf -cik +aEQ cik tCI tCI tCI tCI cik -aWW -blN -bll +eFF +mlS +dBO bdK bga -csc -bCK +bCp +nOA bpN -csQ -bvz -bzl -bCK -bHN -bzl -bzl -bzl -bzl -bzl -bzl -bHP -bzl -bzl -bzl -bzl +hFK +jNO +vXc +nOA +sjS +vXc +vXc +vXc +vXc +vXc +vXc +thD +vXc +vXc +vXc +vXc bHN bzl ckH cSP bzl wsm -snV -srk +vOs +aac iEU iEU iEU @@ -61469,26 +59610,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (138,1,1) = {" aab @@ -61530,8 +59651,8 @@ ahZ ahZ agR aac -djW -djW +aac +aac bNM ayO ufG @@ -61550,18 +59671,18 @@ bZD ijo bVU cah -ayY +cdY cdY aCe aDg ijo aFm -cfA -cdY -blS -frL +qVb +oJk +aWH +lOB aMg -aNs +aJc aOx aNs aNs @@ -61570,17 +59691,17 @@ aTQ aNs aNs aNs -bbs +qVb bdY bgb -bji -lUg +bCt +cll bpN -csQ -bvz -bzl -bCK -bzl +hFK +jNO +vXc +nOA +vXc orL orL bWZ @@ -61598,13 +59719,13 @@ bsW bvz bvz gvG -snV -srk -srk -vQo -vQo -vQo -wZZ +vOs +aac +aac +aad +aad +aad +bzd wZZ wZZ eJc @@ -61664,26 +59785,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (139,1,1) = {" aab @@ -61726,8 +59827,8 @@ ahZ ahZ aac aac -djW -djW +aac +aac bNM aAS aAR @@ -61751,10 +59852,10 @@ gAm aAD cea aFn -cfx -cdZ -bsC -blN +gYn +hJg +unh +mlS aMh aNt aNt @@ -61765,17 +59866,17 @@ aTT aNt aNt aNt -biH +gYn beg crG -csc -csQ +bCp +hFK bpN csQ cgc bzl -bCK -bzl +nOA +vXc orL bPq bzl @@ -61793,8 +59894,8 @@ ckH bzl bvz gUj -snV -srk +aac +aac wij wZZ htD @@ -61802,9 +59903,9 @@ wZZ wZZ wZZ wZZ -vQo -vQo -vQo +aad +aad +aad bjr bjr tnM @@ -61859,26 +59960,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (140,1,1) = {" aab @@ -61921,8 +60002,8 @@ ahZ ahZ ahZ agR -bFG -djW +aac +aac ays aAV aAR @@ -61945,32 +60026,32 @@ aAF aCf dWu cea -ceI -cfx -cdZ -cik -cik -cik -aTU -blN +fbd +gYn +hJg +jEt +jEt +jEt +mlS +mlS aQb aRm aSm -aTU -blN -blN -blN -biH +mlS +mlS +mlS +bUb +gYn beh bgc -csc -csQ +bCp +hFK bpO csQ bvz bzl -bCN -bzl +maX +vXc bLo csE baX @@ -61997,8 +60078,8 @@ wZZ wZZ wZZ wZZ -vQo -vQo +aad +aad srk wQx bjr @@ -62054,26 +60135,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (141,1,1) = {" aab @@ -62116,7 +60177,7 @@ agR ahZ ahZ ahZ -bFG +aac ayt ays aAV @@ -62124,15 +60185,15 @@ aAR awJ aAR ayw -aES +ayw awJ aAR ijo aqC -arF +dyA wto cfx -auM +cfx bZD cak aza @@ -62155,17 +60216,17 @@ ckK cjZ cjZ ckK -bbu +gYn bem bgd -csQ +hFK bCz bCz bCz bvQ bzn -bCK -bzl +nOA +vXc orL csF baY @@ -62192,9 +60253,9 @@ bmv bmv wZZ wZZ -vQo -vQo -vQo +aad +aad +aad bjr bjr tnM @@ -62249,26 +60310,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (142,1,1) = {" aab @@ -62292,8 +60333,8 @@ aaq cdo bls aaK -ced -ced +aac +aac aeK aeU afZ @@ -62323,9 +60364,9 @@ ayw aAR awJ bVV -aqD +arF arG -cea +ijo cfx cfx bZD @@ -62343,30 +60384,30 @@ aKR aMj grP cka +lzT ckI -ckI -ckI +sbU aTW aVx aXa -mtD -mtD -mtD +aac +aac +aac bge -csQ +hFK bjl bpP bCz bwc bzo -bCK -bHP +nOA +thD orL csF baZ cgO clg -cnV +dSm dks guF kgC @@ -62394,10 +60435,10 @@ bjr bjr bjr rhJ -vQo +aad wij wZZ -xAS +rpX tiU hwD vPQ @@ -62444,26 +60485,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (143,1,1) = {" aab @@ -62488,9 +60509,9 @@ aHz aLu pIa pIa -ced -ced -ced +aac +aac +aac agb tqK aac @@ -62503,7 +60524,7 @@ aac aac aac aac -bFG +aac ato auZ ali @@ -62518,10 +60539,10 @@ ayw ayw awJ ijo +arG +arG ijo -ijo -ijo -bYS +spQ bYS bZD axC @@ -62531,7 +60552,7 @@ bZD cbv bZD aFq -cfA +qVb aHK aJA aKS @@ -62539,23 +60560,23 @@ aMk cjj ckb ckK -ckK -ckK +nJh +aMn cnm coh aXc aYW bbv -mtD +aac crG -csQ +hFK bLo bqe -bvK -bzx -bzl -bCK +bCz +bvz bzl +nOA +vXc orL csF fch @@ -62589,7 +60610,7 @@ cxS uVv qGK aHi -vQo +aad wZZ pri rpX @@ -62639,26 +60660,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (144,1,1) = {" aab @@ -62684,8 +60685,8 @@ cdo aHz pIa aac -ced -ced +aac +aac agb agR aac @@ -62697,59 +60698,59 @@ aac aac aac aac -bFG -bFG +aac +aac atB agR age aka aiZ -djW -djW +aac +aac aAR ayw ayw ayw -aFv -bVX -bVX -bWN -bWN +ayw +awJ +ijo +cOV +bHo ijo atO auO awh axD cbv -bWK +bZD cbv bZD aEf -ceI +fbd cfB -cdZ +hJg ckK cji aMl cjk cjk aQc -clG +aMn aSn aRv coi aXd aZb bbw -mtD +aac crG -csQ +hFK bLo bLo bmo bvz bzl -bCK +nOA bHQ orL csF @@ -62780,11 +60781,11 @@ bmv tkq vwV vwV -vQo -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad wZZ wZZ rpX @@ -62800,7 +60801,7 @@ dii oZD lKv tlJ -idW +sHP vTN llC sHP @@ -62834,26 +60835,6 @@ aad aad aad aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab "} (145,1,1) = {" aab @@ -62891,8 +60872,8 @@ aac aac aac aac -bFG -bFG +aac +aac afZ agR ahZ @@ -62900,22 +60881,22 @@ agR aka aac aac -djW +aac awJ ayw ayw ayw -ayw -aoI -apC -aqE -bWN +aFv ijo +icN +icN +icN ijo ijo ijo ijo -azd +ijo +bZD ijo aCh aCh @@ -62938,13 +60919,13 @@ aZh bbx ckK crG -csQ +hFK bjl bpX bCz bvz bzp -bCK +nOA bHW orL csF @@ -62975,9 +60956,9 @@ bmv bmv bmv pri -vQo -vQo -vQo +aad +aad +aad wZZ wZZ wij @@ -62994,7 +60975,7 @@ sHP sHP iqe psQ -sHP +idW sHP dJV dJV @@ -63028,26 +61009,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (146,1,1) = {" @@ -63086,7 +61047,7 @@ aac aac aac aac -bFG +aac aiZ agc ahZ @@ -63102,8 +61063,8 @@ ayw ayw ayw aoI -apD asL +bwf bWN asJ atP @@ -63117,29 +61078,29 @@ asL aEg aFs aGF -cdh +gYn ckK aKU aMn cke cke ckL -mtD -mtD -mtD +aac +aac +aac ckK cpd aZp bby ckK -crG -csQ +aPW +hFK bCz bCz bCz -bwd -bzp -bCK +bCz +nVs +nOA bHW orL csF @@ -63179,16 +61140,16 @@ oPN oPN bjr tnM -uXg -uXg +aad +aad vPQ vPQ vPQ vPQ -uXg +aad sHP fwc -hel +kaY kDb dnR lJG @@ -63223,26 +61184,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (147,1,1) = {" @@ -63265,8 +61206,8 @@ pIa pIa aam pIa -ced -ced +aac +aac aac aac aac @@ -63280,8 +61221,8 @@ aac aac aac aac -bFG -bFG +aac +aac ahY agR ahZ @@ -63297,19 +61238,19 @@ ayw ayw ayw bVr -ccp -ccp +aKP +aKP bVr asK -cdh +gYn auQ -cdh -cdh +gYn +gYn aze -cdh +gYn aCi -cdh -cdh +gYn +gYn aFt aGG aHM @@ -63320,22 +61261,22 @@ cdh ckf aQd clI -mtD -cnp +aac cnp +fRX cpe aZq bbz ckK -bgf -csQ +crG +hFK bmo +agE oeQ bCz -bwf -bzp -bCK -bzl +adh +nOA +vXc bLo csF bbe @@ -63375,7 +61316,7 @@ cxS cxS qQu srk -uXg +aad vPQ vPQ vPQ @@ -63418,26 +61359,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (148,1,1) = {" @@ -63475,7 +61396,7 @@ aUD aUD aac aac -bFG +aac afZ agR ahZ @@ -63492,22 +61413,22 @@ ayw aET ayw bVs -ccp -ccp +aKP +aKP bVs -asL +dBO atQ -auR -ccp -ccp +qGS +aKP +aKP slL -ccp -ccp +aKP +aKP aDk slL aFu dDr -ccp +aKP ccp awm ccp @@ -63523,13 +61444,13 @@ aZr aVB ckK crG -csQ +hFK bCz +oeQ bqb bCz -bwh -bzp -bCK +nYM +nOA bIb orL bzl @@ -63548,7 +61469,7 @@ ckH cSP bvz nai -snV +aac srk wij wZZ @@ -63568,9 +61489,9 @@ bjr kdm kZL eVc -uXg -uXg -uXg +aad +aad +aad vPQ vPQ wXm @@ -63613,26 +61534,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (149,1,1) = {" @@ -63668,9 +61569,9 @@ agR acu acO aUD -bFG -bFG -bFG +aac +aac +aac ahY ahZ amm @@ -63679,14 +61580,14 @@ aac aac aac aac -anG -anG +ald +ald bMF bMF bMF -anG +ald anJ -aDE +bVX apD asL aDE @@ -63700,7 +61601,7 @@ ccp ccq aDl aEh -ckM +cXm aGH cgm aJD @@ -63709,7 +61610,7 @@ aMo aNx aOy ckM -clK +cdh aSp cnr aVz @@ -63718,14 +61619,14 @@ aZt bbB beq bgg -csQ +hFK bCz +bST bqd bCz -bwi -bzp -bCK -bzl +awX +nOA +vXc orL orL bWZ @@ -63743,7 +61644,7 @@ bsW bvz cfg wsm -snV +aac srk wZZ wZZ @@ -63808,26 +61709,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (150,1,1) = {" @@ -63864,8 +61745,8 @@ aay aaI adl adI -bFG -bFG +aac +aac ahZ agR ajc @@ -63874,16 +61755,16 @@ aac aac aac aac -anG +ald ajV akC alk alT -anG +ald djW -aDE -bWN -bWN +bVX +aqE +apC bWN asN ckf @@ -63895,7 +61776,7 @@ ccp ccr ccr aEi -ckM +cXm aGI cgn aJE @@ -63917,21 +61798,21 @@ bjn bCz bCz bCz -bwj -bzp -bCK -bIp -bzl -bzl -bzl -bzl -bzl -bzl -bzl -bzl -bzl -bzl -bzl +bCz +clx +nOA +exi +vXc +vXc +vXc +vXc +vXc +vXc +vXc +vXc +vXc +vXc +vXc bIp bzl ckH @@ -63940,7 +61821,7 @@ nai bPr snV srk -vQo +aad wZZ rkI bjr @@ -64003,26 +61884,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (151,1,1) = {" @@ -64068,15 +61929,15 @@ aac aac aac aac -anG -anG +ald +ald ajX bQU bQU -bQU -anG -anG -anG +acM +ald +ald +ald bPf bPf bPf @@ -64092,7 +61953,7 @@ bZB bZB aFw aGJ -cgo +lLu cgW cbz bZB @@ -64108,25 +61969,25 @@ aZu bbD ber crG -csQ -csQ +hFK +hFK mem -csQ +hFK bwk -bzp +bmk bCY bsY bLA -btC -btC -btC +kOu +kOu +kOu clv -btC -btC +kOu +kOu clv -btC -btC -btC +kOu +kOu +kOu rTC btC lUg @@ -64134,9 +61995,9 @@ tVN bCz bCz snV -vQo -vQo -vQo +aad +aad +aad srk bjr fow @@ -64147,7 +62008,7 @@ wZZ wZZ bmv bmv -uwJ +bmv rpX tnM hGm @@ -64198,26 +62059,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (152,1,1) = {" @@ -64263,7 +62104,7 @@ aac aac aac aac -anG +ald bPf ajY bQU @@ -64285,9 +62126,9 @@ ccp ccr cfC ccr -ckM -cfC -aEj +cXm +lkI +wUR ccr ccp ccr @@ -64303,14 +62144,14 @@ cjZ cjZ bes crF -btC -btC +kOu +kOu bpM -btC -btC +kOu +kOu bzq bDo -bIq +uls bIq bIq bYA @@ -64334,10 +62175,10 @@ bCz bCz bCz cRB -bCz -vQo -vQo -vQo +aad +aad +aad +aad mMR wZZ wZZ @@ -64351,7 +62192,7 @@ uXY uXY amG vPQ -kUb +vPQ wXm vPQ vPQ @@ -64367,31 +62208,11 @@ aad aad aad aad -kyW -jLb -jLb -jLb -jLb -jLb -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad +iJw +iJw +iJw +iJw aad aad aad @@ -64458,7 +62279,7 @@ aac aac aac aac -anG +ald bPf bkZ bkZ @@ -64480,30 +62301,30 @@ aAK ccr kXR aEj -ckM -ccr -ccr -ccr +cXm +tfy +tfy +tfy aKW -ccr -ccr -awk -ckM -cdh -cdh -crd +tfy +tfy +eYz +cXm +gYn +gYn +koH col col col col crd crG -csc -csQ +bCp +hFK sen -csQ +hFK ctp -bzr +bUv ctp ctp bLB @@ -64515,8 +62336,8 @@ cpi dvR kCf kzk -bsW -pGC +sNz +lTe pGC pGC pGC @@ -64529,11 +62350,11 @@ cfg cfg cfg cfg -bCz -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad mMR wZZ wZZ @@ -64563,15 +62384,10 @@ aad aad jLb jLb -ahK -dIh -dIh -mMp -jLb -jLb -jLb -sKX -jLb +rrj +wSu +iJw +iJw jLb aad aad @@ -64593,21 +62409,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (154,1,1) = {" @@ -64634,7 +62435,7 @@ aYp aYp bof aUp -aaW +agR agR agR ahZ @@ -64653,7 +62454,7 @@ aac aac aac aac -anG +ald bPX bQS bQS @@ -64662,38 +62463,38 @@ bTr amL anL aoK -anL -aqH +pwQ +aWH arH -asQ +aWH atR auW awl axG azg -awm +lWl aCj aDn aEk -ckM +cXm aGK aHN aJF -ccp +aKP aMp aNy aOG -ckM +cXm aRo -cdh -crf +gYn +oOS pNL pNL pNL pNL crf -bsW -bvz +sNz +jNO csQ vOs csR @@ -64710,8 +62511,8 @@ cpY dvX kCf kAn -bsW -bvz +sNz +jNO ski vOi lJz @@ -64724,11 +62525,11 @@ iZw afG bWk xRR -bCz -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad mMR wZZ wZZ @@ -64739,9 +62540,9 @@ uVv uVv bjr tnM -uXg -uXg -uXg +aad +aad +aad vPQ vPQ vPQ @@ -64757,33 +62558,13 @@ aad aad aad jLb -pHR -fCz -saY -saY -lvF -pHR -pHR -pHR -pHR jLb +fIF +iJw +iJw +mOR jLb jLb -kyW -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad @@ -64829,7 +62610,7 @@ blD bmQ boe aUp -agR +aaW agR agR ahZ @@ -64848,47 +62629,47 @@ aac aac aac aac -anG +ald ajx bkZ bkZ bkZ -bJz bkZ bkZ -alU bkZ +oVZ +tfy aqI -aiO -asL -cdh +bVs +dBO +gYn auX -awm -ccp +lWl +aKP azi -ccp +aKP cjl aDo -ccp -ckM -awm -awm -awm -ccp -awm +aKP +cXm +lWl +lWl +lWl +aKP +lWl cjl -awm +lWl aQf aRq -cdh -crf +gYn +oOS pNL pNL pNL pNL crf -bsW -bvz +sNz +jNO csQ vOs bLi @@ -64905,8 +62686,8 @@ bCz dzo bCz bCz -bsW -bvz +sNz +jNO vOs vOs vOs @@ -64919,11 +62700,11 @@ bCz bCz bCz bCz -bCz -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad wij wZZ wZZ @@ -64934,11 +62715,11 @@ wZZ wij rpX tnM -uXg -uXg -uXg -uXg -uXg +aad +aad +aad +aad +aad vPQ vPQ otl @@ -64952,34 +62733,14 @@ vPQ aad jLb kyW -pHR -fCz -saY -gcj -iBT -pHR -pHR -pHR -pHR +vsc +jLb +rrj +aad jLb -eMz -eMz jLb jLb -sKX jLb -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad @@ -65043,7 +62804,7 @@ aac aac aac aac -anG +ald bPf ajZ akD @@ -65051,7 +62812,7 @@ alm anG amM bkZ -alU +oVZ apF bPf bPf @@ -65066,24 +62827,24 @@ aAL aAL aAL aFx -aAL -aAL -aAL -aAL -aAL -aNz -azj +qVb +qVb +qVb +qVb +qVb +tJR +qVb aQi -aAL +qVb aSr -aUb +lxZ aVD aVD aVD aVD aUb -nPJ -bvz +uyp +jNO csQ vOs btG @@ -65100,24 +62861,24 @@ cqf dBe gXX kCf -bCK -bvz +nOA +jNO vOs -vQo -vQo -vQo -wZZ -wZZ -vQo -vQo -vQo -vQo -vQo -vQo -vQo -vQo -vQo -vQo +aad +aad +aad +vQa +vQa +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad wij wZZ wZZ @@ -65129,8 +62890,8 @@ wZZ wij rpX tnM -uXg -uXg +aad +aad ygq ygq ygq @@ -65146,22 +62907,12 @@ wXm vPQ vPQ jLb +vsc +vsc jLb -pHR -toV -drQ -iBT -pHR -pHR -jLb -jLb -jLb -jLb -jLb -eMz -eMz -jLb -jLb +aad +aad +kyW jLb jLb jLb @@ -65183,16 +62934,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (157,1,1) = {" @@ -65219,7 +62960,7 @@ aYp aYp bof aUp -aaW +agR agR agR ahZ @@ -65238,16 +62979,16 @@ aac aac aac aac -anG +ald ajy bkZ bkZ bkZ -alV bkZ bkZ -alU bkZ +oVZ +tfy aqJ bPf asS @@ -65277,8 +63018,8 @@ cpU cpU cpU cpU -bgp -bjo +ptr +hmh bmb vOs btI @@ -65290,33 +63031,33 @@ cuH bQa bZf bCz -clx +bvz bCK csQ haw kCf -bCK -bvz +nOA +jNO vOs -vQo -vQo -wij -wZZ -wZZ -wZZ -vQo -vQo -vQo -vQo -vQo -vQo -vQo -vQo +aad +aad +bPF +jmx +bPF +bPF +aad +aad +aad +aad +aad +aad +aad +aad wZZ wZZ wZZ wZZ -vQo +aad jWz jWz veX @@ -65324,8 +63065,8 @@ jWz jWz rpX tnM -uXg -uXg +aad +aad ygq fBu lKs @@ -65339,26 +63080,19 @@ vPQ vPQ vPQ wXm -wXm -vPQ -jLb +lvF jLb -pHR -pHR -jJy -pHR +vsc jLb jLb -dKj -dKj -kyW +aad +aad +aad jLb +tuj jLb jLb -eMz -eMz -eMz -eMz +kyW jLb aad aad @@ -65375,19 +63109,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (158,1,1) = {" @@ -65433,7 +63154,7 @@ aac aac aac aac -anG +ald bPY bQS bQS @@ -65441,8 +63162,8 @@ bQS bQS bQS bkZ -alU -bkZ +oVZ +tfy aqK bPf asT @@ -65472,8 +63193,8 @@ piu aZw kCa cpU -crI -aHP +sNz +jNO bmb vOs bvL @@ -65491,26 +63212,26 @@ cwn cwn vOs njA -cUi +wch vOs -vQo -wZZ -wZZ -bmv -bmv +aad wZZ -htD +hJv +dlL +dlL +bPF +mfP wZZ -vQo -vQo -vQo -vQo +aad +aad +aad +aad wZZ wij wZZ wZZ wZZ -vQo +aad jWz okK kcy @@ -65520,8 +63241,8 @@ jWz rpX qks srk -uXg -oWU +aad +ygq mWM vbI ygq @@ -65534,41 +63255,21 @@ vPQ vPQ vPQ vPQ -vPQ -vPQ -vPQ -vPQ -jLb -pHR -pHR -jLb -jLb jLb -dKj -dKj -dKj -dKj jLb jLb -eMz -eMz -euZ -jLb jLb aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +jLb +jLb +jLb +jLb +jLb +jLb +jLb aad aad aad @@ -65628,7 +63329,7 @@ aac aac aac aac -anG +ald ajy bkZ bkZ @@ -65636,9 +63337,9 @@ bJz bkZ bkZ bkZ -alU -apG -aqL +oVZ +cgn +aqJ bPf asU ccr @@ -65662,13 +63363,13 @@ ckR cdn chd aUe -aVF +bbF aXk -aVF bbF -aKM -crI -aHP +bbF +cpU +sNz +jNO bmb vOs csT @@ -65676,24 +63377,24 @@ bzG bzt bDy vOs -oeQ +wXp baA oeQ bCz -bvz +hOD crT dBV hgI btC -lUg -bvz +cll +jNO vOs +mrM wZZ -wZZ -bmv -bmv -bmv bmv +iji +oaR +rMD wZZ wZZ wZZ @@ -65705,7 +63406,7 @@ wZZ wZZ wZZ htD -vQo +aad jWz lyv qcV @@ -65714,7 +63415,7 @@ qTF jWz rpX tnM -uXg +aad ygq ygq meS @@ -65727,43 +63428,23 @@ hdc ygq pge pge -uXg -uXg -vPQ -vPQ -vPQ -xXo +aad +aad jLb jLb jLb +sKX +aad +aad +aad +aad +icG jLb jLb -dKj -dKj -dKj -dKj -dKj -dKj jLb jLb -eMz -eMz -eMz jLb jLb -kyW -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad @@ -65822,7 +63503,7 @@ aac aac aac ali -ali +wvB bPf bPf bmX @@ -65831,8 +63512,8 @@ bPf alW alW alW -alU -bkZ +oVZ +tfy aqK cjn cjn @@ -65855,15 +63536,15 @@ cjn chd bpl cdn -aSs +chd cpU -aVF +bbF nNR aZy bbG cpU -crI -aHP +sNz +jNO bmb vOs vOs @@ -65880,8 +63561,8 @@ bvz bvz bvz bvz -bvz -pIy +jNO +jNO vOs wZZ bmv @@ -65909,7 +63590,7 @@ hPZ jWz rpX tnM -uXg +aad ygq oIx sQA @@ -65921,46 +63602,26 @@ rjf iHX ygq wDO -wDO -uXg -uXg -uXg -uXg -vPQ -vPQ -jLb -jLb -jLb -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb -eMz -eMz -eMz -jLb -jLb -jLb -jLb -aad -aad -aad +cmh aad aad aad aad +jLb aad aad aad aad aad aad +jLb +jLb +jLb +jLb +tuj +jLb +jLb +fHZ aad aad aad @@ -65997,7 +63658,7 @@ agR agR blI aba -blI +ado agR agR agR @@ -66022,22 +63683,22 @@ aiM pMU bPZ bPZ -bSv +bPZ bPZ bPZ alW -alU -bkZ +oVZ +tfy aqJ cjn -cau +eBb bYl bYU bZI cao cjn chd -cdn +chd cdn aEn cjn @@ -66047,7 +63708,7 @@ bnH bnU boF cjn -chd +bwi bpl aDp aSt @@ -66057,8 +63718,8 @@ cpU cpU cpU cpU -bgz -csi +dZp +vXc cst bqh bqh @@ -66075,8 +63736,8 @@ bvz bvz bvz bvz -bvz -bvz +jNO +jNO skl bmv bmv @@ -66104,12 +63765,12 @@ iZa jWz rpX tnM -uXg +aad ygq jtB drI tdB -xPv +hba xPv iHX xPv @@ -66117,34 +63778,6 @@ uaH ygq thc thc -uXg -uXg -uXg -uXg -uXg -vPQ -jLb -gjK -jLb -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb -eMz -eMz -eMz -eMz -tuj -jLb -aad -aad aad aad aad @@ -66156,6 +63789,14 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +jLb +fHZ +fHZ aad aad aad @@ -66213,26 +63854,26 @@ agR ahZ amw ahZ -aiN -bPZ -bPZ -bPZ -aln +bVr +jyw +jyw +jyw +kRg alX alX anM aoL -apG -aqK +cgn +jOp cjn bXC bYm auY bZJ -cao cjn -chd -chd +cjn +cjn +bwi cdn aEo cjn @@ -66242,23 +63883,23 @@ cgu cgu cgu cjn -aOK +chd bpl cdn chd -aUf -bjo -bjo -aVG +eBz +aHR +aHR +lZo aVG aUf bgA -csV +bzm csu -csV -csV -csV -bzR +bzm +bzm +bzm +pvY bDA bCz bLH @@ -66270,13 +63911,13 @@ csM dEX hni cvC -bvz -bvz -bLo +jNO +jNO +wim bmv xFc bmv -uwJ +bmv bmv wZZ wZZ @@ -66286,7 +63927,7 @@ wZZ wZZ wZZ bmv -uwJ +bmv bmv bmv jWz @@ -66299,12 +63940,12 @@ aWB jWz rpX tnM -uXg +aad ygq ygq kEl jtB -ygq +oWU lyX wEo ygq @@ -66312,33 +63953,6 @@ hdc ygq vPQ vPQ -uXg -uXg -uXg -uXg -uXg -uXg -jLb -jLb -jLb -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb -jLb -jLb -eMz -eMz -jLb -jLb -aad aad aad aad @@ -66350,6 +63964,13 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +fHZ +fHZ aad aad aad @@ -66408,24 +64029,24 @@ ahZ ahZ agR agR -aiO -bPZ +bVs +jyw bQT -bPZ -bPZ -bPZ -amN -bPf +avH +jyw +jyw +jyw +jEt aoM -apG -aqM +cgn +aqK cjn asV atS cdn cjn cjn -cjn +bFx cjn chd aDp @@ -66436,23 +64057,23 @@ chd chd chd chd -aFz +chd chd aQm cdn chd -aUf -bjo -bjo -hyh +aVH +aHR +aHR +aHR hyh aUf -csi -csi +vXc +vXc bms -csi -csW -csi +mko +vXc +vXc bgA csV bIr @@ -66465,8 +64086,8 @@ vOs vOs vOs vOs -bWZ -pJu +hmh +riS vOs bmv bmv @@ -66476,8 +64097,8 @@ wZZ wZZ wZZ mMR -vQo -vQo +aad +aad wZZ wZZ wZZ @@ -66495,7 +64116,7 @@ jWz rpX qks srk -uXg +aad ygq ygq ygq @@ -66507,35 +64128,6 @@ vPQ vPQ vPQ vPQ -uXg -uXg -uXg -uXg -uXg -uXg -kyW -jLb -eMz -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb -jLb -jLb -eMz -eMz -jLb -jLb -sKX -jLb -bad aad aad aad @@ -66546,6 +64138,15 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +fHZ +fHZ +fHZ +aad aad aad aad @@ -66611,18 +64212,18 @@ alo bPZ alo bmX -alU -apG +oVZ +cgn aqK arI asW atT bYU awo -bFx +vkG azl -cjn -chd +aEe +wlj cdn jKi ceN @@ -66642,12 +64243,12 @@ aVH cpU cdm cdm -csi +vXc bjp cdm cdm cdm -csi +vXc bjp cdm vOs @@ -66656,10 +64257,10 @@ cwn cwn vOs htD -cth wZZ wZZ -bmv +wZZ +cck bmv bmv bmv @@ -66670,10 +64271,10 @@ wZZ htD wZZ wZZ -vQo -vQo -vQo -vQo +aad +aad +aad +aad wZZ wZZ wZZ @@ -66689,7 +64290,7 @@ bmv bmv rpX tnM -jPV +xxa oDL vPQ vPQ @@ -66702,35 +64303,6 @@ vPQ vPQ vPQ vPQ -uXg -uXg -uXg -uXg -uXg -uXg -dKj -jLb -eMz -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -euZ -eMz -jLb -jLb -eMz -jLb -jLb -jLb -jLb aad aad aad @@ -66740,6 +64312,15 @@ aad aad aad aad +jLb +jLb +jLb +nQE +nQE +jLb +fHZ +fHZ +fHZ aad aad aad @@ -66798,16 +64379,16 @@ aac aac aac aac -anG -anG -anG -anG +ald +ald +ald +ald alr alo amO anP -alU -bkZ +oVZ +tfy aqK cjn cdn @@ -66828,15 +64409,15 @@ chd aMr chd boF -aDq +chd chd aSv cpU aVJ aND cpU -bbI aHW +bgf rpX tnM bmv @@ -66844,12 +64425,12 @@ bIt btJ btL wZZ -wZZ +bzd bIt bIt wij wZZ -wZZ +bzd wZZ wZZ wZZ @@ -66864,12 +64445,12 @@ wZZ wZZ wZZ wZZ -vQo -vQo -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad +aad wZZ wZZ qDg @@ -66892,41 +64473,12 @@ iUJ vPQ vPQ jPV -uXg -vPQ +aad vPQ vPQ vPQ vPQ -uXg -uXg -uXg -uXg -uXg -dKj -jLb -eMz -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -eMz -eMz -jLb -jLb -eMz -jLb -eMz -euZ -jLb -aad +hTj aad aad aad @@ -66934,6 +64486,15 @@ aad aad aad aad +jLb +jLb +jLb +tuj +nQE +nQE +jLb +fHZ +fHZ aad aad aad @@ -66958,10 +64519,10 @@ aac aac aac aac -aUp -aUp -aUp -aUp +jzV +jzV +jzV +jzV aaO ahZ ahZ @@ -66971,7 +64532,7 @@ ahZ ahZ ahZ ahZ -aen +ahZ ahZ ahZ ahZ @@ -66996,13 +64557,13 @@ aac aac aac aac -aXG +alH nJO alo amP bPf bVw -apI +qHc apI cjn asY @@ -67027,7 +64588,7 @@ cpU aRr cpU cpU -aVJ +eCZ aXn aZz aHW @@ -67059,76 +64620,56 @@ wZZ wZZ wZZ wZZ -vQo -vQo -vQo -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad +aad +aad wij wZZ bmv bmv bmv bmv -wXm -wXm -wXm -wXm -lPF -uXg -uXg -uXg +bmv +bmv +bmv +bmv +ter +aad +aad +aad oDL vPQ vPQ vPQ vPQ ubx -uXg -uXg -vPQ +aad +aad +aad vPQ wXm vPQ vPQ -uXg -uXg -uXg -uXg -uXg -dKj -jLb -eMz -jLb +aad +aad +aad +aad +aad +aad +bad jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -kyW -eMz -eMz jLb jLb -eMz jLb jLb jLb jLb -aad -aad -aad -aad -aad -aad -aad -aad +fHZ +fHZ aad aad aad @@ -67153,10 +64694,10 @@ aac aac aac aac -aUp -ahg +jzV +fNp aWZ -aUp +jzV aaQ ahZ ahZ @@ -67191,20 +64732,20 @@ aac aac aac aac -aXG +alH nJO alo amP anR -alU -bkZ +oVZ +tfy bQU -bYU +amN cdn atW bYU +atc cdn -axK cdn chB chd @@ -67216,16 +64757,16 @@ aHP aHP aKZ cjn -fKt +aND aOL -cpU +lsP aHT aSw cpU aVJ aXo cpU -bbI +aHW aHW rpX tnM @@ -67254,76 +64795,56 @@ oPN oPN dGO wZZ -vQo -vQo -vQo -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad +aad +aad wij wZZ bmv bmv jCE wZZ -vPQ -vPQ -vPQ -vPQ -vPQ -uXg -uXg -uXg -uXg +wZZ +wZZ +wZZ +wZZ +wZZ +aad +aad +aad +aad vPQ vPQ vPQ iUJ iUJ -uXg -uXg -vPQ -vPQ +aad +aad +mWm +uNI wXm vPQ vPQ -uXg -uXg -uXg -uXg -uXg -dKj -jLb -eMz -hhX +aad +aad +aad +aad +aad +aad jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj jLb jLb -nQE -nQE jLb -tuj jLb -nQE -nQE +vsc jLb +sKX jLb -aad -aad -aad -aad -aad -aad -aad +fHZ aad aad aad @@ -67348,7 +64869,7 @@ aac aac aac aac -aUp +jzV aah iBZ aak @@ -67379,20 +64900,20 @@ ahZ ape are aka -aso +vKa bom aac aac aac aac aac -aXG +alH nJO alY amP anU -alU -bkZ +oVZ +tfy bQU arJ asZ @@ -67404,16 +64925,16 @@ cjn cjn cjn cjn -cpU +cjn cjn aHP cdn cdn aHP aMs +fKt aHT -aHT -ckS +jgI ckS ckS ckS @@ -67450,75 +64971,55 @@ bjr tnM wZZ wZZ -vQo -vQo -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad +aad wZZ wZZ bmv bmv bmv wZZ -vPQ -vPQ -uXg -uXg -uXg -uXg -uXg -uXg -uXg +wZZ +wZZ +aad +aad +aad +aad +aad +aad +aad eIB eIB eIB -uXg -uXg -uXg -vPQ -kUb -wXm +aad +aad +aad +aad +aad wXm +lvF vPQ vPQ -vPQ -uXg -uXg -uXg -uXg -dKj +aad +aad +aad +aad +aad +aad jLb -eMz -eMz jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj jLb -tuj -nQE -nQE jLb jLb -eMz -nQE -nQE +vsc jLb jLb -aad -aad -aad -aad -aad -aad -aad +jLb +fHZ aad aad aad @@ -67543,11 +65044,11 @@ aac aac aac aac -aUp -aUp +jzV +jzV aaj -aUp -aaW +jzV +agR agR abA aac @@ -67581,13 +65082,13 @@ aac aac aac aac -aXG +alH nJO alo amP anR -alU -bkZ +oVZ +tfy aqP bYU ata @@ -67599,16 +65100,16 @@ azm aAT bZI aDr -cpU cjn hEz aHP aHP +aHP aLa cjn -aNC -cpU -aND +aHT +aHT +hZC aHT aHT aHT @@ -67633,10 +65134,10 @@ bjr tiU cti btN -cpg -cpg +aad +aad srk -cpg +aad wvt bBr wLv @@ -67646,76 +65147,56 @@ tnM wZZ wZZ srk -vQo -vQo -srk -vQo -vQo +aad +aad +fBG +aad +aad wZZ wZZ bmv qDg bmv wZZ -uXg -uXg -uXg -uXg -uXg -uXg -uXg -uXg -uXg -paY +aad +aad +aad +aad +aad +aad +aad +aad +aad +mGW paY paY -uXg -uXg -vPQ -vPQ -wXm +aad +aad +aad +aad +aad wXm vPQ vPQ vPQ -vPQ -uXg -uXg -uXg -uXg -dKj -jLb -jLb -eMz -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb -eMz +aad +aad +aad +aad +aad +aad jLb jLb -eMz jLb jLb +vsc +vsc jLb -eMz -eMz jLb jLb -eMz -aad +fHZ aad aad -eMz -eMz -aad aad aad aad @@ -67738,17 +65219,17 @@ aac aac aac aac -aUp -aUp -aUp -aUp +jzV +jzV +jzV +jzV aac aac aac aac aac aiZ -aiZ +jtE aiW akH apz @@ -67776,13 +65257,13 @@ aac aac aac aac -aXG +alH nJO alo amP bPf aoM -apG +cgn bQU cdn bZI @@ -67794,7 +65275,7 @@ bYm aAU bZI aDs -cpU +cjn cjn cjn aHO @@ -67802,7 +65283,7 @@ aJG cjn cjn aND -cpU +aNC cpU aRr cpU @@ -67810,8 +65291,8 @@ cpU cpU cpU cpU -bbK -xkj +wZZ +wZZ rpX tnM wZZ @@ -67829,9 +65310,9 @@ kdm cuc cwq xkj -cpg -cpg -cpg +aad +aad +aad cwq xkj xkj @@ -67843,7 +65324,7 @@ oPN oPN oPN oPN -oPN +dCX oPN oPN qrz @@ -67852,66 +65333,46 @@ oPN oPN oPN oPN -cpg -uXg -uXg -uXg -uXg -uXg -uXg -vPQ -vPQ -vPQ +aad +aad +aad +aad +aad +aad +aad vPQ vPQ vPQ vPQ vPQ +aad +aad +aad +wXm wXm wXm vPQ vPQ vPQ -vPQ -vPQ -vBi -uXg -uXg -uXg -dKj -jLb -jLb -eMz -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb -jLb -eMz +aad +aad +aad +aad +aad +aad jLb -nQE -pdv +sKX +tuj +vsc +vsc jLb jLb jLb -pdv -pdv -euZ +kyW +tuj jLb -eMz -eMz -eMz -eMz -eMz -eMz -aad -aad +fHZ +fHZ aad aad aad @@ -67971,42 +65432,42 @@ aac aac aac aac -aXG -alr +alH +amO alo amO anV -alU -bkZ +oVZ +tfy bQU bYU ata vCD avb -aEe +cjn axN bYm aAW aCn aDt cpU -aFD +aad cpU aHR aHT -cpU +aHT cpU cpU cpU cpU aHT cpU -cpg +aad aMw xkj xkj -xkj -xkj +wZZ +wZZ rpX tnM wZZ @@ -68025,8 +65486,8 @@ ctH xkj xkj xkj -cpg -cpg +aad +aad xkj xkj xjr @@ -68048,8 +65509,8 @@ cxS cxS qIt wLv -cpg -uXg +aad +aad vPQ vPQ vPQ @@ -68057,58 +65518,38 @@ vPQ vPQ vPQ vPQ +vOW vPQ vPQ +aad vPQ +wXm vPQ wXm wXm -vPQ -vPQ -vPQ -vPQ -vPQ -vPQ -vPQ -vPQ -uXg -uXg -jLb -jLb -jLb -jLb -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj +orW +aad +aad +aad +aad +aad +aad jLb jLb jLb -eMz +vsc +vsc +vsc jLb -nQE -nQE jLb jLb -eMz -pdv -pdv -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz jLb jLb -eMz +fHZ +fHZ +fHZ +fHZ +aad aad aad aad @@ -68166,7 +65607,7 @@ aac aac aac aac -aXG +alH alo aln drS @@ -68177,7 +65618,7 @@ aqQ bYU cdn cdn -cdn +aJZ cjn cau bYm @@ -68196,12 +65637,12 @@ ckS aQp aRs cpU -cpg -xkj +aad xkj -aNF xkj xkj +wZZ +wZZ rpX tnM bmw @@ -68220,24 +65661,24 @@ lmv xjr xkj cwq -cpg -cpg +mWm +aad xkj xkj xjr lmv wLv wLv -cpg -cpg +aad +aad pQH -cpg -cpg +aad +aad fyP eai iXm -cpg -cpg +aad +aad wLv wLv wLv @@ -68257,53 +65698,33 @@ wXm wXm wXm vPQ +gku vPQ -vPQ -vPQ -vPQ -vPQ -vPQ -vPQ -vPQ -vPQ -uXg +orW +wXm +pjB +aad +aad +aad +aad +aad icG jLb jLb jLb -gku -dKj -dKj -dKj -dKj -dKj -dKj -dKj +vsc +vsc jLb jLb jLb -tuj -eMz jLb jLb jLb -tuj -eMz -eMz -eMz -jLb -jLb -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -jLb jLb -eMz +fHZ +fHZ +fHZ +aad aad aad aad @@ -68358,15 +65779,15 @@ aac aac aac aac -bNW aac -bNW +aac +aac bME als alZ als anV -bkZ +tfy apK aqQ cdn @@ -68389,14 +65810,14 @@ aMt aMt aMt aMt -aFD -aFD -xkj -xkj +aad +aad xkj xkj xkj xkj +wZZ +wZZ rpX tnM wZZ @@ -68415,25 +65836,25 @@ ctZ xjr xjr xkj -xkj -cpg +oQM +aad xkj xkj xjr xkj tTk -cpg +aad cxW cxW cxW cxW -cpg +aad xkj xkj xkj iMn -cpg -cpg +aad +vKV xkj xkj xkj @@ -68452,53 +65873,33 @@ wXm wXm wXm vPQ +xXo vPQ +wEK vPQ -vPQ -vPQ -vPQ -vPQ -hMs -vPQ -vPQ -jLb -jLb -jLb -jLb -jLb -jLb -dKj -dKj -dKj -dKj -dKj -jLb +jJy +iPQ +aad +aad +aad jLb jLb jLb -pHR jLb jLb -eMz +nQE +nQE jLb jLb jLb -eMz -eMz -dKj -dKj -dKj jLb -eMz -eMz -euZ -eMz -eMz -eMz -eMz -euZ -cOc jLb +fHZ +fHZ +fHZ +fHZ +fHZ +aad aad aad aad @@ -68540,7 +65941,7 @@ afZ biF aaU acc -aju +age apz agR ahZ @@ -68552,16 +65953,16 @@ aac aac aac aac -bNW -bNW aac -bNW +aac +aac +aac bME bME bME bME bPf -bPZ +jyw bWd bPf cjn @@ -68584,14 +65985,14 @@ aMu aHT aOM aQr -cpg -cpg +aad +aad wLv wLv wLv xId -cpg -aMw +aad +srk bgL bjr oPN @@ -68616,8 +66017,8 @@ cxJ xkj xkj xkj -cpg -cpg +aad +aad cxW rWk qOF @@ -68627,7 +66028,7 @@ xkj qUQ xkj qUQ -cpg +aad xkj xkj xkj @@ -68635,11 +66036,11 @@ nLG xkj xkj xkj -cpg -cpg +aad +aad vPQ wXm -hiL +wXm wXm wXm wXm @@ -68647,53 +66048,33 @@ wXm wXm wXm vPQ +aad uXg -uXg -hMs -vPQ -vPQ -vPQ +eYX vPQ -vPQ -jLb -jLb -jLb -gjK +eyK jLb -eMz -dKj -dKj -dKj -dKj -dKj jLb jLb jLb jLb -pHR -pHR jLb jLb jLb jLb +nQE +nQE jLb jLb -eMz -cOc -dKj -dKj -dKj jLb -eMz -jLb -eMz -eMz -eMz -eMz -eMz -eMz -eMz jLb +fHZ +aad +rUM +rUM +plS +rUM +rUM aad aad aad @@ -68741,20 +66122,20 @@ agR bmZ agR aac -aac -aac -aac -aac -aac -aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad bUF aoR rgt @@ -68768,8 +66149,8 @@ axP azp aAY aCo -aKM -aEs +aDu +aFE aFE aDu aHU @@ -68779,8 +66160,8 @@ aMv aNE aON aQs -cpg -cpg +aad +aad xkj xkj xkj @@ -68811,9 +66192,9 @@ cxJ cxJ cxJ xkj -cpg -cpg -qbR +aad +aad +cxW tZF gPQ cxW @@ -68821,16 +66202,16 @@ cxW cxW cxW xkj -cpg -cpg +aad +aad xkj xkj xkj xjr xjr xkj -cpg -cpg +aad +aad xkj vPQ wXm @@ -68842,53 +66223,33 @@ wXm wXm wXm vPQ +aad uXg -uXg -vPQ -vPQ -vPQ -vPQ -vPQ -dUl -dUl -jLb -jLb +cCE +iPQ jLb +tuj jLb +vsc +vsc jLb -dKj -dKj -dKj -dKj -dKj jLb -tuj -pHR -pHR -pHR -pHR jLb jLb jLb jLb jLb -eMz -eMz jLb -dKj -dKj -dKj -dKj -dKj -cOc +tuj jLb -eMz -eMz -eMz -eMz -eMz -eMz -eMz +fHZ +fHZ +aad +rUM +wAU +kew +usx +rUM aad aad aad @@ -68936,19 +66297,19 @@ adN bkT aex bDm -bHj -bHj -bHj -bHj -bHj -bHj -bNW -bNW -bNW -bNW -bNW -bNW -bNW +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad vVK bUF bUF @@ -68973,9 +66334,9 @@ cpU aMw aMw aMw -cpg -cpg -cpg +aad +aad +aad xkj xkj xkj @@ -68984,18 +66345,18 @@ bbL aXp aXp aXp -cpg -cpg +aad +aad btN ctH lmv bDD btN -cpg -aMw -cpg -cpg -cpg +aad +srk +aad +aad +aad cvY xkj xkj @@ -69006,9 +66367,9 @@ pJA pJA cxK xkj -cpg -cxW +aad cxW +qbR qAr ydp cxW @@ -69017,7 +66378,7 @@ aLc hjC jrs cxW -cpg +aad xkj xkj xjr @@ -69036,54 +66397,34 @@ wXm wXm wXm wXm -uXg -uXg -uXg -uXg -vPQ +aad +aad +aad +aad vPQ -wXm -dUl -dUl -dUl -dUl jLb +vsc +vsc +vsc +vsc +vsc jLb -tSo -dKj -dKj -dKj -dKj -dKj jLb jLb jLb -pHR -ahK -dIh -mMp -pHR jLb jLb jLb -eMz -eMz -eMz -kyW -dKj -dKj -dKj -dKj -dKj jLb -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz +jLb +fHZ +aad +aad +rUM +cHK +dWe +cHK +rUM aad aad aad @@ -69131,19 +66472,19 @@ adq adM aef lkB -bHj -bHj +aad +aad bDm bDm -bHj -bHj +aad +aad bDm -bHj -bHj +aad +aad bDm -bHj -bHj -bHj +aad +aad +aad nqX pPk pPk @@ -69157,11 +66498,11 @@ tvk pPk pPk nqX -bHj -bHj -bHj -cpg -cpg +aad +aad +aad +aad +aad vDm vDm wLv @@ -69174,7 +66515,7 @@ xkj xkj xkj aXp -bdj +aXp bbM beA bgV @@ -69182,13 +66523,13 @@ aXp aXp xkj btO -aNF xkj xkj -cpg -cpg -cpg -cpg +xkj +aad +aad +aad +aad xkj cwq xkj @@ -69232,54 +66573,34 @@ rxp rxp rxp rxp -uXg -uXg -uXg -vPQ -vPQ -dUl -dUl -dUl -dUl -dUl -jLb -jLb -jLb -dKj -dKj -dKj -dKj -icG +aad +aad +aad jLb jLb +vsc +vsc +vsc +vsc +vsc jLb -pHR -fCz -saY -lvF -pHR jLb jLb jLb -eMz -euZ jLb +smd jLb -dKj -dKj -dKj -dKj -dKj jLb -euZ -eMz -eMz -eMz -eMz -eMz -euZ -eMz -eMz +fHZ +fHZ +aad +aad +rUM +yiQ +dWe +yiQ +rUM +aad aad aad aad @@ -69326,7 +66647,7 @@ bDm aex bDn bDm -bHj +aad bDm bJC bDn @@ -69338,8 +66659,8 @@ bon vVK vVK bDm -bHj -bHj +aad +aad bon bon bon @@ -69361,7 +66682,7 @@ cwq xkj xkj xkj -aNF +xkj xkj xkj xkj @@ -69381,9 +66702,9 @@ btO cwq xkj xkj -cpg -cpg -cpg +aad +aad +aad xkj xkj xkj @@ -69410,16 +66731,16 @@ amF xkj xjr xkj -cpg -cpg +aad +aad xkj xjr xkj xkj xkj -uXg -uXg -uXg +aad +aad +aad wXm wXm wXm @@ -69427,54 +66748,34 @@ rxp hfv uhe rxp -uXg -uXg -uXg -lPF +aad +aad +aad +tSo jLb -dUl -dUl -dUl -dUl -dUl +vsc +vsc +vsc +kCZ +kCZ jLb jLb -dKj -dKj -dKj -dKj -dKj jLb tuj jLb -pHR -ahK -qxr -saY -lvF -pHR -hHK -jLb jLb -eMz -eMz jLb jLb -dKj -dKj -dKj -dKj -dKj -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz +miy +aad +aad +aad +rUM +yiQ +dWe +yiQ +rUM +aad aad aad aad @@ -69521,8 +66822,8 @@ bDm aex aex bDm -bHj -bHj +aad +aad bDn aex aex @@ -69533,8 +66834,8 @@ bon bon vVK vVK -bHj -bHj +aad +aad agT bon bon @@ -69566,18 +66867,18 @@ xkj aXp aZF bbN -bbN +xPX bgW csj aXp -cpg +aad cwq wkv xkj xkj xkj -cpg -cpg +aad +aad xkj xkj xkj @@ -69604,13 +66905,13 @@ jrs cxW xjr xkj -cpg -cpg -cpg +aad +aad +aad xkj xjr xkj -cpg +aad rxp rxp rxp @@ -69618,58 +66919,38 @@ rxp cyQ cyQ cyQ -ivF +rxp uTv lpr rxp -dKj -dKj -dKj -dKj +aad +aad +aad +aad icG -aiT -dUl -dUl -dUl -dUl -jLb +sFI +vsc +vsc +kCZ +kCZ jLb jLb jLb jLb -dKj -dKj jLb jLb jLb -pHR -fCz -saY -saY -lvF -pHR -jLb -jLb -jLb -uSR -jLb -eMz -jLb miy -dKj -dKj -dKj -dKj -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz +aad +aad +aad +aad +rUM +hFt +dWe +hFt +rUM +aad aad aad aad @@ -69716,15 +66997,15 @@ bDm bDn bDn bDm -bHj +aad bDm -bDn +rwF bDn bDm -bHj -bHj -bHj -bHj +aad +aad +aad +aad bon aoa vVK @@ -69756,27 +67037,27 @@ xkj xkj xkj xkj -aNF +xkj xkj aXq aZG bbO +bdj aXp aXp aXp -aXp -cpg +aad xkj xkj xkj xkj xkj -cpg -piY -piY -piY -cwD -cwD +aad +xkj +xkj +xkj +cxJ +cxJ oqc hFm kJd @@ -69787,7 +67068,7 @@ dNq hJE kLM xkj -cpg +aad cxW cxW cxW @@ -69799,73 +67080,53 @@ xkj qUQ xjr xkj -cpg -cpg +aad +aad xkj xjr xkj xkj -cpg +aad rxp oQe qwx gqa -gUp eaO eaO -rxp -nrP +ttQ +ivF +fzJ fzJ rxp -dKj -dKj -dKj -dKj -jLb -jLb -dUl -dUl -jLb -jLb -jLb -jLb -jLb -jLb -jLb -jLb -jLb -jLb -jLb +aad +aad +aad +aad +aad +aad +aad +vsc jLb -pHR -fCz -saY -saY -lvF -pHR jLb jLb -eMz jLb jLb -eMz +vsc jLb -miy -dKj -dKj -dKj -dKj -dKj -eMz jLb -eMz -eMz jLb jLb -eMz -eMz -eMz -eMz +aad +aad +aad +aad +ozP +may +fxt +hDr +rUM +aad +aad aad aad aad @@ -69909,16 +67170,16 @@ aac aac bDm bDn -abS +rwF bDm -bHj +aad bDm bDn bDn bDm -bHj -bHj -bHj +aad +aad +aad bDm bon bon @@ -69949,7 +67210,7 @@ xkj xkj xkj cwq -cpg +aad xkj xkj xkj @@ -69958,25 +67219,25 @@ aXp bbP aXp wkv -cpg -cpg -cpg +aad +aad +aad xkj xkj xkj xkj xkj -piY -piY -piY -cwD -cwD -cwD +xkj +xkj +xkj +cxJ +cxJ +cxJ dNq hJE kLM -cpg -cpg +aad +aad xkj dNq hJE @@ -70000,7 +67261,7 @@ xjr xjr xkj xkj -cpg +aad rxp taL tPx @@ -70008,59 +67269,39 @@ vRP eaO eaO eaO -eaO +phD eaO eaO rxp -dKj -dKj -dKj -dKj -jLb -jLb -jLb -jLb +aad +aad +aad +aad +aad +aad +aad +aad +miy jLb jLb -rrj jLb jLb +vsc +vsc jLb -eMz -eMz tuj -jLb -jLb -jLb -pHR -fCz -saY -saY -lvF -pHR -jLb -jLb -eMz -jLb -jLb -jLb -euZ miy -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -euZ -jLb -jLb -eMz -eMz -eMz -eMz +aad +aad +aad +aad +rUM +cHK +dWe +cHK +rUM +aad +aad aad aad aad @@ -70072,51 +67313,51 @@ aab "} (182,1,1) = {" aab -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad bDm adP bDn bDm -bHj +aad bDm acl bDn bDm -bHj +aad vVK vVK vVK bon -aqS +bon bon agT vVK @@ -70133,9 +67374,9 @@ vVK vVK azr cbF -cdp -cdp -cdp +aad +aad +aad xkj wMy gol @@ -70143,7 +67384,7 @@ gol gol gol gol -cpg +aad aMw bbK xkj @@ -70154,26 +67395,26 @@ xkj xkj xkj xkj -cpg -cpg +aad +aad xkj xkj xkj -piY -piY -piY -cwD -cwD -cwD -cwD -cwD +xkj +xkj +xkj +jRc +jRc +jRc +jRc +jRc kTB hOa kLM -cpg -cpg -cpg -cpg +aad +aad +aad +aad ssd noq cxJ @@ -70195,7 +67436,7 @@ xjr xkj xkj xkj -cpg +aad rxp oQe sse @@ -70207,55 +67448,35 @@ kIu eaO eaO rxp -dKj -dKj -dKj -dKj -jLb -jLb -jLb -jLb -jLb -jLb -icG -dKj -dKj -eMz -eMz -eMz -jLb -jLb -jLb -jLb -pHR -fCz -saY -saY -lvF -jLb -jLb -jLb -tuj -jLb -jLb -jLb -eMz -jLb +aad +aad +aad +aad +aad +aad +aad +aad +aad jLb jLb -dKj -dKj -dKj -dKj -dKj +sKX +vsc +vsc +uSR jLb jLb -eMz -eMz -eMz -eMz -eMz -eMz +hHK +miy +aad +aad +aad +rUM +yiQ +dWe +yiQ +rUM +aad +aad aad aad aad @@ -70267,46 +67488,46 @@ aab "} (183,1,1) = {" aab -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad bDm -abS +rwF bDn bDm -bHj +aad bDm bDn -abS +bDn bDm -bHj +aad vVK vVK bon @@ -70331,15 +67552,15 @@ axR cbF cbF cbF -cdp +aad aHZ cjr cjr cjr cjr aQt -cpg -cpg +aad +aad aSz xkj xkj @@ -70353,9 +67574,9 @@ xkj xkj xkj xkj -piY -piY -piY +xkj +xkj +xkj kSs cvG cvG @@ -70364,12 +67585,12 @@ cvG cvG hWk hOa -kLM -cpg -cpg -cpg -cpg -cpg +cxB +aad +aad +aad +aad +aad cxJ cxJ cxJ @@ -70385,12 +67606,12 @@ xkj xkj xkj xjr -kGV +xjr xkj xkj xkj dSU -xkj +vit rxp rxp rxp @@ -70402,55 +67623,35 @@ rxp rxp fxO rxp -dKj -dKj -dKj -dKj -jLb -jLb -jLb -jLb -jLb -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb -jLb -pHR -toV -drQ -drQ -iBT -jLb -jLb -jLb +aad +aad +aad +aad +aad +aad +aad +aad +aad +tuj jLb -eMz -nQE -nQE jLb -eMz -sKX +vsc +vsc +vsc jLb -dKj -dKj -dKj -dKj jLb jLb -eMz -eMz -eMz -eMz -eMz -eMz -eMz +miy +aad +aad +aad +rUM +yiQ +dWe +yiQ +rUM +aad +aad aad aad aad @@ -70496,7 +67697,7 @@ bDm bDn bDn bDm -bHj +aad bDm bDn bDn @@ -70527,17 +67728,17 @@ cbF aEt aFG cbF -cdp -aIU +aad +aQt cjr cjr -cpg -cpg -cpg +aad +aad +aad cjr aSB xkj -cpg +aad aSz xkj xkj @@ -70545,11 +67746,11 @@ beE aZH xkj xkj -bqw -piY -piY -piY -cwD +dSU +xkj +xkj +xkj +jRc kSs hWk hOa @@ -70563,33 +67764,33 @@ cxB piY piY piY -cpg -cpg -cpg +aad +aad +aad cxJ cxJ cxJ xkj xkj xkj -cpg -cpg -cpg -cpg -cpg -cpg -xkj -xkj +aad +aad +aad +aad +aad +aad xkj xkj xkj xkj xkj xkj -cpg -tPN -tPN -tPN +vit +vit +aad +aad +aad +aad rxp cyQ cyQ @@ -70597,55 +67798,35 @@ rxp uvw uvw uvw -dKj -dKj -dKj -dKj -jLb -dUl -jLb -jLb -jLb -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb -fIF -pHR -pHR -pHR -pHR +aad +aad +aad +aad +aad +aad +aad +aad +miy jLb jLb jLb +vsc +vsc jLb -eMz -nQE -nQE -eMz jLb jLb -eMz -eMz -eMz -eMz -dKj jLb jLb -eMz -eMz -eMz -eMz -eMz -eMz -eMz +fHZ +aad +aad +rUM +hFt +dWe +hFt +rUM +aad +aad aad aad aad @@ -70722,27 +67903,27 @@ aME aEu aFH cbF -cdp -cdp -cjr +aad +aad cjr -cpg -cpg -cpg +fas +aad +aad +aad cjr cjr -cpg -cpg -cpg -cpg +aad +aad +aad +aad cwq xkj xkj xkj -piY -piY -piY -cwD +xkj +xkj +xkj +jRc kSs cvG hWk @@ -70756,91 +67937,71 @@ hOa hOa cxC cxA -cwD -cwD +jRc +jRc piY -cpg -cpg +aad +aad cxJ cxJ xkj tTk xkj -cpg -cpg -cpg -cpg -cpg -cpg -cpg -xkj -xkj -xkj +aad +aad +aad +aad +aad +aad +aad xkj xkj xkj xkj xkj -cpg -tPN -tPN -tPN -tPN +vit +vit +vit +aad +aad +aad +aad +aad uvw uvw uvw uvw uvw uvw -dKj -dKj -dKj -dKj -jLb -dUl -gjK -jLb -jLb -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb +aad +aad +aad +aad +aad +aad jLb jLb jLb jLb jLb jLb -nQE -nQE +vsc +vsc +vsc jLb jLb jLb jLb -eMz -tuj jLb -eMz -eMz -cOc -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz +aad +aad +rUM +lvI +kew +lfU +rUM +aad +aad aad aad aad @@ -70880,12 +68041,12 @@ bnd abB bDn acj -abS +rwF abD abC bDn bDn -abS +rwF bqY afl bDn @@ -70900,9 +68061,9 @@ vVK vVK vVK vVK -vVK +arM +bon bon -agT bon bon vVK @@ -70922,21 +68083,21 @@ aJI aHZ cjr cjr -cpg +aad cjr cjr cjr aMw -cpg -cpg -cpg -cpg +aad +aad +aad +aad wkv xkj -piY -cmf -piY -cwD +xkj +xkj +xkj +jRc kSs hWk hOa @@ -70954,88 +68115,68 @@ cxC cvG cvG cxA -cwD -cwD -cwD -piY -piY -piY -cuM -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -vit -sRR +jRc +cxJ +cxJ +xkj +xkj +xkj +aad +aad +aad +aad +aad +aad +aad +aad +aad +xkj +lXl vit vit vit vit vit -tPN -tPN -tPN -tPN -tPN -tPN +aad +aad +aad +aad +aad +aad uvw uvw uvw uvw -tPN -dKj -dKj -dKj -dKj -jLb -dUl -jLb -jLb +aad +aad +aad +aad +aad +aad +aad jLb -eMz -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -icG jLb -dKj jLb -soi jLb -nQE -nQE +kyW jLb -eMz +vsc +pdc +vsc jLb -eMz -eMz -eMz jLb +tuj +kyW jLb -euZ -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz -eMz +aad +aad +rUM +rUM +plS +rUM +rUM +aad +aad aad aad aad @@ -71089,10 +68230,10 @@ bon bon bon vVK -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK vVK vVK @@ -71119,18 +68260,18 @@ cjr cjr cjr cjr -cjr -cpg -cpg -cpg -cpg -cpg -cpg -cpg -kvY -piY -piY -cwD +fas +aad +aad +aad +aad +aad +aad +aad +cwq +xkj +xkj +jRc kSs hWk hOa @@ -71149,23 +68290,23 @@ hOa hOa hOa cxB -cwD -cwD -cwD -piY -piY -cuM -cuM -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN +jRc +jRc +cxJ +xkj +xkj +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad beF vit vit @@ -71173,63 +68314,43 @@ vit vit vit beF -tPN -tPN -tPN -tPN -tPN +aad +aad +aad +aad +aad uvw uvw uvw -tPN -dKj -dKj -jLb -jLb -jLb -dUl -jLb -jLb +aad +aad +aad +aad +aad +aad +vsc jLb -eMz -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj jLb -nRN jLb jLb jLb +vsc +vsc +vsc +vsc jLb jLb +fHZ jLb -eMz -eMz -eMz jLb jLb -eMz -eMz -eMz -eMz -euZ -eMz -eMz -eMz -eMz -euZ -eMz -eMz +aad +fHZ +fHZ +fHZ +fHZ +aad +aad aad aad aad @@ -71268,7 +68389,7 @@ aad aad bnd abD -abS +rwF bDn loN acR @@ -71278,22 +68399,22 @@ bDn bDm bDm bDm -bHj +aad bDm bon agT bon vVK bDm -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK aoa vVK bon -aqS +bon bon bon bon @@ -71315,17 +68436,17 @@ cjr cjr cjr cjr -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -piY -piY -cwD +aad +aad +aad +aad +aad +aad +aad +aad +xkj +xkj +jRc kTB hOa hOa @@ -71333,34 +68454,34 @@ hOa hOa kUs bDH -cwD -cwD -cwD -cwD -cwD -cwD +jRc +jRc +jRc +jRc +jRc +jRc kQu kPC hOa hOa cxB -cwD -cwD -piY -piY -cwD -cuM -cuM -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN +jRc +jRc +xkj +xkj +cxJ +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad vit vit uvw @@ -71369,62 +68490,42 @@ vit vit vit vit -tPN -tPN -tPN -tPN +aad +aad +aad +aad uvw uvw vit -tPN -dKj -jLb -smd -jLb -dUl -dUl -jLb -dKj -jLb -jLb -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb +aad +aad +aad +aad +aad egV +vsc jLb jLb -eMz -eMz -jLb jLb -eMz jLb +vsc +vsc +vsc +vsc +vsc +vsc jLb +fHZ +fHZ jLb jLb jLb -eMz -eMz -eMz -eMz -eMz -eMz -eMz jLb -eMz -eMz -eMz +fHZ +fHZ +aad +aad +aad aad aad aad @@ -71468,23 +68569,23 @@ abC iGR bnd bDm -abS +rwF bDn bDm -bHj -bHj -bHj -bHj +aad +aad +aad +aad bon bon bon vVK -bHj -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad +aad vVK vVK bon @@ -71503,23 +68604,23 @@ aEx aFJ cbF cbF -cdp +aad cjr cjr -cdp -cdp +aad +aad chg chg chg -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -piY -cwD +aad +aad +aad +aad +aad +aad +aad +xkj +jRc kSs hWk hOa @@ -71527,36 +68628,36 @@ hOa hOa kUs bDH -cwD +jRc piY piY cuM cuM -cwD -cwD -cwD +jRc +jRc +jRc kTB hOa hOa cxB -cwD -cwD -piY -cwD -piY -piY -piY +jRc +jRc +xkj +cxJ +vit +vit +vit beF -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad vit uvw uvw @@ -71564,62 +68665,42 @@ uvw vit vit vit -tPN -tPN -tPN -tPN +aad +aad +aad +aad vit vit vit -tPN -dKj -jLb -jLb -dUl -dUl -dUl -jLb -dKj -jLb -jLb -euZ -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj +aad +aad +aad +aad +qBd +qBd +egV jLb +nQE +nQE jLb tuj -eMz +vsc jLb jLb jLb jLb jLb jLb +fHZ jLb -eMz -eMz -eMz -eMz -eMz -eMz -eMz jLb jLb -eMz -eMz -cOc -eMz +fHZ +fHZ +fHZ +aad +aad +aad aad aad aad @@ -71666,19 +68747,19 @@ bDm bDn acy bDm -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad vVK bon bon bon bDm -bHj -bHj -bHj +aad +aad +aad bDm vVK vVK @@ -71697,123 +68778,103 @@ caW aEy aEy cbF -cdp -cdp -cdp -cdp -cdp +aad +aad +aad +aad +aad chg chg chg chg -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -piY -cwD +aad +aad +aad +aad +aad +aad +aad +xkj +jRc kTB hOa hOa hOa kUs bDH -cwD +jRc cuM cuM chz cuM cuM -cwD -cwD -cwD +jRc +jRc +jRc kTB hOa hOa cxC cxA +jRc +jRc cwD -cwD -cwD -kvY -piY -cmf +aKY vit -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN +vit +vit +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad vit uvw uvw uvw vit -tLO vit -tPN -tPN -tPN -tPN vit +aad +aad +aad +aad vit -tPN -tPN vit +aad +aad +aad +aad +mYV +qBd +qBd +qBd +eVm +nQE +nQE jLb +sFI jLb -dUl -dUl -dUl jLb -dKj jLb +fHZ jLb -eMz -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj +sKX jLb -eMz -eMz jLb -aad -aad jLb tuj -jLb -eMz -eMz -eMz -eMz -euZ -eMz -eMz -eMz -eMz -jLb -jLb -jLb -eMz -eMz +fHZ +fHZ +pHR +pHR +aad +aad aad aad aad @@ -71859,29 +68920,29 @@ bDm bDm bDm bDn -bDn +nUh bDm -bHj -bHj -bHj -bHj +aad +aad +aad +aad agU vVK vVK bon bon -bHj -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad +aad vVK bon agT vVK vVK -bHj +aad vVK vVK vVK @@ -71892,62 +68953,62 @@ cbF cbF cbF cbF -cdp -cdp +aad +aad chg chg chg chg chg chg -ceQ +aad civ cbb jUA -ceQ -ceQ -ceQ -ceQ -piY -cwD +aad +aad +aad +aad +xkj +jRc kTB hOa hOa hOa cxB -cwD -cwD +jRc +jRc cuM cuM piY piY -cwD -cwD -cwD -cwD +jRc +jRc +jRc +jRc kTB hOa hOa hOa cxB -cwD -cwD -piY -piY -piY -piY +jRc +jRc +vit +vit +vit +vit vit vit sRR -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN +aad +aad +aad +aad +aad +aad +aad +aad +aad fSR uvw uvw @@ -71955,60 +69016,40 @@ oIU vit vit vit -tPN -tPN +mWm +aad beF vit vit beF -vit -vit -vit -dUl -dUl -dUl -dUl -jLb -dKj -jLb -jLb -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb +aad +aad +hhX +mYV +mYV +qBd +qBd +fJh jLb jLb -eMz jLb +vsc jLb -aad -aad +nQE +nQE jLb jLb jLb -eMz -eMz jLb +fHZ jLb -eMz -eMz +fHZ +fHZ +pHR +hUh +ahK aad aad -jLb -jLb -jLb -eMz -eMz -eMz aad aad aad @@ -72056,9 +69097,9 @@ bDm adP bDn bDm -bHj -bHj -bHj +aad +aad +aad pNT agU aoT @@ -72066,28 +69107,28 @@ vVK bon bon vVK -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad vVK bon bon vVK -bHj -bHj +aad +aad vVK vVK vVK bon vVK aIU -cdp -cdp -cdp -cdp -cdp +aad +aad +aad +aad +aad chg chg chg @@ -72101,45 +69142,45 @@ jUA jUA jUA cei -ceQ -ceQ -cwD -cwD +aad +aad +cxJ +jRc kTB hOa hOa hOa cxB -cwD -cwD -cwD -cwD -cwD -cwD -cwD -cwD -cwD -cwD +jRc +jRc +jRc +jRc +jRc +jRc +jRc +jRc +jRc +jRc kTB hOa hOa hOa cxB -cwD -cwD -piY -piY -cuM -cuM +jRc +jRc +vit vit +aad +aad vit vit -tPN -tPN -tPN -tPN -tPN -tPN +vit +aad +aad +aad +aad +aad +aad beF vit vit @@ -72150,59 +69191,39 @@ uvw uvw uvw vit +sLn vit vit vit vit vit +aad +aad vit -vit -vit -vit -uvw -dUl -dUl -jLb -jLb +drQ +mYV +png +iJw +fJh smd jLb jLb jLb jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb -qBd -pdv -jLb -jLb -aad -aad +nQE +nQE jLb -cOc -eMz jLb jLb -eMz -eMz -eMz -aad -aad -aad -aad -aad -aad -aad -aad +fHZ +nQE +nQE +fHZ +pHR +pHR +ahK +qxr +saY aad aad aad @@ -72249,69 +69270,69 @@ bDn bDn adt bDn -abS +rwF bDm -bHj -bHj -bHj -pNT +aad +aad +aad +wZk agU vVK -vhG +vVK bon agT +tas +hTi +aad +aad +aad +aad vVK -bDm -bHj -bHj -bHj -bHj -vVK -agT +bon bon vVK bDm -bHj +aad vVK vVK vVK vVK vVK vVK -cdp -cdp -cdp -cdp -chg +aad +aad +aad +aad chg chg +dAV chg -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad jUA jUA cei cei aSC cor -ceQ -ceQ -ceQ -cwD +aad +aad +aad +jRc kTB hOa hOa hOa cxB -cwD -cwD -cwD -cwD -cwD -cwD -cwD +jRc +jRc +jRc +jRc +jRc +jRc +jRc piY cuM piY @@ -72320,18 +69341,18 @@ hOa hOa hOa cxB -cwD -piY +jRc piY -cuM -cuM -cuM +vit +aad +aad +aad aKY vit vit vit vit -tPN +aad vit vit vit @@ -72341,7 +69362,7 @@ sRR vit vit oIU -xio +aQM uvw uvw vit @@ -72355,49 +69376,29 @@ sRR vit vit vit -uvw -dUl -jLb -jLb -jLb +drQ +mYV +mYV +aad +aad tuj jLb -gjK -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj jLb jLb jLb -eMz -eMz -euZ -jLb -aad -aad -aad jLb jLb jLb jLb -orW -eMz -eMz -eMz -aad -aad -aad -aad -aad -aad -aad -aad +fHZ +nQE +nQE +fHZ +hUh +ahK +qxr +saY +saY aad aad aad @@ -72446,9 +69447,9 @@ adw acz bDn bDm -bHj -bHj -bHj +aad +aad +aad pNT agV vVK @@ -72456,34 +69457,34 @@ vVK bon bon vVK -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK vVK bon bon vVK -bHj -bHj -bHj +aad +aad +aad vVK arM vVK vVK -cdp -cdp -cdp -cdp -cdp +aad +aad +aad +aad +aad chg chg chg -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad lHO aSC cor @@ -72491,22 +69492,22 @@ cor cor aZL aUg -ceQ -ceQ -ceQ -cwD +aad +aad +aad +jRc kTB hOa hOa kUs bDH -cwD -cwD -cwD -cwD -cwD -cwD -cwD +jRc +jRc +jRc +jRc +vSP +jRc +jRc cuM cuM piY @@ -72515,13 +69516,13 @@ hOa hOa hOa cxB -cwD +jRc piY -cuM -cuM -cuM -cuM -tPN +aad +aad +aad +aad +aad vit vit xGA @@ -72541,9 +69542,8 @@ uvw uvw uvw uvw +aQM uvw -uvw -tLO vit vit vit @@ -72552,28 +69552,6 @@ vit vit vit vit -jLb -jLb -jLb -jLb -jLb -jLb -jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb -eMz -eMz -eMz -jLb -jLb aad aad aad @@ -72581,18 +69559,21 @@ aad aad jLb jLb +vsc jLb -eMz -eMz -aad -aad -aad -aad -aad -aad -aad -aad -aad +jLb +tuj +jLb +jLb +jLb +fHZ +fHZ +fHZ +pHR +fCz +saY +mMp +saY aad aad aad @@ -72635,26 +69616,26 @@ aad aad bDm bxl -abS +rwF bEy bDm bDn bDn bDm -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK vVK bon bon vVK vVK -bHj -bHj -bHj -bHj +aad +aad +aad +aad aob vVK bon @@ -72665,19 +69646,19 @@ vVK vVK vVK vVK -vhG vVK -cdp -cdp -cdp -cdp -ceQ -ceQ +vVK +aad +aad +aad +aad +aad +aad chg -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad jUA jUA cmu @@ -72685,23 +69666,23 @@ aUg aVK aUh aUh -ceQ -ceQ -ceQ -ceQ -cwD +aad +aad +aad +aad +jRc kTB hOa hOa cxB -cwD -cwD -cwD -cwD -mmF +jRc +jRc +jRc +jRc +jRc chJ -cwD -cwD +jRc +jRc cuM cuM piY @@ -72710,13 +69691,13 @@ hOa hOa hOa cxB -cwD +jRc piY -cuM -cuM -cuM -cuM -tPN +aad +aad +aad +aad +aad sRR vit vit @@ -72728,12 +69709,12 @@ vsy vsy vsy vsy +jiQ vsy vsy vsy vsy -vsy -iRk +vit uvw uvw uvw @@ -72741,53 +69722,33 @@ uvw vit vit vit +iRk vit vit vit vit -vit -vit -ekJ -dKj -dKj -jLb +aad +aad +aad +aad +aad jLb tuj jLb +vsc +vsc jLb -dKj -dKj -dKj -dKj -dKj -dKj -icG jLb jLb -eMz -euZ -eMz jLb -icG -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +jLb +fHZ +fHZ +pHR +fCz +saY +saY +saY aad aad aad @@ -72833,22 +69794,22 @@ bDm bDn bDm bDm -abS +rwF bDn bDm -bHj -bHj -bHj -bHj +aad +aad +aad +aad bon bon vVK vVK vVK -bHj -bHj -bHj -bHj +aad +aad +aad +aad bDm arM vVK @@ -72862,11 +69823,11 @@ vVK vVK vVK bDm -cdp -cdp -cdp -cdp -ceQ +aad +aad +aad +aad +aad aFj aJK aCv @@ -72880,23 +69841,23 @@ aUg aVL aXr jUA -ceQ -ceQ -ceQ -ceQ -cwD +aad +aad +aad +aad +jRc kTB hOa hOa cxB -cwD -cwD -cwD -cwD -cwD -cwD -cwD -cwD +jRc +jRc +jRc +jRc +jRc +jRc +jRc +jRc cuM cuM piY @@ -72905,15 +69866,15 @@ hOa hOa hOa cxB -cwD +jRc piY -cuM -cuM -cuM -cuM -tPN -tPN -tPN +aad +aad +aad +aad +aad +aad +aad vit uvw vsy @@ -72925,7 +69886,7 @@ gih gih gih gih -pqG +gih gih vsy vit @@ -72942,47 +69903,27 @@ vit vit sRR beF -ekJ -ekJ -dKj -jLb -jLb +aad +aad +aad +aad +aad jLb jLb jLb -dKj -dKj -dKj -dKj -dKj -dKj +vsc +vsc jLb jLb jLb -eMz -eMz -eMz jLb -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +fHZ +fHZ +pHR +fCz +saY +saY +saY aad aad aad @@ -73039,12 +69980,12 @@ bon bon vVK bDm -bHj -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad +aad vVK bon bon @@ -73056,12 +69997,12 @@ vVK arM vVK cay -bHj -bHj -bHj -bHj -bHj -ceQ +aad +aad +aad +aad +aad +aad cbb jUA jUA @@ -73075,23 +70016,23 @@ aUg aUg rIM jUA -ceQ -ceQ -ceQ -ceQ -cwD +aad +aad +aad +aad +jRc kTB hOa hOa cxB -cwD -cwD +jRc +jRc piY piY piY piY -cwD -cwD +jRc +jRc cuM cuM piY @@ -73100,15 +70041,15 @@ hOa hOa hOa cxB -cwD +jRc piY cwD -cuM -cuM -cuM -tPN -tPN -tPN +aad +aad +aad +aad +aad +aad vit vit vsy @@ -73136,48 +70077,28 @@ vit vit vit vit -ekJ -ekJ -ekJ -ekJ -dKj -dKj -jLb -jLb -eMz -dKj -dKj -dKj -dKj -dKj -jLb -tuj -jLb -eMz -eMz -eMz -eMz -jLb -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad aad aad aad +jLb +jLb +jLb +vsc +vsc +fHZ +fHZ +jLb +jLb +euZ +fHZ +pHR +fCz +saY +saY +mMp aad aad aad @@ -73218,13 +70139,13 @@ aad aad aad aad -ake +bDm bxn bDn bDn bDm bDn -abS +rwF bDn aex afn @@ -73233,11 +70154,11 @@ bon bon bon vVK -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad vVK vVK vVK @@ -73250,13 +70171,13 @@ vVK vVK vVK cay -pNT -pNT -bHj -bHj -bHj -ceQ -ceQ +chg +chg +aad +aad +aad +aad +aad jUA jUA jUA @@ -73270,23 +70191,23 @@ aUh aVM aVL cor -ceQ -ceQ -ceQ -cwD -cwD +aad +aad +aad +cei +jRc kTB hOa hOa cxB -cwD -cwD +jRc +jRc cuM cuM piY piY piY -cwD +jRc piY cuM piY @@ -73295,15 +70216,15 @@ hOa kUs bZX bDH -cwD -cwD -piY -mLN -cuM -cuM -tPN -tPN -tPN +jRc +jRc +vit +beF +aad +aad +aad +aad +aad vit vit vsy @@ -73330,42 +70251,6 @@ vit vit vit vit -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -dKj -eMz -eMz -eMz -dKj -dKj -dKj -dKj -dKj -jLb -jLb -jLb -eMz -eMz -eMz -jLb -sKX -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad @@ -73373,6 +70258,22 @@ aad aad aad aad +icG +jLb +jLb +vsc +kCZ +nQE +fHZ +fHZ +jLb +jLb +fHZ +pHR +fCz +mMp +saY +saY aad aad aad @@ -73428,11 +70329,11 @@ bon agT bon vVK -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad vVK vVK bon @@ -73443,14 +70344,14 @@ vVK vVK vVK vVK -bHj -pNT -pNT -pNT -pNT -pNT -bHj -ceQ +aad +chg +chg +chg +chg +chg +aad +aad jUA jUA lHO @@ -73461,48 +70362,48 @@ jUA jUA jUA cei -aDz +cei aSD aUh aUh aUh -ceQ -ceQ -cwD -cwD +aad +aad +cei +jRc kTB hOa hOa cxB -cwD -cwD +jRc +jRc cuM cuM -caw +chz piY piY -cwD -cwD -cwD +jRc +jRc +jRc kSs hWk hOa cxB -cwD -cwD -cwD -cwD -piY -piY -cuM -cuM -tPN +jRc +jRc +jRc +jRc +vit +vit +aad +aad +aad vit vit vit sRR mjR -oAQ +gih khT sCa vbN @@ -73524,43 +70425,7 @@ vit vit kjc vit -wFG -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -jLb -jLb -jLb -dKj -dKj -dKj -dKj -dKj -jLb -jLb -eMz -eMz -eMz -eMz -jLb -jLb -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vit aad aad aad @@ -73569,6 +70434,22 @@ aad aad aad aad +jLb +jLb +jLb +nQE +nQE +fHZ +jLb +jLb +jLb +fHZ +hUh +toV +pex +saY +saY +vBi aad aad aad @@ -73611,7 +70492,7 @@ aad bDm bEy bDn -abS +rwF bDn bDn bDn @@ -73624,36 +70505,36 @@ vVK bon vVK bDm -bHj -bHj -bHj +aad +aad +aad vVK bon bon vVK vVK vVK -bHj +aad vVK -bHj +aad bDm -bHj -bHj -pNT -pNT -pNT -pNT -pNT -ceQ -ceQ +aad +aad +chg +dAV +chg +chg +chg +aad +aad jUA jUA jUA cei jUA jUA -ceQ -ceQ +aad +aad jUA jUA cei @@ -73662,35 +70543,35 @@ cei cei cei cei -cwD -cwD -cwD +cei +cei +jRc kTB hOa hOa cxC cxA -cwD -cwD +jRc +jRc piY piY cif piY -cwD -cwD -cwD +jRc +jRc +jRc kTB hOa hOa cxB +jRc +jRc +jRc cwD +vit cwD -mmF -cwD -piY -cwD -cuM -piY +aad +vit vit aKY vit @@ -73701,7 +70582,7 @@ gih jzD vsy lZd -khR +gih lZd gih ajO @@ -73717,43 +70598,8 @@ vit uvw vit vit -wFG -wFG -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -dqo -yjG -wFG -jLb -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb -eMz -euZ -pHR -jLb -jLb -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vit +vit aad aad aad @@ -73764,6 +70610,21 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +jLb +jLb +jLb +fHZ +euZ +pHR +toV +pex +vBi +vBi aad aad aad @@ -73811,34 +70672,34 @@ bDn bDn bEy bDm -bHj -bHj -bHj -bHj +aad +aad +aad +aad bWe bon vVK -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK bon agT vVK aoT -vVK -bDm -arN -bHj -bHj -bHj -bHj -pNT -pNT -pNT -pNT -pNT +aad +civ +avi +aad +aad +aad +aad +chg +chg +chg +chg +chg aFj jUA jUA @@ -73847,9 +70708,9 @@ cei jUA jUA jUA -ceQ -ceQ -ceQ +aad +aad +aad jUA jUA cei @@ -73857,35 +70718,35 @@ cei cei cei cei -cwD -cwD -cwD +cei +cei +jRc kTB hOa hOa hOa cxC cxA -cwD -cwD +jRc +jRc piY piY cuM cuM -cwD -cwD +jRc +jRc kTB hOa hOa cxB +jRc +jRc +jRc cwD cwD -cwD -cwD -cwD -piY -piY -irq +vit +vit +sRR vit vit vit @@ -73912,42 +70773,7 @@ vit uvw vit kjc -wFG -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -dqo -wFG -wFG -wFG -wFG -dKj -dKj -dKj -dKj -dKj -jLb -jLb -eMz -eMz -eMz -jLb -jLb -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vit aad aad aad @@ -73959,7 +70785,22 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +jLb +jLb +fHZ +fHZ +fHZ +fHZ +pHR aad +vBi +vBi +vBi aad aad aad @@ -74006,33 +70847,33 @@ bDm bDm bDm bDm -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK bon vVK -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK bon bon vVK vVK -bHj -bHj -pNT -bHj -bHj -bHj -pNT -pNT -pNT -pNT -pNT +aad +chg +chg +aad +aad +aad +chg +chg +chg +chg +chg aCv cbb jUA @@ -74041,20 +70882,20 @@ jUA jUA jUA jUA -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad jUA jUA jUA jUA jUA jUA -piY -cwD -cwD +jUA +cei +jRc kQu kPC hOa @@ -74062,24 +70903,24 @@ hOa hOa cxC cxA -cwD -cwD -cwD +jRc +jRc +jRc cuM cuM -cwD -cwD +jRc +jRc kTB hOa hOa cxB -cwD -cwD -cwD -cwD -cwD -piY -piY +jRc +jRc +jRc +aZO +aZO +vit +vit cwD vsy vsy @@ -74107,42 +70948,7 @@ vsy uvw vit vit -wFG -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -dqo -wFG -wFG -wFG -wFG -fst -dKj -dKj -dKj -jLb -jLb -eMz -eMz -eMz -jLb -icG -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vit aad aad aad @@ -74153,8 +70959,23 @@ aad aad aad aad +wFG +hNq +jLb +jLb +jLb +fHZ +jLb +jLb +fHZ +fHZ +jLb +icG aad aad +vBi +cOc +vBi aad aad aad @@ -74199,10 +71020,10 @@ aad aad aad aad -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK aoT vVK @@ -74211,22 +71032,22 @@ aig vVK aob bWe -bHj +aad vVK bon bon vVK -bHj -bHj -bHj -pNT -pNT -pNT -pNT -pNT -pNT -pNT -pNT +aad +aad +chg +chg +chg +chg +chg +chg +chg +chg +chg aua jUA jUA @@ -74236,21 +71057,21 @@ jUA jUA jUA aFj -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad +aad +aad jUA aVN jUA -ceQ -piY -piY -cwD -cwD +aad +jUA +jUA +jRc +jRc kTB hOa hOa @@ -74258,23 +71079,23 @@ hOa hOa cxC cxA -cwD -cwD -cwD -cwD -cwD +jRc +jRc +jRc +jRc +jRc kSs hWk hOa kUs bDH -cwD -cwD -cwD -cwD -cwD -piY -piY +jRc +jRc +aZO +aZO +aZO +daq +vit sEV vsy gih @@ -74299,19 +71120,19 @@ qXN qXN fre jiQ -dqo -wFG -wFG -wFG -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -wFG -wFG -wFG +uvw +vit +vit +vit +aad +aad +aad +aad +aad +aad +aad +aad +aad wFG wFG wFG @@ -74320,37 +71141,17 @@ jLb jLb jLb tuj -eMz -eMz +jLb +fHZ jLb jLb aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi +vBi aad aad aad @@ -74394,9 +71195,9 @@ aad aad aad aad -bHj -bHj -bHj +aad +aad +aad vVK bBN vVK @@ -74411,16 +71212,16 @@ arM bon amX vVK -bHj -bHj -bHj -bHj -bHj -bHj -pNT -pNT -pNT -pNT +aad +aad +chg +chg +chg +chg +dAV +chg +chg +chg chg aCv jUA @@ -74429,23 +71230,23 @@ jUA jUA jUA jUA -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad +aad +aad +aad +aad jUA jUA -ceQ -ceQ -ceQ -piY -piY -cwD +aad +aad +aad +jUA +daq +jRc kTB hOa hOa @@ -74462,15 +71263,15 @@ hWk hOa kUs bDH -cwD -piY -piY -piY -piY -cwD -cwD -piY +jRc piY +daq +daq +daq +aZO +aZO +daq +daq vsy gih khT @@ -74494,17 +71295,17 @@ sQK ipd hfq vsy -wFG -oDw -wFG -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -yjG +vit +iRk +vit +aad +aad +aad +aad +aad +aad +aad +aad wFG wFG oDw @@ -74515,29 +71316,6 @@ wFG jLb jLb jLb -jLb -jLb -jLb -sKX -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad @@ -74547,6 +71325,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -74589,7 +71370,7 @@ aad aad aad aad -bHj +aad bDm vVK bWe @@ -74606,41 +71387,41 @@ bon vVK vVK bDm -bHj -bHj -bHj -bHj -bDm -pNT -avh -pNT -pNT -ceQ -ceQ +aad +aad +aad +chg +civ +chg +aJK +chg +chg +aad +aad jUA lHO aSF jUA jUA cei -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad +aad aFj -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -piY -cwD +aad +aad +aad +aad +aad +aad +aad +aad +aad +daq +jRc kQu bZX bZX @@ -74656,16 +71437,16 @@ hOa hOa kUs bDH -cwD -cwD -sKg -sKg -cwD -piY -cwD -cwD -piY -piY +jRc +jRc +aad +aad +aZO +daq +aZO +aZO +daq +daq vsy gih khT @@ -74689,40 +71470,8 @@ aCw ocE hfq vsy -wFG -wFG -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -wFG -wFG -wFG -wFG -wFG -wFG -wFG -oDw -wFG -jLb -jLb -jLb -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vit +vit aad aad aad @@ -74731,6 +71480,15 @@ aad aad aad aad +yjG +wFG +wFG +wFG +wFG +wFG +wFG +oDw +wFG aad aad aad @@ -74742,6 +71500,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -74784,8 +71545,8 @@ aad aad aad aad -bHj -bHj +aad +aad vVK arM vVK @@ -74799,17 +71560,17 @@ bon bon vVK vVK -bHj -bHj -bHj -bHj -bHj -ceQ +aad +aad +aad +aad +aad +aad civ aua jUA awu -ceQ +aad aFj jUA jUA @@ -74818,27 +71579,27 @@ jUA jUA cei aFj -ceQ -ceQ -ceQ +aad +aad +aad cbb jUA aSF jUA jUA -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -piY -cwD -cwD -cwD -cwD +aad +aad +aad +aad +aad +aad +aad +aad +daq +aZO +jRc +jRc +jRc kQu bZX bZX @@ -74850,23 +71611,23 @@ bZX bZX bZX bDH -cwD -cwD -sKg -sKg -sKg -sKg -mLN -piY -cwD -piY -piY +jRc +jRc +aad +aad +aad +aad +psR +daq +aZO +daq +daq vsy gih khT iCt lRa -khR +gih lZd gih khT @@ -74884,38 +71645,7 @@ khT ocE hfq vsy -wFG -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -wFG -wFG -dqo -wFG -wFG -wFG -wFG -wFG -wFG -wFG -jLb -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vit aad aad aad @@ -74925,6 +71655,14 @@ aad aad aad aad +wFG +wFG +dqo +wFG +wFG +wFG +wFG +wFG aad aad aad @@ -74937,6 +71675,9 @@ aad aad aad aad +vBi +vBi +cOc aad aad aad @@ -74979,7 +71720,7 @@ aad aad aad aad -bHj +aad aob vVK vVK @@ -74994,27 +71735,27 @@ bon bon vVK vVK -bHj -bHj -bHj -bHj -bHj -ceQ -ceQ +aad +aad +aad +aad +aad +aad +chg chg avi chg -ceQ -ceQ +aad +aad jUA jUA jUA jUA chj -cei -ceQ -ceQ -ceQ +nwv +mWm +aad +aad cbb jUA jUA @@ -75024,34 +71765,34 @@ jUA jUA awu chg +dAV chg chg -chg -ceQ -ceQ -piY -cwD -mmF -cwD -cwD -cwD -cwD -cwD -cwD -cwD +aad +aad +daq +aZO +aZO +aZO +jRc +jRc +jRc +jRc +jRc +jRc piY piY -cwD +jRc piY piY piY -sKg -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad +aad daq daq aZO @@ -75079,38 +71820,7 @@ puV ocE hfq vsy -wFG -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -fst -wFG -dqo -dqo -wFG -wFG -wFG -dqo -wFG -wFG -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vit aad aad aad @@ -75119,7 +71829,15 @@ aad aad aad aad +fst +wFG +dqo +dqo +dqo aad +wFG +dqo +wFG aad aad aad @@ -75132,6 +71850,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -75173,7 +71894,7 @@ aad aad aad aad -adQ +bDm vVK aez vVK @@ -75189,17 +71910,17 @@ bon bon bWe bDm -bHj -bHj -bHj -bHj -bHj -ceQ -ceQ +aad +aad +aad +aad +aad +chg +chg chg -ceQ -ceQ -ceQ +aad +aad +aad jUA jUA jUA @@ -75207,8 +71928,8 @@ jUA cei cei cei -ceQ -ceQ +aad +aad aFj jUA jUA @@ -75217,8 +71938,8 @@ jUA jUA jUA jUA -ceQ -ceQ +aad +chg chg chg chg @@ -75228,25 +71949,25 @@ daq aZO aZO aZO -sKg -sKg +aad +aad piY piY piY -cwD -cwD -cwD -cwD -sKg -sKg -sKg -sKg -sKg -sKg +jRc +jRc +jRc +jRc +aad +aad +aad +aad +aad +aad nPb nAZ -sKg -sKg +aad +aad daq daq aZO @@ -75257,13 +71978,13 @@ khT rJf wbK khT -khT -khT +lZd +gih khT oZt vsy gih -xMr +lZd vsy tGZ vsy @@ -75274,36 +71995,6 @@ puV ocE hfq vsy -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -ekJ -wFG -oDw -dqo -dqo -wFG -wFG -wFG -dqo -dqo -wFG -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad @@ -75313,8 +72004,15 @@ aad aad aad aad +wFG +oDw +dqo +dqo aad aad +wFG +dqo +dqo aad aad aad @@ -75327,6 +72025,9 @@ aad aad aad aad +cOc +vBi +vBi aad aad aad @@ -75380,16 +72081,16 @@ bon bon bon vVK -bHj -bHj -bHj -bHj -bHj -bHj -bHj -bHj -bHj -ceQ +aad +aad +aad +aad +aad +aad +aad +aad +aad +chg civ chg chg @@ -75398,12 +72099,12 @@ jUA jUA lHO jUA -aDz cei cei cei cei -ceQ +cei +aad jUA jUA lHO @@ -75412,37 +72113,37 @@ cei cei jUA jUA -aNG -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad +aad kRI daq aZO aZO daq -sKg -sKg -sKg -sKg -piY +aad +aad +aad +aad piY +bPU piY -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad aZO aZO ldO nAZ nsq -sKg -sKg +aad +aad daq aZO aZO @@ -75451,7 +72152,7 @@ gih enU ixD ixD -enU +khT khT khT khT @@ -75473,43 +72174,20 @@ khT khT khT khT -ekJ -ekJ -ekJ -ekJ -ekJ -wFG -dqo -wFG -wFG -wFG -oDw -wFG -dqo -dqo -wFG -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad aad aad +wFG +dqo +wFG +wFG aad aad +dqo +dqo +dqo aad aad aad @@ -75522,6 +72200,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -75574,21 +72255,21 @@ bWe vVK bon vVK -vVK -bHj -bHj -bHj -bHj -bHj -bHj -bHj -bHj -bHj -ceQ -ceQ -ceQ -ceQ -ceQ +oPA +aad +aad +aad +aad +aad +aad +aad +aad +aad +chg +chg +chg +chg +aad aFj jUA jUA @@ -75604,57 +72285,57 @@ jUA jUA cei chj -aDz -jUA +cei jUA jUA -ceQ -ceQ -ceQ -ceQ -ceQ -daq +aNG +aad +aad +aad +aad +aad daq +bwH aZO daq daq -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +mWm +aad +aad +aad +aad +aad +aad nsq aZO aZO ldO nAZ nsq -sKg -sKg -sKg -aZO +aad +aad +aad aZO +bbU vsy gih aCw ixD ixD -ixD +enU khT -uLJ +wyx uLJ qFY -iGN +vsy gih lRa -iGN +vsy khT vsy pqG @@ -75668,42 +72349,20 @@ pmT ixD eDc khT -ekJ -ekJ -ekJ -ekJ -ekJ -wFG -laF -wFG -wFG -wFG -wFG -dqo -dqo -dqo -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad aad aad +wFG +laF +wFG aad aad aad +dqo +dqo +dqo aad aad aad @@ -75716,6 +72375,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -75776,15 +72437,15 @@ aYz uux uux aYz -bHj -bHj -bHj -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad +aad +aad +aad +aad cbb jUA jUA @@ -75801,39 +72462,39 @@ jUA jUA cei jUA -ceQ jUA -ceQ -ceQ -ceQ -ceQ -ceQ +jUA +aad +aad +aad +aad +aad daq daq daq daq daq -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad +aad +aad +aad daq aZO ldO nAf bhd -lhH +aZO ldO nAZ nsq -sKg -sKg -sKg +aad +aad +aad aZO aZO vsy @@ -75841,8 +72502,8 @@ gih ixD ixD ixD -ixD -ifU +xKv +khT txm uKV fBk @@ -75863,42 +72524,20 @@ khT khT khT khT -ekJ -ekJ -ekJ -ekJ -wFG -wFG -dqo -wFG -wFG -wFG -wFG -dqo -dqo -dqo -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad aad aad +wFG +dqo +wFG aad aad +wFG +dqo +dqo +dqo aad aad aad @@ -75911,6 +72550,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -75953,7 +72594,7 @@ aad aad aad aad -adQ +bDm vVK vVK arM @@ -75971,16 +72612,16 @@ uux amc bUm uux -bHj -bHj -bHj -cgE -cgE -cgE -cgE -cgE -cgE -cgE +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad chO ceS cdx @@ -75988,8 +72629,8 @@ cdx chN chN cdx -cdx -cdx +cei +cei cei jUA jUA @@ -75998,24 +72639,24 @@ cei jUA aFj jUA -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad daq -qcB -qcB daq -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg +daq +daq +aad +aad +aad +aad +aad +aad +aad +aad +aad daq daq aZO @@ -76026,9 +72667,9 @@ stf wuI nAZ nsq -sKg -sKg -sKg +aad +aad +aad aZO aZO vsy @@ -76058,43 +72699,20 @@ pmT ixD eDc khT -ekJ -ekJ -ekJ -wFG -dqo -wFG +aad +aad +aad +aad +aad +aad wFG wFG wFG wFG dqo dqo +ikB dqo -dqo -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad @@ -76106,6 +72724,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -76149,7 +72770,7 @@ aad aad aad aad -bHj +aad bFX vVK bon @@ -76166,16 +72787,16 @@ bRU bEE amY uux -bHj -bHj +aad +aad uux uux uux uux uux -cgE -cgE -cgE +aad +aad +aad chN chN cdx @@ -76184,33 +72805,33 @@ ceS chN cdx chN -chN -ceQ -ceQ -ceQ +jUA +aad +aad +aad jUA cei jUA -ceQ jUA jUA -ceQ -ceQ -ceQ -ceQ +jUA +aad +aad +aad +aad +daq daq -qcB -qcB daq -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg +daq +aad +aad +aad +aad +aad +aad +aad +aad +aad daq dND aZO @@ -76222,8 +72843,8 @@ nAZ nAZ nsq aZO -sKg -sKg +aad +aad aZO aZO vsy @@ -76253,12 +72874,12 @@ khT khT khT khT -ekJ -ekJ -wFG -wFG -xFC -wFG +aad +aad +aad +aad +aad +aad wFG wFG oDw @@ -76278,28 +72899,8 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi aad aad aad @@ -76344,7 +72945,7 @@ aad aad aad aad -bHj +aad vVK vVK bon @@ -76361,16 +72962,16 @@ uux amd amZ uux -bHj -bHj +aad +aad uux arO atg aub uux -cgE -cgE -cgE +aad +aad +aad cbL aCy cdx @@ -76379,37 +72980,37 @@ chN chN chN chN -cgE -ceQ -ceQ +aad +aad +aad jUA jUA jUA aSF -ceQ +jUA jUA aVN -ceQ -ceQ -ceQ +aad +aad +aad daq daq daq daq daq -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad +aad +aad aZO daq aZO -kxN -kxN +aZO +aZO beG pSw pSw @@ -76418,7 +73019,7 @@ pSw bhg aZO aZO -sKg +aad aZO aZO vsy @@ -76448,12 +73049,12 @@ pmT aCw eDc khT -ekJ -ekJ +aad +aad wFG dqo -dqo -wFG +aad +aad wFG wFG wFG @@ -76473,28 +73074,8 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi aad aad aad @@ -76539,13 +73120,13 @@ aad aad aad aad -bHj -bHj +aad +aad vVK bon bon bon -cay +nnG aYz acE aYz @@ -76563,9 +73144,9 @@ arP bXQ aub uux -cgE -cgE -cgE +aad +aad +aad aBe ccD chN @@ -76573,48 +73154,48 @@ cdx cdx chN aOr -cgE -cgE -ceQ +aad +aad +aad aNG jUA cei jUA -ceQ -ceQ jUA -ceQ -ceQ -ceQ -daq +jUA +jUA +aad +aad +aad daq daq daq +bwH daq -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad +aad +aad aZO daq daq aZO -kxN -kxN aZO aZO aZO aZO aZO -kxN -kxN aZO aZO aZO +aZO +bbU +aZO +aZO daq vsy gih @@ -76627,7 +73208,7 @@ ixD ixD aCw lZd -xMr +lZd ixD ixD xLJ @@ -76643,8 +73224,8 @@ khT khT khT khT -ekJ -ekJ +aad +aad wFG dqo dqo @@ -76654,7 +73235,6 @@ wFG wFG dqo wFG -xFC dqo aad aad @@ -76668,27 +73248,8 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi aad aad aad @@ -76734,15 +73295,15 @@ aad aad aad aad -bHj -bHj +aad +aad bui bon bon bon ahc -ahG -ahG +pNT +pNT uux bUo aiV @@ -76750,53 +73311,53 @@ bUo ceg bXQ bUn -bXQ +bIx bUn bXQ ceg bXQ -bXQ +bIx auc uux -cgE -cgE -cgE -aBe +aad +aad +aad +vHj ccD chN cdx cdx ceS chN -cgE -cgE -ceQ +aad +aad +aad aNH jUA chj jUA -ceQ -ceQ jUA -ceQ -ceQ -ceQ +jUA +jUA +jUA +aad +aad daq daq daq daq -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad +aad +aad daq daq daq -aZO +bbU daq daq daq @@ -76806,9 +73367,9 @@ daq daq daq daq -kxN aZO -lhH +aZO +aZO aZO daq vsy @@ -76834,11 +73395,11 @@ gih sGJ gih vsy -ekJ -ekJ -ekJ -ekJ -ekJ +aad +aad +aad +aad +aad fst wFG dqo @@ -76849,30 +73410,7 @@ wFG dqo dqo wFG -dqo -dOc -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +wQz aad aad aad @@ -76884,6 +73422,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -76940,7 +73481,7 @@ aYz acE aYz ajE -aiV +aue akM aYz uux @@ -76953,40 +73494,40 @@ uux bXQ bYu uux -aly -aly -aly -aly +aad +aad +aad +aad aCA chN cdx cdx chN -cgE -cgE -cgE +aad +aad +aad jUA jUA jUA cei jUA -ceQ jUA jUA -ceQ -ceQ -ceQ +jUA +jUA +aad +aad daq daq daq daq daq daq -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad daq caC daq @@ -76995,11 +73536,11 @@ daq daq aZO aZO -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad daq daq daq @@ -77029,9 +73570,9 @@ vsy vsy vsy vsy -ekJ -ekJ -ekJ +aad +aad +aad wFG wFG wFG @@ -77045,29 +73586,6 @@ wFG dqo dqo dqo -dqo -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad @@ -77079,6 +73597,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -77148,18 +73669,18 @@ uux ath uux uux -aly -aly -aly -aly -aJk +aad +aad +aad +aad +aOr chN cdx cdx chN -cgE -cgE -cgE +aad +aad +aad lHO cei cei @@ -77168,44 +73689,44 @@ jUA aFj jUA jUA -ceQ -ceQ -ceQ +aad +aad +aad +daq daq daq -qcB -qcB daq daq daq daq cgq cgq -cgq daq daq daq -koG daq daq -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg +daq +daq +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad psR daq daq daq tgC tgC -mLn -mLn -mLn +aad +aad +aad fFy vsy gih @@ -77224,7 +73745,7 @@ wFG wFG wFG lno -ekJ +aad wFG wFG wFG @@ -77239,31 +73760,7 @@ wFG wFG wFG dqo -dOc -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +wQz aad aad aad @@ -77273,6 +73770,10 @@ aad aad aad aad +vBi +vBi +vBi +vBi aad aad aad @@ -77323,7 +73824,7 @@ aei aeB adz abX -ady +soi ady abX adz @@ -77346,15 +73847,15 @@ uux uux uux uux -aly -vEp +aad +chN chN ceS cdx chN -cgE -cgE -cgE +aad +aad +aad jUA cei cei @@ -77363,13 +73864,13 @@ jUA jUA jUA aVN -ceQ -ceQ +aad +aad daq daq daq -qcB -kxN +daq +aZO aZO daq bwH @@ -77382,26 +73883,26 @@ daq daq daq daq -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg +aad +dNM +dNM +dNM +aad +aad +aad +aad +aad +aad +aad ueP daq -tJS vuJ +pPi tgC tgC -mLn -mLn -mLn +aad +aad +aad vsy gih ixD @@ -77430,7 +73931,7 @@ wFG wFG wFG wGn -wGn +dIh wGn wFG wFG @@ -77443,31 +73944,11 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi +vBi +vBi +vBi aad aad aad @@ -77533,7 +74014,7 @@ wUa uux aoV bAr -bUo +gOF uux ati bAr @@ -77541,15 +74022,15 @@ uux qWQ axW uux -aly +aad ccz chN chN cdx chN -cgE -cgE -cgE +aad +aad +aad jUA cei chj @@ -77557,9 +74038,9 @@ cei jUA jUA jUA -ceQ -ceQ -ceQ +aad +aad +aad daq daq bwH @@ -77567,10 +74048,10 @@ aZO aZO daq daq -mOR daq daq -bIx +daq +daq daq daq daq @@ -77579,24 +74060,24 @@ daq cui dNM dNM +fce dNM -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -daq -tJS +dNM +aad +aad +aad +aad +aad +aad +aad +tgC +vuJ vuJ tgC tgC tgC -mLn -mLn +aad +aad vsy gih aCw @@ -77611,7 +74092,7 @@ jiQ dqo dqo dqo -xFC +ikB dqo dqo wFG @@ -77629,39 +74110,19 @@ iSe gBr gBr gBr +jUa +pZh +vBi aad aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi +vBi +vBi +vBi aad aad aad @@ -77712,9 +74173,9 @@ uux aej uux uux -aYz -afU -agm +ayM +agl +afT aYz aYz uux @@ -77728,7 +74189,7 @@ uux aYz aoW bAr -bAr +lJa uux bAr bAr @@ -77736,8 +74197,8 @@ bXa bUo bUo adz -vEp -vEp +chN +chN chN chN cdx @@ -77750,16 +74211,15 @@ cei cei cei jUA -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad daq aZO aZO -kxN -qcB +aZO daq daq daq @@ -77769,29 +74229,30 @@ daq daq daq daq -sKg -sKg -sKg -sKg -sKg -dNM -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg daq +aad +aad +aad +aad +aad +dNM +dNM +dNM +aad +aad +aad +aad +aad +aad +aad +aad +tgC +vuJ vuJ vuJ -lzb tgC tgC -mLn +aad vsy gih ixD @@ -77817,45 +74278,25 @@ dqo wFG wFG wGn -wGn +dIh iSe gBr ylE fKT fKT fKT -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi +vBi +vBi +vBi +cOc +vBi +vBi +vBi +vBi +vBi +vBi aad aad aad @@ -77905,7 +74346,7 @@ acT adx adV bAr -bAr +bwh bAr bMR bUo @@ -77913,17 +74354,17 @@ bUo bMR bAr acV -bAr +bwh bAr bAr acp -bAr +bwh aeR akL aod bUo acp -bAr +lJa uux uux uux @@ -77932,7 +74373,7 @@ bUo abU adz axX -vEp +chN chN chO cdx @@ -77945,42 +74386,42 @@ jUA cei cei jUA -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad daq oeO bhd -qcB -daq daq daq daq daq +cgq daq daq +iVX daq daq -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad dNM -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -daq +xZg +dNM +aad +aad +aad +aad +aad +aad +aad +aad +aad +tgC tgC vuJ vuJ @@ -78014,42 +74455,22 @@ wFG iSe gBr ylE -fKT +bQA fKT fKT vZT aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +cOc +vBi +vBi +vBi +vBi +vBi +vBi +cOc +vBi +vBi aad aad aad @@ -78124,14 +74545,14 @@ abX aud abX abX -adT +qjS uux -aBf -ccK +chN +ceS chN chN cdx -aGU +cdx chN chN chO @@ -78142,40 +74563,40 @@ cei jUA jUA jUA -ceQ -ceQ +aad +aad daq daq beG bhg daq daq -sKg -sKg -sKg -daq +aad +aad +aad daq daq daq daq -sKg -sKg -sKg -sKg +cgq +aad +aad +aad +dNM +dNM dNM dNM dNM -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad tgC tgC vuJ @@ -78193,10 +74614,10 @@ gih gih gih vsy -ekJ +aad fst -ekJ -ekJ +aad +aad wFG wFG wFG @@ -78205,7 +74626,7 @@ diZ wFG dqo wFG -wGn +dIh lTW fKT fKT @@ -78217,31 +74638,11 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi +vBi +vBi +vBi aad aad aad @@ -78301,7 +74702,7 @@ bSG aeT aeT bMR -bUo +abU bUo aeT aeT @@ -78322,15 +74723,15 @@ awv mcD adz ccz -vEp +chN chN chN cdx cdx chN -cgE -cgE -ceQ +aad +aad +aad aFj jUA jUA @@ -78344,33 +74745,33 @@ daq aZO bbU daq -sKg -sKg -sKg -sKg +aad +aad +aad +aad daq bwH daq bwH -daq -sKg -sKg -sKg -sKg +cgq +aad +aad dNM -sKg -sKg -sKg -sKg -sKg +dNM +dNM +dNM +dNM +aad +aad +aad +daq daq -nPr daq daq -sKg -sKg -sKg -sKg +aad +aad +aad +aad qoD tgC tgC @@ -78388,10 +74789,10 @@ vsy vsy vsy vsy -ekJ -ekJ -ekJ -ekJ +aad +aad +aad +aad wFG wFG wFG @@ -78433,26 +74834,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (225,1,1) = {" @@ -78516,16 +74897,16 @@ avj aww aeB adz -vEp -vEp +chN +chN chN chN cdx chN chN -cgE -cgE -ceQ +aad +aad +aad jUA aNH jUA @@ -78539,23 +74920,23 @@ bbU aZO aZO daq -sKg -sKg -sKg -sKg +aad +aad +aad +aad kRI daq daq daq daq -sKg -sKg -sKg -sKg +aad +aad dNM -sKg -sKg -sKg +fce +dNM +aad +aad +aad daq daq daq @@ -78563,29 +74944,29 @@ kRI daq daq daq -sKg -sKg -sKg -mLn -tgC -tgC +aad +aad +aad +aad tgC tgC tgC tgC tgC tgC +nRN +nRN vuJ tgC tgC tgC tgC -mLn -mLn -mLn -mLn -ekJ -ekJ +aad +aad +aad +aad +aad +aad wFG wFG wFG @@ -78596,7 +74977,7 @@ wFG wFG wFG lTW -fKT +bQA fKT fKT fKT @@ -78628,26 +75009,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (226,1,1) = {" @@ -78711,18 +75072,18 @@ uux acE acE uux -aBf -vEp +chN +chN chN axZ chN chN -cgE -cgE -cgE -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad +aad aSF jUA jUA @@ -78734,60 +75095,60 @@ daq daq daq daq -sKg -sKg -sKg -sKg +aad +aad +aad +aad daq daq daq daq daq daq -sKg -sKg -sKg +aad +dNM +dNM dNM dNM lgv daq daq -qcB -kxN +daq +aZO aZO bbU aZO daq daq -sKg -sKg -mLn -mLn +aad +aad +aad +aad tgC tNK tgC rRl tgC -tgC -vuJ +nRN +pqE tgC tgC tgC -mLn -mLn -mLn -mLn -mLn -mLn -mLn -ekJ -wFG +aad +aad +aad +aad +aad +aad +aad +aad wFG wFG +oDw wFG wFG -ekJ -ekJ +aad +aad wFG wFG lTW @@ -78823,26 +75184,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (227,1,1) = {" @@ -78895,7 +75236,7 @@ bRl bRl aEN qOm -ady +pZM bAr bAr aqW @@ -78905,61 +75246,61 @@ auf adz awx axX -vEp -vEp -vEp +chN +chN +chN cdx cdx chN aOr -cgE -cgE -cgE -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad +aad +aad +aad +aad jUA -ceQ +aad jUA daq daq daq daq bjk -sKg -sKg -sKg -sKg +aad +aad +aad +aad daq bDO daq daq daq daq -sKg -sKg -sKg -sKg -sKg +aad +aad +dNM +aad +aad daq daq aZO -kxN -pex +aZO +dND +aZO +aZO aZO aZO -kxN -kxN daq daq -sKg -mLn -mLn -mLn -mLn +aad +aad +aad +aad +aad tgC tgC tgC @@ -78967,29 +75308,29 @@ tgC pPi tgC tNK -mLn -mLn -mLn -mLn -mLn -mLn -mLn -tgC -tgC +aad +aad +aad +aad +aad +aad +aad +wFG +wFG wFG wFG pfz wFG wFG -ekJ -ekJ +aad +aad fst oDw lTW fKT fKT xUg -wGn +dIh wGn pLA guV @@ -79018,26 +75359,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (228,1,1) = {" @@ -79090,44 +75411,44 @@ akh aeW aEC qOm -ady +pZM bAr bAr -aqX +aoX uux atk aug uux awy -vEp -vEp -ccK -vEp +chN +chN +ceS +chN cdx cdx chN chN -cgE -cgE -cgE -cgE -cgE -cgE -cgE -cgE -cgE -cpW -cpW -cpW -cpW +mWm +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad cnu cnu kRI -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad daq bDP daq @@ -79135,10 +75456,10 @@ bwH daq daq daq -sKg -sKg -sKg -sKg +aad +aad +aad +aad daq daq bbU @@ -79146,69 +75467,49 @@ aZO daq daq daq -kxN -kxN +aZO +aZO aZO daq daq -mLn -mLn -mLn -mLn -mLn -mLn -tgC -tgC -vuJ -tgC -mLn -mLn -mLn -mLn -mLn -mLn -tgC -tgC -tgC -tgC -xDD -pfz -wFG -wFG -wFG -ekJ -ekJ -wFG -wFG -lTW -fKT -fKT -rvD -kNJ -wFG -wGn -wFG -aDT -aad -aad -aad -aad -aad -aad aad aad aad aad aad aad +gmB +mXs +dFS +mXs aad aad aad aad aad aad +wFG +wFG +wFG +wFG +hmX +hmX +wFG +wFG +wFG aad aad +wFG +wFG +lTW +fKT +fKT +rvD +kNJ +wFG +wGn +aDT +lfQ aad aad aad @@ -79285,7 +75586,7 @@ akO bRl aDR qOm -ady +pZM bAr bAr bAr @@ -79302,15 +75603,15 @@ cdx cdx chN chN -chN -cgE -cgE -cgE +pva +aad +aad +aad aBe aBe ccD -chN -chO +cnu +bAa cnu cnu cnu @@ -79318,11 +75619,11 @@ cnu cnu liK cnu -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad daq bDS daq @@ -79330,16 +75631,16 @@ daq daq daq daq -sKg -sKg -sKg +aad +aad +aad daq daq -kxN +aZO aZO daq daq -sKg +aad daq daq aZO @@ -79347,41 +75648,41 @@ bbU aZO daq tgC -mLn -mLn -mLn -mLn -mLn -mLn -tgC -tgC -tgC -mLn -mLn -mLn +aad +aad +aad +aad +aad +aad +tpW +kLd +kLd +aad +aad +aad tgC tgC tgC ejw -tgC -tgC -wHW -wHW -wHW wFG wFG -ekJ -ekJ -ekJ +pfz +hmX +hmX wFG wFG +aad +aad +mWm +jQx +wFG lTW fKT fKT fKT xUg wGn -wGn +dIh oDw wFG aad @@ -79408,26 +75709,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (230,1,1) = {" @@ -79501,11 +75782,11 @@ chN chN chN aMx -aBe +vHj aBe ccD -chN -chN +cnu +cnu cnu cnu liK @@ -79513,14 +75794,14 @@ cnu cnu cnu cnu -cpW -sKg -sKg -sKg -sKg -sKg -sKg -daq +aad +aad +aad +aad +aad +aad +aad +den daq daq daq @@ -79530,44 +75811,44 @@ daq daq daq aZO -kxN +aZO daq daq -sKg -sKg -sKg +aad +aad +aad daq daq aZO -aZO -aZO -tgC -mLn -mLn -mLn -mLn -mLn -tgC -vuJ -tgC -tgC -mLn -mLn -tgC +kxN +kxN tgC +aad +aad +aad +aad +aad +kLd +iTC +kLd +gWy +aad +aad +xOo +rRl wHW tgC tgC -wHW +pfz xDD -tgC -tgC -tgC -tgC -ekJ -ekJ -ekJ -ekJ +wFG +wFG +wFG +wFG +aad +aad +aad +aad wFG wFG xuY @@ -79603,26 +75884,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (231,1,1) = {" @@ -79699,8 +75960,8 @@ aMx aBe aBe ccD -chN -chN +cnu +cnu liK cnu cnu @@ -79708,65 +75969,65 @@ cnu cnu cnu cnu -cpW -cpW -sKg -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad +aad +mWm +aad daq aZO aZO bbU -kxN -kxN aZO -lhH +aZO +aZO +aZO aZO daq -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad daq daq -aZO -kyr +kxN +gcj tgC tgC tgC tNK tgC +iWL +byK +pnQ +gWy tgC -tgC -vuJ -rRl -tgC -mLn -tgC +aad +whp tgC tgC wHW tgC wHW -wHW +pfz hyu -wHW +pfz sah -tgC -mLn -mLn -ekJ -ekJ -ekJ wFG +aad +aad +aad +aad +aad wFG +yjG pLA -lTW +jaZ fKT fKT fKT @@ -79798,26 +76059,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (232,1,1) = {" @@ -79873,16 +76114,16 @@ bUo ady bAr bAr -aqY +aqZ uux atk aug uux awB aya -vEp -vEp -ccK +chN +chN +ceS chN chN chN @@ -79891,11 +76132,11 @@ cdx cdx chN aMy -cgE -cgE -cgE -chN -chN +aad +aad +aad +cnu +cnu cnu cnu cnu @@ -79903,31 +76144,31 @@ cnu aVQ aVQ cnu -cnu -cpW -cpW -sKg -sKg -sKg -sKg -sKg -sKg +nPr +aad +aad +aad +aad +aad +aad +aad +aad daq daq daq aZO -kxN -kxN +aZO +aZO aZO aZO daq daq -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad daq tgC kyr @@ -79939,28 +76180,28 @@ tgC tgC tgC tgC +rRl tgC -tgC -mLn -tgC +aad +whp tgC tgC tgC wHW wHW -wHW -tgC -wHW +ekK +wFG +pfz xDD nWX -mLn -mLn -mLn -ekJ -ekJ +aad +aad +aad +aad +aad wFG -yjG -wGn +xBN +iPn xuY gSR fKT @@ -79993,26 +76234,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (233,1,1) = {" @@ -80048,7 +76269,7 @@ acp aYz acE aYz -bex +bDq asp bRl aeY @@ -80056,8 +76277,8 @@ afx afY bKK ahk -ahh -ahm +ahJ +gIz ahi bMP akj @@ -80065,9 +76286,9 @@ bMR bMR bMR bUo -ady -bAr -bAr +dqM +lJa +lJa aqZ adz atl @@ -80075,9 +76296,9 @@ auh adz awC ayc -vEp -vEp -vEp +chN +chN +chN chN chN chN @@ -80086,28 +76307,28 @@ cdx axZ chN chN -cgE -cgE -cgE -cgE -chN +aad +aad +aad +aad +cnu +cnu cnu cnu cnu -aZQ aVQ aVQ cnu cnu cnu -cpW -cpW -sKg -sKg -sKg -sKg -sKg -bQA +aad +aad +aad +aad +aad +aad +aad +daq daq daq daq @@ -80116,14 +76337,14 @@ bbU aZO daq daq -sKg -sKg -sKg -mLn -mLn -mLn -mLn -mLn +aad +aad +aad +aad +aad +aad +aad +aad tgC kyr tgC @@ -80145,44 +76366,24 @@ wHW wHW wHW tgC -tgC -wHW -tgC -mLn -mLn -mLn -mLn -ekJ -wFG wFG +pfz wFG -wGn -xuY -gzd -gSR -fKT -fKT -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad aad aad +wFG +muf +ouQ +sTk +xuY +gzd +qcB +fKT +fKT +rvD aad aad aad @@ -80245,7 +76446,7 @@ adb bBQ bDq aBy -bRl +aeW aeY afx afY @@ -80261,7 +76462,7 @@ bMR bMR ane ady -bAr +lJa acp aqZ uux @@ -80271,8 +76472,8 @@ uux acE acE uux -cbN -vEp +ccz +chN chN chO chN @@ -80281,12 +76482,12 @@ cdx chN chN chO -cgE -cgE -cgE -cgE -cgE -cpW +aad +aad +aad +aad +aad +aad cnu cnu cnu @@ -80296,28 +76497,28 @@ aVR cnu cnu cnu -cpW -cpW -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad +aad +aad daq daq daq daq daq daq -sKg -sKg -sKg -sKg -mLn -mLn -mLn -mLn +aad +aad +aad +aad +aad +aad +aad +aad qoD rRl kyr @@ -80328,7 +76529,7 @@ vuJ pPi vuJ vuJ -rRl +tgC tgC tgC tgC @@ -80340,45 +76541,25 @@ tgC tgC wHW tgC -tgC +wFG vvl kIW -mLn -mLn -mLn -mLn -mLn -dqo -wFG -wFG -wFG -wGn -wGn -xuY -gzd -gzd -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad aad aad +dqo +pOw +wJQ +wJQ +iPn +wGn +xuY +gzd +gSR +cOc +vBi aad aad aad @@ -80438,7 +76619,7 @@ aZZ bXa bAr bBQ -adX +bDq asp bRl aeZ @@ -80447,7 +76628,7 @@ afX afY ahh ahJ -ahh +trM ahh bMP akj @@ -80467,7 +76648,7 @@ awD ayd adz axX -vEp +chN chN chN chN @@ -80475,13 +76656,13 @@ chN cdx chN chN -cgE -cgE -cgE -cgE -cgE -cgE -cpW +aad +aad +aad +aad +aad +aad +aad cnu aYy cnu @@ -80491,28 +76672,28 @@ aVQ aVQ cnu cnu -cpW -cpW -cpW -sKg -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad daq daq daq -sKg -sKg -sKg -sKg -sKg -mLn -mLn -mLn -mLn +aad +aad +aad +aad +aad +aad +aad +aad +aad tgC tgC kyr @@ -80524,8 +76705,8 @@ tgC tgC tgC tgC -tgC -tgC +nRN +nRN tgC tgC tgC @@ -80535,37 +76716,6 @@ tgC tgC tgC tgC -mLn -mLn -mLn -mLn -mLn -mLn -mLn -tgC -tgC -wFG -wFG -wFG -wFG -wFG -wGn -wGn -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad @@ -80573,7 +76723,18 @@ aad aad aad aad +wFG +wFG +wFG +pOw +bzB +sFV +wFG +dIh +wGn aad +vBi +vBi aad aad aad @@ -80661,8 +76822,8 @@ aei aiV aye adz -vEp -vEp +chN +chN chN chN chN @@ -80670,15 +76831,15 @@ cdx cdx chN chN -cgE -cgE -cgE -cgE -cgE -cgE -cpW -cpW -cpW +aad +aad +aad +aad +aad +aad +aad +aad +aad aVQ aVQ aVR @@ -80688,87 +76849,67 @@ aVQ cnu cnu cnu -cpW -cpW -sKg -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad +aad +aad +aad +dOR dOR -sKg -sKg -sKg -sKg -sKg -sKg -mLn -mLn -mLn +aad +aad +aad +aad +aad +aad +aad +aad tgC tgC kyr -azX -tgC -mLn -mLn -tgC tgC tgC +aad +aad tgC tgC tgC +tNK tgC +nRN +nRN vuJ tgC -tgC +rRl tgC qoD tgC +nRN +nRN tgC tgC -tgC -tgC -mLn -mLn -mLn -mLn -mLn -mLn -tgC -tgC -tgC -wFG -wFG -oDw -wFG -wFG -wFG -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aad aad aad aad aad aad +wFG +wFG +wFG +wFG +wFG +oDw +wFG +wFG +wFG aad aad +cOc aad aad aad @@ -80822,7 +76963,7 @@ aad aad aad aad -aja +aad aYz aYA acG @@ -80854,25 +76995,25 @@ abX abX bZh abX -abX +xWk uux -aBf -vEp +chN +chN chN ceS cdx aGU chN chN -cgE -cgE -cgE -cgE -cgE -cgE -cgE -cpW -cpW +aad +aad +aad +aad +aad +aad +aad +aad +aad aVQ aVQ aVQ @@ -80884,68 +77025,16 @@ aVQ aVR cnu bAa -cpW -cpW -cpW -cpW -cpW -cpW -cpW -cpW -dQq -cpW -cpW -cpW -cpW -cpW -cpW -mLn -mLn -mLn -tgC -tgC -kyr -tgC -tgC -mLn -mLn -mLn -mLn -mLn -tNK -tgC -tgC -vuJ -vuJ -tNK -tgC -tgC -tgC -tgC -tgC -tgC -tgC -tgC -tgC -mLn -mLn -mLn -mLn -qoD -tgC -tgC -tgC -tgC -dqo -wFG -wFG -wFG aad aad aad aad aad aad +dNM +dNM +dNM +dNM aad aad aad @@ -80954,17 +77043,49 @@ aad aad aad aad +tgC +tgC +kyr +tgC +tgC aad aad aad aad +mWm +pEB +tgC +tgC +vuJ +vuJ +tNK +tgC +tgC +tgC +tgC +nRN +nRN +tgC +tgC +tgC aad aad aad aad +fst +wFG +wFG +wFG +wFG +dqo +wFG +wFG +wFG aad aad aad +vBi +vBi aad aad aad @@ -81052,21 +77173,21 @@ ajE abU adz awx -ccK +ceS chN cdx cdx cdx aOr -cgE -cgE -cgE -cgE -cgE -cgE -cgE -cgE -cpW +aad +aad +aad +aad +aad +aad +aad +aad +aad cnu aVR aVQ @@ -81080,67 +77201,14 @@ aVQ aVQ cnu cnu -cpW -cpW -cpW -cpW -cpW -cpW -cpW -dQq -cpW -cpW -cpW -cpW -cpW -cpW -cpW -mLn -mLn -tgC -tgC -kyr -tgC -tgC -mLn -mLn -mLn -mLn -mLn -qoD -tgC -tgC -vuJ -vuJ -pPi -vuJ -tgC -tgC -tgC -tgC -tgC -tgC -cCE -tgC -tgC -mLn -mLn -tgC -egh -tgC -rRl -tgC -tgC -vuJ -wFG -wFG -wFG -aad aad aad aad aad aad +dQq +dQq +dQq aad aad aad @@ -81150,16 +77218,49 @@ aad aad aad aad +tgC +tgC +kyr +tgC +tgC aad aad aad aad aad +qoD +tgC +tgC +vuJ +vuJ +vuJ +vuJ +tgC +tgC +tgC +whp +whp +tgC +rRl +tgC +pOu aad aad +wFG +guV +wFG +oDw +wFG +wFG +dqo +wFG +wFG +wFG aad aad aad +vBi +vBi aad aad aad @@ -81246,21 +77347,21 @@ bXa bUo bUo adz -vEp -vEp +chN +chN chN cdx cdx chN chN -cgE -cgE -cgE -cgE -cgE -cgE -cgE -cgE +aad +aad +aad +aad +aad +aad +aad +aad cnu cnu aVQ @@ -81278,30 +77379,30 @@ cnu cnu cnu aYy -cpW -cpW -cpW -cpW +aad +aad +aad dQq -cpW -cpW -cpW -cpW -cpW -cpW -cpW -cpW +qLB +aad +aad +aad +aad +aad +aad +aad +aad tgC tgC wNq tgC tgC tgC -mLn -mLn -mLn -mLn -mLn +aad +aad +aad +aad +aad tgC tgC tgC @@ -81315,46 +77416,26 @@ tgC tgC tgC tgC -jaZ tgC tgC -mLn -tgC -egh -tgC -egh -tgC -vuJ -vuJ -vuJ tgC +aad +wFG +guV +wFG +guV +jIw +mHF +dqo +dqo +wFG wFG fst aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi aad aad aad @@ -81431,7 +77512,7 @@ bRl aEN abX ady -aoY +bAr uux bAr acp @@ -81441,21 +77522,21 @@ uux jeZ bXQ uux -aly +aad axX chN chN cdx chN chN -cgE -cgE -cgE -cgE -cgE -cgE -cgE -cgE +aad +aad +aad +aad +aad +aad +aad +aad cnu aVQ aVQ @@ -81482,75 +77563,55 @@ hYu cnu bAa cnu -cpW -cpW -cpW -cpW +aad +aad +aad +aad tgC tgC kyr tgC tgC qoD -mLn -mLn -mLn -mLn -mLn -mLn -tgC +aad +aad +aad +aad +aad +aad +whp tgC tgC tgC vuJ -vuJ -tgC +iBT tgC +cDf tgC vuJ tgC tgC -pqE -tgC -tgC -tgC tgC -vuJ -egh tgC tgC -vuJ -vuJ -vuJ tgC -rRl +wFG +dqo +guV +wFG +jIw +mHF +dqo +dqo +wFG +oDw wFG aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +cOc +vBi aad aad aad @@ -81636,21 +77697,21 @@ uux uux ayf uux -aly -aly +aad +aad chN chN cdx chN chN -cgE -cgE -cgE -cgE -cgE -cgE -cgE -chN +aad +aad +aad +aad +aad +aad +aad +cnu cnu aVQ aVQ @@ -81679,21 +77740,21 @@ cnu cnu cnu cnu -cpW -cpW +aad +aad tgC kyr -kyr -tgC +gcj +nRN tNK -mLn -mLn -mLn -mLn -mLn -mLn -mLn -tgC +aad +aad +aad +aad +aad +aad +aad +whp rRl tgC tgC @@ -81710,42 +77771,22 @@ tgC tgC rRl tgC -tgC -vuJ -vuJ -tgC -tgC -tgC -tNK -tgC -tgC -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +wFG +dqo +dqo +wFG +wFG +wFG +yjG +wFG +wFG aad aad aad aad aad +vBi +vBi aad aad aad @@ -81799,7 +77840,7 @@ aad aad uux uux -uux +bEE uux ade adA @@ -81831,21 +77872,21 @@ uux uux bXQ uux -aly -aly -cgE +aad +aad +aad chN cdx chN chN chN -cgE -cgE -cgE -cgE -cgE -cgE -chN +aad +aad +aad +aad +aad +aad +cnu cnu aVR aVQ @@ -81878,18 +77919,18 @@ cnu cnu tgC kyr -kyr -tgC -tgC -mLn -mLn -mLn -mLn -mLn -mLn -mLn -mLn +gcj +nRN tgC +aad +aad +aad +aad +aad +aad +aad +aad +whp tgC tgC cAK @@ -81905,42 +77946,22 @@ tgC tgC tgC tgC -tgC -vuJ -vuJ -tgC -tgC -tgC -tgC -tgC -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +wFG +dqo +dqo +wFG +wFG +wFG +wFG +wFG aad aad aad aad aad aad +vBi +vBi aad aad aad @@ -82034,13 +78055,13 @@ cdx cdx chN chO -cgE -cgE -cgE -cgE -cgE -cgE -chN +aad +aad +aad +aad +aad +aad +cnu cnu aVS aXt @@ -82076,15 +78097,15 @@ kyr kyr kyr tgC -mLn -mLn -mLn -mLn -mLn -mLn -mLn -mLn -tgC +aad +aad +aad +aad +aad +aad +aad +aad +whp tgC tgC tgC @@ -82101,34 +78122,12 @@ tgC vuJ vuJ tgC -vuJ -vuJ -rRl -tgC -tgC -rRl -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +dqo +dqo +oDw +wFG +wFG +oDw aad aad aad @@ -82136,6 +78135,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -82230,12 +78231,12 @@ cdx chN chN chN -cgE -cgE -cgE -cgE -cgE -cgE +aad +aad +aad +aad +aad +aad cnu aVT aXu @@ -82261,8 +78262,8 @@ aVQ aVQ aVQ aVQ -aVQ -aVQ +wVG +wVG aVQ aVQ aVR @@ -82272,14 +78273,14 @@ kyr kyr tgC tgC -mLn -mLn -mLn -mLn -mLn -mLn -mLn -mLn +aad +aad +aad +aad +aad +aad +aad +aad tgC egh tgC @@ -82296,34 +78297,12 @@ tgC vuJ vuJ tgC -tgC -tgC -tgC -tgC -xOo -tgC -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +wFG +wFG +wFG +wFG +aDT +wFG aad aad aad @@ -82331,6 +78310,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -82389,15 +78370,15 @@ uux adg bAr adY -aeq bAr -aeq +bAr +bAr bAr bAr agx -aeq bAr -aeq +bAr +bAr bAr agx bAr @@ -82406,7 +78387,7 @@ bAr bAr bAr bAr -bAr +pAY bAr bRU cOB @@ -82426,11 +78407,11 @@ chN chN chN chN -cgE -cgE -cgE -cgE -cgE +aad +aad +aad +aad +aad cnu aVQ aVQ @@ -82456,8 +78437,8 @@ aVQ aVR aVQ aVQ -aVQ -aVQ +wVG +wVG aVQ aVQ aVQ @@ -82470,10 +78451,10 @@ tgC tgC tgC tgC -mLn -mLn -mLn -mLn +aad +aad +aad +aad tgC tgC tgC @@ -82481,8 +78462,8 @@ vuJ tgC tgC cAK -vuJ -vuJ +pqE +pqE tgC tgC tgC @@ -82492,32 +78473,9 @@ tgC tgC tNK vuJ -tgC -tgC -tgC -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +wFG +wFG +wFG aad aad aad @@ -82526,6 +78484,9 @@ aad aad aad aad +cOc +vBi +cOc aad aad aad @@ -82614,7 +78575,7 @@ uux uux uux uux -chN +bSr chN aGW cdx @@ -82622,10 +78583,10 @@ cdx cdx chN chN -cgE -cgE -cgE -cgE +aad +aad +aad +aad bAa cnu cnu @@ -82643,7 +78604,7 @@ aVQ aVR aVQ aVQ -caY +aVQ aVQ aVQ aVQ @@ -82676,8 +78637,8 @@ tgC tgC tgC vuJ -vuJ -tgC +pqE +nRN tgC tgC tgC @@ -82687,29 +78648,7 @@ tgC tgC rRl tgC -tgC -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +wFG aad aad aad @@ -82720,6 +78659,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -82797,8 +78738,8 @@ uux uux uux uux -aly -aly +aad +aad uux bXQ cOB @@ -82817,13 +78758,13 @@ axZ cdx aMz chN -cgE -cgE -cgE -cgE -cpW -cpW -cpW +aad +aad +aad +aad +aad +aad +aad cnu aVQ aVQ @@ -82860,8 +78801,8 @@ tgC vuJ tgC vuJ -tgC -tgC +nRN +nRN rRl vuJ tgC @@ -82893,28 +78834,8 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi aad aad aad @@ -82987,13 +78908,13 @@ ajd ajI ajI uux -aly -aly -aly -aly -aly -aly -aly +aad +aad +aad +aad +aad +aad +aad uux atn uux @@ -83014,13 +78935,13 @@ chN chN chN aOr -cgE -cgE -cpW -cpW -cpW -cpW -cpW +aad +aad +aad +aad +aad +aad +aad aVQ aVR aVQ @@ -83055,15 +78976,15 @@ tgC pPi vuJ vuJ -vuJ -tgC -tgC +pqE +nRN tgC tgC tgC tgC tgC tgC +xOo tgC tgC rRl @@ -83087,29 +79008,9 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi +vBi aad aad aad @@ -83174,7 +79075,7 @@ bEE bEE afA aga -bop +ajd bEE bEE bEE @@ -83210,12 +79111,12 @@ chN chN chN chN -cgE -cpW -cpW -cpW -cpW -cpW +aad +aad +aad +aad +aad +aad aVQ aVQ aVQ @@ -83281,29 +79182,9 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi +vBi aad aad aad @@ -83363,7 +79244,7 @@ aad aad aad uux -aec +abZ aZZ aZZ afe @@ -83408,10 +79289,10 @@ chN chN cnu cnu -cpW -cpW -cpW -cpW +aad +aad +aad +aad aYy aVQ aVQ @@ -83476,28 +79357,8 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi aad aad aad @@ -83606,7 +79467,7 @@ cnu cnu cnu cnu -cpW +aad cnu aVQ aVQ @@ -83670,28 +79531,8 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi aad aad aad @@ -83810,29 +79651,7 @@ cnu cnu cnu cnu -cnu -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +nXq aad aad aad @@ -83887,6 +79706,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -84005,6 +79826,7 @@ cnu liK cnu aad +mWm aad aad aad @@ -84058,29 +79880,8 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi aad aad aad @@ -84254,28 +80055,8 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi aad aad aad @@ -84449,28 +80230,8 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +vBi +vBi aad aad aad @@ -84674,24 +80435,4 @@ aab aab aab aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab -aab "}