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..886f1ee7c1b9 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,53 @@ }, /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, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, /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 +976,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 +988,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 +1003,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 +1024,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 +1063,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 +1129,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 +1156,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 +1200,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 +1219,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 +1255,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 +1271,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 +1335,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 +1376,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 +1385,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 +1401,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 +1414,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 +1451,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 +1459,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 +1469,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 +1533,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 +1553,180 @@ }, /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/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 +1734,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 +1748,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 +1767,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 +1785,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{ @@ -1880,74 +1817,71 @@ pixel_y = -4 }, /obj/effect/decal/cleanable/blood/gibs/core, +/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) "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 +1892,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 +1908,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 +1935,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 +1964,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 +1992,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 +2022,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 +2046,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 +2058,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 +2123,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 +2218,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 +2226,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 +2259,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 +2290,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 +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 }, /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 +2306,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 +2315,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 +2378,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 +2439,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 +2508,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 +2547,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 +2591,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 +2628,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 +2653,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 +2665,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 +2734,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 +2755,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 +2766,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 +2816,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 +2835,107 @@ 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) -"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/ug/interior/jungle/structures/research) "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,36 +2948,29 @@ 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" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/canteen/personal_storage) "alm" = ( /obj/structure/closet/secure_closet/personal, /turf/open/floor/strata/red1, @@ -3121,15 +2988,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 +3006,99 @@ "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) -"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,23 +3108,21 @@ }, /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, /area/strata/ag/interior/outpost/canteen/personal_storage) -"alU" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/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 +3131,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 +3139,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 +3150,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,85 +3207,80 @@ /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, /turf/open/gm/river, /area/strata/ag/exterior/marsh/river) -"amL" = ( -/obj/item/stool, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/strata/white_cyan2/west, -/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 +3295,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 +3326,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 +3334,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 +3388,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 +3414,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 +3439,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 +3461,17 @@ }, /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) -"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 +3485,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 +3494,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 +3504,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 +3520,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 +3539,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 +3558,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 +3599,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 +3617,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, +/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) "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, @@ -3872,40 +3677,36 @@ }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/personal_storage) -"aoK" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 8 - }, -/turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/personal_storage) "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 +3723,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 +3810,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 +3822,31 @@ 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, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, /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 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, /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 +3856,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 +3882,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 +3897,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 +3938,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 +3981,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 +3989,92 @@ /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) -"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/exterior/outpost_decks) "aqt" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 2 }, +/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) "aqv" = ( /obj/structure/surface/rack, /obj/item/storage/box/cups, @@ -4326,7 +4104,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 +4115,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 +4132,13 @@ /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 }, +/obj/structure/pipes/standard/simple/hidden/cyan, /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 +4148,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 +4176,111 @@ 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) +/obj/structure/pipes/standard/simple/hidden/cyan, +/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" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, /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; @@ -4560,8 +4328,10 @@ /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/security) "arx" = ( -/obj/structure/pipes/vents/pump, /obj/effect/landmark/objective_landmark/far, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/security) "ary" = ( @@ -4616,19 +4386,8 @@ /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" = ( -/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/outpost/canteen/personal_storage) "arI" = ( /obj/structure/sign/prop3, /turf/closed/wall/strata_outpost, @@ -4640,58 +4399,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 +4452,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 +4476,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 +4527,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" @@ -4840,8 +4577,10 @@ /area/strata/ag/interior/outpost/engi) "asv" = ( /obj/structure/machinery/light/small, -/obj/structure/pipes/standard/manifold/hidden/cyan, /obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, /turf/open/floor/greengrid, /area/strata/ag/interior/outpost/engi) "asw" = ( @@ -4850,32 +4589,17 @@ /obj/item/storage/box/lights, /obj/item/storage/box/lights, /obj/item/storage/box/lights, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) -"asx" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/engi) "asy" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight/lamp/green, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /turf/open/floor/strata/red1, /area/strata/ag/interior/outpost/security) "asz" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/faxmachine, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /turf/open/floor/strata/red1, /area/strata/ag/interior/outpost/security) "asA" = ( @@ -4883,9 +4607,6 @@ /obj/structure/machinery/computer/cameras{ dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /turf/open/floor/strata/red1, /area/strata/ag/interior/outpost/security) "asB" = ( @@ -4896,20 +4617,19 @@ }, /obj/item/tool/stamp, /obj/item/paper_bin, -/obj/structure/pipes/standard/manifold/hidden/cyan, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/red1, /area/strata/ag/interior/outpost/security) "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 +4645,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 +4655,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 +4678,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 +4689,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 +4722,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 +4747,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 +4759,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 +4768,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 +4782,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 +4827,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 +4893,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 +4901,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 +4929,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 @@ -5225,10 +4937,9 @@ /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/security) "atL" = ( -/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,15 +4957,14 @@ 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, /obj/structure/barricade/deployable{ 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 +4991,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 +5079,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,23 +5126,24 @@ /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) "auE" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/decal/cleanable/blood/oil, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi) "auF" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/security) "auH" = ( @@ -5457,7 +5168,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; @@ -5466,11 +5177,12 @@ /turf/open/floor/strata, /area/strata/ag/interior/outpost/security) "auM" = ( -/obj/structure/machinery/light/small{ +/obj/structure/platform/strata/metal{ dir = 8 }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/security) +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/paths/flight_control_exterior) "auO" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/secure_data{ @@ -5485,7 +5197,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 @@ -5495,20 +5207,10 @@ "auU" = ( /obj/effect/decal/cleanable/blood/gibs/down, /obj/item/dogtag, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "auV" = ( /obj/item/clothing/gloves/white, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) -"auW" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "auX" = ( @@ -5516,7 +5218,7 @@ 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 +5232,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 +5241,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 +5258,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 +5284,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,58 +5345,61 @@ 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 }, -/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) "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" }, +/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) "avE" = ( /obj/effect/decal/strata_decals/grime/grime2{ dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + 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, +/obj/structure/pipes/standard/manifold/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 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, /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 +5407,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 +5418,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 +5507,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" @@ -5831,18 +5517,6 @@ }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/security) -"awd" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 6 - }, -/turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) -"awe" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 9 - }, -/turf/open/floor/strata/red1, -/area/strata/ag/interior/outpost/security) "awf" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/souto/grape, @@ -5853,8 +5527,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 +5545,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 +5556,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 +5574,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 +5664,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 +5677,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 +5686,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 +5696,7 @@ name = "\improper Airlock" }, /turf/open/floor/strata/multi_tiles/west, -/area/strata/ag/interior/dorms) -"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 +5706,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" @@ -6067,8 +5717,9 @@ /obj/structure/platform/strata/metal{ dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan, /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 +5729,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 +5759,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 +5796,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 +5834,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 +5845,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 +5880,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,10 +5944,10 @@ /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 +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) @@ -6293,17 +5962,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 +5984,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 +5991,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 +6062,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 +6125,7 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms) -"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/interior/mining_outpost/central) "ayr" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer1, @@ -6490,7 +6147,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 +6159,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 +6175,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 +6183,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, @@ -6536,16 +6196,11 @@ /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) "ayF" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 1 - }, +/obj/structure/pipes/vents/pump, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) "ayH" = ( /obj/effect/decal/cleanable/blood/oil, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 10 - }, /obj/structure/machinery/power/terminal{ dir = 1 }, @@ -6559,30 +6214,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 +6262,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 +6279,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 +6299,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 +6313,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 +6336,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 +6365,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 +6418,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 +6427,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 +6444,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,15 +6463,14 @@ 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{ 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) "azS" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 @@ -6848,7 +6479,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 +6487,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 +6502,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, @@ -6914,9 +6535,6 @@ /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) "aAk" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, /obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) @@ -6924,9 +6542,6 @@ /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/down, /obj/item/stack/rods, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /obj/effect/landmark/survivor_spawner, /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) @@ -6938,30 +6553,21 @@ /obj/effect/decal/cleanable/blood/gibs/body, /obj/item/explosive/grenade/high_explosive/upp, /obj/item/stack/rods, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, +/obj/structure/pipes/vents/pump, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) "aAo" = ( /obj/effect/decal/cleanable/blood/gibs/xeno/body, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) "aAp" = ( /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) -"aAr" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/hallways/north) "aAs" = ( /obj/structure/barricade/handrail/strata, /obj/structure/pipes/standard/simple/hidden/cyan{ @@ -6997,11 +6603,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 +6614,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 +6626,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,13 +6650,16 @@ /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, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "aAK" = ( /obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "aAL" = ( @@ -7076,9 +6681,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 +6735,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 +6771,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/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles, +/area/strata/ag/interior/mining_outpost/hive) "aBl" = ( /obj/effect/decal/cleanable/blood{ dir = 4; @@ -7191,7 +6788,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 +6803,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,59 +6827,56 @@ 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{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - 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, @@ -7303,6 +6897,7 @@ "aBR" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/engi) "aBS" = ( @@ -7312,13 +6907,6 @@ }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) -"aBT" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) "aBU" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -7356,13 +6944,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 +7004,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 +7022,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 +7061,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 +7087,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 +7132,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 +7151,38 @@ "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, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, /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, +/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) "aCY" = ( /obj/structure/platform/strata/metal{ dir = 8 @@ -7608,11 +7191,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 +7203,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 +7229,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 +7240,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 +7254,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 +7269,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 +7290,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 +7350,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,43 +7361,39 @@ 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) -"aDQ" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDR" = ( /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 +7403,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 +7449,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 +7458,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,27 +7484,15 @@ /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) -"aEl" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 8 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/strata/ag/interior/outpost/canteen) +/area/strata/ag/interior/outpost/hallways/north) "aEm" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen) "aEn" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /obj/item/stack/sheet/mineral/plastic, /obj/item/stack/sheet/mineral/plastic, /obj/item/stack/sheet/mineral/plastic, @@ -7943,10 +7500,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 - }, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen) "aEq" = ( @@ -7961,12 +7514,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 +7524,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,23 +7648,23 @@ "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" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 8 - }, /obj/structure/barricade/handrail/strata{ dir = 4 }, @@ -8124,9 +7672,6 @@ /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) "aFd" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /obj/structure/platform/strata/metal{ dir = 8 }, @@ -8138,10 +7683,6 @@ }, /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) -"aFg" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan, -/turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/engi) "aFi" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -8152,7 +7693,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 +7710,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 +7740,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 +7765,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 +7774,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 +7786,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 +7795,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 +7807,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 +7817,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 +7855,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 +7883,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 +7899,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 +7923,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 +7931,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 +7939,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 +7972,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 +7982,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 +7993,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 +8003,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, @@ -8527,13 +8036,6 @@ "aGs" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/strata/ag/interior/outpost/security) -"aGt" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/platform/strata/metal{ - dir = 1 - }, -/turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/engi) "aGu" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 @@ -8545,22 +8047,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 +8070,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 +8084,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 +8096,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 +8109,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 +8123,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 +8132,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 +8145,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 +8165,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 +8236,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 +8246,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 +8258,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 +8266,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 +8291,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 +8317,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 +8330,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 @@ -8866,19 +8341,20 @@ /obj/structure/platform_decoration/strata/metal{ dir = 8 }, +/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) "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 +8365,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 +8396,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 +8458,28 @@ /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" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aIl" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib4" +/obj/structure/bed/chair{ + dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/turf/open/floor/strata/white_cyan1, -/area/strata/ag/interior/dorms) +/turf/open/floor/strata/floor3/east, +/area/strata/ag/exterior/outpost_decks) "aIm" = ( /obj/item/ammo_magazine/shotgun/buckshot{ pixel_x = 6; @@ -9020,32 +8489,34 @@ 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, +/obj/structure/pipes/vents/pump/on{ + dir = 4 + }, /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 +8525,11 @@ 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,29 +8538,26 @@ 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{ dir = 8 }, -/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) "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 +8565,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 +8578,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 +8604,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 +8640,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 +8658,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 +8709,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 +8729,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,75 +8737,61 @@ "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) -"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/central) "aJS" = ( /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 4 - }, /obj/effect/decal/cleanable/blood/gibs/core, +/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) "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 +8801,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 +8828,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,65 +8837,60 @@ 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" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 6 - }, +/obj/structure/pipes/vents/pump, /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) -"aKq" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi) "aKr" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -9487,7 +8903,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 +8913,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 +8924,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 +8935,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 +8959,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 +8971,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 +8997,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 +9023,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 +9059,16 @@ "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 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, /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 +9081,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 +9099,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 +9167,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 +9203,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 +9216,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 +9236,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 +9251,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 +9260,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 +9334,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 +9394,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 +9422,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 +9476,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 +9510,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 +9528,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 +9546,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 +9558,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 +9593,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 +9601,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 +9621,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 +9645,27 @@ "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) -"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/mining_outpost_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 +9699,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 +9717,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 +9738,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 +9775,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,23 +9785,14 @@ /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 }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 6 - }, +/obj/structure/pipes/vents/pump, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/dorms/south) -"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 +9802,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 +9817,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 +9855,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 +9865,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 +9881,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 @@ -10503,34 +9900,6 @@ }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) -"aOi" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 8 - }, -/turf/open/floor/prison/darkyellowfull2, -/area/strata/ag/interior/outpost/engi) -"aOj" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi) -"aOk" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/obj/structure/bed/sofa/vert/grey/bot, -/turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) -"aOl" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 10 - }, -/obj/structure/platform/strata/metal{ - dir = 4 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) "aOm" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -10543,6 +9912,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 +9946,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 +9963,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 +9989,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 +9997,74 @@ "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) -"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/interior/landing_zones/near_lz1) "aOU" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 10 +/obj/structure/pipes/standard/manifold/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) "aOW" = ( /obj/structure/barricade/snow{ dir = 4 @@ -10715,39 +10073,40 @@ 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 }, +/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) "aPd" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -10755,38 +10114,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 +10155,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 +10164,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 +10176,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 +10212,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 +10245,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" @@ -10916,13 +10275,6 @@ /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) -"aPJ" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/platform/strata/metal{ - dir = 4 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) "aPK" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/toolbox, @@ -10993,38 +10345,44 @@ /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/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,45 +10394,41 @@ /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, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "aQe" = ( /obj/structure/bed/chair, -/obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "aQf" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, /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 - }, /obj/structure/platform/strata/metal{ dir = 8 }, +/obj/structure/pipes/standard/manifold/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) "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 @@ -11087,18 +10441,15 @@ /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/interior/outpost/canteen) "aQk" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 4 - }, /obj/structure/flora/grass/tallgrass/ice/corner{ 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" @@ -11113,122 +10464,117 @@ /obj/structure/platform/strata/metal{ dir = 8 }, +/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) "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, +/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) "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) -"aQN" = ( +/obj/effect/decal/cleanable/blood, /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) +/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) "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 +10589,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 +10653,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 +10665,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 +10682,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 +10697,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 +10728,54 @@ 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 +10784,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 +10806,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 +10815,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 +10876,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 +10902,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 +10934,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 +10949,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 +10962,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 +11082,61 @@ /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 +11144,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, @@ -11866,12 +11178,6 @@ /obj/structure/machinery/door/airlock/almayer/engineering/colony, /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/interior/outpost/engi) -"aTE" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 10 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi) "aTG" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/fancy/cigarettes/lady_finger, @@ -11911,11 +11217,9 @@ /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) "aTM" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 4 - }, /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight/lamp, +/obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) "aTN" = ( @@ -11932,28 +11236,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 +11267,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 +11282,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; @@ -11989,43 +11293,38 @@ }, /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/canteen/bar) -"aTZ" = ( -/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) "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 +11333,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 +11376,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,34 +11546,29 @@ 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" }, -/obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/barricade/handrail/strata{ dir = 8 }, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) -"aVk" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) "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 +11582,17 @@ 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, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, /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 +11630,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 +11647,60 @@ "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, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, /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 +11710,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 +11766,59 @@ /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,28 +11826,24 @@ 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 }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) -"aWP" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/strata, /area/strata/ag/interior/outpost/admin) "aWQ" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/platform_decoration/strata/metal{ 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 @@ -12576,13 +11856,6 @@ }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/admin) -"aWU" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/platform/strata/metal{ - dir = 1 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/admin) "aWV" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -12604,10 +11877,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 +11897,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 +11947,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,94 +12033,74 @@ /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) -"aXV" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/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/caves/lz_caves) "aXW" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) -"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,30 +12111,30 @@ /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{ icon_state = "xtracks" }, -/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, +/obj/structure/pipes/standard/simple/hidden/cyan, /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 +12151,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,57 +12170,32 @@ 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) -"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) -"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, /area/strata/ag/interior/outpost/admin) -"aYP" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 6 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) "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 +12203,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 +12214,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 +12233,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 +12255,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 +12275,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 +12311,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 +12337,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 +12345,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 +12371,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 +12396,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,30 +12481,27 @@ 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{ - dir = 8 - }, /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 @@ -13326,11 +12513,11 @@ /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 }, /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 +12527,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 +12560,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 +12571,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 +12599,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 +12656,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 +12695,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 +12711,7 @@ "bbf" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/blue1, -/area/strata/ag/interior/outpost/admin) -"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 +12723,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 +12739,18 @@ 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) -"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) -"bbp" = ( -/obj/structure/bed/stool, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/admin) +/area/strata/ug/interior/jungle/structures/research) "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 +12807,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 +12865,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 +12880,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 +12891,57 @@ }, /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 }, +/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) "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 +12986,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 +13035,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 +13046,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 +13068,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 +13087,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 +13107,38 @@ layer = 3.5 }, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/exterior/research_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 +13147,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 +13157,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 +13190,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 +13209,17 @@ 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) -"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 +13231,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 +13240,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 +13250,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 +13260,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 +13274,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 +13308,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 +13337,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 +13376,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 +13387,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 +13404,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 +13414,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 +13445,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 +13478,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 +13512,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 +13535,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 +13550,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 +13601,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 +13617,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 +13657,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 +13681,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 +13703,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 +13719,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 +13727,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 +13736,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 +13786,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 +13818,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,66 +13827,45 @@ 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 - }, /obj/structure/platform_decoration/strata/metal{ dir = 4 }, +/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) "bgc" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/engi/drome) -"bgd" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/structure/platform/strata/metal{ - 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 - }, /obj/structure/platform_decoration/strata/metal{ 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 +13885,61 @@ 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) -"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,71 +13951,40 @@ 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) -"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 - }, -/turf/open/asphalt/cement/cement4, -/area/strata/ug/interior/jungle/platform/east/scrub) -"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) -"bgN" = ( -/obj/structure/platform/strata/metal{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/turf/open/asphalt/cement/cement4, +/area/strata/ug/interior/outpost/platform) "bgO" = ( /obj/item/stack/snow, /obj/structure/barricade/handrail/strata{ @@ -14945,7 +13997,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 +14024,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 +14049,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 +14077,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,11 +14105,8 @@ 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 - }, /obj/structure/barricade/handrail/strata{ dir = 8 }, @@ -15063,24 +14115,15 @@ /area/strata/ag/interior/outpost/engi/drome) "bhu" = ( /obj/item/stack/snow, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /obj/structure/barricade/handrail/strata, /obj/structure/machinery/floodlight/landing, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/interior/outpost/engi/drome) "bhv" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /obj/structure/barricade/handrail/strata, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/interior/outpost/engi/drome) "bhw" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /obj/structure/barricade/handrail/strata, /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/interior/outpost/engi/drome) @@ -15091,28 +14134,21 @@ 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) -"bhz" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/administration) +/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{ - dir = 4 - }, /obj/structure/barricade/handrail/strata, /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/interior/outpost/engi/drome) @@ -15121,14 +14157,11 @@ 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 - }, /obj/structure/barricade/handrail/strata{ dir = 4 }, @@ -15138,7 +14171,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 +14181,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 +14236,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 +14251,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 +14276,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 +14288,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 +14302,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 +14364,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 +14374,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 +14409,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 +14417,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 +14436,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 +14444,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 +14476,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 +14508,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 +14536,18 @@ /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) -"bjh" = ( -/obj/structure/pipes/vents/pump/on, -/turf/open/floor/strata/floor3, +/turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) -"bji" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, +"bjh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, /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,36 +14567,27 @@ 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" }, /turf/open/floor/strata/multi_tiles/southeast, /area/strata/ag/interior/outpost/engi/drome) -"bjn" = ( -/obj/structure/pipes/vents/pump{ - 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) "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{ @@ -15599,8 +14616,9 @@ /area/strata/ag/exterior/marsh/river) "bjC" = ( /obj/effect/decal/cleanable/generic, +/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) "bjE" = ( /obj/structure/platform_decoration/strata{ dir = 8 @@ -15613,20 +14631,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 +14653,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 +14679,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 +14707,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 +14745,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 +14754,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 +14800,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 +14813,32 @@ }, /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/structure/pipes/standard/manifold/hidden/cyan{ - dir = 1 +/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/simple/hidden/cyan{ + dir = 6 }, /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,60 +14847,37 @@ 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) -"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) -"bkC" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/asphalt/cement, -/area/strata/ag/interior/administration) -"bkE" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/structure/barricade/handrail/strata{ - dir = 4 + dir = 9 }, -/turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/turf/open/floor/strata, +/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 +14888,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 +14917,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 +14926,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 +14940,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 +14953,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 +14986,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) @@ -16150,8 +15138,9 @@ /area/strata/ag/interior/outpost/admin) "blR" = ( /obj/item/tool/pen/blue, +/obj/structure/pipes/standard/simple/hidden/cyan, /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 +15191,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 +15209,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 +15218,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 +15353,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 +15405,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 +15468,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 +15489,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 +15511,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 +15537,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 +15556,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 +15599,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 +15623,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 +15638,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 +15713,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 +15733,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 +15752,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 +15761,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 +15777,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 +15791,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 +15828,95 @@ 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) -"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/interior/outpost/foyer) "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 +15925,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 +15972,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 +15989,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 +16016,12 @@ /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, +/obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) "bpI" = ( @@ -17052,26 +16031,14 @@ /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/admin) "bpJ" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /obj/effect/landmark/survivor_spawner, /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/admin) -"bpK" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 1 - }, -/turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/admin) "bpL" = ( /obj/structure/machinery/light/small{ dir = 4 }, -/obj/structure/pipes/vents/pump{ - dir = 8; - id_tag = "mining_outpost_pump" - }, +/obj/structure/pipes/vents/pump, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) "bpM" = ( @@ -17082,7 +16049,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 +16057,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 +16078,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 +16124,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 +16143,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 +16157,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 @@ -17246,30 +16199,29 @@ "bqE" = ( /obj/item/clothing/suit/storage/snow_suit/doctor, /obj/effect/decal/cleanable/blood/oil, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) -"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 +16252,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 +16295,31 @@ 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) -"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/interior/mining_outpost/hive) "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 +16328,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 +16405,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,30 +16438,25 @@ 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, /area/strata/ag/exterior/paths/north_outpost) -"brU" = ( -/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) "brV" = ( /obj/structure/prop/power_transformer, /turf/open/auto_turf/snow/brown_base/layer1, @@ -17531,15 +16466,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 +16511,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 +16525,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 +16556,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 +16569,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" @@ -17697,12 +16629,6 @@ }, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) -"bsJ" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 5 - }, -/turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/admin) "bsK" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -17713,22 +16639,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 +16679,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 +16694,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 +16708,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 +16748,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 +16794,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 +16810,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 +16821,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 +16836,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 +16856,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 +16865,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 +16883,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 +16961,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 +17024,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 +17053,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 +17079,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 +17115,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 +17127,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 +17202,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,28 +17218,27 @@ /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, /area/strata/ag/interior/outpost/engi/drome) "bvx" = ( /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 +17247,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 +17257,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 +17271,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 +17290,24 @@ "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, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, /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 +17322,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 +17373,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 +17416,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 +17428,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 +17494,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 +17516,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 +17548,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 +17568,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 +17597,124 @@ }, /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) +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/paths/flight_control_exterior) "bxM" = ( /obj/structure/bed/chair/comfy{ dir = 4 @@ -18858,18 +17729,12 @@ /obj/structure/bed/chair/comfy{ dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 6 - }, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) "bxP" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xtracks" }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/med) "bxQ" = ( @@ -18877,22 +17742,22 @@ 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 +17765,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 +17774,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 +17793,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,19 +17808,16 @@ 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 - }, /turf/open/floor/strata/white_cyan3/north, /area/strata/ag/interior/outpost/med) "byf" = ( @@ -18964,11 +17826,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 +17843,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,40 +17854,40 @@ /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" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 9 - }, +/obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/white_cyan4/north, /area/strata/ag/interior/outpost/med) "byF" = ( @@ -19031,18 +17896,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 +17921,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 +17929,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 +17950,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 +17969,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 +17981,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 +18009,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 +18023,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 +18040,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 +18078,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 +18100,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 +18158,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 +18168,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 +18191,50 @@ dir = 4 }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/med) -"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" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, /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 +18274,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 +18307,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 +18324,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,18 +18349,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) -"bCH" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/turf/open/asphalt/cement, +/area/strata/ag/interior/outside/administration) "bCK" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -19559,12 +18374,10 @@ 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{ - dir = 4 - }, +/obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "bCP" = ( @@ -19574,13 +18387,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 +18404,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 +18415,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 +18443,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 +18465,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 +18479,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 +18489,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 +18513,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 +18523,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 +18537,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 +18561,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 +18588,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 +18603,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 +18620,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 +18675,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 +18693,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 +18727,35 @@ 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) -"bHp" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/med) -"bHq" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 4 +/area/strata/ag/interior/outside/checkpoints/west) +"bHo" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 }, -/obj/structure/machinery/light/small{ +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/security) +"bHp" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/med) +/turf/open/floor/strata/fake_wood, +/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 +18766,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 +18790,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 +18833,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 +18846,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 +18856,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 +18903,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,93 +18931,74 @@ 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 }, /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) "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) -"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/bball) "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 +19006,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 +19025,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 +19056,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 +19101,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 +19123,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 +19156,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 +19185,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 +19217,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 +19231,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 +19239,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 +19251,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 +19270,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,22 +19319,11 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) -"bNS" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/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 +19332,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 +19360,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 +19408,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 +19416,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 +19435,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 +19453,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 +19512,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 +19533,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 +19552,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 +19571,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,93 +19581,88 @@ 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{ +/obj/structure/machinery/light{ dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 6 - }, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) -"bSa" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/disposalpipe/segment, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) -"bSd" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 9 +/area/strata/ag/exterior/outpost_decks) +"bSr" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/research/south) "bSv" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/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,76 +19670,62 @@ 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" = ( /turf/open/floor/strata/floor3, /area/strata/ag/exterior/paths/north_outpost) -"bTp" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 5 - }, -/turf/open/floor/strata/floor3, -/area/strata/ag/interior/outpost/canteen/personal_storage) -"bTr" = ( -/obj/item/stool, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 10 - }, -/turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen/personal_storage) "bTD" = ( /obj/structure/sign/nosmoking_1, /turf/closed/wall/strata_outpost, @@ -21024,8 +19739,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 +19750,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,70 +19773,54 @@ }, /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 - }, /obj/structure/flora/pottedplant{ 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) -"bUI" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 9 - }, -/turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/med) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bUJ" = ( /obj/structure/sign/safety/maint, /turf/closed/wall/strata_outpost/reinforced, @@ -21124,20 +19831,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 +19850,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 +19858,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 +19918,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 +19960,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 +19976,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 +20004,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 +20039,20 @@ /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) +"bWE" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/north) "bWH" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 @@ -21362,6 +20063,9 @@ /obj/structure/machinery/light/small{ dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/security) "bWM" = ( @@ -21381,7 +20085,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,58 +20097,40 @@ "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) -"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) -"bXv" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/security) "bXw" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /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 +20138,29 @@ "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) -"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/interior/mining_outpost/central) "bYg" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -21492,7 +20171,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 +20193,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 +20207,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 +20219,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 +20270,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 +20301,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 +20317,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 +20360,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 +20396,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,55 +20431,43 @@ /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, /area/strata/ag/interior/outpost/security) "cbz" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "cbE" = ( @@ -21806,79 +20475,63 @@ 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) +/obj/structure/pipes/standard/simple/hidden/cyan, +/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) -"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/checkpoints/south) "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 +20552,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 +20559,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 +20568,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 +20595,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 +20605,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 +20657,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 +20666,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 +20683,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 +20694,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 +20702,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 +20747,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 +20798,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 +20815,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 +20866,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 +20875,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 +20919,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 +20956,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 +20988,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) @@ -22445,10 +21056,6 @@ "cgY" = ( /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/canteen) -"cgZ" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/strata/white_cyan2/west, -/area/strata/ag/interior/outpost/canteen) "chd" = ( /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen) @@ -22458,7 +21065,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 +21076,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 +21104,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 +21113,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 +21127,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) @@ -22565,8 +21170,8 @@ /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/outpost/canteen) "cin" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 }, /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/canteen) @@ -22580,41 +21185,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 +21226,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 +21247,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 +21298,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 +21321,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{ @@ -22743,42 +21350,25 @@ }, /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/interior/outpost/med) -"cjR" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan, -/turf/open/floor/strata/white_cyan3/west, -/area/strata/ag/interior/outpost/med) -"cjS" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan3/northeast, -/area/strata/ag/interior/outpost/med) "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 }, -/turf/open/floor/strata/white_cyan3/north, -/area/strata/ag/interior/outpost/med) -"cjX" = ( -/obj/structure/pipes/standard/manifold/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) "cjZ" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata/multi_tiles/west, @@ -22812,8 +21402,11 @@ /turf/open/floor/strata, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "ckx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, /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 +21416,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 +21494,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 +21524,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 +21556,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 +21570,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 +21596,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 +21658,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 +21693,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 +21714,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 +21735,29 @@ 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) -"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 +21773,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 +21795,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 +21817,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 +21827,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 +21848,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 +21868,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 +21891,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 +21912,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 +21923,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 +21964,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 +21975,46 @@ }, /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 +22025,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 +22032,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 +22054,80 @@ /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 - }, +/obj/structure/pipes/vents/pump, /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 +22147,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,35 +22175,29 @@ 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) -"cst" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/outpost/canteen) +/area/strata/ag/interior/landing_zones/near_lz1) "csu" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ 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 +22207,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 +22224,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, @@ -23678,6 +22243,12 @@ /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/interior/outpost/engi/drome) +"csS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/caves/shed_five_caves) "csT" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/medium, @@ -23688,33 +22259,39 @@ /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) +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/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 +22301,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 +22335,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 +22424,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 +22477,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 +22496,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 +22545,84 @@ "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) +"cxx" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/hallways/south) "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 +22634,92 @@ "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, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, /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, @@ -24147,30 +22727,58 @@ /area/strata/ag/interior/outpost/med) "cHm" = ( /obj/item/weapon/gun/pistol/t73, -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 1 - }, /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) +"cIz" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/admin) "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) +"cKS" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating, +/area/strata/ag/exterior/outpost_decks) "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 +22791,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 +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 }, /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,8 +22833,14 @@ /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, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/outpost/engi/drome) "cTN" = ( @@ -24228,7 +22849,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 +22864,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 +22882,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,11 +22903,21 @@ /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" }, /area/strata/ag/exterior/marsh/crash) +"cYw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/south) "cYx" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -24284,28 +22927,39 @@ "cZa" = ( /obj/effect/spawner/random/tool, /obj/effect/spawner/random/tool, -/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/structure/pipes/standard/manifold/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 +22968,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 +22987,38 @@ dir = 4 }, /turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/hallways/south) +"ddK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outpost/security) "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 +23031,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 +23044,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 +23056,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 +23069,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 +23089,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 +23161,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 +23199,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 +23236,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 +23249,35 @@ /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) +"dDU" = ( +/obj/structure/inflatable/popped/door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/exterior/outpost_decks) "dDW" = ( /obj/structure/platform/strata{ dir = 8 @@ -24551,7 +23289,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 +23305,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 +23317,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 +23338,69 @@ 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) +"dGU" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 1 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/paths/flight_control_exterior) "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 +23409,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 +23444,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 +23500,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 +23517,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 +23526,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 +23542,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 +23628,43 @@ 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 - }, +/obj/structure/pipes/vents/pump, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) +"emp" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/exterior/outpost_decks) "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 +23680,61 @@ 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 +23743,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) +"eFo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/red1, +/area/strata/ag/interior/landing_zones/near_lz1) "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) -"eFG" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ag/exterior/research_decks) +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/admin) "eFO" = ( /obj/structure/surface/rack, /obj/item/device/flashlight, @@ -25011,7 +23830,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 +23843,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 +23879,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,33 +23901,24 @@ 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) -"eLC" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 8 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/exterior/marsh/spring_marshes) "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 +23931,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 +23964,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 +23989,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 @@ -25231,23 +24076,35 @@ /obj/structure/machinery/light/small{ dir = 1 }, +/turf/open/floor/strata/orange_cover, +/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/orange_cover, -/area/strata/ag/interior/tcomms) +/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 +24114,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 +24163,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 + dir = 1 }, /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 +24224,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 +24268,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 +24316,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 +24332,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 +24354,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 +24367,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 +24390,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 +24411,56 @@ 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) +"fGc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/paths/south_outpost) "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, @@ -25580,15 +24469,30 @@ }, /obj/effect/landmark/xeno_hive_spawn, /obj/effect/landmark/ert_spawns/groundside_xeno, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, /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) +"fLc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/strata/ag/interior/outpost/hallways/north) "fLl" = ( /obj/structure/bed/chair{ dir = 4 @@ -25597,7 +24501,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 +24513,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 +24531,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 +24551,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 +24559,73 @@ }, /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) +"fVX" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/red1, +/area/strata/ag/interior/outpost/security) "fWs" = ( /turf/closed/wall/mineral/gold, /area/strata/ag/interior/outpost/med) @@ -25693,7 +24634,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 +24646,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 +24657,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"; @@ -25726,9 +24678,6 @@ /area/strata/ag/exterior/marsh/crash) "gaq" = ( /obj/structure/largecrate/random, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 9 - }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi/drome) "gaA" = ( @@ -25738,13 +24687,17 @@ "gaV" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/strata/ag/exterior/marsh/crash) +"gbr" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/engi/drome) "gbS" = ( /obj/structure/machinery/light/small{ dir = 4 }, -/obj/structure/pipes/vents/pump{ - dir = 1 - }, +/obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/white_cyan2/west, /area/strata/ag/interior/outpost/med) "gbU" = ( @@ -25752,21 +24705,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 +24735,26 @@ 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) +"ggf" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan3/east, +/area/strata/ag/interior/outpost/hallways/south) "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 +24773,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 +24783,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,28 +24794,11 @@ }, /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) -"giq" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/strata/floor2, -/area/strata/ag/interior/outpost/med) -"gjk" = ( -/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) +/area/strata/ug/interior/jungle/structures/monitoring) "gjN" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -25871,16 +24814,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 +24834,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 +24846,36 @@ 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) +"gog" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/caves/shed_five_caves) "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 +24885,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 +24902,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 +24914,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 +24937,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 +24951,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 +24978,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 +24988,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) @@ -26044,59 +25001,80 @@ }, /obj/item/storage/firstaid/regular, /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) +"gAx" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_sn_full_cap" + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/outpost/admin) "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) +"gCJ" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/orange_edge/east, +/area/strata/ag/interior/mining_outpost/hallways) "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 +25082,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 +25096,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 +25123,30 @@ /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/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/hallways/north) +"gOi" = ( +/obj/item/lightstick/red/planted, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/paths/south_outpost) "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 +25159,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 +25177,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 +25192,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 +25262,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 +25280,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 +25304,15 @@ }, /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) +"gYr" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/outpost/canteen/lower_cafeteria) "gZp" = ( /obj/item/tank/emergency_oxygen/engi, /turf/open/floor/almayer/plate, @@ -26284,7 +25320,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 +25346,48 @@ 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) +"hcF" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/med) "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 +25398,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 +25425,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 +25458,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 +25492,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 +25514,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 +25544,41 @@ "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) +"hux" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/outpost/hallways/south) "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 +25590,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 +25614,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 +25623,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 +25653,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 +25669,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 +25681,187 @@ /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, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, /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 +25870,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 +25885,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 +25902,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 +25978,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/simple/hidden/cyan{ + dir = 4 + }, +/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 +26037,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 +26060,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 +26078,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 +26100,17 @@ }, /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) "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 +26120,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 +26147,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 +26155,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 +26164,21 @@ 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, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, /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 +26190,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 +26222,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 +26259,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 +26288,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 +26359,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 +26385,17 @@ }, /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) +"iRl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/paths/flight_control_exterior) "iRY" = ( /obj/effect/decal/cleanable/blood/oil, /obj/item/stack/rods, @@ -27166,21 +26403,32 @@ /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) +"iTY" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/paths/flight_control_exterior) "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 +26437,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 +26483,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 +26492,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 +26504,31 @@ "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 +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/north, +/area/strata/ug/interior/jungle/structures/monitoring/south) +"jbp" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/turf/open/floor/strata, +/area/strata/ag/interior/mining_outpost/flight_control) "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 +26546,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 +26575,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 +26611,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 +26624,59 @@ /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) +"jne" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer3, +/area/strata/ag/exterior/caves/shed_five_caves) +"jnt" = ( +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outpost/canteen) "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 +26685,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 +26709,38 @@ 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) +"jwv" = ( +/obj/structure/platform/strata/metal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/paths/flight_control_exterior) "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 +26750,70 @@ "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, +/obj/structure/pipes/standard/manifold/hidden/cyan, /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 +26824,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 +26838,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 +26852,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,34 +26866,35 @@ }, /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) -"jKi" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 1 - }, -/turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/canteen) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "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 +26915,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 +26958,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 +26986,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 +26995,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 +27022,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 +27038,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 +27048,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 +27106,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 +27117,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 +27159,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 +27173,36 @@ }, /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) +"kjD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/marsh/spring_marshes) "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" }, +/obj/structure/pipes/standard/simple/hidden/cyan, /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 +27210,34 @@ /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) -"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/ug/interior/outpost/underground_dorms/med1) "krm" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage, /obj/structure/barricade/handrail/strata{ @@ -27910,7 +27249,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 +27265,35 @@ 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) -"kwu" = ( +/area/strata/ag/interior/outside/checkpoints/outpost) +"kvn" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, /obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/strata/ag/interior/mining_outpost/flight_control) +"kvA" = ( +/obj/structure/flora/grass/tallgrass/ice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/paths/flight_control_exterior) +"kvD" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/marsh/island_marshes) +"kwu" = ( /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 +27301,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 +27331,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 +27367,40 @@ /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/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, @@ -28031,6 +27412,12 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/center) +"kIs" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/mining_outpost/central) "kIu" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -28039,76 +27426,81 @@ 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, /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, /area/strata/ag/exterior/marsh/water) +"kMW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/north) "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 +27509,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 +27529,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 +27539,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 +27599,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 +27616,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 +27639,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 +27653,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 +27667,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 +27731,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 +27780,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 +27808,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 +27817,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 +27832,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 +27878,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 +27890,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 +27969,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 +27977,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 +28034,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 +28106,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 +28132,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,41 +28160,39 @@ 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) -"lUg" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 9 - }, -/turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "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 +28201,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,68 +28215,110 @@ 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) +"lWu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/paths/south_outpost) "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{ - dir = 1 - }, /obj/item/ammo_magazine/revolver/cmb{ pixel_x = 6; pixel_y = -4 }, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, /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 @@ -28778,25 +28326,31 @@ /obj/effect/blocker/sorokyne_cold_water, /turf/open/gm/river, /area/strata/ag/exterior/marsh/water) -"mdB" = ( +"mdj" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 5 + }, /obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 9 + dir = 4 }, -/turf/open/floor/strata/orange_cover, -/area/strata/ag/interior/tcomms) +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/paths/flight_control_exterior) "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 +28359,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 +28386,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 +28399,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 +28414,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 +28428,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 +28448,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 +28456,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 +28482,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 +28524,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 +28559,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 +28584,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,36 +28593,38 @@ /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, +/obj/structure/pipes/standard/simple/hidden/cyan, +/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 }, /turf/open/auto_turf/ice/layer0, /area/strata/ag/exterior/marsh/center) -"mwq" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 6 - }, -/obj/structure/window/framed/strata, -/turf/open/floor/strata/multi_tiles/southeast, -/area/strata/ag/interior/outpost/med) -"mwt" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/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 +28638,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,35 +28650,48 @@ icon_state = "N" }, /turf/open/floor/strata/fake_wood, -/area/strata/ag/interior/outpost/gen/bball) -"mBb" = ( -/obj/structure/pipes/vents/pump{ - dir = 8; - id_tag = "mining_outpost_pump" +/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/standard/manifold/hidden/cyan, /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) +"mBo" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/paths/flight_control_exterior) +"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) -"mCK" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) "mDF" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/exterior/vanyard) +"mDN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outpost/canteen) "mEk" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -29097,46 +28699,50 @@ 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) -"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/exterior/outpost_decks) "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 - }, /obj/structure/barricade/handrail/strata, /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, +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/caves/shed_five_caves) +"mJq" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/shed_five_caves) +/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 +28756,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 +28767,25 @@ 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) +"mMf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/paths/flight_control_exterior) "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 +28795,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 +28804,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 +28829,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" @@ -29239,20 +28840,30 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/almayer/test_floor5, /area/strata/ag/interior/outpost/engi/drome/shuttle) +"mQD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/paths/south_outpost) "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 +28879,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 +28935,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 +28973,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 +29008,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 +29027,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 +29053,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" @@ -29428,32 +29069,34 @@ dir = 4 }, /obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, /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 +29104,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 +29125,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 +29145,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 +29157,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 +29179,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 +29188,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 +29204,30 @@ "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) -"nIf" = ( +/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/floor3/east, -/area/strata/ag/interior/tcomms) +/turf/open/floor/strata, +/area/strata/ag/interior/mining_outpost/hallways) "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,35 +29237,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) -"nPJ" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "nPW" = ( /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/strata/orange_cover, @@ -29612,18 +29285,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 +29303,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 +29313,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,52 +29412,65 @@ 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, /area/strata/ag/exterior/marsh/crash) +"odd" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating, +/area/strata/ag/interior/outside/engineering/parts_storage) "odi" = ( /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 +29483,28 @@ "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) +"ogw" = ( +/obj/item/lightstick/red/planted, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/paths/flight_control_exterior) "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) +"ohV" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/outside/engineering/parts_storage) "oiF" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -29785,13 +29521,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 +29544,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 +29589,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 +29611,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 +29629,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 +29656,23 @@ 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) +"ozr" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/paths/flight_control_exterior) +"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 +29683,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 +29691,33 @@ "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 +29727,33 @@ /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) +"oJH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/north) +"oKd" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/north) "oKl" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, @@ -29982,35 +29762,50 @@ /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) +"oMq" = ( +/obj/structure/barricade/snow{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/paths/flight_control_exterior) "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) +"oOr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/asphalt/cement/cement12, +/area/strata/ag/exterior/outpost_decks) "oOB" = ( /obj/item/clothing/shoes/snow, /obj/structure/surface/rack, @@ -30022,56 +29817,74 @@ 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{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, /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) "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 +29893,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,22 +29905,25 @@ 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{ +/obj/structure/pipes/vents/pump{ dir = 8 }, /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,99 +29931,112 @@ /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 - }, /obj/item/stack/rods, /turf/open/floor/strata, /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 + }, +/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) "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 +30050,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 +30061,70 @@ layer = 3.5 }, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) -"pkG" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 8 +/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) +"pkA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 }, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/canteen/personal_storage) +"pkG" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, /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 +30137,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 +30152,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 +30171,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 +30189,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 +30199,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 +30211,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 +30244,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,85 +30253,120 @@ 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) +"pug" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/admin) "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 }, /obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 10 + dir = 4 }, /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) "pAM" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/pipes/standard/simple/hidden/cyan, /obj/item/reagent_container/spray/cleaner, /obj/structure/barricade/handrail/strata{ dir = 4 }, +/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) +"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 +30380,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 +30397,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 +30438,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,53 +30452,75 @@ /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, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/engi/drome) +"pGO" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating, +/area/strata/ag/exterior/outpost_decks) "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) +"pIi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outpost/canteen) "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) +"pMC" = ( +/obj/structure/flora/grass/tallgrass/ice/corner{ + dir = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/paths/flight_control_exterior) +"pMF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata, +/area/strata/ag/exterior/outpost_decks) "pMU" = ( /obj/structure/tunnel/maint_tunnel{ pixel_y = 16 @@ -30594,11 +30533,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 +30547,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 +30601,30 @@ /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) +"pVf" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/outpost/canteen) "pVn" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/station_alert{ @@ -30677,11 +30632,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 +30647,93 @@ /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) +"qbK" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outside/administration) "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 +30745,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 +30780,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 +30809,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 +30872,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 +30900,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 +30911,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 +30919,7 @@ /obj/structure/window/reinforced/tinted, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/floor3/east, -/area/strata/ug/interior/outpost/jung/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/ug/interior/outpost/underground_dorms/admin3) "qxi" = ( /obj/effect/decal/cleanable/blood/gibs/core, /mob/living/simple_animal/hostile/carp{ @@ -30931,15 +30927,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 +30945,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 +30962,80 @@ /obj/item/storage/pill_bottle/spaceacillin, /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/med) +"qzv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/white_cyan3/northeast, +/area/strata/ag/interior/outpost/hallways/south) +"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) +"qAU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/paths/flight_control_exterior) "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" - }, -/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) +/area/strata/ug/interior/outpost/platform) +"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) +"qIV" = ( +/obj/structure/bed/sofa/vert/grey/top, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/hallways/north) "qJi" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison/darkyellowfull2, @@ -31032,28 +31053,26 @@ /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/landmark/corpsespawner/doctor, /turf/open/floor/strata/multi_tiles, -/area/strata/ag/interior/dorms/hive) -"qLp" = ( -/obj/structure/machinery/light/small, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/mining_outpost/hive) +"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,51 +31080,55 @@ "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, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/med) "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 +31136,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{ @@ -31122,11 +31145,20 @@ /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/blue1, /area/strata/ag/interior/outpost/admin) +"qRF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan3/southwest, +/area/strata/ag/interior/outpost/hallways/south) "qSo" = ( /turf/closed/shuttle/ert{ 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 +31169,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 +31189,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 +31200,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) +"qVc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/blue1, +/area/strata/ag/interior/outpost/admin) +"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) -"rbi" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 6 - }, -/turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/interior/mining_outpost/flight_control) "rbO" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 @@ -31246,14 +31291,7 @@ "rdm" = ( /obj/structure/largecrate/random, /turf/open/floor/strata, -/area/strata/ag/exterior/research_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 +31301,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 +31309,21 @@ layer = 3.5 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/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/ug/interior/outpost/underground_dorms/med2) "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) +"rfN" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/strata/ag/interior/outpost/hallways/north) "rgt" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -31290,11 +31331,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 +31349,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 +31376,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 +31404,51 @@ "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) -"rkq" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/strata/cyan1/east, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outside/checkpoints/north) "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) +"rps" = ( +/obj/item/lightstick/red/planted, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) "rpA" = ( /obj/structure/machinery/door/airlock/almayer/medical/colony{ dir = 2; @@ -31406,50 +31458,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 +31520,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 +31528,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) @@ -31485,9 +31552,6 @@ /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "rzG" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) @@ -31496,13 +31560,13 @@ 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{ dir = 4 }, /obj/structure/barricade/handrail/strata, +/obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "rEr" = ( @@ -31510,7 +31574,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 +31587,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 +31595,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 +31643,18 @@ 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) +"rML" = ( +/obj/structure/flora/grass/ice/brown/snowgrassbb_1, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/paths/flight_control_exterior) "rMP" = ( /obj/structure/closet/coffin, /obj/effect/landmark/objective_landmark/science, @@ -31591,20 +31662,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 +31686,69 @@ 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) +"rTf" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outpost/canteen) "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 +31760,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 +31770,60 @@ 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) +"rYa" = ( +/obj/item/lightstick/red/planted, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/paths/flight_control_exterior) +"rZD" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/white_cyan3, +/area/strata/ag/interior/outpost/hallways/south) +"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 +31839,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 +31859,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 +31869,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 +31888,11 @@ /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) +"sig" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/landing_zones/near_lz2) "sip" = ( /obj/structure/inflatable, /turf/open/floor/strata/cyan3/east, @@ -31775,6 +31906,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 +31923,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 +31974,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 +31986,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 +32020,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 +32052,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 +32090,44 @@ 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) +"sCO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/darkyellowfull2, +/area/strata/ag/interior/outpost/hallways/north) "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 +32147,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 +32212,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 +32245,67 @@ 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) +"sUK" = ( +/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/exterior/outpost_decks) +"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) +"sWS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer3, +/area/strata/ag/exterior/caves/shed_five_caves) "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 +32314,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 +32332,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 +32342,45 @@ 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) +"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 +32388,74 @@ 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, +/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) "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 +32468,24 @@ "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) +"tjL" = ( +/obj/structure/pipes/vents/pump{ + dir = 8; + id_tag = "mining_outpost_pump" + }, +/turf/open/floor/strata/floor3/east, +/area/strata/ag/interior/outside/engineering/parts_storage) "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 +32499,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 +32519,36 @@ 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) +"toj" = ( +/obj/item/lightstick/red/planted, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/landing_zones/near_lz2) "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 +32571,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 +32611,30 @@ }, /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) +"twi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/red1, +/area/strata/ag/interior/outpost/security) "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 +32650,26 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/center) +"tAs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/paths/south_outpost) +"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 +32677,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,61 +32689,60 @@ "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) +"tFS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +"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, /area/strata/ag/exterior/vanyard) -"tHx" = ( -/obj/structure/filingcabinet, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 6 - }, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/strata/floor3/east, -/area/strata/ag/interior/tcomms) "tHE" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/pill_bottle/russianRed, /turf/open/floor/strata/orange_tile, -/area/strata/ag/interior/dorms) -"tIl" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/interior/mountain) +/area/strata/ag/interior/mining_outpost/central) "tIv" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/multi_tiles/southwest, -/area/strata/ug/interior/jungle/deep/structures/engi) -"tJp" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 6 - }, -/turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ug/interior/jungle/structures/monitoring) +"tIw" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/canteen/personal_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 +32752,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 +32787,67 @@ }, /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) +"tMR" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 1; + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer0, +/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) +"tNz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/paths/flight_control_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 +32857,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 +32872,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 +32887,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 +32913,53 @@ /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) -"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/paths/south_outpost) "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, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "tVP" = ( @@ -32675,24 +32968,26 @@ 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, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, /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 +32995,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 +33009,22 @@ "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) +"uaQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata, +/area/strata/ag/exterior/outpost_decks) "ubo" = ( /obj/structure/surface/rack, /obj/item/tool/shovel/etool/folded, @@ -32729,30 +33032,40 @@ /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) +"udO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/asphalt/cement, +/area/strata/ag/exterior/outpost_decks) "ueD" = ( /obj/structure/window/reinforced/tinted{ dir = 4 @@ -32762,7 +33075,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 +33086,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 +33101,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 +33114,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 +33138,66 @@ /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) +"umG" = ( +/obj/structure/machinery/door/airlock/almayer/security/colony{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/strata/ag/interior/outpost/security) +"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 +33206,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 +33248,64 @@ 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) +"utk" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/fake_wood, +/area/strata/ag/interior/outpost/hallways/south) "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 +33313,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 +33329,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 +33352,26 @@ 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, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /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 +33383,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 +33393,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 +33407,59 @@ /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) -"uJn" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, -/turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/interior/restricted) "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 +33473,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 +33486,34 @@ /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) +"uSa" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata, +/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 +33527,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 +33549,37 @@ /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) -"uXI" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/asphalt/cement/cement14, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ug/interior/jungle/platform/south) "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 +33594,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 +33612,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 +33625,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 +33645,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 +33715,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 +33727,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 +33747,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 +33767,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 +33776,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 +33811,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 +33827,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 +33844,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 +33855,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 +33868,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,60 +33876,53 @@ 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) -"vwC" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/disposalpipe/segment, -/obj/structure/pipes/standard/manifold/hidden/cyan{ - dir = 1 - }, -/turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/restricted) "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 +33951,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 +33962,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 +33975,31 @@ /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) +"vGj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/caves/shed_five_caves) "vGx" = ( /turf/closed/shuttle/ert{ icon_state = "upp2" @@ -33624,17 +34008,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 +34038,41 @@ "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) +"vLn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/asphalt/cement/cement12, +/area/strata/ag/exterior/outpost_decks) "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 +34087,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 +34119,42 @@ 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, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, /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 +34166,42 @@ /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) +"vZZ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/strata, +/area/strata/ag/exterior/outpost_decks) "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 +34215,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 +34229,76 @@ 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) -"wio" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/tcomms) +/area/strata/ug/interior/outpost/platform) +"wim" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/strata/ag/interior/outpost/hallways/south) "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, +/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 +34307,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 +34326,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 +34343,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 @@ -33890,15 +34355,18 @@ /area/strata/ag/interior/outpost/med) "wsj" = ( /obj/item/trash/pistachios, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) "wsm" = ( /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 +34374,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 +34389,30 @@ /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/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 +34421,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 +34460,18 @@ dir = 4 }, /turf/open/floor/strata/white_cyan2/west, -/area/strata/ug/interior/outpost/jung/dorms/admin1) -"wAG" = ( -/obj/structure/fence, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ug/interior/outpost/underground_dorms/admin1) +"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 +34480,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 +34558,27 @@ 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) +"wNV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/marsh/spring_marshes) "wPp" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata, @@ -34063,32 +34586,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 +34658,72 @@ }, /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, +/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) "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) -"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/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) "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) +"xbT" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating, +/area/strata/ag/interior/outside/engineering/parts_storage) "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 +34733,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 +34771,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 +34802,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 +34823,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 +34841,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 +34873,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 +34896,11 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) +"xuc" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/canteen/lower_cafeteria) "xuq" = ( /obj/item/trash/plate{ pixel_x = 1; @@ -34310,7 +34908,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 +34918,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 +34934,33 @@ 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) +"xyN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/asphalt/cement/cement12, +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "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 +34969,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 +34981,98 @@ }, /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 +35081,18 @@ 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) +"xIM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/asphalt/cement, +/area/strata/ag/exterior/paths/mining_outpost_exterior) "xJb" = ( /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata/floor3/east, @@ -34490,7 +35101,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 +35109,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 +35142,58 @@ 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) +"xLd" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/strata/ag/interior/outpost/hallways/north) "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 +35209,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 +35248,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 +35257,50 @@ 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) +"xVF" = ( +/obj/structure/platform/strata/metal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/paths/flight_control_exterior) "xVQ" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 4 @@ -34659,48 +35308,74 @@ /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 +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 }, /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) +"yaC" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/strata/orange_cover, +/area/strata/ag/interior/outpost/hallways/south) +"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,64 +35383,84 @@ /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) +"ygB" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/hallways/north) "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; pixel_x = -18; pixel_y = 10 }, -/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 +35471,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 +35624,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 +35666,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 +35819,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 +35841,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 +35908,7 @@ aIf aMA aIf aIf -rtW +nog bAe bAe bAe @@ -35339,48 +35994,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 +36016,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 +36083,7 @@ aVW aVW aVW aVW -rtW +nog bAe bAe bIz @@ -35534,48 +36169,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 +36190,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 +36258,9 @@ cqE cqE cqE btT -rtW -bAf -bAf +nog +aac +aac bAe bAe bAe @@ -35728,6 +36343,10 @@ aac aac aac aac +aab +"} +(6,1,1) = {" +aab aac aac aac @@ -35749,30 +36368,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 +36385,7 @@ aac aac aac aac -kSU +ahs ygz ahP aiw @@ -35838,9 +36433,9 @@ bhp bnb cqE aoj -rtW -alz -aXG +nog +nog +nog aac aac aac @@ -35922,50 +36517,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,96 +36540,6 @@ aac aac aac aac -kSU -ahq -coO -aix -cjb -coP -akq -coS -cpR -cqE -cnv -crb -apf -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -fuA -cmA -cnv -cqE -aQv -aQv -cqE -acY -aQv -aQv -bck -cqE -aoj -aoj -bAq -bDT -bDT -bDT -aac -aac -aac -cmg -tru -laM -crN -bjN -bjN -nrp -aVq -aVq -aVq -aZv -bgS -bgS -bia -bhN -bhN -bla -blP -bgS -bhN -bgS -bgS -bgS -bgS -bgS -bgS -bgS -bgS -bhN -bgS -bsU -btA -bty -aac aac aac aac @@ -36085,18 +36550,6 @@ aac aac aac aac -bCd -acX -acX -acX -acX -acX -acX -acX -acX -aac -aac -aac aac aac aac @@ -36107,92 +36560,194 @@ aac aac aac aac -aac -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 -"} -(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 -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -kSU -ahr -coO -aiy -coO +ahs +ahq coO -coV +aix +cjb +coP +akq coS cpR cqE cnv crb -aph +apf +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +fuA +cmA +cnv +cqE +aQv +aQv +cqE +acY +aQv +aQv +bck +cqE +aoj +aoj +bAq +bDT +bDT +bDT +aac +aac +aac +cmg +tru +laM +crN +bjN +bjN +nrp +aVq +aVq +aVq +aZv +bgS +bgS +bia +bhN +bhN +bla +blP +bgS +bhN +bgS +bgS +bgS +bgS +bgS +bgS +bgS +bgS +bhN +bgS +bsU +btA +bty +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +bCd +acX +acX +acX +acX +acX +acX +acX +acX +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +bVx +bVx +bVx +jrU +bAI +bAI +bAI +bAI +aac +aab +"} +(8,1,1) = {" +aab +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +ahs +ahr +coO +aiy +coO +coO +coV +coS +cpR +cqE +cnv +crb +aph crE crE crE @@ -36277,9 +36832,9 @@ aac aac aac uxf -lFG -mYs -dCu +bzV +hms +rUb bCd acX bdM @@ -36304,58 +36859,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 +36888,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 @@ -36384,8 +36919,8 @@ coS wrp wrp alB -cqE -cnv +amq +ani crb api crE @@ -36456,7 +36991,7 @@ qvy bhN bgS bif -sqT +aac fCI bsR bjE @@ -36470,17 +37005,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 +37033,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 +37063,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 +37180,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 +37203,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,18 +37238,38 @@ 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 -cjb -aix -cjb +ooc +ooc cjb +jbp +ajK +ajK +kvn klE -klE -alC -amq +eFo +cqM ani crb apf @@ -36848,7 +37343,7 @@ bhN bqN brF xzR -gaV +wGp bkd bgS bgS @@ -36856,22 +37351,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 +37378,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 +37413,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 +37527,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 +37553,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 +37588,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 +37618,7 @@ coS coS wrp wrp -alA +cve cqE cnv crb @@ -37248,19 +37703,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 +37728,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 +37765,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 +37833,8 @@ cqE cqE cqE aoj -rtW -rtW +nog +nog bER aVq aZx @@ -37444,13 +37879,13 @@ bsU bhO bgS buS -cwS +wXw aKu -nJK -ben -cwS -pvA -cwS +aac +uhM +wXw +qPu +wXw mip bcr sEG @@ -37483,49 +37918,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 +37940,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 +38004,13 @@ aoj bco aoj aoj -aoj +qWY bYD aoj btU -rtW -azx -bET +nog +iop +bAe bIH aZv aVq @@ -37639,15 +38054,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 +38088,15 @@ aac aac byh byh -ttQ -ttQ -aac +aSf +aSf aac aac aac +aab +"} +(16,1,1) = {" +aab aac aac aac @@ -37699,29 +38117,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,17 +38135,17 @@ aac aac aac aac -kSU +ahs rba ahP aiA -qwM -ajK +cof +cjb cpE -akU -alD -cqM -ani +coS +cpR +cqE +cnv crb aph apT @@ -37785,13 +38180,13 @@ aUr beL bhq azx -alz -alz -alz -alz -azx +nog +nog +nog +nog +axv ccI -bII +bAe caX aZv aVq @@ -37799,7 +38194,7 @@ aZv aZx aVq aac -aac +aXG bei aVq aWf @@ -37833,17 +38228,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 +38269,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 +38290,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 +38354,7 @@ aUs aVY aVY aVY -aVY +lEi aac aac aac @@ -37987,7 +38362,7 @@ aac aoQ bEV ccI -bII +bAe bIH bjj bjN @@ -38027,19 +38402,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 +38423,8 @@ acX bko acX hGO -cwS -cwS +kvD +eHo xAc bxB bxB @@ -38069,48 +38444,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 +38466,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 +38538,13 @@ bAv bnm bEV ccI -bII +bAe bIH aVq aZx aZx aac -bLR +bER bjN aVq aVq @@ -38222,19 +38577,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 +38599,8 @@ acX bdM bEh cwS -avm -cAq +mvD +cTQ bxB bxR bxB @@ -38264,48 +38619,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 +38641,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 +38751,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 +38774,7 @@ bdM bEh cwS xAc -cAq +cTQ bxB bxR bxS @@ -38459,48 +38794,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 +38818,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 +38903,7 @@ aVq bhN bgS gaV -gaV +wGp bgS bgS bgS @@ -38612,18 +38927,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 +38948,8 @@ acX hGO aac aac -cAq -cAq +cTQ +cTQ bxB boC bdL @@ -38652,50 +38967,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 +38993,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 +39035,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 +39109,9 @@ buG aac aac aac -pvA -cwS -cwS +qPu +wXw +wXw aac aac aac @@ -38828,11 +39123,11 @@ aac aac aac aac -cAq +cTQ bxB boC ben -xTU +gmU bdL bxY bxB @@ -38849,48 +39144,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 +39162,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 +39231,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 +39278,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 +39298,12 @@ aac aac aac aac -mYs +omH dCu cwS -rNI -rNI -rNI +cwS +cwS +cwS cwS byc bxB @@ -39044,48 +39319,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 +39337,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 +39405,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 +39454,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 +39494,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 +39512,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 +39564,11 @@ crY crY aGZ aIj -bWy -bWy +aOP aMC -ctC -aOS +aMC +eIY +aoj aQv cnv azx @@ -39346,35 +39581,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 +39629,10 @@ wrw aac aac aac -ben -ben -bdL -ben +uhM +uhM +qfV +uhM aac aac aac @@ -39434,48 +39669,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 +39687,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 +39756,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 +39804,15 @@ aac aac aac aac -bxy -bdL -bdL +stw +qfV +qfV bvG aac aac aac -cwS -ben +wXw +uhM fPO aac aac @@ -39629,48 +39844,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 +39862,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 +39896,7 @@ akW bSJ fHp ank -bSJ +aCE app apY aCE @@ -39717,15 +39912,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 +39930,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 +39979,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 +40019,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 +40037,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 +40145,7 @@ aac bme coC bme -tCi +aac bur coC rGp @@ -39980,15 +40155,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 +40194,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 +40212,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 +40268,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 +40330,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 +40369,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 +40387,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 +40443,8 @@ chr bWy aMB cjv -aoj -aQw +myV +lmF aRD aSR aUv @@ -40321,37 +40456,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 +40507,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 +40544,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 +40562,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 +40594,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 +40618,9 @@ fWV aLg aMB cjv -aoj -aQv -cnv +myV +eHZ +cov aac aac aWk @@ -40515,38 +40630,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 +40681,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 +40719,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 +40736,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 +40793,10 @@ aJQ aLh aMB cjv -aOP -aQv -aRA -rtW +xjp +eHZ +clW +cnB aac aWk bnm @@ -40709,36 +40804,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 +40853,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 +40894,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 +40908,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 +40949,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 +40968,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 +41028,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 +41045,8 @@ rNI bvE rNI bxh -kkL -kkL +aac +aac bNj bNj bNj @@ -40994,48 +41069,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 +41083,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 +vrL +xjp aDG -ckX -ckX +myV +myV cov aSU cnB @@ -41098,11 +41153,11 @@ jyq cnB aac bcx -aWp +usP aXP -aWp +usP aYd -bcx +juL aac aac aac @@ -41110,17 +41165,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 +41183,7 @@ biP dbg aac xeJ -cwS +sGb oSP nka aac @@ -41148,34 +41203,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 +41244,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,42 +41258,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 +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 ceu ceV igm -igm +gCJ aJS aLj aDH @@ -41286,18 +41321,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 +41340,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 +41378,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 +41396,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 +41419,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 +41433,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 +kTy brg bIL akW -cZa -akW bIL +cZa +cnO +kTy 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 +41490,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 +41553,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 +41572,8 @@ bwm bvD bvD bvD -kkL -kkL +aac +aac bvE bvE bvE @@ -41569,8 +41584,8 @@ mcX rxL bxo rNI -kkL -kkL +aac +aac qYF qYF qYF @@ -41579,48 +41594,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 +41608,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 +41670,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 +41692,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 +41731,12 @@ buI ble aac aac -kkL -kkL -kkL -kkL -kkL -kkL +aac +aac +aac +aac +aac +aac rNI xxS rNI @@ -41752,8 +41747,8 @@ bwZ bvM bvD bvD -kkL -kkL +aac +aac bvD bvD bvD @@ -41774,48 +41769,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 +41783,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 +41857,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 +41908,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 +41944,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 +41958,59 @@ aac aac aac aac -crA -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 +bwd afF ddp -wGx -wGx -wGx -wGx -wGx +ddp +ddp +ddp +ddp +jOl bQs aku akY alI -xSJ -bUs -bUO -afW +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 +42020,8 @@ aPT aNL aPh cjw -cov -aLq +dLx +vrL cnA clU aXD @@ -42078,30 +42033,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 +42084,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 +42112,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 +42137,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 +42171,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 +42208,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 +42272,7 @@ bxa bvD bvD bvD -kkL +aac bvE bvE bvE @@ -42353,54 +42288,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 +42312,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 +42384,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 +42464,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 +42485,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 +42519,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 +42557,7 @@ aac aac cqI crk -aWp +usP aYd tUu aYd @@ -42673,21 +42568,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 +42639,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 +42659,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 +42691,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 +42721,7 @@ vnh aPk ckX aRK -ckX +myV cnA clU aXH @@ -42858,31 +42733,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 +42814,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 +42833,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 +42866,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 +42908,9 @@ aac tfB brn aYX -aWp +usP aYd -aWp +usP aXP aXP aXP @@ -43064,20 +42919,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 +42994,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 +43008,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 +43041,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 +43067,11 @@ aNB aJX aMJ aNB -cjy +aOt cnA aQz aRK -ckX +myV cnC aWn aXI @@ -43248,9 +43083,9 @@ aac aac aac aYX -aWp +usP aYd -aWp +usP aXP aXP aYd @@ -43262,16 +43097,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 +43169,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 +43183,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 +43257,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 +43303,10 @@ bnh ble ble bme -cwS -mvh +coC +tAX nun -lIR +psl rNI rNI xTU @@ -43529,48 +43344,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 +43358,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 +43392,14 @@ bOs ajs ajR akw -ald alL qUW +qUW bUs -wGx -crY +jyE aqg arh +bOw asf atu aLl @@ -43626,7 +43421,7 @@ ciA aQu aQA aRK -ckX +myV cnA whO aXJ @@ -43637,31 +43432,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 +43477,10 @@ ble bme ble ble -ben -bea -cwS -avm +bme +rni +sGb +cJy bvA bvE bvE @@ -43724,48 +43519,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 +43533,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 +43598,7 @@ ckY aRK aSV cnB -aPh +bXd aXE cnB aac @@ -43832,30 +43607,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 +43651,11 @@ ble ble bme bme -bdL -bdL -bea -ben -lFG +ble +wSb +rni +tFA +fCD bvC bvE bvE @@ -43919,48 +43694,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 +43709,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 +43739,7 @@ agP ahy ahX bOs -xdE +jOl bQu bRY aky @@ -43992,7 +43747,7 @@ bRY aky aqd aky -crY +jOl crY bXY nVt @@ -44004,19 +43759,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 +43784,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 +43828,9 @@ aac aac buD biP -bdL -bea -ben +wSb +rni +tFA bvD bvE bvE @@ -44114,48 +43869,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 +43885,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 +43922,7 @@ alq and aqi brS -crY +jOl bWi arj ash @@ -44203,15 +43938,15 @@ oLv aER aMT aNo -aNB +suF cnB aLp cjz cjw cnB aQF -cov -ckX +dLx +myV cnB cjw cjw @@ -44224,12 +43959,12 @@ aZK aZP aZP aZP -glL +aZK aac aac bMG bRg -cbO +eYE cij rkb cuA @@ -44237,14 +43972,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 +43996,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 +44044,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 +44062,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,14 +44097,14 @@ akx apS aqA aky -crY +jOl aqh arj ash atx ctC avB -awN +bZV ctC cbj aBv @@ -44400,13 +44115,13 @@ aMU aNo aOz vnh -ckX -ckX +myV +myV aNO aPl aPa aRF -aLq +vrL cjw aac aac @@ -44424,11 +44139,11 @@ aac aac aac bRh -cbO +eYE ciF cmq -cbO -cbO +eYE +eYE iuB lHH ofd @@ -44439,7 +44154,7 @@ bha bhe bhe bjM -ben +tFA aac aac ble @@ -44456,16 +44171,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 +44219,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 +44237,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,14 +44272,14 @@ aky bRY aqT brS +jOl crY -crY -arj +pIy bXf bXZ aCE +kIs avC -bPs ctC azP aBw @@ -44595,12 +44290,12 @@ aMS aNo aOB vnh -aLq +vrL aML -aNP -ckX -ckX -cov +vrL +myV +myV +dLx aSY cjw aac @@ -44619,7 +44314,7 @@ aZK aac aac aac -mfp +mvm ciH cmn cuB @@ -44627,17 +44322,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 +44346,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 +44394,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 +44417,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 +44449,9 @@ asX aky avA ctC -ctC +bPs bXg -ctC +bPs ctC avD ctC @@ -44814,22 +44489,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 +44522,15 @@ ble bnh aac aac -cwS +sGb aac jUS rQX bdG buM -ben -ben -hir +tFA +tFA +mQW bvD bvD bvE @@ -44894,48 +44569,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 +44592,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 +44633,7 @@ ciA ciA ciA ciA -ciA +aES aDP aER aMV @@ -45012,23 +44667,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 +44700,12 @@ aac aac aac xeJ -cwS -ben -ben -bdL -ben -bea +sGb +tFA +tFA +wSb +tFA +rni bvD bvE bvE @@ -45089,48 +44744,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,11 +44767,31 @@ 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 cpo -akA cpo cpo cpo @@ -45169,8 +44804,8 @@ akA cpo xTh avF -avF -ayq +ciA +ciB azR aBx aCM @@ -45191,39 +44826,39 @@ cjw aac aTV aVh -aZP -aZP -aZK -aZK -bbj -vYf -bbj -bbj -aZK -aZP -aZP -aZP -aZP -aZK -bgh +bdn +bcB +bch +bxL +aTe +rML +aTe +aTe +bch +cbN +bcB +bcB +bcB +bch +mMf 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 +44873,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 +44919,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 +44942,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 @@ -45386,7 +45001,7 @@ cnB aac aQq aQI -aVh +mdj bav bhx cfR @@ -45397,27 +45012,27 @@ cfR cfR cfR coB -bas -aZK +aZP aZK aZK +aXW 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 +45048,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 +45094,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,32 +45118,52 @@ 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 +xIM awQ aHB -aZK -bdx -aZK -aZK -aZP -aZP -aZP -aUn +bch +aTe +bch +bch +bcB +bcB +bcB +xVF aKb aLv aMO @@ -45581,7 +45176,7 @@ aac aTg aQI aVi -aQq +kvA aWy bhy bkt @@ -45595,23 +45190,23 @@ bIV aZP aZP aZP -bav +ogw 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,17 +45222,17 @@ aac aac aac aac -cAq -dCu +wyV +cpX lOT -cwS -bdL -bdL -bdL -bdL -bdL -bvD -bvM +sGb +wSb +kjD +bhe +bhe +bhe +sig +toj bvP bvM bvE @@ -45655,10 +45250,10 @@ bvD bvD xTU bwD -kkL +aac rNI bvE -kkL +aac bya bvE bvE @@ -45674,48 +45269,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,18 +45307,38 @@ 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 -aXW +aZK aZP aZP bbj bbj aZP -aYj +jwv aKc afz afz @@ -45778,7 +45353,7 @@ aTX aQq aVv aac -bwp +coB bkt bkt bkt @@ -45790,7 +45365,7 @@ cfR bav aZP aZP -aZP +bdw aZK bcW bdO @@ -45799,17 +45374,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 +45400,12 @@ aac xeJ sXF psV -cwS -mvh -bdL -bdL -bdL -bdL +sGb +tAX +bgx +wSb +wSb +wSb xFH wez ads @@ -45840,7 +45415,7 @@ aac bwt bwt bwD -kkL +aac hPr bvE bwZ @@ -45860,7 +45435,7 @@ bvD bww byf rNI -kkL +aac bwr bvD bvE @@ -45869,48 +45444,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 +45454,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 @@ -45952,28 +45507,28 @@ aac aac aHS bbj -bdw +aZP aZP aKV aac aac aZK -aUA +dGU aPc -bfE -aQg +auM +iTY aQh aQn aQH -aQS -aZP -aZP -bbj -aZK -aTg +ozr +bcB +bcB +aTe +bch +pMC aVP aac -bwp +coB bku bnS coB @@ -45985,46 +45540,46 @@ coB baw aZP aZP -aZP +bdw 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 +bjO +wSb +wSb bvu wGm ncp @@ -46036,7 +45591,7 @@ bwu xTU bwI bwP -kkL +aac rNI bwZ bvD @@ -46064,48 +45619,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,9 +45660,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 bgh aZK -bdw +aZP aZK bbj aac @@ -46157,7 +45692,7 @@ wWS aZP aZP aZP -aXW +aZK aQl aQI aQS @@ -46168,7 +45703,7 @@ bbj aTi aac aac -bwp +coB coB cfR cfR @@ -46180,50 +45715,50 @@ bIW coB baK aZK -aZP +bdw aZP aZK 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 -beQ -bdL -bdL +sGb +rps +wSb +wSb bvv wGm tRC -hUJ +odd tRC qfC aac @@ -46239,7 +45774,7 @@ bvD bvD bvD bwC -kkL +aac rNI rNI bxW @@ -46250,7 +45785,7 @@ bvE bwx ibh rNI -kkL +aac bwr bvD bvE @@ -46259,48 +45794,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 +45808,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 @@ -46342,28 +45857,28 @@ aac aac aac aIw -aIL -aSJ -aDQ -aDQ -aDQ -aNp -aOR -bcB -bcB -bcB +aZP +aKV +aac +aac +aac +bed +bdx +aZP +aZP +aZP aQk -aQN -aQN +aQI +aQI aRB -bch -aTe +aZK +bbj aTh -aTZ -aVk -aDQ -bhz -bhz +bdA +aTi +aac +coB +coB bkv bnT hTX @@ -46375,18 +45890,18 @@ bIX chX bgh aZK -aZP -aZP -bdn +mBo +bcB +bcB bch bch bch bch -bcB bgw bhe bhe bhe +bhe bha bjQ bha @@ -46412,14 +45927,14 @@ wbN wbN njW njW -bhe -bhe -bha +wNV +wSb +tFA bvx -wAG -xKr +wGm +tRC oPz -xZk +xKr iNe aac aac @@ -46444,7 +45959,7 @@ bvD bvD bwx rNI -kkL +aac byj bws bvE @@ -46454,48 +45969,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 +45982,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 +46051,8 @@ aZK aTi bgh aac -bwp -bwp +coB +coB fRa bkw csA @@ -46570,51 +46065,51 @@ bIY chX bgh bbj +aXW aZK -aZK -bdw aZP aZP aZP aZP aZP +bdw +wSb +wSb +tFA +wSb +wSb bgx -bdL -ben -bdL -bdL -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 -hUJ -qLp +gFf +odd +vgb vxd aac aac @@ -46649,48 +46144,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 +46158,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 +46226,7 @@ bbj aTb aac aac -bwp +coB beS bhC bkx @@ -46765,21 +46240,21 @@ bAL coB bhU coB -bcd +oMq aZK -bdw aZP aZP aZP aZP aZP -bgy +bdw +biq bdN bhP bdN bdX bgx -ben +tFA biq bdN bdN @@ -46787,39 +46262,39 @@ 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 gFf -hUJ -vrH +odd +tRC qfC aac aac aac -mfp +cwT eLF eLF ocw -kkL -bwt +aXG +naw bvE bvE bvD @@ -46844,48 +46319,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 +46333,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 +46401,7 @@ bdA bgh aac aac -bwp +coB beT bhD cwe @@ -46962,12 +46417,12 @@ bRp chX bcg aZK -bdx +bbj aZP aZP aZP aZK -aZK +aXW bgB bhf bhf @@ -46982,44 +46437,44 @@ 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 wGm gFf -hUJ -vrH +odd +tRC 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 +46494,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 +46508,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 +46576,7 @@ aTb aac aac aac -bwp +coB beU bhF bky @@ -47150,19 +46585,19 @@ cfR cfR bxu bAH -bhF -bJc -bFF -bru -cbR -bch -bcB -bdy +bhD +bAK +ctS +bhD +crp +aXW +aZP +aZP aZP aZP aZK bbj -bcm +rYa bgF bhh bhR @@ -47177,20 +46612,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 @@ -47198,8 +46633,8 @@ aac aac hYc wrv -hUJ -qLp +odd +tRC hYc aac aac @@ -47208,14 +46643,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 +46669,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 +46679,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 +46728,9 @@ aac aac aac aac -ccd -ccd -ccd +nZR +nZR +nZR aac aVp aKf @@ -47336,7 +46751,7 @@ aac aac aac aac -bwp +coB beV bhD cwe @@ -47346,18 +46761,18 @@ buP ctS bAJ bFF -bJx -ctS -bhD +bJc +bFF +bru cbS -aZK +tNz aZP aZP aZP aZP aZK aZK -bgh +qAU bgF bhf bhS @@ -47372,18 +46787,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 @@ -47393,25 +46808,25 @@ aac aac qfC tRC -hUJ -vrH +odd +tRC 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 +46844,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 +46854,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 +46894,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 +46924,9 @@ aac aac aac aac -bwp -bwp -bwp +coB +coB +coB beX bhG csm @@ -47541,7 +46936,7 @@ buQ ctS bAK ctS -ctS +qbK ctS bRp chX @@ -47552,7 +46947,7 @@ aZP aZP aZK bfa -bgh +qAU bgF bhf bhS @@ -47567,18 +46962,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 @@ -47588,24 +46983,24 @@ aac aac qfC tRC -hUJ -mCK +odd +gFf 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 +47019,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 +47029,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 +47069,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 +47099,7 @@ aac aac aac aac -bwp +coB bpS bpV oUS @@ -47740,15 +47115,15 @@ bJy bMX bRu bIV -bgh +anp bgh bgh aZP aZP aZK bgh -bgh -tIl +qAU +aac aac bhS dOO @@ -47759,7 +47134,7 @@ jmy dOO eMZ unE -dOO +fQo dOO boG bmE @@ -47775,7 +47150,7 @@ aac aac aac aac -aac +mnz buN aac aac @@ -47783,26 +47158,26 @@ aac aac nmS mrp -hUJ -vrH +odd +tRC 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 +47194,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 +47204,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,19 +47244,19 @@ aac aac aac aac -adS -aot -aot -aot +qSH +uyf +uyf +uyf aqj -bXi -jyO -iLJ -cuP +oOr +uSa +aPx +pMF cuP awT -kcw -kcw +oVA +oVA iLJ aKk bdA @@ -47919,7 +47274,7 @@ aac aac aac aac -bwp +coB bae bcF bfm @@ -47930,11 +47285,11 @@ coB bwp bxE bkx -bwp -bwp -bwp -bwp -bwp +coB +coB +coB +coB +coB bcj bcE aZK @@ -47942,8 +47297,8 @@ aZP aZP aZP aZK -bgh -tIl +qAU +aac aac aac rOB @@ -47974,30 +47329,30 @@ buN buF buN btq -jww -tWY +tRd hYc -wrv +hYc +tRC npX -qLp +vgb 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 +47369,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 +47379,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,15 +47419,15 @@ aac aac aac aac -adS -dcX -bUV -bRw -vPi -bXi +qSH +uyf +uyf +uyf +iJq +vLn asl atz -cuP +ukx cuP foN iLJ @@ -48114,7 +47449,7 @@ aac aac aac aac -bwp +coB coB bcI coB @@ -48125,7 +47460,7 @@ cfR cfR bxF bAL -bwp +coB aac aac aac @@ -48137,17 +47472,17 @@ aZP aZP aZP aZK -bgh -tIl +qAU +aac aac aac rOB bFv -yde bFv bFv -dOO -vtl +bFv +jvl +ajl opg xJb dOO @@ -48169,30 +47504,30 @@ btq btv btv btv -btv +oWD kNZ tdn xKr -oPz -nIf +xbT +tRC 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 +47544,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 +47554,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,15 +47594,15 @@ aac aac aac aac -adS -vPi -pRj -vPi -aqk +qSH +dcX +bUV +bRw +run ark asm bTb -cuP +ukx cuP foN iLJ @@ -48310,19 +47625,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 @@ -48332,7 +47647,7 @@ aZP aZK aZP aZK -bcm +rYa bgG aac aac @@ -48369,7 +47684,7 @@ ezl qot qot fIG -vwC +cAt cAt cAt iBM @@ -48377,17 +47692,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 +47719,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 +47729,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,15 +47769,15 @@ aac aac aac aac -adS -vPi -pRj -vPi +qSH +qSH +run +qSH aql ark bXi oLz -cuP +ukx foN foN iLJ @@ -48517,7 +47812,7 @@ cqH csm bGa bJE -bwp +coB aac aac aac @@ -48527,8 +47822,8 @@ aZP bcm aZP aZP -bfd -bgH +bgI +bhT aac aac aac @@ -48563,26 +47858,26 @@ btq kNZ tRC tRC -hUJ -vrH +odd +tRC tRC tRC 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 +47894,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 +47904,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,15 +47944,15 @@ aac aac aac aac -adS +aqm ans bUY sDs -aqm +uGx ark bXi bTb -cuP +ukx foN awW ayA @@ -48695,7 +47970,7 @@ aZP aZK aTi aac -aac +rZF aac bgh bdA @@ -48712,7 +47987,7 @@ ctA bAM bGb bJF -bwp +coB aac aac bgh @@ -48722,8 +47997,8 @@ bbj bed bbj bfc -bfc -bgI +bgJ +bfd aac aac aac @@ -48749,17 +48024,17 @@ aac aac btv btv -btq +lJC tWY aac aac aac jww -tWY +hYc kOr gFf -hUJ -vrH +odd +tRC gRO mQE hUJ @@ -48768,16 +48043,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 +48069,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 +48079,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 +48107,7 @@ wYx cmo aac ami -aqN +arp arp aac aac @@ -48864,33 +48119,33 @@ aac aac aac aac -mIE -ant +bOp +gcO bUZ aps -aqn -arm -bXj -bYb -auw -iPd -aHj -bcB +xQb +udO +bXi +oLz +ukx +foN +aHu +aZP aIC -bcB -bch -bch -bch -bcB -bcB -aOT +aZP +aZK +aZK +aZK +aZP +aZP +bdw aZP aZP aZP aZP aZP aZK -bbj +fTa bbj aTi tWf @@ -48901,13 +48156,13 @@ crp crU cwe boz -bwp -bwp -bwp +coB +coB +coB cfR bGc bJG -bwp +coB aac aac aZK @@ -48917,8 +48172,8 @@ aac aac aac bfd -bfc bgJ +bfc bfd bhT aac @@ -48945,7 +48200,7 @@ btu btv btq aac -aac +alH aac aac aac @@ -48953,8 +48208,8 @@ aac aac ibH gFf -hUJ -vrH +odd +tRC vlG tRC ava @@ -48966,13 +48221,13 @@ kUi bxc bxc bxc -bdL -bdL +mwW +mwW lFG gpp -cwS -cwS -cwS +yfI +yfI +yfI vbw ubA aac @@ -48989,48 +48244,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 +48254,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,22 +48297,22 @@ aac amu anu bVa -apt +sDs aqo arn bXi bTb -ukx -foN -aHu -aZP -aZP -aZP -aZP -aZP -aZP -aZP -aZP +uaQ +iPd +aHj +bcB +bcB +bcB +bcB +bcB +bcB +bcB +bcB aOU bcB bcB @@ -49088,7 +48323,7 @@ bcB bch aSJ aTe -aTe +aOR vgn aVl bcL @@ -49096,7 +48331,7 @@ crq crV bkA boD -bwp +coB aac aac bAN @@ -49112,8 +48347,8 @@ aac aac aac aac -bfd -bgJ +bgI +bfc bfd bfd biy @@ -49140,17 +48375,17 @@ btq btq buN aac -sgG -sgG +hYc +hYc xyz -sgG -sgG +hYc +hYc aac oeH dyZ -tJp -krg -vlG +odd +tRC +afv gFf tRC vrH @@ -49159,14 +48394,14 @@ rHs gFf ayl bxd -bdL -bdL +mwW +mwW bxy -bdL -cwS +mwW +yfI mvh pvA -cwS +yfI avm ubA cAq @@ -49184,48 +48419,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 +48429,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 +48469,7 @@ aac aac aac aac -adS +qSH anv aou apu @@ -49283,15 +48498,15 @@ aZP aZP aZP aZK -bcm +rYa axb aVm -bcM +cqQ coB bhU -bkB -bwp -bwp +bhU +coB +coB aac aac bAO @@ -49306,9 +48521,9 @@ bcm aac aac aac -fil -bfd -bgJ +fSr +bgI +bfc bfc bfd bhT @@ -49335,7 +48550,7 @@ btv btq xre aac -sgG +hYc vmm aft vlG @@ -49353,13 +48568,13 @@ vlG vlG srQ lTG -ben -bdL +xCX +mwW bxy bxy -ben -cwS -cwS +xCX +yfI +yfI mvh fsJ cAq @@ -49379,48 +48594,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 +48621,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 @@ -49478,13 +48673,13 @@ aZP aZP aZP aZP -aZK +aXW xHW cqr aVZ fMr hGH -bkC +hGH aac aac aac @@ -49502,23 +48697,23 @@ aac aac aac aac -bfd -bgJ -bfd -bfg +gog +blg +vGj +sWS tfM bjC -bhT -bhT -bfd -bhT -bfd -bfc -bfc -bfc -blJ -blJ -blJ +bnR +bnR +vGj +bnR +vGj +blg +blg +blg +bpA +bpA +bpA bqE bmp bsN @@ -49530,15 +48725,15 @@ btq btq btp aac -sgG +hYc jVU oMZ vlG vxd -tHx +oIi oIi yhJ -epm +odd hTU sgG iAA @@ -49546,15 +48741,15 @@ qfC riY cGg pSm -sPc +aac wYL bxy bxy bxy -nJK +aac bxy bea -nJK +aac nGm cAq cAq @@ -49574,48 +48769,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 +48797,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 @@ -49673,21 +48848,21 @@ aZK aZP aZP aZP -aZP +bdw aUz bag bcN bcN bcN -bkE +bcN aac aac aac aac aac -bfE -bfE -bfE +mPh +mPh +mPh baU aZP aZK @@ -49697,8 +48872,8 @@ aac aac aac aac -bfd -bgJ +bgI +bfc aac aac biz @@ -49714,7 +48889,7 @@ bnQ boX blJ blJ -bmp +tAs bmE bsN fiD @@ -49725,7 +48900,7 @@ btq btv btp aac -sgG +hYc hOw vxd vxd @@ -49733,24 +48908,24 @@ vxd eZw vlG vlG -hUJ +odd qBg vxd 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 +48944,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 +48972,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 @@ -49868,13 +49023,13 @@ aRy aRR aSK aZP -aZP +bdw aUA -bfE +mPh aWa -bec -bec -aXV +fIq +fIq +fIq aYh bgh aac @@ -49892,52 +49047,52 @@ aac aac aac aac -bfg -bgM -wZM -wZM +jne +bfc +okE +okE mII ykh -wZM -aDQ -aDQ -aDQ -blg -blg -blg -bnR -boZ -bpA -bpA -bqF -brh -brU -mFh +okE +aac +aac +aac +bfc +bfc +bfc +bhT +boG +blJ +blJ +tAs +bmE +bsN +fiD gAv -rjG +lbh lTX kwu lTX -uXI -aDQ -wio +fOX +aac +hYc xZk xKr xKr pWP -mdB -vlG -vlG -hUJ +uWP +uWP +uWP +epm wZW vxd vxd hOw hOw vxd -sgG -sPc -sgG +hYc +aac +aac aac aac aac @@ -49964,48 +49119,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 +49147,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 +49185,9 @@ aAd aAd ccV jjJ -ccd -ccd -ccd +nZR +nZR +nZR jjJ baw bbj @@ -50063,13 +49198,13 @@ iLJ iLJ aSL aZP -aZP -aZP -aZP -aZP -aZP -aZP -aXW +aIL +bcB +bcB +bcB +bcB +iRl +aZK aZK iws aTi @@ -50087,8 +49222,8 @@ aac aac aac aac -bfg -bgJ +jne +bfc xdr gOC jVg @@ -50104,7 +49239,7 @@ bhT boG blJ bmp -bmE +fGc bmp bsN fiD @@ -50115,7 +49250,7 @@ lbh lbh jKf aac -sgG +hYc ndS vlG tRC @@ -50130,7 +49265,7 @@ iMP tRC tRC gvR -sgG +hYc aac aac aac @@ -50159,48 +49294,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 +49322,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 +49358,8 @@ foN foN azV aBI -jjJ -jjJ +ccW +ccc jjJ bnq cfX @@ -50263,9 +49378,9 @@ aZK aZP aZP aZP -aZP bdw aZP +aZP bbj bav aZK @@ -50279,13 +49394,13 @@ aac aac aac aac -aXG +nZR aac aac -bfg -bgI +jne +bfd xdr -gOC +iGp fEW sau okE @@ -50310,10 +49425,10 @@ lbh lbh jKf aac -sgG +hYc vrH vlG -fMS +gFf vxd tEf tEf @@ -50325,7 +49440,7 @@ tRC vlG vlG vth -sgG +hYc aac aac aac @@ -50354,48 +49469,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 +49497,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 +49533,7 @@ foN foN foN ccc -ccW +ccc aDU jjJ cfY @@ -50446,10 +49541,10 @@ cfY jjJ cht jjJ -ccd -ccd +nZR +nZR jjJ -foN +lzh iLJ aac aac @@ -50458,7 +49553,6 @@ bgh bbj aZK aZP -aZP bdw aZP aZP @@ -50466,6 +49560,7 @@ aZP aZP aZP aZP +aZP aZK aZP atC @@ -50473,12 +49568,12 @@ ccs aac aac aac -fil +jZF iLJ iLJ bfe -bfc -bgI +bgJ +bfd xdr rfB hPK @@ -50494,7 +49589,7 @@ aac bmp blJ bmp -bnu +gOi bmD bsN fiD @@ -50505,11 +49600,11 @@ twa hLf uad aac -sgG -vrH +hYc +bfQ vlG tRC -uqY +mrp aTP bss rno @@ -50520,7 +49615,7 @@ tRC vlG vlG jXD -sgG +hYc aac aac aac @@ -50549,48 +49644,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 +49672,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 +49719,7 @@ aLB xqT aNT jjJ -aQK +fBC iLJ aac aac @@ -50653,8 +49728,8 @@ aTi iws bav aZP -aZP -aXW +bdw +aZK bav aZP aZP @@ -50672,12 +49747,12 @@ fkw iLJ gIL bff -bfc -bgI +bgJ +bfd xhM xnn aXs -xdr +bcb czb aac aac @@ -50689,7 +49764,7 @@ aac tQg blJ blJ -bmp +tAs bmE bsN svP @@ -50700,7 +49775,7 @@ fhW fhW fhl aac -sgG +hYc vrH fNH iWi @@ -50714,8 +49789,8 @@ vlG vlG vlG vlG -jXD -sgG +dbv +hYc aac aac aac @@ -50744,48 +49819,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 +49847,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 @@ -50848,8 +49903,8 @@ aUC aVp aWd aZP -aZP -aXY +bdw +bed aZP aZK aZP @@ -50867,8 +49922,8 @@ foN iLJ thd bfd -bfc -bgI +bgJ +bfd bkI bfd biB @@ -50884,7 +49939,7 @@ aac bmE blJ blJ -blJ +mQD tQg brW bsn @@ -50894,8 +49949,8 @@ asd vxd vxd vxd -sgG -sgG +hYc +hYc uzj sly uLK @@ -50910,7 +49965,7 @@ vlG vlG vlG jsW -sgG +hYc aac aac aac @@ -50939,48 +49994,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 +50021,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,20 +50069,20 @@ cie ciW aNW jjJ -aQK +fBC iLJ aTk aUE -aWr +jZF iLJ iLJ aSL aZK -aZP bdw aZP aZP aZP +aZP aUz iLJ iLJ @@ -51062,8 +50097,8 @@ foN iLJ thd bfg -bfc bgJ +bfc bfd bfd bfd @@ -51079,7 +50114,7 @@ aac bpc bmp blJ -blJ +mQD blJ tQg bsN @@ -51105,7 +50140,7 @@ tTP uWP sZP ihd -sgG +hYc aac aac aac @@ -51134,48 +50169,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 +50199,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 +50231,7 @@ fxM foN foN foN -foN +aqM jjJ jjJ jjJ @@ -51238,8 +50253,8 @@ foN iLJ aWe bed -aZP bdw +aZP aYi aRR aRR @@ -51247,18 +50262,18 @@ aZe iLJ qmW aac -ccd +nZR cmX fBC cva cmZ cuP -foN -iLJ -thd -bfd +xGb +aPx +emp +vGj +csS bfc -bgJ bfc bfc bfc @@ -51274,7 +50289,7 @@ aac bpd bnu bmp -blJ +mQD blJ blJ bsM @@ -51286,7 +50301,7 @@ mpr vxd vxd vxd -eFF +vrH vlG tRC puX @@ -51300,7 +50315,7 @@ wWK mms mms pwn -sgG +hYc aac aac aac @@ -51329,48 +50344,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,31 +50374,51 @@ 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 +anu aox apw -aqs -aPx -cuX -cuX -bYN +aqo +iLJ +cuP +cuP +fxM avJ foN ayC foN cbp foN -aDX +foN aEX -aGi +cuP ukx cuP -iLJ +fMS aNX bZq aNX -iLJ +fMS cuP cuP cuP @@ -51433,27 +50428,27 @@ foN iLJ aSL aZP -aZP bdw +aZP aYj gZP iLJ bxI iLJ bGk -aXG +aac bNm cva fBC cva cmZ cuP -foN +fxM iLJ miL bfh bfc -bgJ +bfc bfc bfc bfc @@ -51469,7 +50464,7 @@ aac bpf bmE bmp -blJ +mQD blJ blJ brW @@ -51483,7 +50478,7 @@ tRC tRC vrH tOA -tRC +vgb myk pbF efR @@ -51495,78 +50490,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 +50518,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,15 +50543,41 @@ 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 aqt -foN -cuP -cuP -fxM +iPd +cuX +cuX +bYN foN foN foN @@ -51614,11 +50589,11 @@ cuP cuP ukx cuP -aKm +iLJ nZR jjJ nZR -lUm +iLJ cuP cuP cuP @@ -51628,27 +50603,27 @@ cRw xAp bcX bfu -bfu bkJ +bfu boJ iLJ foN fxM foN foN -aac +ccd bYJ bRZ -bNS -eFG +fBC +cva exx -cuX +cuP frf iNf iLJ bfi bgi -bgN +biE bfh bfd bfc @@ -51664,18 +50639,18 @@ bmp bmp bmE bmp -blJ -blJ -blJ -blJ -wfv -lbh -asd -vjc -tRC -vlG -vlG -vlG +lWu +bpA +bpA +bpA +tMR +rjG +xyN +ohV +xKr +uWP +uWP +uWP mBb vlG alu @@ -51690,77 +50665,37 @@ gfd pJz erq pZe -sgG +hYc +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 +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 +50724,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 @@ -51823,17 +50778,17 @@ aYm bal foN foN -foN fxM foN foN foN +foN ukx cuP cuP -cva +doH bNR -bSa +bJJ bNR bJJ bNR @@ -51843,7 +50798,7 @@ foN iLJ iLJ iLJ -tUO +gZP bhk bfd bfc @@ -51868,10 +50823,10 @@ lbh asd vjc tRC -hOD tRC tRC tRC +tjL tRC uCI vxd @@ -51885,77 +50840,37 @@ ryf ulL xLH gFH -sgG +hYc 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 +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 +50902,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,36 +50939,36 @@ cuP cuP cuP cuP -aKm +iLJ nZR jjJ nZR -lUm +iLJ cuP cuP cuP -fzz +ukx aWt aYr bam -bcY -cuX -cuX -cfZ -cuX -cuX -cuX -cfZ -cuX -cuX -eFG -bNS -bSd +ras +cuP +ukx +cuP +cuP +cuP +cuP +ukx +cuP +cuP +cva +fBC +cva fBC cva cna cuP -fzz +uaQ iPd iPd iPd @@ -52069,88 +51004,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 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 +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 +51077,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,36 +51114,36 @@ ayD cuP cuP cuP -iLJ +aGA aNX bZq aNX -iLJ -cuP -cuP +aGA cuP cuP cuP +fzz +cuX aYu ban aYu -cuP -cuP -bJJ -bJJ -bJJ -bJJ -bJJ -bJJ -bJJ -bJJ -bNR -bJJ -bNR -bJJ -bNR -cuP -cuP +cuX +cfZ +sUK +sUK +sUK +sUK +pGO +sUK +sUK +sUK +cKS +sUK +cKS +sUK +cKS +cuX +vgW cuP cuP cuP @@ -52258,102 +51173,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 +51248,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 +51330,8 @@ iLJ tyh tyh aac -koj -koj +aac +aac bln bmp bmp @@ -52457,98 +51352,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 +51419,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 +51462,7 @@ tsX aDY ccc cuP -lqD +cuP aIQ oKo aLF @@ -52597,8 +51472,8 @@ aPy oKo aRV ras -ras -lqD +bbI +cuP cuP ukx lqD @@ -52654,96 +51529,54 @@ 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 @@ -52756,45 +51589,67 @@ aac aac aac aac -bDQ -bNq -djW -djW -djW -djW -ayr -ayr -aCu -aAb -ayw +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +bDQ +bNq +aac +aac +aac +aac +ayr +ayr +aCu +aAb +ayw ayw 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 +51659,7 @@ blb blb blb vlm -mGA +hmh riS mKv itw @@ -52844,101 +51699,81 @@ 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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +dWm +dWm +dWm aac aac aac @@ -52956,7 +51791,7 @@ hJT ayv ayw aHh -djW +aac aCu aAb ayw @@ -52967,16 +51802,16 @@ awJ aAR awJ awJ -djW +aac jEO -dgB -dgB +tGR +cuP aAf mHo mHo aDZ -dgB -dgB +cuP +cuP oKo aIS aKn @@ -52989,8 +51824,8 @@ aRW aTp aUK blb -aYx -baq +aYB +bar blb bfw bhV @@ -52998,9 +51833,9 @@ bkO boL brB blb -bxL -bAR -rUn +bJV +exi +mrv bJV vmI oOB @@ -53033,108 +51868,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 +51975,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 +51994,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 +52048,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 +52150,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 +52179,7 @@ bar bda bfy bfy -bda +agf boN bsk vlm @@ -53412,7 +52207,7 @@ nZR eqS foN gEo -blo +bmA bpw bmp blJ @@ -53423,108 +52218,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 +52328,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 +bAT bCq -mCx -mqQ +vXc +skl foN iLJ oHN @@ -53607,7 +52382,7 @@ iLJ iLJ foN gEo -blo +bmA bmA bnx blJ @@ -53619,76 +52394,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 +52469,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 +52503,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 aIV aMW aOc -aPC -aQV +aPB +aQQ oKo aTs aUM @@ -53779,10 +52534,10 @@ boP bsq buV bxP -bCq +bAT bCq bKa -bOE +wim foN foN foN @@ -53796,13 +52551,13 @@ cuP ukx cuP cuP -lqD +aec mEL foN foN foN gEo -blo +bmA bmA bpf blJ @@ -53810,80 +52565,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 +52656,13 @@ txs txs txs txs -rKG +dWm +aac aac aac aac aac aac -djW ayO awJ ayw @@ -53941,20 +52676,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 +52699,7 @@ oKo aTt aUN aUN -aUN +rqr baV aUN aUN @@ -53974,17 +52709,17 @@ boQ vtz vlm bxT -mCx -mCx -bKb -vlm +dZp +vXc +rUn vlm vlm +cdD cjN cjN vlm vlm -jhl +itw foN oRm qNS @@ -53997,7 +52732,7 @@ vtM pRj pRj gEo -blo +bmA bmB bmp blJ @@ -54005,80 +52740,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 +52831,13 @@ gOL txs txs txs -rKG +dWm +aac aac aac aac aac aac -djW ayX awJ ayw @@ -54147,33 +52862,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 +kHg bUv -bTF -bTF -vlm +evI +mCx +aNa vlm -bSN cdC cjO cnc @@ -54189,10 +52904,10 @@ cva ybN jWi bdU -ulv +psv ybN aGf -aGL +bmB bmD bmp bnW @@ -54206,74 +52921,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 +53006,13 @@ txs txs txs txs -rKG -rKG -rKG -bDQ -bNq -djW -djW +dWm +dWm +dWm +dWm +heO +aac +aac azh aHh ayw @@ -54335,46 +53030,46 @@ aAR aHh avN 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 -bxV +bsv +bsv bBB -bGq +evI +dzG +mzC vlm -che -vlm -cdD +bSN cjP cnd cvd fMk -jjJ +vlm aGc foN cva @@ -54387,7 +53082,7 @@ kuB uJY ybN blp -aGP +blJ bmE bnA bnX @@ -54398,77 +53093,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 +53169,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 +53209,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 +nOE bsw -bsw -bxX -bBT +qzv +rZD +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 +53274,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 +53333,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 +53383,12 @@ axe wsj qJi dgB -dgB -dgB +gNQ +gYn aEY aGp aHt -aJc +aIV aIV dgB aMW @@ -54741,43 +53396,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 -cjR +qRF +bsv +bsv +bsv +bsv +wwO +bxV cne -cve neL -cve +aDe +neL mnq foN -foN +alQ uBz -xGb iPd -lzT +iPd +iPd aqn vvR axu ybN bkU -aGP +blJ bmG bnC boa @@ -54792,73 +53447,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 +53513,9 @@ cdo aOD acQ aam -cjq +nMO baH -bld +bwR bmt yah csk @@ -54889,7 +53524,7 @@ cjq yah aby cjq -bmt +cjq cjq cjq adi @@ -54899,8 +53534,8 @@ gOL gOL gOL txs -ccj -hJT +txs +kUC awA awJ ayw @@ -54923,54 +53558,54 @@ aHv oWQ aAj orc -bXq -dgB +fLc +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 byv -bBV -bBV -bBV -bBV -bBV -bBV -cjS +ggf +bsw +bsw +bsw +bsw +bsw +bxX bBT bTF cdG bTF mnq foN -qMF -uJn +cuP +ukx xGi foN iKW +hfP pRj -pRj -adS -adS +vPi +vPi bkX blr bmH @@ -54985,75 +53620,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 +53684,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 -cdA -akR -djW -djW +dWm +dWm +dWm +dWm +dWm +dWm +dWm +dWm +aac +aac awJ ayw ayw @@ -55115,10 +53730,10 @@ aAR aAR aHv axf -ayF +dgB aAk aBO -bXq +fLc ajW aUV aGr @@ -55130,16 +53745,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 +53797,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 +53859,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 @@ -55311,30 +53906,30 @@ brT aHv axg ayH -aMQ -bXq +aUV bXq -dgB +fLc +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 +53978,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 +54033,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 +54084,13 @@ ayI aAm aBQ aCV -bXq +jyw aUV vBs dCb oKo -oKo aLQ +dgB aMX aOd hHO @@ -55524,7 +54099,7 @@ aSc aTA aUT anc -aWL +qVb bbc aWL aWL @@ -55540,13 +54115,13 @@ ryK ryK ryK bTF -bye +nof cng cvg fXV jkc ghV -oOB +aLk qQq uRy xKD @@ -55577,68 +54152,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 +54207,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 +54259,14 @@ tuV aAn aBR aCW -aIV +dBO aFb oKo oKo oKo oKo oKo -aNa +aFf aOg aPD aRb @@ -55719,14 +54274,14 @@ aSd aTB oKo aoP -aYG +mlS bbd bfy bfI -mZd +aac bli bpe -mZd +aac bvb byZ vlm @@ -55736,12 +54291,12 @@ bOz vlm cdT cjU -cnh -bTD +mcv +che vlm vlm vlm -oOX +foN qQN uTQ xOs @@ -55771,69 +54326,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 +54381,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 +54410,9 @@ dEa dEa dEa dEa -dEa -akR -djW -djW +dWm +aac +aac ayX ayw ufG @@ -55898,8 +54433,8 @@ oKo ayK aAo aBS -dgB -aIV +gNQ +dBO aUV aGr dCb @@ -55914,14 +54449,14 @@ aPH aPH aUU bfy -aYG +mlS bbd bfy bfJ -mZd -mZd -mZd -mZd +aac +aac +aac +aac bvc bza bCf @@ -55933,9 +54468,9 @@ buY cjV cni cvl -bTF -bTF -mqQ +evI +evI +skl oqJ xJD ukx @@ -55965,70 +54500,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 +54568,26 @@ aJn onq onq cdo -rKG -rKG -rKG -rKG -ced -ced -akR +bwR +bwR +cjq dWm -uZh +aac +aac +dWm +glG +cjq +cjq cdA adB dEa dEa -kPL cch +afM bJb -agf -akR -djW -djW +dWm +aac +aac axk azS ayw @@ -56085,16 +54600,16 @@ ayw ayw ayw kyT -bXq -dgB -dgB -bXq +jyw +gYn +gYn +jyw axi ayL aAp ajW -dgB -aIV +gNQ +dBO aUV uWG dCb @@ -56109,8 +54624,8 @@ aJb aTC aUU biH -blN -bsK +mlS +bbd bdi cik cik @@ -56125,15 +54640,15 @@ bKL bOA vlm bTF -bye +nof cng bkY -buY -buY +fZD +fZD bkY hQq qYm -urM +vgW cuP cuP vId @@ -56159,71 +54674,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 +54744,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 +54775,16 @@ ayw ayw awJ kyT -bXq -dgB -dgB -bXq +jyw +gYn +gYn +jyw ufH -aIV -aMZ -dgB -dgB -aIV +dBO +ygB +qVb +kMW +dBO aUV vBs dCb @@ -56304,8 +54799,8 @@ aSe aMZ aUU biH -blN -bsK +mlS +bbd bdi bfV biD @@ -56319,16 +54814,16 @@ cjN cjN vlm bTD -cdT +kaP cjU cnh vlm mKv mKv vlm -oWD +aIl +cuP cuP -ukx xWN foN gha @@ -56353,72 +54848,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 +54908,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 +54935,10 @@ cci xKC cci cci -akR -bDQ -djW -djW +dWm +dWm +aac +aac axk azS ayw @@ -56473,18 +54948,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 +54974,14 @@ oKo aTD oKo aWO -blN -bsK +lOB +bbf bdi bfM biH blN biH -biH +kOa bve cik bCm @@ -56523,7 +54998,7 @@ jkf ghV pbC ras -uhF +vZZ xXi rwD xqv @@ -56547,80 +55022,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 +55083,7 @@ cdo aJn cdo cdo -kyf +baH cdo aJn cdo @@ -56641,11 +55096,11 @@ aam aLu aar aar -ced -ced -ced -akR -cdA +aac +aac +aac +dWm +cci cci upO xyC @@ -56676,27 +55131,27 @@ auA avS axj aIV -aAr -aBT -aBT -aBT +aMW +aRb +gOe +gOe aFc -aGt -aJb -aJe -aJb -aJb -aJb -aOi -aJb -aJb -aSf -aFg +aKr aUV -aWP -aYH -bbf +aUV +aUV +aUV +bop +aUV +aUV +aUV +aUV +aMX +bop biH +aYH +bbd +azd bfN biI blO @@ -56710,15 +55165,15 @@ bGO vlm bTE bTF -bye +nof cng cyH gbS -jkp +hcF mrT -foN -rbi -vgW +fxM +cuP +cuP xYw sOB xqv @@ -56742,93 +55197,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 +55271,12 @@ aar cdo aar aar -ced -ced -ced -akR -cdA -acJ +aac +aac +aac +dWm +cci +cci mce adD aed @@ -56860,7 +55295,7 @@ aHh aHh goG awJ -ayw +aFv oKo oKo oKo @@ -56882,21 +55317,21 @@ dgB dgB dgB dgB -aOj dgB dgB +qcO dgB -aTE -ouB -bbs -aYI -bbg +aMZ +dgB +biH +mlS +bbd biH bfV biK blQ biH -bsC +bll lbW cik bCo @@ -56906,13 +55341,13 @@ rpA bTF bTF cjU -cnh -vlm +bBT +bTD vlm vlm msG +dDU oRm -rdo vjZ ydV foN @@ -56937,81 +55372,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 +55438,7 @@ aHz pIa acU cdo -cjq +nMO gOo abv aJn @@ -57031,12 +55446,12 @@ cdo aar aar aar -ced -ced +aac +aac ahS dWm cdA -bzN +bij mce bCL dUP @@ -57050,7 +55465,7 @@ dWm dWm azT axk -djW +aac aHh aHh awJ @@ -57068,24 +55483,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 +sCO +qVb +qVb +qVb +qVb +qVb +bWE +qVb +qVb +oKd +qVb +oKd +qVb +qVb +lOB +bbf bdk cik blV @@ -57093,7 +55508,7 @@ blV blV blV blV -aPm +cik vlm vlm vlm @@ -57106,8 +55521,8 @@ cFj ggH jmH vmI -foN fxM +foN vlm mKv mKv @@ -57132,82 +55547,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 +55613,7 @@ aax cZZ cdo cdo -cjq +nMO abr aam aam @@ -57226,8 +55621,8 @@ ahn aar aar xFT -ced -ced +aac +aac hmw aiD acr @@ -57245,7 +55640,7 @@ eXK axk axk axk -djW +aac aHh awJ ayw @@ -57263,46 +55658,46 @@ aIV bXq aAt aBW -dgB -dgB -aFf +gYn +gYn +urL aGw -biH +gYn aJf aKC -aLS -aJf -aOk -aLS +kAY +qIV +aKC +kAY aJf aKC -blN -blN -blN -bsK -blN -blN -bfO -bll -bll +mlS +mlS +mlS +mlS +bbd +lou +wim +bCp +bCp bpE bsD -bll -bzc bCp -bHo bCp -bOE +cvA +hux +bCp +wim bUp -buY -cjV +evI +cjU bBT bTF bOE mCx -mwq -iPd -reS +vmI +fxM +foN vmI qzf pEo @@ -57327,82 +55722,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 +55797,7 @@ cdo cdo aar aar -cjq +nMO hHm acd acs @@ -57458,45 +55833,45 @@ aLO avU aAu aBX -ouB -ouB -aFg +qVb +qVb +scM aGx aHD aJl aJl aJl aJl -aOl -aPJ -aPJ -aPJ -aPJ -aPJ +aJl +aJl +aJl +aJl +aJl +aJl aWQ -aYK -bll -blN -bfP -blX +dBO +baR +mJq +bkY +utk blR -blX -blX -blX -blX -bCq +bfD +bfD +bfD +bfD +bfD bHp -bCq -bOE -bUv -bTF -cjU +bfD +bkY +fZD +fZD +cjV bBT bTF bOE -jrU -mwt -mGA +mCx +vlm +ptr riS vlm jUo @@ -57522,82 +55897,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 +55963,7 @@ aam aam aam cdo -cjq +nMO aam aam cdo @@ -57647,15 +56002,15 @@ bWl bWl asv oKo -auD +aAt avV axp bXq bXq ufI -orc -dgB -aMX +cEa +gYn +hvz aGy cik aVn @@ -57669,30 +56024,30 @@ aKD aTG wuE aWR -aYL -bbk -frL -bfQ -bbk -blS -blS -blS -blS -bzd -bCt -bHq -bCt -bkY -bUI -bTF +dBO +iqy +lou +wim +crG +bCp +agm +bCp +bCp +bCp +bCp +bCp +bCp +wim +evI +evI cjU bBT bTF bOE ryK mxa -ryK -ryK +plC +qAd vmI vyl fBY @@ -57703,7 +56058,7 @@ ryA ucD ryA aac -lLw +teI bnJ bnJ bnJ @@ -57717,73 +56072,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 +56138,7 @@ aan aam acU baH -cjq +nMO aam aam cfH @@ -57842,14 +56177,14 @@ bWm aru asw oKo -bXq +aAt avW axq bXq aAv aKr -dgB -dgB +gYn +aHD aFi aGz cik @@ -57864,8 +56199,8 @@ aOu blN taa aWR -bll -oSV +dBO +gNQ bdp cik biT @@ -57885,9 +56220,9 @@ bBT cKc bOE ryK -mxu +nST pkG -rkq +qAd vlm mow jam @@ -57895,11 +56230,11 @@ svg cUu vlm gAD -efT +ras iJp aac -nhv -nhv +tUN +tUN aac aac aac @@ -57912,73 +56247,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 +56313,7 @@ aas cdo cfH cdo -cjq +nMO aan aam ahn @@ -58008,8 +56323,8 @@ aar cdo aar cdo -ced -akR +aac +aac cdA acL bBg @@ -58030,23 +56345,23 @@ ayw ayw ayw aAR -djW +aac oKo oKo oKo oKo -asx oKo -bXq +oKo +aAt avX axr ayN aAw aBY aEb -aEb -aMX -aGA +axt +hvz +aGx cik bll bll @@ -58059,8 +56374,8 @@ bll blN aUZ aWR -bll -oSV +dBO +gNQ bdq cik biU @@ -58078,11 +56393,11 @@ ceG cjU cnf bTF -ghM +bOE ryK ryK plC -ryK +qAd vnC tZV fBY @@ -58091,11 +56406,16 @@ voe vlm ltZ wgI -bME -aXG -bME -bME -aXG +vlm +eSx +vlm +vlm +eSx +aac +aac +aac +aac +aac aac aac aac @@ -58107,73 +56427,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 -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 "} (121,1,1) = {" aab @@ -58185,7 +56480,7 @@ aac aac aac aac -rKG +cpV aaG aam aam @@ -58193,7 +56488,7 @@ abs aam aam baH -cjq +nMO bgn aar aJn @@ -58203,10 +56498,10 @@ cdo aar cdo aar -ced -akR +aac +aac cdA -acJ +cci bBg dUP wol @@ -58217,17 +56512,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 +56535,8 @@ oCc fyU scp oKo -aMX -dgB +hvz +gYn bfM biH jxc @@ -58254,7 +56549,7 @@ bll aTH aVa aWR -bll +dBO bbl bvl cik @@ -58272,12 +56567,12 @@ cvf ceG cjU bBT -cLE -ghV -jyE +bTF +bTF mGA -ptr mGA +ptr +hmh vnC tZV vyl @@ -58290,85 +56585,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 +aac +aac +aac +aac +aac +aac +aac +aac +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 +aab "} (122,1,1) = {" aab @@ -58380,10 +56655,10 @@ aac aac aac aac -rKG cpV -cjq -cjq +cpV +nMO +nMO cpV abN aam @@ -58398,10 +56673,10 @@ aJn aar aar aar -ced -akR +aac +aac cdA -acM +bdm mce meu wol @@ -58420,23 +56695,23 @@ ayw ayw ayw aHh -djW -djW -djW +aac +aac +aac ijo bZD asz ccn -cdZ +ceI avY -axt -bXq -bXq -bXq -bXq -aEc -aMX -aUV +aHv +oKo +oKo +oKo +oKo +aHv +hvz +vMM cik aJm aKG @@ -58449,8 +56724,8 @@ aYO aTI aUY aWR -aYO -aYK +rXk +baN bds bfS biV @@ -58465,14 +56740,14 @@ mxu bOG bOG ceY -cjX -cng +cjV +bBT oWt -giq bTF bTF -bUv bTF +bUv +evI vlm xAF voe @@ -58490,80 +56765,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 -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -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 +aab "} (123,1,1) = {" aab @@ -58575,26 +56830,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 +56861,8 @@ tUW bJg cci cdA -cdA -cdA +aOv +ajN cdA aAb ayw @@ -58616,22 +56871,22 @@ ayw ayw awJ aHh -djW -djW +aac +aac ijo arw asA gAm -cdZ -avZ -aHv -aGx -oKo -oKo -oKo -oKo ceI -cdZ +avZ +aEc +bXq +aCa +dLT +bXq +aEc +fbd +hJg cik aJo aOu @@ -58644,8 +56899,8 @@ bll bsK aVc aWR -bll -oSV +dBO +gNQ bdt cik biW @@ -58653,7 +56908,7 @@ blV cik cik cik -bzh +bLb eSx bHA bKR @@ -58661,7 +56916,7 @@ bKR cvf ceG ckx -cnj +bBU cOR bGs bGs @@ -58673,7 +56928,7 @@ kbS vCN vCN mfv -cyH +kzE mqs maP mqs @@ -58683,82 +56938,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 -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -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 +aab "} (124,1,1) = {" aab @@ -58770,14 +57005,14 @@ aac aac aac aac -rKG cpV -cjq +cpV +nMO aZn -cjq -cjq -cjq -cjq +sTZ +nMO +nMO +nMO aar aam bgn @@ -58785,11 +57020,11 @@ cdo aam cdo aag -ced -ced -ced -ced -akR +aac +aac +aac +aac +aac cdA bdm mce @@ -58799,12 +57034,12 @@ bFl bhA bHT bJg -cci +bKp cdA awU ajN aiL -awJ +aOK ayw ayw ayw @@ -58817,15 +57052,15 @@ cea arx asB atJ -cdZ +ceI awa aHv -aGx -oKo -aBZ -aDe +aQV +bXq +bXq +bXq oKo -ceI +fbd aGC cik tCI @@ -58839,16 +57074,16 @@ bll aTK aVa aWR -bll -bbm +dBO +baR frL bfU biX frL bpH +csW +blN bsG -cik -bzh eSx bHB bKS @@ -58863,12 +57098,12 @@ jAE bBV pOW jAE -voe -vyl -vyl -vyl -tZV -vlm +pfS +cSx +baq +cSx +xrW +ycy hvj bGd xlP @@ -58878,82 +57113,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 -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -bNW -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 +aab "} (125,1,1) = {" aab @@ -58965,13 +57180,13 @@ aac aac aac aac -rKG +cpV aXZ aQB aKw aam aQB -cjq +nMO aas aam aam @@ -58981,12 +57196,12 @@ wgB cdo aam cdo -ced -ced -ced -akR +aac +aac +dWm +dWm cdA -cci +acJ mce adE dUP @@ -58994,34 +57209,34 @@ 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 -ceI -cdZ -cdZ +cdY +fVX +twi awc aHv bXq -oKo -aCa +afU +uqY bXq aUS aFl -cfA +qVb bfU blS bbk @@ -59034,16 +57249,16 @@ bll bsK aUY aWR -bll -oSV +dBO +gNQ aLS bfV blN blX +blX bpI bsH -cik -bzh +bLb vlm eSx eSx @@ -59053,9 +57268,9 @@ vlm bCz bCz cRB +tVu bCz -bCz -bzl +vXc pro vlm vlm @@ -59073,7 +57288,7 @@ vlm vlm vlm vlm -mGA +hmh riS vlm vlm @@ -59129,26 +57344,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 +57355,15 @@ aac aac aac aac -rKG +cpV cpV aQB aap abv -cjq -cjq +nMO +nMO adK -cjq +nMO aam cdo seb @@ -59177,10 +57372,10 @@ aam cdo aam aam -ced +aac hHm dWm -cdA +cjq bzM mce adF @@ -59190,7 +57385,7 @@ eIR afj bJg cci -bOV +cci cci cci bOV @@ -59199,10 +57394,10 @@ ayw ayw aAR awJ -aEQ +aCQ aHh -gLF -gLF +ijo +ijo ijo ijo jEB @@ -59215,9 +57410,9 @@ oKo oKo ayS oKo -ceI -cfx -aPm +fbd +gYn +cik aJr oSV bll @@ -59229,20 +57424,20 @@ bll bsK aVd aWR -bll -oSV +dBO +gNQ bdu bfV biZ blX +blX bpI bsI -cik -bzh -bzh -bzh -bzh -bvK +bGq +wmX +aeq +clK +vOs bWk ceZ ckA @@ -59250,8 +57445,8 @@ cnw cfg bCz jEW -bWZ -ckG +hmh +ptr vlm vsd aBp @@ -59259,17 +57454,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,28 +57519,183 @@ 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) = {" +(127,1,1) = {" +aab +aac +aac +aac +aac +aac +aac +aac +aac +cpV +aXZ +aKw +nMO +cpV +pIa +pIa +cpV +cpV +ezK +aam +cdo +ahn +cdo +aac +aam +aar +nMO +hmw +bwR +cjq +cci +upO +ucl +ucl +upO +ucl +ucl +upO +cci +cdA +cci +cci +cci +ayw +ayw +ayw +aAR +aCR +ijo +ijo +ijo +aAF +atJ +ary +atJ +ddK +auH +ijo +cdZ +cdZ +aAz +ccn +cdZ +ijo +aFl +aGw +cik +aJs +aKK +bll +bfV +aOq +aPQ +aRg +bll +aTL +aVa +aWR +dBO +bbl +bdv +cik +bja +blX +bpJ +bpI +bvk +bLb +bHE +bHE +clK +vOs +bWk +cfg +ckB +cfg +cfg +bCz +loP +vXc +dZp +vlm +vsZ +ryK +ryK +nST +qON +voe +mCx +vyl +ggJ +vlm +mCx +rMP +vlm +gbU +hGd +ljn +ljn +vms +fkK +vlm +aad +aad +aad +aad +iwH +iwH +mrz +mrz +iwH +iwH +iwH +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 +aad +aad +aad +aad +aad +aad +aab +"} +(128,1,1) = {" aab aac aac @@ -59355,205 +57705,10 @@ aac aac aac aac -rKG -aXZ -aKw -cjq -cpV -pIa -pIa cpV cpV -ezK -aam -cdo -ahn -cdo -ced -aam -aar -cjq -hmw -bwR -uZh -cci -upO -ucl -ucl -upO -ucl -ucl -upO -cci -cci -cci -cci -cci -ayw -ayw -ayw -aAR -aCR -ijo -ijo -ijo -aAF -atJ -ary -bXv -gAm -auH -ijo -cdZ -cdZ -aAz -ccn -cdZ -ijo -aFl -cfy -cik -aJs -aKK -bll -bfV -aOq -aPQ -aRg -bll -aTL -aVa -aWR -aYP -bbo -bdv -cik -bja -blX -bpJ -blN -bvk -aPm -cik -cgT -cik -aPm -bWk -cfg -ckB -cfg -cfg -bCz -loP -bzl -ckH -vlm -vsZ -ryK -ryK -nST -qON -voe -rUn -nEU -xmR -vlm -mCx -rMP -vlm -gbU -hGd -vtz -vtz -vms -fkK -vlm -aad -aad -aad -aad -iwH -iwH -mrz -mrz -iwH -iwH -iwH -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 -aad -aad -aad -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 -aac -aac -aac -aac -aac -aac -aac -aac -rKG -rKG aZn -glG +ebu cpV aag pIa @@ -59570,7 +57725,7 @@ wgB csG abM bwR -uZh +cjq bzN adj cci @@ -59582,9 +57737,9 @@ cci bKp cdA awY -axv +ajN cdA -aAx +ayw ayw aAR awJ @@ -59595,8 +57750,8 @@ bVn gAm atJ atJ -bXv -gAm +atJ +ddK bWM ijo isj @@ -59605,8 +57760,8 @@ gAm gAm cdc cdW -ceI -cfv +fbd +aGx cge bsG oSV @@ -59619,47 +57774,47 @@ bll bsK aVe aWR -oSV -bbp +gYn +bbl bdv -bfW +aac bjb blY -bpI blX +bpI 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 xlg xlg -gfC +vtz voe mCx vyl -ggJ +nIS vlm mCx pSc vlm oiF hGd -vtz -vtz +ljn +ljn xnP vlm vlm @@ -59714,26 +57869,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 +57911,10 @@ cdA cdA cdA cdA -cdA -cdA +aOv +ajN aiL -aHh +bas ayw aAR awJ @@ -59790,8 +57925,8 @@ aoC gAm atJ atJ -bXv -gAm +atJ +ddK bWM ijo ceI @@ -59800,8 +57935,8 @@ gAm gAm cdd cdX -ceI -cfv +fbd +aGx cgg iQt oSV @@ -59814,26 +57949,26 @@ bll bsK aVf aWS -oSV -bll -bfW -bfW +gYn +iqy +aac +aac cik cgS -bpK -bsJ +blX +bpI biZ -aPm +bLb bCx bHE bLa -aPm +vOs bCz cft ckE bCz -odJ -odJ +aac +aac jLY bzm pvY @@ -59842,19 +57977,19 @@ vtz aBp aBp aBp -gfC +vtz voe diD vyl -nIS +mCx voe mCx nsB vlm gbU hGd -vtz -vtz +ljn +ljn wAj vlm mWF @@ -59909,26 +58044,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 +58073,10 @@ aHz aam aam aar +dWm +dWm +aac aac -akR -akR -akR cdA adG dEa @@ -59985,8 +58100,8 @@ aoD gAm gAm arz +aCe bXw -gAm auI ijo ceI @@ -59995,49 +58110,49 @@ cdZ cdZ cdc cdW -ceI -cfv +fbd +aGx cgg aJu oSV bll cik -aOt +aWW aPR biH bll bsK aVg bWH -oSV -bll +gYn +iqy bdE bfX cik bsI bpL -bsK +cIz bvl -aPm +bLb bCy bHF -bLb -aPm +bsG +vOs bWw cfJ bsW cnK cSr csQ -jWk -bWZ -ckG +csQ +hmh +ptr rpA vtz ryK ryK uFT -gfC +vtz vlm uLd dwO @@ -60048,8 +58163,8 @@ nsB vlm gbU hGd -vtz -vtz +ljn +ljn eFO vlm bjr @@ -60104,26 +58219,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 +58244,14 @@ rXZ cdo aam adC -ced +aac cdo aam cdo aac aac aac -akR +aac cdA uWO dEa @@ -60165,9 +58260,9 @@ dEa ccg dEa dEa +buW cdA -dWm -djW +aac ufG aAR ayw @@ -60180,8 +58275,8 @@ bVo aAF aqy arA -bXv -gAm +atJ +ddK auJ ijo cac @@ -60191,7 +58286,7 @@ cco cco ijo ceK -cfv +aGx cgg aJv aKL @@ -60203,9 +58298,9 @@ bbs blS aTM aVj -aWU -aYR -bll +aWR +dBO +iqy bfV xaR cik @@ -60213,11 +58308,11 @@ cik cik ckE cft -bzh -bzh -bzh -bzh -bvK +bLb +bLb +bLb +bLb +vOs bWx cgc ckF @@ -60225,14 +58320,14 @@ bvB cUi csQ csQ -bzl -ckH -ueU +vXc +dZp +aac vvB xlg -xlg wsi -gfC +xlg +vtz eSx eSx eSx @@ -60243,15 +58338,15 @@ eSx eSx wdI npW -vtz -vtz +ljn +ljn vBV vlm bjr tiU -rEr -wZZ -htD +dpB +bPF +bPF aad aad iwH @@ -60299,26 +58394,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 +58435,8 @@ dEa dEa afO ccg +buW cdA -dWm ayb ufG ayw @@ -60369,49 +58444,49 @@ ayw awJ aAR bTk -ijo +lOI ijo aoE ijo ijo +aGs ijo -jEB -bYk +umG 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 +iqy bfV bll bjc bjc cik bsO +bCw bCz -bzh -bzh -bzh -bzh +udp +bjg +bHH bCz bCz cgd @@ -60420,40 +58495,40 @@ bWZ cUT gpO csQ -bWZ -ckG -ueU -ueU +hmh +ptr +aac +aac eSx flK eSx -mwt -hVm +vlm +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 +58569,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 +58603,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 +58619,50 @@ ayw aAR aAR bTl -wto -cdZ -cdZ -isj -cdZ -cdZ -ceI -cdZ -cdZ -awd +mWA +hJg +hJg +wjF +oJk +mtm +oJk +asE +auK +oJk cad ayW -cdY +oJk asE -cdY -cdY +oJk +oJk ceL -cfx +gYn cik cgT cik aMd cik -aOt -aPW -biH -bll -blN -aVf -aWS +aPm +qBv bll bll +qVc +gAx +pug +aWH +aYR cik bll bje bmc cik -ckE +cfg +ckC cft -bzh -bCz -bCz -bCz +udp +csQ bPe +bCz bWB bvz ckH @@ -60615,15 +58670,15 @@ bvz cWs bzl bzl -bzl -ckH +vXc +dZp rzx bvw -bvw +hHZ +gbr +bvz bvz -gjk -nPJ -hVm +vOs qns hIt keg @@ -60632,7 +58687,7 @@ dXQ dXQ dXQ kqt -ace +bjr bjr bjr ace @@ -60640,10 +58695,10 @@ bjr bjr tiU rEr -wZZ -bmv -wZZ -kKI +hJv +dlL +bPF +iwH lxp nDj hwI @@ -60689,26 +58744,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 +58778,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 +58794,50 @@ ayw awJ aAR bTl -wto -cdZ -cdZ -cah -cdY -cdY -asE +mWA +hJg +hJg +hJg +hJg +hJg +hJg atL -auK -awe -ceI -wto -cdZ -cdZ -cdZ -cdZ -ceI -cfx +fbd +hJg +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,19 +58845,19 @@ bvz csQ bzl bzl -bzl +vXc pwz -bCH -bvB -eLC -bvB -bvB +csQ +bvz +bvz +bsW +bvz gaq -hVm +vOs mYX iEU -iEU -dXQ +sAv +yde xHw isY oyy @@ -60836,7 +58871,7 @@ bjr tiU rEr bmv -xFc +iji iwH iwH dcc @@ -60884,26 +58919,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 +58952,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 +58969,7 @@ ufG awJ awJ bTk -ijo +lOI cfx cfx tJJ @@ -60965,23 +58980,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 +59006,13 @@ cik cik bmf cik -bsW bvz +bsW bzl bzl bzl bzl -bzl +bSy bzp bzl cla @@ -61005,17 +59020,17 @@ bzl cYx bzl kdK -bzl -bzl +vXc +dZp rzG bHP -ckH bzl +ckH lhR bPr -hVm +vOs +iEU iEU -sAv bpY qlq xCN @@ -61079,26 +59094,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 +59135,7 @@ aac aac aac aac -djW +aac bNM ayr tuu @@ -61165,63 +59160,63 @@ 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 +kOu bpx -bsY -bvB +wQU +fil bzm -bCH -bCH +wQU +wQU bLk -btC +kOu bLk -btC +kOu cle -btC +kOu ddI gqF kes mKA pAM rDl -csQ +btC 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 +59269,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 +59310,8 @@ agR agR agR aac -djW -djW +aac +aac ays tuu ufG @@ -61355,56 +59330,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 +crG +hFK bpN -csQ -bvz -bzl -bCK +nOA +jNO +vXc +nOA +sjS +vXc +vXc +vXc +vXc +vXc +vXc +thD +vXc +vXc +vXc +vXc bHN bzl bzl -bzl -bzl -bzl -bzl -bHP -bzl -bzl -bzl -bzl -bHN -bzl -ckH cSP bzl wsm -snV -srk +vOs +aac iEU iEU iEU @@ -61469,26 +59444,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 +59485,8 @@ ahZ ahZ agR aac -djW -djW +aac +aac bNM ayO ufG @@ -61550,18 +59505,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 +59525,17 @@ aTQ aNs aNs aNs -bbs +qVb bdY bgb -bji -lUg +bgg +hFK bpN -csQ -bvz -bzl -bCK -bzl +yaC +jNO +vXc +nOA +vXc orL orL bWZ @@ -61594,17 +59549,17 @@ orL orL bWZ bvz -bsW bvz +bsW bvz gvG -snV -srk -srk -vQo -vQo -vQo -wZZ +vOs +aac +aac +aad +aad +aad +bzd wZZ wZZ eJc @@ -61664,26 +59619,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 +59661,8 @@ ahZ ahZ aac aac -djW -djW +aac +aac bNM aAS aAR @@ -61751,10 +59686,10 @@ gAm aAD cea aFn -cfx -cdZ -bsC -blN +gYn +hJg +unh +mlS aMh aNt aNt @@ -61765,17 +59700,17 @@ aTT aNt aNt aNt -biH +gYn beg +bCp crG -csc -csQ +hFK bpN csQ cgc bzl -bCK -bzl +nOA +vXc orL bPq bzl @@ -61789,12 +59724,12 @@ mLW pDb bzl bzl -ckH bzl +ckH bvz gUj -snV -srk +aac +aac wij wZZ htD @@ -61802,9 +59737,9 @@ wZZ wZZ wZZ wZZ -vQo -vQo -vQo +aad +aad +aad bjr bjr tnM @@ -61859,26 +59794,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 +59836,8 @@ ahZ ahZ ahZ agR -bFG -djW +aac +aac ays aAV aAR @@ -61945,32 +59860,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 +crG +hFK bpO csQ bvz bzl -bCN -bzl +maX +vXc bLo csE baX @@ -61985,7 +59900,7 @@ bez bbT bgO bht -bzl +ckH cfg aFC snV @@ -61997,8 +59912,8 @@ wZZ wZZ wZZ wZZ -vQo -vQo +aad +aad srk wQx bjr @@ -62054,26 +59969,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 +60011,7 @@ agR ahZ ahZ ahZ -bFG +aac ayt ays aAV @@ -62124,15 +60019,15 @@ aAR awJ aAR ayw -aES +ayw awJ aAR ijo aqC -arF +dyA wto cfx -auM +cfx bZD cak aza @@ -62155,17 +60050,17 @@ ckK cjZ cjZ ckK -bbu +gYn bem -bgd -csQ +bga +nOA bCz bCz bCz bvQ bzn -bCK -bzl +nOA +vXc orL csF baY @@ -62180,7 +60075,7 @@ pDz rFn vDr bhu -bzl +ckH bLo bCz oqA @@ -62192,9 +60087,9 @@ bmv bmv wZZ wZZ -vQo -vQo -vQo +aad +aad +aad bjr bjr tnM @@ -62249,26 +60144,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 +60167,8 @@ aaq cdo bls aaK -ced -ced +aac +aac aeK aeU afZ @@ -62323,9 +60198,9 @@ ayw aAR awJ bVV -aqD +arF arG -cea +ijo cfx cfx bZD @@ -62343,30 +60218,30 @@ aKR aMj grP cka +lzT ckI -ckI -ckI +sbU aTW aVx aXa -mtD -mtD -mtD +aac +aac +aac bge -csQ +nOA bjl bpP bCz bwc bzo -bCK -bHP +nOA +thD orL csF baZ cgO clg -cnV +dSm dks guF kgC @@ -62375,7 +60250,7 @@ cnS cnS vEw bhv -bzl +ckH qJC cfg mcY @@ -62394,10 +60269,10 @@ bjr bjr bjr rhJ -vQo +aad wij wZZ -xAS +rpX tiU hwD vPQ @@ -62444,26 +60319,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 +60343,9 @@ aHz aLu pIa pIa -ced -ced -ced +aac +aac +aac agb tqK aac @@ -62503,7 +60358,7 @@ aac aac aac aac -bFG +aac ato auZ ali @@ -62518,10 +60373,10 @@ ayw ayw awJ ijo +arG +arG ijo -ijo -ijo -bYS +spQ bYS bZD axC @@ -62531,7 +60386,7 @@ bZD cbv bZD aFq -cfA +qVb aHK aJA aKS @@ -62539,23 +60394,23 @@ aMk cjj ckb ckK -ckK -ckK +nJh +aMn cnm coh aXc aYW bbv -mtD -crG -csQ +aac +bCp +nOA bLo bqe -bvK -bzx -bzl -bCK +bCz +bvz bzl +nOA +vXc orL csF fch @@ -62570,7 +60425,7 @@ pDQ rLn vGx bhw -bzl +ckH aOp dGv shr @@ -62589,7 +60444,7 @@ cxS uVv qGK aHi -vQo +aad wZZ pri rpX @@ -62639,26 +60494,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 +60519,8 @@ cdo aHz pIa aac -ced -ced +aac +aac agb agR aac @@ -62697,59 +60532,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 -crG -csQ +aac +bCp +nOA bLo bLo bmo bvz bzl -bCK +nOA bHQ orL csF @@ -62765,7 +60600,7 @@ pFi rLZ vGx bhB -bzl +ckH iRY cfg rgz @@ -62780,11 +60615,11 @@ bmv tkq vwV vwV -vQo -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad wZZ wZZ rpX @@ -62800,7 +60635,7 @@ dii oZD lKv tlJ -idW +sHP vTN llC sHP @@ -62834,26 +60669,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 +60706,8 @@ aac aac aac aac -bFG -bFG +aac +aac afZ agR ahZ @@ -62900,22 +60715,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 @@ -62937,14 +60752,14 @@ aXe aZh bbx ckK -crG -csQ +bCp +nOA bjl bpX bCz bvz bzp -bCK +nOA bHW orL csF @@ -62960,7 +60775,7 @@ coD coD vJx bhv -bzl +ckH cfg ana cuj @@ -62975,9 +60790,9 @@ bmv bmv bmv pri -vQo -vQo -vQo +aad +aad +aad wZZ wZZ wij @@ -62994,7 +60809,7 @@ sHP sHP iqe psQ -sHP +idW sHP dJV dJV @@ -63028,26 +60843,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 +60881,7 @@ aac aac aac aac -bFG +aac aiZ agc ahZ @@ -63102,8 +60897,8 @@ ayw ayw ayw aoI -apD asL +bwf bWN asJ atP @@ -63117,29 +60912,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 +nOA bCz bCz bCz -bwd -bzp -bCK +bCz +nVs +nOA bHW orL csF @@ -63155,7 +60950,7 @@ pGt rMv vOf mHA -bzl +ckH tKC oBv srk @@ -63179,16 +60974,16 @@ oPN oPN bjr tnM -uXg -uXg +aad +aad vPQ vPQ vPQ vPQ -uXg +aad sHP fwc -hel +kaY kDb dnR lJG @@ -63223,26 +61018,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 +61040,8 @@ pIa pIa aam pIa -ced -ced +aac +aac aac aac aac @@ -63280,8 +61055,8 @@ aac aac aac aac -bFG -bFG +aac +aac ahY agR ahZ @@ -63297,19 +61072,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 +61095,22 @@ cdh ckf aQd clI -mtD -cnp +aac cnp +fRX cpe aZq bbz ckK -bgf -csQ +bCp +nOA bmo +agE oeQ bCz -bwf -bzp -bCK -bzl +adh +nOA +vXc bLo csF bbe @@ -63350,7 +61125,7 @@ beM bgj bef bhE -bzl +ckH cfg ppA snV @@ -63375,7 +61150,7 @@ cxS cxS qQu srk -uXg +aad vPQ vPQ vPQ @@ -63418,26 +61193,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 +61230,7 @@ aUD aUD aac aac -bFG +aac afZ agR ahZ @@ -63492,28 +61247,28 @@ ayw aET ayw bVs -ccp -ccp +aKP +aKP bVs -asL +dBO atQ -auR -ccp -ccp +aKP +aKP +aKP slL -ccp -ccp +aKP +aKP aDk slL aFu dDr -ccp +aKP ccp awm ccp aNw ccp -auR +ccp cdh cmt cnr @@ -63522,14 +61277,14 @@ aXf aZr aVB ckK -crG -csQ +bCp +nOA bCz +oeQ bqb bCz -bwh -bzp -bCK +nYM +nOA bIb orL bzl @@ -63544,11 +61299,11 @@ nai bzl bzl bzl -ckH +bzl cSP bvz nai -snV +aac srk wij wZZ @@ -63568,9 +61323,9 @@ bjr kdm kZL eVc -uXg -uXg -uXg +aad +aad +aad vPQ vPQ wXm @@ -63613,26 +61368,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 +61403,9 @@ agR acu acO aUD -bFG -bFG -bFG +aac +aac +aac ahY ahZ amm @@ -63679,37 +61414,37 @@ aac aac aac aac -anG -anG +ald +ald bMF bMF bMF -anG +ald anJ -aDE +bVX apD asL aDE asM cdh -ckM +ccp awj axF azf -ccp +auR ccq aDl aEh -ckM +cXm aGH cgm aJD -ccp +auR aMo aNx aOy -ckM -clK +ccp +cdh aSp cnr aVz @@ -63717,15 +61452,15 @@ aXg aZt bbB beq -bgg -csQ +bCt +cxx bCz +bST bqd bCz -bwi -bzp -bCK -bzl +awX +nOA +vXc orL orL bWZ @@ -63739,11 +61474,11 @@ orL orL bWZ bvz -bsW bvz +bsW cfg wsm -snV +aac srk wZZ wZZ @@ -63808,26 +61543,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 +61579,8 @@ aay aaI adl adI -bFG -bFG +aac +aac ahZ agR ajc @@ -63874,36 +61589,36 @@ aac aac aac aac -anG +ald ajV akC alk alT -anG +ald djW -aDE -bWN -bWN +bVX +aqE +apC bWN asN ckf -ckM +ccp awk awk awk -ccp +ckM ccr ccr aEi -ckM +cXm aGI cgn aJE -ccp +ckM awk ccr aOA -ckM +ccp cdh aSq cnr @@ -63913,34 +61628,34 @@ cnr bbC ber crF -bjn +cxx bCz bCz bCz -bwj -bzp -bCK +bCz +clx +nOA +exi +vXc +vXc +vXc +vXc +vXc +vXc +vXc +vXc +vXc +vXc +vXc bIp bzl bzl -bzl -bzl -bzl -bzl -bzl -bzl -bzl -bzl -bzl -bIp -bzl ckH -bzl nai bPr snV srk -vQo +aad wZZ rkI bjr @@ -64003,26 +61718,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,36 +61763,36 @@ aac aac aac aac -anG -anG +ald +ald ajX bQU bQU -bQU -anG -anG -anG +acM +ald +ald +ald bPf bPf bPf asO cdh cHm -cgW -cgW -bZB -cbz +xuc +xuc +ccr +gYr cgo bZB bZB aFw aGJ -cgo +lLu cgW cbz -bZB -bZB -bZB +ccr +ccr +ccr aQe cdh ckK @@ -64107,36 +61802,36 @@ aXi aZu bbD ber -crG -csQ -csQ +bCp +nOA +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 +btC tVN bCz bCz snV -vQo -vQo -vQo +aad +aad +aad srk bjr fow @@ -64147,7 +61842,7 @@ wZZ wZZ bmv bmv -uwJ +bmv rpX tnM hGm @@ -64198,26 +61893,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,12 +61938,12 @@ aac aac aac aac -anG +ald bPf ajY bQU -all -bTp +bQU +bQU bPf anK aoJ @@ -64281,19 +61956,19 @@ auU ccr ccr caL -ccp +ckM ccr cfC ccr -ckM -cfC -aEj +cXm +lkI +wUR ccr -ccp +ckM ccr cfC ccr -ckM +ccp cdh ckK ckK @@ -64302,15 +61977,15 @@ cjZ cjZ cjZ bes -crF -btC -btC +bCp +bCY +kOu bpM -btC -btC +kOu +kOu bzq bDo -bIq +uls bIq bIq bYA @@ -64334,10 +62009,10 @@ bCz bCz bCz cRB -bCz -vQo -vQo -vQo +aad +aad +aad +aad mMR wZZ wZZ @@ -64351,7 +62026,7 @@ uXY uXY amG vPQ -kUb +vPQ wXm vPQ vPQ @@ -64367,31 +62042,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,15 +62113,15 @@ aac aac aac aac -anG +ald bPf bkZ bkZ -bkZ -alU -bkZ -bkZ -bkZ +tIw +anL +anL +anL +pkA bkZ aqG bPf @@ -64480,30 +62135,30 @@ aAK ccr kXR aEj -ckM -ccr -ccr -ccr +cXm +tfy +tfy +tfy aKW -ccr -ccr -awk -ckM -cdh -cdh -crd +tfy +tfy +eYz +aKP +gYn +gYn +koH col col col col crd +bCp crG -csc -csQ +hFK sen -csQ +hFK ctp -bzr +bUv ctp ctp bLB @@ -64515,8 +62170,8 @@ cpi dvR kCf kzk -bsW -pGC +sNz +lTe pGC pGC pGC @@ -64529,11 +62184,11 @@ cfg cfg cfg cfg -bCz -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad mMR wZZ wZZ @@ -64563,15 +62218,10 @@ aad aad jLb jLb -ahK -dIh -dIh -mMp -jLb -jLb -jLb -sKX -jLb +rrj +wSu +iJw +iJw jLb aad aad @@ -64593,21 +62243,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 +62269,7 @@ aYp aYp bof aUp -aaW +agR agR agR ahZ @@ -64653,47 +62288,47 @@ aac aac aac aac -anG +ald bPX bQS bQS bQS -bTr -amL -anL -aoK -anL -aqH -arH -asQ +bQS +bQS +bkZ +oVZ +tfy +dBO +bVr +dBO atR -auW +aKP awl axG azg -awm +rfN aCj aDn aEk -ckM +cXm aGK aHN aJF -ccp +auX aMp aNy aOG -ckM +aKP aRo -cdh -crf +gYn +oOS pNL pNL pNL pNL crf -bsW -bvz +jNO +sNz csQ vOs csR @@ -64710,8 +62345,8 @@ cpY dvX kCf kAn -bsW -bvz +sNz +jNO ski vOi lJz @@ -64724,11 +62359,11 @@ iZw afG bWk xRR -bCz -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad mMR wZZ wZZ @@ -64739,9 +62374,9 @@ uVv uVv bjr tnM -uXg -uXg -uXg +aad +aad +aad vPQ vPQ vPQ @@ -64757,33 +62392,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 +62444,7 @@ blD bmQ boe aUp -agR +aaW agR agR ahZ @@ -64848,47 +62463,47 @@ aac aac aac aac -anG +ald ajx bkZ bkZ bkZ -bJz bkZ bkZ -alU bkZ +xLd +pwQ aqI -aiO -asL -cdh -auX -awm -ccp +aSr +aWH +oJH +aKP +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 +jNO +sNz csQ vOs bLi @@ -64905,8 +62520,8 @@ bCz dzo bCz bCz -bsW -bvz +sNz +jNO vOs vOs vOs @@ -64919,11 +62534,11 @@ bCz bCz bCz bCz -bCz -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad wij wZZ wZZ @@ -64934,11 +62549,11 @@ wZZ wij rpX tnM -uXg -uXg -uXg -uXg -uXg +aad +aad +aad +aad +aad vPQ vPQ otl @@ -64952,34 +62567,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 +62638,7 @@ aac aac aac aac -anG +ald bPf ajZ akD @@ -65051,14 +62646,14 @@ alm anG amM bkZ -alU +oVZ apF bPf bPf asR -cdh -cdh -cdh +tFS +aAL +aAL axH azj aAL @@ -65066,24 +62661,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 +cYw +uyp csQ vOs btG @@ -65100,24 +62695,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 +62724,8 @@ wZZ wij rpX tnM -uXg -uXg +aad +aad ygq ygq ygq @@ -65146,22 +62741,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 +62768,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (157,1,1) = {" @@ -65219,7 +62794,7 @@ aYp aYp bof aUp -aaW +agR agR agR ahZ @@ -65238,16 +62813,16 @@ aac aac aac aac -anG +ald ajy bkZ bkZ bkZ -alV bkZ bkZ -alU bkZ +oVZ +tfy aqJ bPf asS @@ -65277,8 +62852,8 @@ cpU cpU cpU cpU -bgp -bjo +hmh +ptr bmb vOs btI @@ -65290,33 +62865,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 +62899,8 @@ jWz jWz rpX tnM -uXg -uXg +aad +aad ygq fBu lKs @@ -65339,26 +62914,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 +62943,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (158,1,1) = {" @@ -65433,7 +62988,7 @@ aac aac aac aac -anG +ald bPY bQS bQS @@ -65441,8 +62996,8 @@ bQS bQS bQS bkZ -alU -bkZ +oVZ +tfy aqK bPf asT @@ -65472,8 +63027,8 @@ piu aZw kCa cpU -crI -aHP +jNO +sNz bmb vOs bvL @@ -65491,26 +63046,26 @@ cwn cwn vOs njA -cUi +wch vOs -vQo +aad wZZ +hJv +dlL +dlL +bPF +mfP wZZ -bmv -bmv -wZZ -htD -wZZ -vQo -vQo -vQo -vQo +aad +aad +aad +aad wZZ wij wZZ wZZ wZZ -vQo +aad jWz okK kcy @@ -65520,8 +63075,8 @@ jWz rpX qks srk -uXg -oWU +aad +ygq mWM vbI ygq @@ -65534,41 +63089,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 +63163,7 @@ aac aac aac aac -anG +ald ajy bkZ bkZ @@ -65636,9 +63171,9 @@ bJz bkZ bkZ bkZ -alU -apG -aqL +oVZ +cgn +aqJ bPf asU ccr @@ -65648,13 +63183,13 @@ axI ceM aAO ceN -ceN -aEl -ceM -cgZ -cgZ -cgZ -cgZ +pIi +chd +pVf +cgY +cgY +cgY +cgY cin ceM aOJ @@ -65662,13 +63197,13 @@ ckR cdn chd aUe -aVF +bbF aXk -aVF bbF -aKM -crI -aHP +bbF +cpU +jNO +sNz bmb vOs csT @@ -65676,24 +63211,24 @@ bzG bzt bDy vOs -oeQ +wXp baA oeQ bCz -bvz +hOD crT dBV hgI btC -lUg -bvz +cll +jNO vOs -wZZ +mrM wZZ bmv -bmv -bmv -bmv +iji +oaR +rMD wZZ wZZ wZZ @@ -65705,7 +63240,7 @@ wZZ wZZ wZZ htD -vQo +aad jWz lyv qcV @@ -65714,7 +63249,7 @@ qTF jWz rpX tnM -uXg +aad ygq ygq meS @@ -65727,43 +63262,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 +63337,7 @@ aac aac aac ali -ali +wvB bPf bPf bmX @@ -65831,8 +63346,8 @@ bPf alW alW alW -alU -bkZ +oVZ +tfy aqK cjn cjn @@ -65843,7 +63358,7 @@ cjn cjn aAP cdn -cdn +bpl aEm cjn cfD @@ -65855,15 +63370,15 @@ cjn chd bpl cdn -aSs +chd cpU -aVF +bbF nNR aZy bbG cpU -crI -aHP +jNO +sNz bmb vOs vOs @@ -65880,8 +63395,8 @@ bvz bvz bvz bvz -bvz -pIy +jNO +jNO vOs wZZ bmv @@ -65909,7 +63424,7 @@ hPZ jWz rpX tnM -uXg +aad ygq oIx sQA @@ -65921,46 +63436,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 +63492,7 @@ agR agR blI aba -blI +ado agR agR agR @@ -66022,23 +63517,23 @@ aiM pMU bPZ bPZ -bSv +bPZ bPZ bPZ alW -alU -bkZ +oVZ +tfy aqJ cjn -cau +eBb bYl bYU bZI cao cjn chd -cdn -cdn +chd +bpl aEn cjn cfE @@ -66047,7 +63542,7 @@ bnH bnU boF cjn -chd +bwi bpl aDp aSt @@ -66057,10 +63552,10 @@ cpU cpU cpU cpU -bgz +vXc +dZp csi -cst -bqh +rTf bqh bwq bgz @@ -66075,8 +63570,8 @@ bvz bvz bvz bvz -bvz -bvz +jNO +jNO skl bmv bmv @@ -66104,12 +63599,12 @@ iZa jWz rpX tnM -uXg +aad ygq jtB drI tdB -xPv +hba xPv iHX xPv @@ -66117,34 +63612,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 +63623,14 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +jLb +fHZ +fHZ aad aad aad @@ -66213,27 +63688,27 @@ 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 -cdn +cjn +cjn +bwi +bpl aEo cjn cgu @@ -66242,23 +63717,23 @@ cgu cgu cgu cjn -aOK +chd bpl cdn chd -aUf -bjo -bjo -aVG +eBz +aHR +aHR +lZo aVG aUf +vXc bgA -csV +bzm csu -csV -csV -csV -bzR +bzm +bzm +pvY bDA bCz bLH @@ -66270,13 +63745,13 @@ csM dEX hni cvC -bvz -bvz -bLo +jNO +jNO +wim bmv xFc bmv -uwJ +bmv bmv wZZ wZZ @@ -66286,7 +63761,7 @@ wZZ wZZ wZZ bmv -uwJ +bmv bmv bmv jWz @@ -66299,12 +63774,12 @@ aWB jWz rpX tnM -uXg +aad ygq ygq kEl jtB -ygq +oWU lyX wEo ygq @@ -66312,33 +63787,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 +63798,13 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +fHZ +fHZ aad aad aad @@ -66408,51 +63863,51 @@ 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 -ckN +jnt +chd aFz chd 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 +63920,8 @@ vOs vOs vOs vOs -bWZ -pJu +hmh +riS vOs bmv bmv @@ -66476,8 +63931,8 @@ wZZ wZZ wZZ mMR -vQo -vQo +aad +aad wZZ wZZ wZZ @@ -66495,7 +63950,7 @@ jWz rpX qks srk -uXg +aad ygq ygq ygq @@ -66507,35 +63962,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 +63972,15 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +fHZ +fHZ +fHZ +aad aad aad aad @@ -66611,20 +64046,20 @@ alo bPZ alo bmX -alU -apG +oVZ +cgn aqK arI asW atT bYU awo -bFx +vkG azl -cjn -chd -cdn -jKi +aEe +wlj +mDN +tyj ceN ceN ceN @@ -66642,12 +64077,12 @@ aVH cpU cdm cdm -csi +vXc bjp cdm cdm cdm -csi +vXc bjp cdm vOs @@ -66656,10 +64091,10 @@ cwn cwn vOs htD -cth wZZ wZZ -bmv +wZZ +cck bmv bmv bmv @@ -66670,10 +64105,10 @@ wZZ htD wZZ wZZ -vQo -vQo -vQo -vQo +aad +aad +aad +aad wZZ wZZ wZZ @@ -66689,7 +64124,7 @@ bmv bmv rpX tnM -jPV +xxa oDL vPQ vPQ @@ -66702,35 +64137,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 +64146,15 @@ aad aad aad aad +jLb +jLb +jLb +nQE +nQE +jLb +fHZ +fHZ +fHZ aad aad aad @@ -66798,16 +64213,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 +64243,15 @@ chd aMr chd boF -aDq +chd chd aSv cpU aVJ aND cpU -bbI aHW +bgf rpX tnM bmv @@ -66844,12 +64259,12 @@ bIt btJ btL wZZ -wZZ +bzd bIt bIt wij wZZ -wZZ +bzd wZZ wZZ wZZ @@ -66864,12 +64279,12 @@ wZZ wZZ wZZ wZZ -vQo -vQo -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad +aad wZZ wZZ qDg @@ -66892,41 +64307,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 +64320,15 @@ aad aad aad aad +jLb +jLb +jLb +tuj +nQE +nQE +jLb +fHZ +fHZ aad aad aad @@ -66958,10 +64353,10 @@ aac aac aac aac -aUp -aUp -aUp -aUp +jzV +jzV +jzV +jzV aaO ahZ ahZ @@ -66971,7 +64366,7 @@ ahZ ahZ ahZ ahZ -aen +ahZ ahZ ahZ ahZ @@ -66996,13 +64391,13 @@ aac aac aac aac -aXG +alH nJO alo amP bPf bVw -apI +qHc apI cjn asY @@ -67027,7 +64422,7 @@ cpU aRr cpU cpU -aVJ +eCZ aXn aZz aHW @@ -67059,76 +64454,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 +64528,10 @@ aac aac aac aac -aUp -ahg +jzV +fNp aWZ -aUp +jzV aaQ ahZ ahZ @@ -67191,20 +64566,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 +64591,16 @@ aHP aHP aKZ cjn -fKt +aND aOL -cpU +lsP aHT aSw cpU aVJ aXo cpU -bbI +aHW aHW rpX tnM @@ -67254,76 +64629,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 +64703,7 @@ aac aac aac aac -aUp +jzV aah iBZ aak @@ -67379,20 +64734,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 +64759,16 @@ cjn cjn cjn cjn -cpU +cjn cjn aHP cdn cdn aHP aMs +fKt aHT -aHT -ckS +jgI ckS ckS ckS @@ -67450,75 +64805,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 +64878,11 @@ aac aac aac aac -aUp -aUp +jzV +jzV aaj -aUp -aaW +jzV +agR agR abA aac @@ -67581,13 +64916,13 @@ aac aac aac aac -aXG +alH nJO alo amP anR -alU -bkZ +oVZ +tfy aqP bYU ata @@ -67599,16 +64934,16 @@ azm aAT bZI aDr -cpU cjn hEz aHP aHP +aHP aLa cjn -aNC -cpU -aND +aHT +aHT +hZC aHT aHT aHT @@ -67633,10 +64968,10 @@ bjr tiU cti btN -cpg -cpg +aad +aad srk -cpg +aad wvt bBr wLv @@ -67646,76 +64981,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 +65053,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 +65091,13 @@ aac aac aac aac -aXG +alH nJO alo amP bPf aoM -apG +cgn bQU cdn bZI @@ -67794,7 +65109,7 @@ bYm aAU bZI aDs -cpU +cjn cjn cjn aHO @@ -67802,7 +65117,7 @@ aJG cjn cjn aND -cpU +aNC cpU aRr cpU @@ -67810,8 +65125,8 @@ cpU cpU cpU cpU -bbK -xkj +wZZ +wZZ rpX tnM wZZ @@ -67829,9 +65144,9 @@ kdm cuc cwq xkj -cpg -cpg -cpg +aad +aad +aad cwq xkj xkj @@ -67843,7 +65158,7 @@ oPN oPN oPN oPN -oPN +dCX oPN oPN qrz @@ -67852,66 +65167,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 +65266,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 +65320,8 @@ ctH xkj xkj xkj -cpg -cpg +aad +aad xkj xkj xjr @@ -68048,8 +65343,8 @@ cxS cxS qIt wLv -cpg -uXg +aad +aad vPQ vPQ vPQ @@ -68057,58 +65352,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 +65441,7 @@ aac aac aac aac -aXG +alH alo aln drS @@ -68177,7 +65452,7 @@ aqQ bYU cdn cdn -cdn +aJZ cjn cau bYm @@ -68196,12 +65471,12 @@ ckS aQp aRs cpU -cpg -xkj +aad xkj -aNF xkj xkj +wZZ +wZZ rpX tnM bmw @@ -68220,24 +65495,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 +65532,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 +65613,15 @@ aac aac aac aac -bNW aac -bNW +aac +aac bME als alZ als anV -bkZ +tfy apK aqQ cdn @@ -68389,14 +65644,14 @@ aMt aMt aMt aMt -aFD -aFD -xkj -xkj +aad +aad xkj xkj xkj xkj +wZZ +wZZ rpX tnM wZZ @@ -68415,25 +65670,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 +65707,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 +65775,7 @@ afZ biF aaU acc -aju +age apz agR ahZ @@ -68552,16 +65787,16 @@ aac aac aac aac -bNW -bNW aac -bNW +aac +aac +aac bME bME bME bME bPf -bPZ +jyw bWd bPf cjn @@ -68584,14 +65819,14 @@ aMu aHT aOM aQr -cpg -cpg +aad +aad wLv wLv wLv xId -cpg -aMw +aad +srk bgL bjr oPN @@ -68616,8 +65851,8 @@ cxJ xkj xkj xkj -cpg -cpg +aad +aad cxW rWk qOF @@ -68627,7 +65862,7 @@ xkj qUQ xkj qUQ -cpg +aad xkj xkj xkj @@ -68635,11 +65870,11 @@ nLG xkj xkj xkj -cpg -cpg +aad +aad vPQ wXm -hiL +wXm wXm wXm wXm @@ -68647,53 +65882,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 +65956,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 +65983,8 @@ axP azp aAY aCo -aKM -aEs +aDu +aFE aFE aDu aHU @@ -68779,8 +65994,8 @@ aMv aNE aON aQs -cpg -cpg +aad +aad xkj xkj xkj @@ -68811,9 +66026,9 @@ cxJ cxJ cxJ xkj -cpg -cpg -qbR +aad +aad +cxW tZF gPQ cxW @@ -68821,16 +66036,16 @@ cxW cxW cxW xkj -cpg -cpg +aad +aad xkj xkj xkj xjr xjr xkj -cpg -cpg +aad +aad xkj vPQ wXm @@ -68842,53 +66057,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 +66131,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 +66168,9 @@ cpU aMw aMw aMw -cpg -cpg -cpg +aad +aad +aad xkj xkj xkj @@ -68984,18 +66179,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 +66201,9 @@ pJA pJA cxK xkj -cpg -cxW +aad cxW +qbR qAr ydp cxW @@ -69017,7 +66212,7 @@ aLc hjC jrs cxW -cpg +aad xkj xkj xjr @@ -69036,54 +66231,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 +66306,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 +66332,11 @@ tvk pPk pPk nqX -bHj -bHj -bHj -cpg -cpg +aad +aad +aad +aad +aad vDm vDm wLv @@ -69174,7 +66349,7 @@ xkj xkj xkj aXp -bdj +aXp bbM beA bgV @@ -69182,13 +66357,13 @@ aXp aXp xkj btO -aNF xkj xkj -cpg -cpg -cpg -cpg +xkj +aad +aad +aad +aad xkj cwq xkj @@ -69232,54 +66407,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 +66481,7 @@ bDm aex bDn bDm -bHj +aad bDm bJC bDn @@ -69338,8 +66493,8 @@ bon vVK vVK bDm -bHj -bHj +aad +aad bon bon bon @@ -69361,7 +66516,7 @@ cwq xkj xkj xkj -aNF +xkj xkj xkj xkj @@ -69381,9 +66536,9 @@ btO cwq xkj xkj -cpg -cpg -cpg +aad +aad +aad xkj xkj xkj @@ -69410,16 +66565,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 +66582,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 +66656,8 @@ bDm aex aex bDm -bHj -bHj +aad +aad bDn aex aex @@ -69533,8 +66668,8 @@ bon bon vVK vVK -bHj -bHj +aad +aad agT bon bon @@ -69566,18 +66701,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 +66739,13 @@ jrs cxW xjr xkj -cpg -cpg -cpg +aad +aad +aad xkj xjr xkj -cpg +aad rxp rxp rxp @@ -69618,58 +66753,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 +66831,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 +66871,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 +66902,7 @@ dNq hJE kLM xkj -cpg +aad cxW cxW cxW @@ -69799,73 +66914,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 +67004,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 +67044,7 @@ xkj xkj xkj cwq -cpg +aad xkj xkj xkj @@ -69958,25 +67053,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 +67095,7 @@ xjr xjr xkj xkj -cpg +aad rxp taL tPx @@ -70008,59 +67103,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 +67147,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 +67208,9 @@ vVK vVK azr cbF -cdp -cdp -cdp +aad +aad +aad xkj wMy gol @@ -70143,7 +67218,7 @@ gol gol gol gol -cpg +aad aMw bbK xkj @@ -70154,26 +67229,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 +67270,7 @@ xjr xkj xkj xkj -cpg +aad rxp oQe sse @@ -70207,55 +67282,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 +67322,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 +67386,15 @@ axR cbF cbF cbF -cdp +aad aHZ cjr cjr cjr cjr aQt -cpg -cpg +aad +aad aSz xkj xkj @@ -70353,9 +67408,9 @@ xkj xkj xkj xkj -piY -piY -piY +xkj +xkj +xkj kSs cvG cvG @@ -70364,12 +67419,12 @@ cvG cvG hWk hOa -kLM -cpg -cpg -cpg -cpg -cpg +cxB +aad +aad +aad +aad +aad cxJ cxJ cxJ @@ -70385,12 +67440,12 @@ xkj xkj xkj xjr -kGV +xjr xkj xkj xkj dSU -xkj +vit rxp rxp rxp @@ -70402,55 +67457,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 +67531,7 @@ bDm bDn bDn bDm -bHj +aad bDm bDn bDn @@ -70527,17 +67562,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 +67580,11 @@ beE aZH xkj xkj -bqw -piY -piY -piY -cwD +dSU +xkj +xkj +xkj +jRc kSs hWk hOa @@ -70563,33 +67598,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 +67632,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 +67737,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 +67771,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 +67875,12 @@ bnd abB bDn acj -abS +rwF abD abC bDn bDn -abS +rwF bqY afl bDn @@ -70900,9 +67895,9 @@ vVK vVK vVK vVK -vVK +arM +bon bon -agT bon bon vVK @@ -70922,21 +67917,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 +67949,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 +68064,10 @@ bon bon bon vVK -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK vVK vVK @@ -71119,18 +68094,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 +68124,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 +68148,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 +68223,7 @@ aad aad bnd abD -abS +rwF bDn loN acR @@ -71278,22 +68233,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 +68270,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 +68288,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 +68324,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 +68403,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 +68438,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 +68462,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 +68499,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 +68581,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 +68612,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 +68754,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 +68787,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 +68850,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 +68931,9 @@ bDm adP bDn bDm -bHj -bHj -bHj +aad +aad +aad pNT agU aoT @@ -72066,28 +68941,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 +68976,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 +69025,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 +69104,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 +69175,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 +69196,7 @@ sRR vit vit oIU -xio +aQM uvw uvw vit @@ -72355,49 +69210,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 +69281,9 @@ adw acz bDn bDm -bHj -bHj -bHj +aad +aad +aad pNT agV vVK @@ -72456,34 +69291,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 +69326,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 +69350,13 @@ hOa hOa hOa cxB -cwD +jRc piY -cuM -cuM -cuM -cuM -tPN +aad +aad +aad +aad +aad vit vit xGA @@ -72541,9 +69376,8 @@ uvw uvw uvw uvw +aQM uvw -uvw -tLO vit vit vit @@ -72552,28 +69386,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 +69393,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 +69450,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 +69480,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 +69500,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 +69525,13 @@ hOa hOa hOa cxB -cwD +jRc piY -cuM -cuM -cuM -cuM -tPN +aad +aad +aad +aad +aad sRR vit vit @@ -72728,12 +69543,12 @@ vsy vsy vsy vsy +jiQ vsy vsy vsy vsy -vsy -iRk +vit uvw uvw uvw @@ -72741,53 +69556,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 +69628,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 +69657,11 @@ vVK vVK vVK bDm -cdp -cdp -cdp -cdp -ceQ +aad +aad +aad +aad +aad aFj aJK aCv @@ -72880,23 +69675,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 +69700,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 +69720,7 @@ gih gih gih gih -pqG +gih gih vsy vit @@ -72942,47 +69737,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 +69814,12 @@ bon bon vVK bDm -bHj -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad +aad vVK bon bon @@ -73056,12 +69831,12 @@ vVK arM vVK cay -bHj -bHj -bHj -bHj -bHj -ceQ +aad +aad +aad +aad +aad +aad cbb jUA jUA @@ -73075,23 +69850,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 +69875,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 +69911,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 +69973,13 @@ aad aad aad aad -ake +bDm bxn bDn bDn bDm bDn -abS +rwF bDn aex afn @@ -73233,11 +69988,11 @@ bon bon bon vVK -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad vVK vVK vVK @@ -73250,13 +70005,13 @@ vVK vVK vVK cay -pNT -pNT -bHj -bHj -bHj -ceQ -ceQ +chg +chg +aad +aad +aad +aad +aad jUA jUA jUA @@ -73270,23 +70025,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 +70050,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 +70085,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 +70092,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 +70163,11 @@ bon agT bon vVK -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad vVK vVK bon @@ -73443,14 +70178,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 +70196,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 +70259,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 +70268,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 +70326,7 @@ aad bDm bEy bDn -abS +rwF bDn bDn bDn @@ -73624,36 +70339,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 +70377,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 +70416,7 @@ gih jzD vsy lZd -khR +gih lZd gih ajO @@ -73717,43 +70432,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 +70444,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 +70506,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 +70542,9 @@ cei jUA jUA jUA -ceQ -ceQ -ceQ +aad +aad +aad jUA jUA cei @@ -73857,35 +70552,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 +70607,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 +70619,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 +70681,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 +70716,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 +70737,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 +70782,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 +70793,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 +70854,10 @@ aad aad aad aad -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK aoT vVK @@ -74211,22 +70866,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 +70891,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 +70913,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 +70954,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 +70975,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 +71029,9 @@ aad aad aad aad -bHj -bHj -bHj +aad +aad +aad vVK bBN vVK @@ -74411,16 +71046,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 +71064,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 +71097,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 +71129,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 +71150,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 +71159,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -74589,7 +71204,7 @@ aad aad aad aad -bHj +aad bDm vVK bWe @@ -74606,41 +71221,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 +71271,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 +71304,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 +71314,15 @@ aad aad aad aad +yjG +wFG +wFG +wFG +wFG +wFG +wFG +oDw +wFG aad aad aad @@ -74742,6 +71334,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -74784,8 +71379,8 @@ aad aad aad aad -bHj -bHj +aad +aad vVK arM vVK @@ -74799,17 +71394,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 +71413,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 +71445,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 +71479,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 +71489,14 @@ aad aad aad aad +wFG +wFG +dqo +wFG +wFG +wFG +wFG +wFG aad aad aad @@ -74937,6 +71509,9 @@ aad aad aad aad +vBi +vBi +cOc aad aad aad @@ -74979,7 +71554,7 @@ aad aad aad aad -bHj +aad aob vVK vVK @@ -74994,27 +71569,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 +71599,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 +71654,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 +71663,15 @@ aad aad aad aad +fst +wFG +dqo +dqo +dqo aad +wFG +dqo +wFG aad aad aad @@ -75132,6 +71684,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -75173,7 +71728,7 @@ aad aad aad aad -adQ +bDm vVK aez vVK @@ -75189,17 +71744,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 +71762,8 @@ jUA cei cei cei -ceQ -ceQ +aad +aad aFj jUA jUA @@ -75217,8 +71772,8 @@ jUA jUA jUA jUA -ceQ -ceQ +aad +chg chg chg chg @@ -75228,25 +71783,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 +71812,13 @@ khT rJf wbK khT -khT -khT +lZd +gih khT oZt vsy gih -xMr +lZd vsy tGZ vsy @@ -75274,36 +71829,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 +71838,15 @@ aad aad aad aad +wFG +oDw +dqo +dqo aad aad +wFG +dqo +dqo aad aad aad @@ -75327,6 +71859,9 @@ aad aad aad aad +cOc +vBi +vBi aad aad aad @@ -75380,16 +71915,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 +71933,12 @@ jUA jUA lHO jUA -aDz cei cei cei cei -ceQ +cei +aad jUA jUA lHO @@ -75412,37 +71947,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 +71986,7 @@ gih enU ixD ixD -enU +khT khT khT khT @@ -75473,43 +72008,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 +72034,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -75574,21 +72089,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 +72119,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 +72183,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 +72209,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -75776,15 +72271,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 +72296,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 +72336,8 @@ gih ixD ixD ixD -ixD -ifU +xKv +khT txm uKV fBk @@ -75863,42 +72358,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 +72384,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -75953,7 +72428,7 @@ aad aad aad aad -adQ +bDm vVK vVK arM @@ -75971,16 +72446,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 +72463,8 @@ cdx chN chN cdx -cdx -cdx +cei +cei cei jUA jUA @@ -75998,24 +72473,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 +72501,9 @@ stf wuI nAZ nsq -sKg -sKg -sKg +aad +aad +aad aZO aZO vsy @@ -76058,43 +72533,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 +72558,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -76149,7 +72604,7 @@ aad aad aad aad -bHj +aad bFX vVK bon @@ -76166,16 +72621,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 +72639,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 +72677,8 @@ nAZ nAZ nsq aZO -sKg -sKg +aad +aad aZO aZO vsy @@ -76253,12 +72708,12 @@ khT khT khT khT -ekJ -ekJ -wFG -wFG -xFC -wFG +aad +aad +aad +aad +aad +aad wFG wFG oDw @@ -76278,28 +72733,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 +72779,7 @@ aad aad aad aad -bHj +aad vVK vVK bon @@ -76361,16 +72796,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 +72814,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 +72853,7 @@ pSw bhg aZO aZO -sKg +aad aZO aZO vsy @@ -76448,12 +72883,12 @@ pmT aCw eDc khT -ekJ -ekJ +aad +aad wFG dqo -dqo -wFG +aad +aad wFG wFG wFG @@ -76473,28 +72908,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 +72954,13 @@ aad aad aad aad -bHj -bHj +aad +aad vVK bon bon bon -cay +nnG aYz acE aYz @@ -76563,9 +72978,9 @@ arP bXQ aub uux -cgE -cgE -cgE +aad +aad +aad aBe ccD chN @@ -76573,48 +72988,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 +73042,7 @@ ixD ixD aCw lZd -xMr +lZd ixD ixD xLJ @@ -76643,8 +73058,8 @@ khT khT khT khT -ekJ -ekJ +aad +aad wFG dqo dqo @@ -76654,7 +73069,6 @@ wFG wFG dqo wFG -xFC dqo aad aad @@ -76668,27 +73082,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 +73129,15 @@ aad aad aad aad -bHj -bHj +aad +aad bui bon bon bon ahc -ahG -ahG +pNT +pNT uux bUo aiV @@ -76750,53 +73145,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 +73201,9 @@ daq daq daq daq -kxN aZO -lhH +aZO +aZO aZO daq vsy @@ -76834,11 +73229,11 @@ gih sGJ gih vsy -ekJ -ekJ -ekJ -ekJ -ekJ +aad +aad +aad +aad +aad fst wFG dqo @@ -76849,30 +73244,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 +73256,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -76940,7 +73315,7 @@ aYz acE aYz ajE -aiV +aue akM aYz uux @@ -76953,40 +73328,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 +73370,11 @@ daq daq aZO aZO -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad daq daq daq @@ -77029,9 +73404,9 @@ vsy vsy vsy vsy -ekJ -ekJ -ekJ +aad +aad +aad wFG wFG wFG @@ -77045,29 +73420,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 +73431,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -77148,18 +73503,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 +73523,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 +73579,7 @@ wFG wFG wFG lno -ekJ +aad wFG wFG wFG @@ -77239,31 +73594,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 +73604,10 @@ aad aad aad aad +vBi +vBi +vBi +vBi aad aad aad @@ -77323,7 +73658,7 @@ aei aeB adz abX -ady +soi ady abX adz @@ -77346,15 +73681,15 @@ uux uux uux uux -aly -vEp +aad +chN chN ceS cdx chN -cgE -cgE -cgE +aad +aad +aad jUA cei cei @@ -77363,13 +73698,13 @@ jUA jUA jUA aVN -ceQ -ceQ +aad +aad daq daq daq -qcB -kxN +daq +aZO aZO daq bwH @@ -77382,26 +73717,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 +73765,7 @@ wFG wFG wFG wGn -wGn +dIh wGn wFG wFG @@ -77443,31 +73778,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 +73848,7 @@ wUa uux aoV bAr -bUo +gOF uux ati bAr @@ -77541,15 +73856,15 @@ uux qWQ axW uux -aly +aad ccz chN chN cdx chN -cgE -cgE -cgE +aad +aad +aad jUA cei chj @@ -77557,9 +73872,9 @@ cei jUA jUA jUA -ceQ -ceQ -ceQ +aad +aad +aad daq daq bwH @@ -77567,10 +73882,10 @@ aZO aZO daq daq -mOR daq daq -bIx +daq +daq daq daq daq @@ -77579,24 +73894,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 +73926,7 @@ jiQ dqo dqo dqo -xFC +ikB dqo dqo wFG @@ -77629,39 +73944,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 +74007,9 @@ uux aej uux uux -aYz -afU -agm +ayM +agl +afT aYz aYz uux @@ -77728,7 +74023,7 @@ uux aYz aoW bAr -bAr +lJa uux bAr bAr @@ -77736,8 +74031,8 @@ bXa bUo bUo adz -vEp -vEp +chN +chN chN chN cdx @@ -77750,16 +74045,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 +74063,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 +74112,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 +74180,7 @@ acT adx adV bAr -bAr +bwh bAr bMR bUo @@ -77913,17 +74188,17 @@ bUo bMR bAr acV -bAr +bwh bAr bAr acp -bAr +bwh aeR akL aod bUo acp -bAr +lJa uux uux uux @@ -77932,7 +74207,7 @@ bUo abU adz axX -vEp +chN chN chO cdx @@ -77945,42 +74220,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 +74289,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 +74379,14 @@ abX aud abX abX -adT +qjS uux -aBf -ccK +chN +ceS chN chN cdx -aGU +cdx chN chN chO @@ -78142,40 +74397,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 +74448,10 @@ gih gih gih vsy -ekJ +aad fst -ekJ -ekJ +aad +aad wFG wFG wFG @@ -78205,7 +74460,7 @@ diZ wFG dqo wFG -wGn +dIh lTW fKT fKT @@ -78217,31 +74472,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 +74536,7 @@ bSG aeT aeT bMR -bUo +abU bUo aeT aeT @@ -78322,15 +74557,15 @@ awv mcD adz ccz -vEp +chN chN chN cdx cdx chN -cgE -cgE -ceQ +aad +aad +aad aFj jUA jUA @@ -78344,33 +74579,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 +74623,10 @@ vsy vsy vsy vsy -ekJ -ekJ -ekJ -ekJ +aad +aad +aad +aad wFG wFG wFG @@ -78433,26 +74668,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 +74731,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 +74754,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 +74778,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 +74811,7 @@ wFG wFG wFG lTW -fKT +bQA fKT fKT fKT @@ -78628,26 +74843,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 +74906,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 +74929,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 +75018,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 +75070,7 @@ bRl bRl aEN qOm -ady +pZM bAr bAr aqW @@ -78905,61 +75080,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 +75142,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 +75193,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 +75245,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 +75290,10 @@ bwH daq daq daq -sKg -sKg -sKg -sKg +aad +aad +aad +aad daq daq bbU @@ -79146,69 +75301,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 +75420,7 @@ akO bRl aDR qOm -ady +pZM bAr bAr bAr @@ -79302,15 +75437,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 +75453,11 @@ cnu cnu liK cnu -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad daq bDS daq @@ -79330,16 +75465,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 +75482,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 +75543,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 +75616,11 @@ chN chN chN aMx -aBe +vHj aBe ccD -chN -chN +cnu +cnu cnu cnu liK @@ -79513,14 +75628,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 +75645,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 +75718,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 +75794,8 @@ aMx aBe aBe ccD -chN -chN +cnu +cnu liK cnu cnu @@ -79708,65 +75803,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 +75893,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 +75948,16 @@ bUo ady bAr bAr -aqY +aqZ uux atk aug uux awB aya -vEp -vEp -ccK +chN +chN +ceS chN chN chN @@ -79891,11 +75966,11 @@ cdx cdx chN aMy -cgE -cgE -cgE -chN -chN +aad +aad +aad +cnu +cnu cnu cnu cnu @@ -79903,31 +75978,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 +76014,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 +76068,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 +76103,7 @@ acp aYz acE aYz -bex +bDq asp bRl aeY @@ -80056,8 +76111,8 @@ afx afY bKK ahk -ahh -ahm +ahJ +gIz ahi bMP akj @@ -80065,9 +76120,9 @@ bMR bMR bMR bUo -ady -bAr -bAr +dqM +lJa +lJa aqZ adz atl @@ -80075,9 +76130,9 @@ auh adz awC ayc -vEp -vEp -vEp +chN +chN +chN chN chN chN @@ -80086,28 +76141,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 +76171,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 +76200,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 +76280,7 @@ adb bBQ bDq aBy -bRl +aeW aeY afx afY @@ -80261,7 +76296,7 @@ bMR bMR ane ady -bAr +lJa acp aqZ uux @@ -80271,8 +76306,8 @@ uux acE acE uux -cbN -vEp +ccz +chN chN chO chN @@ -80281,12 +76316,12 @@ cdx chN chN chO -cgE -cgE -cgE -cgE -cgE -cpW +aad +aad +aad +aad +aad +aad cnu cnu cnu @@ -80296,28 +76331,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 +76363,7 @@ vuJ pPi vuJ vuJ -rRl +tgC tgC tgC tgC @@ -80340,45 +76375,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 +76453,7 @@ aZZ bXa bAr bBQ -adX +bDq asp bRl aeZ @@ -80447,7 +76462,7 @@ afX afY ahh ahJ -ahh +trM ahh bMP akj @@ -80467,7 +76482,7 @@ awD ayd adz axX -vEp +chN chN chN chN @@ -80475,13 +76490,13 @@ chN cdx chN chN -cgE -cgE -cgE -cgE -cgE -cgE -cpW +aad +aad +aad +aad +aad +aad +aad cnu aYy cnu @@ -80491,28 +76506,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 +76539,8 @@ tgC tgC tgC tgC -tgC -tgC +nRN +nRN tgC tgC tgC @@ -80535,37 +76550,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 +76557,18 @@ aad aad aad aad +wFG +wFG +wFG +pOw +bzB +sFV +wFG +dIh +wGn aad +vBi +vBi aad aad aad @@ -80661,8 +76656,8 @@ aei aiV aye adz -vEp -vEp +chN +chN chN chN chN @@ -80670,15 +76665,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 +76683,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 +76797,7 @@ aad aad aad aad -aja +aad aYz aYA acG @@ -80854,25 +76829,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 +76859,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 +76877,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 +77007,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 +77035,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 +77052,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 +77181,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 +77213,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 +77250,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 +77346,7 @@ bRl aEN abX ady -aoY +bAr uux bAr acp @@ -81441,21 +77356,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 +77397,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 +77531,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 +77574,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 +77605,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 +77674,7 @@ aad aad uux uux -uux +bEE uux ade adA @@ -81831,21 +77706,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 +77753,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 +77780,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 +77889,13 @@ cdx cdx chN chO -cgE -cgE -cgE -cgE -cgE -cgE -chN +aad +aad +aad +aad +aad +aad +cnu cnu aVS aXt @@ -82076,15 +77931,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 +77956,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 +77969,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -82230,12 +78065,12 @@ cdx chN chN chN -cgE -cgE -cgE -cgE -cgE -cgE +aad +aad +aad +aad +aad +aad cnu aVT aXu @@ -82261,8 +78096,8 @@ aVQ aVQ aVQ aVQ -aVQ -aVQ +wVG +wVG aVQ aVQ aVR @@ -82272,14 +78107,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 +78131,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 +78144,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -82389,15 +78204,15 @@ uux adg bAr adY -aeq bAr -aeq +bAr +bAr bAr bAr agx -aeq bAr -aeq +bAr +bAr bAr agx bAr @@ -82406,7 +78221,7 @@ bAr bAr bAr bAr -bAr +pAY bAr bRU cOB @@ -82426,11 +78241,11 @@ chN chN chN chN -cgE -cgE -cgE -cgE -cgE +aad +aad +aad +aad +aad cnu aVQ aVQ @@ -82456,8 +78271,8 @@ aVQ aVR aVQ aVQ -aVQ -aVQ +wVG +wVG aVQ aVQ aVQ @@ -82470,10 +78285,10 @@ tgC tgC tgC tgC -mLn -mLn -mLn -mLn +aad +aad +aad +aad tgC tgC tgC @@ -82481,8 +78296,8 @@ vuJ tgC tgC cAK -vuJ -vuJ +pqE +pqE tgC tgC tgC @@ -82492,32 +78307,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 +78318,9 @@ aad aad aad aad +cOc +vBi +cOc aad aad aad @@ -82614,7 +78409,7 @@ uux uux uux uux -chN +bSr chN aGW cdx @@ -82622,10 +78417,10 @@ cdx cdx chN chN -cgE -cgE -cgE -cgE +aad +aad +aad +aad bAa cnu cnu @@ -82643,7 +78438,7 @@ aVQ aVR aVQ aVQ -caY +aVQ aVQ aVQ aVQ @@ -82676,8 +78471,8 @@ tgC tgC tgC vuJ -vuJ -tgC +pqE +nRN tgC tgC tgC @@ -82687,29 +78482,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 +78493,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -82797,8 +78572,8 @@ uux uux uux uux -aly -aly +aad +aad uux bXQ cOB @@ -82817,13 +78592,13 @@ axZ cdx aMz chN -cgE -cgE -cgE -cgE -cpW -cpW -cpW +aad +aad +aad +aad +aad +aad +aad cnu aVQ aVQ @@ -82860,8 +78635,8 @@ tgC vuJ tgC vuJ -tgC -tgC +nRN +nRN rRl vuJ tgC @@ -82893,28 +78668,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 +78742,13 @@ ajd ajI ajI uux -aly -aly -aly -aly -aly -aly -aly +aad +aad +aad +aad +aad +aad +aad uux atn uux @@ -83014,13 +78769,13 @@ chN chN chN aOr -cgE -cgE -cpW -cpW -cpW -cpW -cpW +aad +aad +aad +aad +aad +aad +aad aVQ aVR aVQ @@ -83055,15 +78810,15 @@ tgC pPi vuJ vuJ -vuJ -tgC -tgC +pqE +nRN tgC tgC tgC tgC tgC tgC +xOo tgC tgC rRl @@ -83087,29 +78842,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 +78909,7 @@ bEE bEE afA aga -bop +ajd bEE bEE bEE @@ -83210,12 +78945,12 @@ chN chN chN chN -cgE -cpW -cpW -cpW -cpW -cpW +aad +aad +aad +aad +aad +aad aVQ aVQ aVQ @@ -83281,29 +79016,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 +79078,7 @@ aad aad aad uux -aec +abZ aZZ aZZ afe @@ -83408,10 +79123,10 @@ chN chN cnu cnu -cpW -cpW -cpW -cpW +aad +aad +aad +aad aYy aVQ aVQ @@ -83476,28 +79191,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 +79301,7 @@ cnu cnu cnu cnu -cpW +aad cnu aVQ aVQ @@ -83670,28 +79365,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 +79485,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 +79540,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -84005,6 +79660,7 @@ cnu liK cnu aad +mWm aad aad aad @@ -84058,29 +79714,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 +79889,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 +80064,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 +80269,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 "}