diff --git a/code/game/area/strata.dm b/code/game/area/strata.dm index 117cffa600d4..e9356b8b9595 100644 --- a/code/game/area/strata.dm +++ b/code/game/area/strata.dm @@ -29,6 +29,14 @@ 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" @@ -39,12 +47,6 @@ EXTERIOR is FUCKING FREEZING, and refers to areas out in the open and or exposed //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" icon_state = "ag_i" @@ -52,16 +54,8 @@ 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" @@ -81,299 +75,76 @@ EXTERIOR is FUCKING FREEZING, and refers to areas out in the open and or exposed temperature = T20C ceiling = CEILING_NONE -//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 + +/area/strata/ag/interior/landing_zones + name = "Do not use." + icon_state = "landingzone_1" minimap_color = MINIMAP_AREA_LZ + weather_enabled = FALSE is_resin_allowed = FALSE -/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" -/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" +/area/strata/ag/exterior/caves/shed_five_caves + name = "Terminal Five Topside Caves" is_resin_allowed = TRUE -/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" +//-Marsh -/area/strata/ag/interior/dorms/lobby - name = "External Mining Lobby" - icon_state = "dorms_2" +/area/strata/ag/exterior/marsh + name = "Do not use." + icon_state = "marsh" -/area/strata/ag/interior/dorms/bar - name = "External Mining Bar" - icon_state = "dorms_1" +/area/strata/ag/exterior/marsh/spring_marshes + name = "Cryo-Thermal Springs Marshes" +/area/strata/ag/exterior/marsh/water_marshes + name = "Cryo-Thermal Water Marshes" -//More topside areas, somehow these got duplicated?? Includes some parent defs. +/area/strata/ag/exterior/marsh/island_marshes + name = "Cryo-Thermal Island Marshes" -//Also marshes - -/area/strata/ag/exterior/marsh - name = "Cryo-Thermal Marshes" - icon_state = "marsh" +/area/strata/ag/exterior/marsh/relay_marshes + name = "Cryo-Thermal Relay Marshes" /area/strata/ag/exterior/marsh/center name = "Cryo-Thermal Springs" @@ -392,215 +163,99 @@ 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/tcomms + name = "Do not use." + icon_state = "tcomms1" + +/area/strata/ag/exterior/tcomms/mining_caves + name = "Mining Caves Relay" + +//-Outpost -/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/outpost_decks + name = "Outpost Decks" + icon_state = "rdecks" + is_resin_allowed = TRUE + minimap_color = MINIMAP_AREA_RESEARCH + + +//-Paths + +/area/strata/ag/exterior/paths name = "Ice Path" icon_state = "path" + is_resin_allowed = TRUE -/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" +/area/strata/ag/exterior/paths/mining_outpost_exterior + name = "Mining Outpost Exterior" is_resin_allowed = FALSE -/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/south_outpost + minimap_color = MINIMAP_AREA_RESEARCH + name = "South Of The Outpost" -/area/strata/ag/exterior/paths/cabin_area/shed - name = "Wooden Hospital - Out Shed" +//-Underground "open" Lake -/area/strata/ag/exterior/paths/cabin_area/central - name = "Wooden Hospital - Front Yard" +/area/strata/ug/exterior/jungle + name = "Do not use." + icon_state = "ug_jung_0" -/area/strata/ag/interior/paths/cabin_area/central - name = "Wooden Hospital - Hospital Proper" - icon_state = "cabin3" +/area/strata/ug/exterior/jungle/carplake_center + name = "Deep Jungle - Carp Lake Center Island" + icon_state = "ug_jung_1" -/area/strata/ag/interior/paths/cabin_area/cave - name = "Wooden Hospital - Forgotten Passage" - icon_state = "hive_1" -/area/strata/ag/exterior/paths/cabin_area/minehead - name = "Wooden Hospital - Minehead" -/area/strata/ug/interior/jungle/deep/minehead - icon_state = "cabin2" - name = "Deep Jungle - Minehead" +//////////////////////////////////////// +// ------===| Interior |===------ // +//////////////////////////////////////// + +/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" -/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" - - -///ALL MAINTENANCE AREAS/// - - /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" @@ -609,359 +264,253 @@ 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/security/holding - name = "Outpost Security Holding Cell" - icon_state = "outpost_sec_4" +/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/briefing - name = "Outpost Security Briefing" +/area/strata/ag/interior/outpost/canteen + name = "Outpost Canteen" + icon_state = "outpost_canteen_0" -/area/strata/ag/interior/outpost/security/lockers - name = "Outpost Security Locker Room" +/area/strata/ag/interior/outpost/canteen/bar + name = "Outpost Bar" + icon_state = "outpost_canteen_2" -/area/strata/ag/interior/outpost/security/wardens - name = "Outpost Warden's Office" - icon_state = "outpost_sec_3" +/area/strata/ag/interior/outpost/canteen/lower_cafeteria + name = "Outpost Cafeteria" + icon_state = "outpost_canteen_0" -/area/strata/ag/interior/outpost/security/helpdesk - name = "Outpost Helpdesk" +/area/strata/ag/interior/outpost/canteen/personal_storage + name = "Outpost Personal Storage" -/area/strata/ag/interior/outpost/security/dispatch - name = "Outpost Security Dispatch And Monitoring" - icon_state = "outpost_sec_3" +//-Mining Outpost -///OUTPOST ADMINISTRATION +/area/strata/ag/interior/mining_outpost + name = "Do not use." + is_resin_allowed = FALSE -/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/central + name = "Mining Outpost Central Hallway" + icon_state = "dorms_0" -/area/strata/ag/interior/outpost/admin/dir_office - name = "Outpost Director's Office" - icon_state = "outpost_admin_1" +/area/strata/ag/interior/mining_outpost/south_dormitories + name = "Mining Outpost South Dormitories" + icon_state = "dorms_3" -/area/strata/ag/interior/outpost/admin/dir_waiting - name = "Outpost Administration Waiting Room" +/area/strata/ag/interior/mining_outpost/maintenance + name = "Mining Outpost Dormitory Maintenance" + icon_state = "outpost_maint" + is_resin_allowed = TRUE -/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" + is_resin_allowed = TRUE -/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" -/area/strata/ag/interior/outpost/admin/lounge - name = "Outpost Administration Lounge" - icon_state = "outpost_admin_4" -/area/strata/ag/interior/outpost/admin/records - name = "Outpost Administration Records" - icon_state = "outpost_admin_4" -/area/strata/ag/interior/outpost/admin/wc - name = "Outpost Administration Wash Closet" - icon_state = "outpost_admin_2" +//-Outside interiors -/area/strata/ag/interior/outpost/admin/backhall - name = "Outpost Administration East Hall" +/area/strata/ag/interior/outside + name= "Do not use." + icon_state = "outpost_gen_3" -///CANTEEN / GENERAL QUARTERS/// +/area/strata/ag/interior/outside/administration + name = "Flight Control Offices" + icon_state = "offices" + minimap_color = MINIMAP_AREA_COMMAND -/area/strata/ag/interior/outpost/canteen - name = "Outpost Canteen" - icon_state = "outpost_canteen_0" +/area/strata/ag/interior/outside/wooden_hospital + name = "Wooden Hospital - Hospital Proper" + icon_state = "cabin3" -/area/strata/ag/interior/outpost/canteen/kitchen - name = "Outpost Kitchen" - icon_state = "outpost_canteen_1" +/area/strata/ag/interior/mountain + name = "Outside mountain" + icon_state = "ag_e" -/area/strata/ag/interior/outpost/canteen/bar - name = "Outpost Bar" - icon_state = "outpost_canteen_2" +/area/strata/ag/interior/outside/mountain + name = "Outside mountain" + icon_state = "ag_e" -/area/strata/ag/interior/outpost/canteen/northlock - name = "Outpost Canteen North Airlock" - icon_state = "outpost_canteen_2" +/area/strata/ag/interior/outside/checkpoints + name= "Do not use." + icon_state = "security_station" + minimap_color = MINIMAP_AREA_SEC -/area/strata/ag/interior/outpost/canteen/freezer - name = "Outpost Kitchen and Bar Freezer" - icon_state = "outpost_canteen_3" +/area/strata/ag/interior/outside/checkpoints/north_armor + name = "North Security Armored Checkpoint" -/area/strata/ag/interior/outpost/canteen/janitors - name = "Outpost Sanitation Closet" - icon_state = "outpost_canteen_4" +/area/strata/ag/interior/outside/checkpoints/north + name = "Landing Zone North Security Checkpoint" -/area/strata/ag/interior/outpost/canteen/upper_cafeteria - name = "Outpost Cafeteria Elevated Seating" - icon_state = "outpost_canteen_4" +/area/strata/ag/interior/outside/checkpoints/west + name = "Landing Zone West Security Checkpoint" -/area/strata/ag/interior/outpost/canteen/lower_cafeteria - name = "Outpost Cafeteria" - icon_state = "outpost_canteen_0" +/area/strata/ag/interior/outside/checkpoints/south + name = "Landing Zone South Security Checkpoint" -/area/strata/ag/interior/outpost/canteen/hall - name = "Outpost Canteen East Hall" - icon_state = "outpost_canteen_3" +/area/strata/ag/interior/outside/checkpoints/outpost + name = "Outpost Deck Security Checkpoint" + icon_state = "rdecks_sec" -/area/strata/ag/interior/outpost/canteen/personal_storage - name = "Outpost Personal Storage" +/area/strata/ag/interior/outside/engineering + name = "Do not use." + icon_state = "outpost_engi_3" -/area/strata/ag/interior/outpost/canteen/spare_uniforms - name = "Outpost Spare Uniform Closet" +/area/strata/ag/interior/outside/engineering/parts_storage + name = "Engineering Parts Storage" + icon_state = "outpost_engi_1" -/area/strata/ag/interior/outpost/canteen/showers - name = "Outpost Communal Showers" +/area/strata/ag/interior/outside/engineering/parts_storage_exterior + name = "Engineering Parts Storage Exterior" -/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" -/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" -///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" -/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/underground_dorms/admin4 + name = "Underground General Staff Dorm #4" -/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/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//// - -///DEEP JUNGLE/// - -/area/strata/ug/interior/jungle - name = "Underground Jungle" - icon_state = "ug_jung_0" - minimap_color = MINIMAP_AREA_JUNGLE - - -/area/strata/ug/interior/jungle/platform +/area/strata/ug/interior/outpost/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" + minimap_color = MINIMAP_AREA_JUNGLE -/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" +//-Underground Jungle -/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/interior/jungle + name = "Do not use." + icon_state = "ug_jung_0" -/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" -/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" -/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" -/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" -/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" -/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" -/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" -/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" -/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/modules/power/apc.dm b/code/modules/power/apc.dm index 068344b905f2..b96ed2cdafcb 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -1372,6 +1372,46 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( desc = "A control terminal for the area electrical systems. This one is hardened against sudden power fluctuations caused by electrical grid damage." crash_break_probability = 0 +//------Groundsite APCs ------// +/obj/structure/machinery/power/apc/groundsite + name = "area power controller" + +/obj/structure/machinery/power/apc/groundsite/no_power + start_charge = 0 + +/obj/structure/machinery/power/apc/groundsite/no_power/north + pixel_y = 24 + dir = 1 + +/obj/structure/machinery/power/apc/groundsite/no_power/south + pixel_y = -24 + +/obj/structure/machinery/power/apc/groundsite/no_power/east + pixel_x = 24 + dir = 4 + +/obj/structure/machinery/power/apc/groundsite/no_power/west + pixel_x = -24 + dir = 8 + +// Powered APCs with directions +/obj/structure/machinery/power/apc/groundsite/power + +/obj/structure/machinery/power/apc/groundsite/power/north + pixel_y = 24 + dir = 1 + +/obj/structure/machinery/power/apc/groundsite/power/south + pixel_y = -24 + +/obj/structure/machinery/power/apc/groundsite/power/east + pixel_x = 24 + dir = 4 + +/obj/structure/machinery/power/apc/groundsite/power/west + pixel_x = -24 + dir = 8 + #undef APC_UPDATE_ICON_COOLDOWN // apc that start at zero charge. 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 db1f07a8b3b1..346fc793606c 100644 --- a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm +++ b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm @@ -20,48 +20,47 @@ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -69,18 +68,18 @@ dir = 10; icon_state = "multi_tiles" }, -/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"; @@ -90,7 +89,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aau" = ( /obj/structure/platform/strata{ dir = 1 @@ -100,30 +99,30 @@ }, /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" @@ -132,23 +131,22 @@ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -156,19 +154,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 @@ -178,36 +175,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 @@ -215,33 +212,31 @@ /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, @@ -249,137 +244,135 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -388,16 +381,16 @@ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -406,13 +399,13 @@ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -423,16 +416,16 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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, @@ -444,7 +437,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -455,53 +448,50 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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{ - dir = 10; - icon_state = "multi_tiles" +/obj/structure/barricade/handrail/strata{ + dir = 4 }, -/area/strata/ag/interior/outpost/gen/bball/nest) +/obj/structure/barricade/handrail/strata, +/obj/structure/machinery/power/apc/groundsite/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, @@ -510,14 +500,14 @@ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -530,7 +520,7 @@ 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 @@ -538,7 +528,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -546,7 +536,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "abR" = ( /obj/structure/platform/strata{ dir = 1 @@ -556,13 +546,7 @@ 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{ - icon_state = "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, @@ -571,14 +555,14 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 4; icon_state = "floor3" }, -/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, @@ -586,36 +570,35 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ icon_state = "red1" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "abX" = ( /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "blue1" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aca" = ( /obj/structure/sink{ dir = 8; @@ -628,38 +611,37 @@ dir = 8; icon_state = "white_cyan2" }, -/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{ dir = 8; icon_state = "white_cyan2" }, -/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{ icon_state = "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{ @@ -669,14 +651,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 @@ -686,43 +668,42 @@ }, /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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acn" = ( /obj/structure/reagent_dispensers, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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, @@ -730,13 +711,13 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "floor2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acq" = ( /obj/structure/machinery/shower{ dir = 8 @@ -752,7 +733,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acr" = ( /obj/item/stack/rods, /obj/structure/inflatable/door, @@ -760,18 +741,18 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ icon_state = "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 @@ -781,7 +762,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, @@ -789,7 +770,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 @@ -800,14 +781,14 @@ /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{ icon_state = "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" @@ -815,34 +796,34 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acF" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -850,36 +831,35 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "red1" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "acH" = ( /obj/item/stool, /turf/open/floor/strata{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "acK" = ( /obj/structure/bed/chair{ dir = 4 @@ -887,7 +867,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "acL" = ( /obj/structure/machinery/scoreboard{ id = "basketball"; @@ -899,55 +879,43 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/bball) -"acN" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/strata{ - dir = 6; - icon_state = "multi_tiles" - }, -/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{ icon_state = "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{ icon_state = "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{ @@ -957,22 +925,22 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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, @@ -982,7 +950,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -990,7 +958,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -999,55 +967,65 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outpost/engi/drome) "adi" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 @@ -1056,46 +1034,46 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "adq" = ( /obj/structure/machinery/weather_siren{ dir = 8; @@ -1104,33 +1082,32 @@ }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/wood, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "ads" = ( /obj/structure/inflatable/popped/door, -/obj/effect/decal/cleanable/blood, /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ @@ -1140,14 +1117,14 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "adA" = ( /obj/structure/bed/chair{ dir = 1 @@ -1156,7 +1133,7 @@ dir = 4; icon_state = "floor3" }, -/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, @@ -1164,11 +1141,11 @@ dir = 4; icon_state = "cyan1" }, -/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" @@ -1185,7 +1162,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "adE" = ( /obj/effect/decal/warning_stripes{ icon_state = "N" @@ -1199,7 +1176,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "adF" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -1216,24 +1193,24 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "adG" = ( /obj/structure/closet/basketball, /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "adH" = ( /turf/open/floor/strata{ icon_state = "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 @@ -1241,13 +1218,13 @@ /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, @@ -1255,33 +1232,28 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "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{ @@ -1293,23 +1265,23 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "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, @@ -1317,11 +1289,11 @@ /turf/open/floor/strata{ icon_state = "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, @@ -1329,47 +1301,45 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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 - }, -/turf/open/floor/strata{ - icon_state = "blue1" +/obj/structure/machinery/light{ + dir = 4 }, -/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" @@ -1380,7 +1350,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -1389,19 +1359,19 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ @@ -1413,13 +1383,13 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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 @@ -1428,7 +1398,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aek" = ( /obj/structure/barricade/handrail/strata{ dir = 4 @@ -1436,7 +1406,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -1444,11 +1414,11 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/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/exterior/paths/far_north_outpost) "aep" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -1456,15 +1426,16 @@ /turf/open/floor/strata{ icon_state = "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{ - icon_state = "floor2" + dir = 8; + icon_state = "white_cyan2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ag/interior/outpost/admin) "aer" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -1476,7 +1447,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -1484,7 +1455,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -1492,7 +1463,7 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "aeu" = ( /obj/effect/decal/warning_stripes{ icon_state = "NS-center" @@ -1502,27 +1473,27 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "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" @@ -1530,19 +1501,15 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aeE" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -1552,7 +1519,7 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeF" = ( /obj/structure/bed/chair{ dir = 8 @@ -1561,7 +1528,7 @@ dir = 8; icon_state = "white_cyan2" }, -/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, @@ -1573,27 +1540,27 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aeN" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -1601,17 +1568,13 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "aeR" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/power/west, /turf/open/floor/strata{ icon_state = "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, @@ -1619,7 +1582,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aeT" = ( /obj/structure/barricade/handrail/strata{ dir = 4 @@ -1628,20 +1591,20 @@ dir = 4; icon_state = "floor3" }, -/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 @@ -1655,12 +1618,12 @@ /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 @@ -1669,7 +1632,7 @@ dir = 4; icon_state = "floor3" }, -/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, @@ -1678,7 +1641,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afc" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6" @@ -1687,14 +1650,14 @@ dir = 8; icon_state = "white_cyan2" }, -/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{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "afe" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -1702,7 +1665,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -1712,7 +1675,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "afh" = ( /obj/effect/decal/warning_stripes{ icon_state = "NS-center" @@ -1723,7 +1686,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "afi" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -1741,7 +1704,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "afj" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -1756,48 +1719,40 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ - icon_state = "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" @@ -1810,7 +1765,7 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aft" = ( /obj/structure/sink{ dir = 8; @@ -1820,7 +1775,7 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "afu" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_10" @@ -1833,50 +1788,50 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ + icon_state = "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{ icon_state = "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{ icon_state = "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 @@ -1884,7 +1839,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -1892,16 +1847,16 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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, @@ -1912,24 +1867,22 @@ }, /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{ + dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/maintenance) +/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{ @@ -1937,19 +1890,7 @@ }, /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{ - icon_state = "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 @@ -1957,14 +1898,14 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "afN" = ( /obj/structure/bedsheetbin, /obj/structure/machinery/camera/autoname{ @@ -1973,7 +1914,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -1981,68 +1922,64 @@ dir = 8; icon_state = "white_cyan2" }, -/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{ - icon_state = "blue1" +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" + }, +/obj/structure/machinery/light{ + dir = 1 }, -/area/strata/ag/interior/outpost/gen/bball) +/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{ dir = 4; icon_state = "floor3" }, -/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, +/obj/structure/surface/rack, +/obj/item/stack/sheet/plasteel/medium_stack, +/obj/item/stack/sheet/plasteel/medium_stack, /turf/open/floor/strata{ - dir = 4; - icon_state = "floor3" + dir = 10; + icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/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{ icon_state = "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{ icon_state = "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 @@ -2050,137 +1987,133 @@ /turf/open/floor/almayer{ icon_state = "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{ icon_state = "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{ - dir = 4; - icon_state = "cyan1" + dir = 6; + icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outpost/foyer) "agg" = ( /obj/structure/bedsheetbin, /turf/open/floor/strata{ icon_state = "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{ - icon_state = "blue1" + dir = 8; + icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/bball) +/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{ dir = 4; icon_state = "floor3" }, -/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, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata{ - dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ag/interior/outpost/admin) "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ @@ -2192,14 +2125,14 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "agz" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -2211,7 +2144,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -2232,16 +2165,16 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ @@ -2254,17 +2187,14 @@ /turf/open/floor/strata{ icon_state = "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{ - icon_state = "multi_tiles" + dir = 8; + icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/outpost/engi/drome) "agF" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -2273,7 +2203,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -2282,13 +2212,13 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -2299,14 +2229,14 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 4; icon_state = "cyan2" }, -/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, @@ -2315,19 +2245,18 @@ dir = 4; icon_state = "cyan1" }, -/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{ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "agM" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/reagentgrinder, @@ -2335,11 +2264,11 @@ dir = 4; icon_state = "cyan1" }, -/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) +/area/strata/ag/interior/mining_outpost/canteen) "agO" = ( /turf/open/space/basic, /area/space) @@ -2349,40 +2278,40 @@ dir = 4; icon_state = "cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "agQ" = ( /obj/structure/closet/lasertag/red, /turf/open/floor/strata{ icon_state = "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" @@ -2393,11 +2322,14 @@ /obj/structure/barricade/handrail/strata{ dir = 4 }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahe" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_10" @@ -2412,7 +2344,7 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ahf" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -2421,21 +2353,21 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ icon_state = "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{ icon_state = "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{ @@ -2446,27 +2378,27 @@ 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{ icon_state = "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 @@ -2479,7 +2411,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -2487,24 +2419,21 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ - icon_state = "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{ @@ -2516,7 +2445,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -2526,7 +2455,7 @@ dir = 4; icon_state = "cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahv" = ( /obj/structure/mirror{ pixel_y = 28 @@ -2536,7 +2465,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahw" = ( /obj/structure/machinery/processor, /obj/structure/machinery/light/small{ @@ -2546,7 +2475,7 @@ dir = 4; icon_state = "cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahx" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -2558,7 +2487,7 @@ dir = 4; icon_state = "cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahy" = ( /obj/structure/kitchenspike, /obj/structure/machinery/light/small{ @@ -2568,13 +2497,13 @@ dir = 4; icon_state = "cyan2" }, -/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, @@ -2585,15 +2514,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; @@ -2601,53 +2526,53 @@ }, /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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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 @@ -2655,7 +2580,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "ahR" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" @@ -2664,12 +2589,12 @@ /turf/open/floor/strata{ icon_state = "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 @@ -2681,7 +2606,7 @@ dir = 4; icon_state = "cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahU" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -2690,7 +2615,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahV" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -2699,14 +2624,14 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ahW" = ( /obj/item/stack/sandbags, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/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, @@ -2716,78 +2641,78 @@ dir = 4; icon_state = "cyan2" }, -/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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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 @@ -2798,7 +2723,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; @@ -2806,26 +2731,26 @@ }, /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{ icon_state = "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, @@ -2834,7 +2759,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aiu" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -2846,26 +2771,26 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 8; icon_state = "white_cyan2" }, -/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 @@ -2873,7 +2798,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -2884,13 +2809,13 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "aiA" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "aiB" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" @@ -2902,7 +2827,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -2913,27 +2838,27 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "aiG" = ( /obj/structure/sink{ dir = 4; @@ -2943,42 +2868,38 @@ dir = 4; icon_state = "cyan2" }, -/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/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 +/obj/structure/bed{ + icon_state = "abed" }, /turf/open/floor/strata{ - icon_state = "multi_tiles" + dir = 4; + icon_state = "floor3" }, -/area/strata/ag/interior/dorms/maintenance) +/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{ @@ -3009,12 +2930,6 @@ }, /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 @@ -3023,25 +2938,25 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aiV" = ( /turf/open/floor/strata{ icon_state = "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{ icon_state = "red1" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aiY" = ( /obj/structure/machinery/computer/cameras{ dir = 8 @@ -3050,40 +2965,36 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "blue1" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajf" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -3092,25 +3003,25 @@ 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{ icon_state = "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{ icon_state = "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{ @@ -3119,30 +3030,29 @@ /turf/open/floor/strata{ icon_state = "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/closed/wall/resin/strata/on_tiles, +/area/strata/ag/interior/mining_outpost/hive) +"ajl" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/strata{ - icon_state = "multi_tiles" + dir = 4; + icon_state = "floor3" }, -/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/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{ @@ -3152,7 +3062,7 @@ dir = 4; icon_state = "cyan2" }, -/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, @@ -3162,7 +3072,7 @@ dir = 4; icon_state = "cyan2" }, -/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, @@ -3170,7 +3080,7 @@ dir = 4; icon_state = "cyan2" }, -/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, @@ -3183,7 +3093,7 @@ dir = 4; icon_state = "cyan2" }, -/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; @@ -3193,26 +3103,18 @@ dir = 4; icon_state = "cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ajt" = ( /obj/structure/surface/rack, /turf/open/floor/strata{ + dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/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{ - dir = 4; - icon_state = "floor3" - }, -/area/strata/ag/interior/disposals) +/area/strata/ag/exterior/paths/far_north_outpost) "ajw" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -3249,57 +3151,56 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "plate" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajH" = ( /obj/structure/bookcase, /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajI" = ( /obj/item/stool, /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ajJ" = ( /obj/structure/bedsheetbin, /turf/open/floor/strata{ icon_state = "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{ @@ -3309,23 +3210,23 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "ajR" = ( /obj/structure/barricade/wooden{ dir = 1 @@ -3334,7 +3235,7 @@ dir = 4; icon_state = "white_cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ajS" = ( /obj/structure/surface/table/reinforced/almayer_B, /obj/structure/window{ @@ -3355,20 +3256,19 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "darkredfull2" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "ajU" = ( /obj/structure/machinery/chem_dispenser/soda{ pixel_y = 22 @@ -3377,7 +3277,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -3390,9 +3290,6 @@ /area/strata/ag/interior/outpost/engi) "ajX" = ( /obj/structure/closet/wardrobe/suit, -/obj/structure/machinery/light/small{ - dir = 1 - }, /turf/open/floor/strata{ icon_state = "blue1" }, @@ -3406,10 +3303,6 @@ /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{ icon_state = "red1" @@ -3418,11 +3311,8 @@ "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/device/matter_decompiler, @@ -3431,9 +3321,6 @@ icon_state = "multi_tiles" }, /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 @@ -3442,47 +3329,47 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akg" = ( /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/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, @@ -3491,7 +3378,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -3501,21 +3388,21 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "red1" }, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "akr" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -3526,7 +3413,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 @@ -3537,7 +3424,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) "akt" = ( /obj/structure/reagent_dispensers/fueltank, /obj/structure/machinery/light/small{ @@ -3546,14 +3433,14 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "aku" = ( /obj/structure/bed/chair, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "akv" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -3562,32 +3449,32 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "akw" = ( /obj/item/stack/sandbags, /turf/open/floor/strata{ dir = 4; icon_state = "white_cyan1" }, -/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{ icon_state = "darkredfull2" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "aky" = ( /turf/open/floor/strata{ icon_state = "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 @@ -3595,7 +3482,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "akB" = ( /obj/structure/barricade/snow{ dir = 1 @@ -3604,7 +3491,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{ @@ -3627,26 +3514,26 @@ 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{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/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, @@ -3654,7 +3541,7 @@ dir = 4; icon_state = "floor3" }, -/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 @@ -3663,19 +3550,18 @@ dir = 8; icon_state = "multi_tiles" }, -/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{ @@ -3685,35 +3571,34 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akR" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "akS" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akT" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "akU" = ( /obj/structure/window/framed/strata/reinforced, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "akV" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/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{ @@ -3722,7 +3607,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "akX" = ( /obj/structure/bed/chair{ dir = 4 @@ -3731,7 +3616,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "akY" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/cubancarp, @@ -3740,7 +3625,7 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ala" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/fishfingers, @@ -3749,7 +3634,7 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "alb" = ( /obj/structure/bed/chair{ dir = 8 @@ -3758,7 +3643,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "alc" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/meatballspagetti, @@ -3767,16 +3652,10 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "ald" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata{ - dir = 4; - icon_state = "white_cyan1" - }, -/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, @@ -3791,32 +3670,29 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ dir = 4; icon_state = "cyan1" @@ -3855,17 +3731,16 @@ /turf/open/floor/strata{ icon_state = "white_cyan1" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "alq" = ( /obj/item/stool, /turf/open/floor/strata{ icon_state = "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{ icon_state = "blue1" @@ -3884,60 +3759,52 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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{ icon_state = "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{ icon_state = "red1" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "alC" = ( /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "alD" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -3946,36 +3813,30 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "alF" = ( /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "alG" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "alH" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata{ - dir = 4; - icon_state = "white_cyan1" - }, -/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, @@ -3983,7 +3844,7 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "alJ" = ( /obj/structure/bed/chair{ dir = 8 @@ -3993,7 +3854,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "alK" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/omelette, @@ -4001,7 +3862,7 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "alL" = ( /obj/structure/machinery/camera/autoname{ dir = 8 @@ -4010,7 +3871,7 @@ dir = 4; icon_state = "white_cyan1" }, -/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{ @@ -4020,21 +3881,21 @@ dir = 4; icon_state = "floor3" }, -/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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "alR" = ( /obj/structure/barricade/snow{ dir = 1 @@ -4044,7 +3905,7 @@ }, /obj/structure/barricade/snow, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "alT" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata{ @@ -4061,14 +3922,15 @@ }, /area/strata/ag/interior/outpost/canteen/personal_storage) "alV" = ( -/obj/structure/machinery/light/small{ - dir = 8 +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" }, -/turf/open/floor/strata{ - dir = 8; - icon_state = "white_cyan2" +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light{ + dir = 8 }, -/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, @@ -4094,7 +3956,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{ @@ -4111,7 +3973,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "amd" = ( /obj/structure/sink{ dir = 4; @@ -4121,11 +3983,11 @@ dir = 8; icon_state = "white_cyan2" }, -/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, @@ -4133,7 +3995,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "amg" = ( /obj/structure/surface/rack, /obj/item/spacecash/c500, @@ -4141,35 +4003,35 @@ dir = 4; icon_state = "floor3" }, -/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, @@ -4180,24 +4042,24 @@ dir = 8; icon_state = "multi_tiles" }, -/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) +/area/strata/ag/interior/landing_zones/near_lz1) "amr" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ams" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "amt" = ( /obj/structure/bed/chair{ dir = 1 @@ -4206,52 +4068,53 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "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{ icon_state = "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{ icon_state = "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, @@ -4267,21 +4130,20 @@ /area/strata/ag/interior/outpost/canteen/personal_storage) "amM" = ( /obj/structure/bedsheetbin, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/groundsite/power/north, /turf/open/floor/strata{ icon_state = "floor3" }, /area/strata/ag/interior/outpost/canteen/personal_storage) "amN" = ( -/obj/structure/machinery/light/small, +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata{ - dir = 10; - icon_state = "multi_tiles" + icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/canteen) "amO" = ( /turf/open/floor/strata{ icon_state = "blue1" @@ -4298,13 +4160,13 @@ 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 @@ -4314,14 +4176,14 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "amZ" = ( /obj/structure/machinery/disposal, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "ana" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" @@ -4338,7 +4200,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{ @@ -4346,28 +4208,28 @@ 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{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "anh" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 @@ -4375,37 +4237,37 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "anl" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ann" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -4413,7 +4275,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ano" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -4425,30 +4287,23 @@ dir = 4; icon_state = "cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "anp" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/structure/machinery/light/small, -/turf/open/floor/strata{ - dir = 4; - icon_state = "white_cyan1" +/obj/structure/machinery/light{ + dir = 1 }, -/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{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/power/south, /turf/open/floor/strata{ dir = 4; icon_state = "white_cyan1" }, -/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, @@ -4463,30 +4318,29 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "red1" }, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "ant" = ( /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ @@ -4495,26 +4349,25 @@ }, /obj/item/device/flashlight/lamp, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "anz" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/phone{ @@ -4523,29 +4376,28 @@ }, /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{ icon_state = "red1" }, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "anA" = ( /obj/structure/machinery/space_heater, /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata{ icon_state = "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{ icon_state = "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, @@ -4561,7 +4413,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, @@ -4572,7 +4424,7 @@ /turf/open/floor/prison{ icon_state = "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) @@ -4584,7 +4436,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, @@ -4614,7 +4466,7 @@ 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, @@ -4629,7 +4481,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, @@ -4652,52 +4504,52 @@ 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{ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aom" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ 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{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aoo" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -4706,26 +4558,7 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) -"aop" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/strata{ - dir = 6; - icon_state = "multi_tiles" - }, -/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{ - icon_state = "floor3" - }, -/area/strata/ag/interior/dorms/canteen) -"aor" = ( -/turf/open/floor/strata{ - icon_state = "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, @@ -4735,12 +4568,12 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "aot" = ( /turf/open/floor/strata{ icon_state = "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{ @@ -4749,7 +4582,7 @@ /turf/open/floor/strata{ icon_state = "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" @@ -4757,7 +4590,7 @@ /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 @@ -4766,28 +4599,21 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aoz" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, +/obj/structure/machinery/power/apc/groundsite/no_power/east, /turf/open/floor/strata{ icon_state = "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, @@ -4864,9 +4690,8 @@ /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{ dir = 8; @@ -4888,8 +4713,11 @@ 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, @@ -4909,13 +4737,13 @@ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -4924,7 +4752,7 @@ dir = 4; icon_state = "floor3" }, -/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, @@ -4933,90 +4761,90 @@ dir = 4; icon_state = "floor3" }, -/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{ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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{ icon_state = "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{ icon_state = "cement12" }, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aph" = ( /obj/structure/machinery/landinglight/ds1, /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ icon_state = "darkredfull2" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "apm" = ( /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "apr" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -5028,21 +4856,13 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aps" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/research_decks/security) -"apt" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/strata{ - icon_state = "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, @@ -5052,7 +4872,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -5060,7 +4880,7 @@ /turf/open/asphalt/cement{ icon_state = "cement1" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "apw" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -5069,7 +4889,7 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "apx" = ( /obj/structure/machinery/camera/autoname{ dir = 8 @@ -5077,7 +4897,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -5089,7 +4909,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, @@ -5121,7 +4941,7 @@ }, /area/strata/ag/interior/outpost/canteen/personal_storage) "apF" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" @@ -5163,20 +4983,20 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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{ icon_state = "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" @@ -5184,11 +5004,11 @@ /turf/open/floor/strata{ icon_state = "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, @@ -5203,12 +5023,12 @@ /turf/open/floor/strata{ icon_state = "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, @@ -5216,13 +5036,13 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "red1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "apW" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ @@ -5231,7 +5051,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "apX" = ( /obj/structure/machinery/door/airlock/almayer/security/colony{ dir = 8 @@ -5239,7 +5059,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "apY" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -5247,7 +5067,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "apZ" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -5258,7 +5078,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aqa" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -5268,20 +5088,8 @@ /turf/open/floor/strata{ icon_state = "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{ - icon_state = "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 @@ -5289,7 +5097,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aqd" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -5297,7 +5105,7 @@ /turf/open/floor/prison{ icon_state = "darkredfull2" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "aqe" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -5306,7 +5114,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aqf" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -5315,17 +5123,17 @@ dir = 8; icon_state = "white_cyan2" }, -/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{ icon_state = "orange_cover" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aqi" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -5334,25 +5142,21 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -5362,27 +5166,27 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aqp" = ( /obj/structure/sign/nosmoking_1, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aqq" = ( /obj/item/lightstick/planted, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "aqr" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/cleanable/blood, /turf/open/floor/greengrid, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aqs" = ( /obj/structure/window/framed/strata/reinforced, /obj/structure/pipes/standard/simple/hidden/cyan, @@ -5390,7 +5194,7 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "aqt" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 2 @@ -5399,7 +5203,7 @@ dir = 6; icon_state = "multi_tiles" }, -/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, @@ -5437,7 +5241,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -5453,14 +5257,13 @@ }, /area/strata/ag/interior/outpost/security) "aqD" = ( -/obj/structure/toilet{ - dir = 8 +/obj/structure/machinery/light/small{ + dir = 4 }, /turf/open/floor/strata{ - dir = 8; - icon_state = "white_cyan2" + icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/security) +/area/strata/ag/interior/mining_outpost/maintenance) "aqE" = ( /obj/structure/closet/secure_closet/personal, /obj/effect/landmark/objective_landmark/close, @@ -5504,24 +5307,24 @@ }, /area/strata/ag/interior/outpost/canteen/personal_storage) "aqL" = ( -/obj/structure/closet/secure_closet/personal, -/obj/structure/machinery/light/small, +/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{ - icon_state = "floor3" + icon_state = "blue1" }, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/outpost/admin) "aqM" = ( -/obj/item/stool, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata{ + dir = 4; icon_state = "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) +/area/strata/ag/exterior/outpost_decks) "aqP" = ( /obj/item/device/aicard, /turf/open/floor/strata{ @@ -5541,11 +5344,11 @@ 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) "aqS" = ( /obj/effect/landmark/monkey_spawn, /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) "aqT" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -5553,19 +5356,19 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aqW" = ( /obj/item/clipboard, /obj/item/clipboard, @@ -5574,23 +5377,20 @@ /turf/open/floor/strata{ icon_state = "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{ - icon_state = "floor2" + icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/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{ - icon_state = "floor2" + icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ag/interior/mining_outpost/hive) "aqZ" = ( /obj/structure/bed/chair{ dir = 1 @@ -5598,20 +5398,20 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "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{ @@ -5620,66 +5420,61 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ard" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "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{ icon_state = "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{ icon_state = "floor_plate" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "arj" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ark" = ( /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "arl" = ( /obj/structure/largecrate/random, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "arm" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "arn" = ( /obj/item/tool/shovel/snow, /obj/item/device/flashlight, /obj/structure/surface/rack, /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) -"aro" = ( -/turf/open/floor/prison{ - icon_state = "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; @@ -5808,10 +5603,6 @@ }, /area/strata/ag/interior/outpost/security) "arG" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" @@ -5840,41 +5631,35 @@ "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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "arP" = ( /obj/structure/largecrate/random, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -5882,11 +5667,11 @@ /turf/open/asphalt/cement{ icon_state = "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 @@ -5894,7 +5679,7 @@ /turf/open/asphalt/cement{ icon_state = "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, @@ -5903,7 +5688,7 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "arV" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/door/window/eastright{ @@ -5913,45 +5698,30 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "arW" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ icon_state = "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{ icon_state = "fake_wood" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "arY" = ( /turf/open/floor/strata{ icon_state = "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{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "asc" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -5963,12 +5733,12 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "asd" = ( /turf/open/asphalt/cement{ icon_state = "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; @@ -5977,23 +5747,20 @@ /turf/open/floor/prison{ icon_state = "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 @@ -6002,14 +5769,17 @@ /turf/open/floor/strata{ icon_state = "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"; @@ -6020,32 +5790,31 @@ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "asm" = ( /turf/open/asphalt/cement{ icon_state = "cement14" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "asn" = ( /turf/open/asphalt/cement{ icon_state = "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" @@ -6152,7 +5921,7 @@ "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 @@ -6178,7 +5947,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{ @@ -6199,19 +5968,13 @@ }, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "asM" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/groundsite/power/north, /turf/open/floor/strata{ icon_state = "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{ icon_state = "floor3" }, @@ -6229,6 +5992,9 @@ pixel_y = 6 }, /obj/item/device/flashlight/lamp, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata{ icon_state = "floor3" }, @@ -6247,6 +6013,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{ dir = 4; icon_state = "white_cyan1" @@ -6288,12 +6057,8 @@ /turf/open/floor/prison{ icon_state = "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{ icon_state = "fake_wood" @@ -6323,9 +6088,8 @@ }, /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{ icon_state = "fake_wood" @@ -6340,7 +6104,7 @@ /turf/open/asphalt/cement{ icon_state = "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 @@ -6351,13 +6115,13 @@ /turf/open/asphalt/cement{ icon_state = "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, @@ -6368,51 +6132,49 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 8; icon_state = "multi_tiles" }, -/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{ icon_state = "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{ icon_state = "cement2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "atk" = ( /obj/structure/fence, /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "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{ icon_state = "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 @@ -6421,7 +6183,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -6431,7 +6193,7 @@ 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 @@ -6439,7 +6201,7 @@ /turf/open/asphalt/cement{ icon_state = "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{ @@ -6448,40 +6210,40 @@ /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "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 @@ -6490,7 +6252,7 @@ dir = 4; icon_state = "floor3" }, -/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{ @@ -6500,7 +6262,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "atB" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 @@ -6509,7 +6271,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"; @@ -6517,7 +6279,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 @@ -6550,7 +6312,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 @@ -6626,7 +6388,7 @@ "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 @@ -6635,27 +6397,27 @@ /turf/open/asphalt/cement{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aud" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -6663,37 +6425,37 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "cement14" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aug" = ( /obj/structure/fence, /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "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 @@ -6701,7 +6463,7 @@ /turf/open/asphalt/cement{ icon_state = "cement1" }, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "auk" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 8 @@ -6709,7 +6471,7 @@ /turf/open/asphalt/cement{ icon_state = "cement3" }, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aul" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -6717,7 +6479,7 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aum" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -6725,7 +6487,7 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aun" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 @@ -6733,7 +6495,7 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "auo" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -6744,20 +6506,20 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "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, @@ -6765,27 +6527,27 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "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 @@ -6804,13 +6566,9 @@ icon_state = "multi_tiles" }, /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{ dir = 10; @@ -6873,12 +6631,6 @@ }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/security) -"auM" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/security) "auO" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/secure_data{ @@ -6957,7 +6709,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{ @@ -6966,10 +6718,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" = ( @@ -6990,7 +6741,7 @@ /turf/open/asphalt/cement{ icon_state = "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 @@ -6999,23 +6750,17 @@ /turf/open/asphalt/cement{ icon_state = "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, @@ -7026,30 +6771,33 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 6; icon_state = "multi_tiles" }, -/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{ icon_state = "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 @@ -7057,18 +6805,18 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "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/central) "avs" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "avt" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -7077,33 +6825,33 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "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/central) "avv" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, /turf/open/floor/prison{ icon_state = "darkredfull2" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "avw" = ( /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "avx" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "avz" = ( /obj/effect/decal/strata_decals/grime/grime2, /obj/structure/coatrack, @@ -7113,13 +6861,13 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "darkredfull2" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "avB" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -7128,13 +6876,13 @@ 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; @@ -7144,32 +6892,32 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "avE" = ( /obj/effect/decal/strata_decals/grime/grime2{ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "avF" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "avG" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "avH" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/barricade/handrail/strata{ +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/turf/open/floor/strata{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outpost/canteen/personal_storage) "avJ" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -7179,7 +6927,7 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "avK" = ( /obj/item/clothing/shoes/snow, /obj/structure/surface/rack, @@ -7190,17 +6938,11 @@ /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{ icon_state = "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; @@ -7314,7 +7056,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" @@ -7354,8 +7096,7 @@ icon_state = "pottedplant_22" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata{ icon_state = "floor3" @@ -7379,10 +7120,6 @@ pixel_x = 1; pixel_y = 3 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata{ icon_state = "blue1" }, @@ -7399,10 +7136,6 @@ "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{ icon_state = "red1" }, @@ -7432,30 +7165,30 @@ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -7463,7 +7196,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -7472,40 +7205,32 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -7514,7 +7239,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -7522,19 +7247,19 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/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/central) "awI" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/cleanable/blood{ @@ -7542,7 +7267,7 @@ icon_state = "gib6" }, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "awJ" = ( /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/paths/north_outpost) @@ -7555,7 +7280,7 @@ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "awL" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -7567,7 +7292,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "awM" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -7580,14 +7305,14 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "awN" = ( /obj/structure/pipes/vents/pump{ dir = 8; id_tag = "mining_outpost_pump" }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "awP" = ( /obj/effect/decal/strata_decals/grime/grime3{ dir = 4 @@ -7597,7 +7322,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" @@ -7611,7 +7336,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "awR" = ( /obj/structure/barricade/handrail/strata{ dir = 4 @@ -7621,7 +7346,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) "awS" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/spray/cleaner, @@ -7631,7 +7356,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "awT" = ( /obj/structure/bed/chair{ dir = 8 @@ -7640,11 +7365,14 @@ dir = 4; icon_state = "floor3" }, -/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"; @@ -7656,34 +7384,42 @@ /turf/open/floor/prison{ icon_state = "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{ + dir = 10; + icon_state = "multi_tiles" + }, +/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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "axb" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -7691,7 +7427,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{ @@ -7751,8 +7487,17 @@ /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{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outpost/foyer) "axn" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata{ @@ -7788,12 +7533,12 @@ }, /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{ - dir = 10; - icon_state = "multi_tiles" +/obj/structure/platform/strata/metal, +/turf/open/floor/prison{ + icon_state = "darkyellowfull2" }, /area/strata/ag/interior/outpost/engi) "axu" = ( @@ -7801,10 +7546,13 @@ /turf/open/floor/strata{ icon_state = "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 @@ -7888,19 +7636,17 @@ }, /area/strata/ag/interior/outpost/canteen) "axK" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, +/obj/structure/machinery/cm_vending/sorted/marine_food, /turf/open/floor/strata{ - icon_state = "fake_wood" + dir = 4; + icon_state = "white_cyan1" }, -/area/strata/ag/interior/outpost/canteen) +/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, @@ -7915,10 +7661,6 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, /obj/effect/landmark/survivor_spawner, /turf/open/floor/interior/tatami, /area/strata/ag/interior/outpost/canteen) @@ -7929,14 +7671,14 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -7946,7 +7688,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "axR" = ( /obj/structure/window/reinforced/tinted{ dir = 4 @@ -7955,7 +7697,7 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "axS" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -7964,32 +7706,31 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/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, @@ -7997,18 +7738,18 @@ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -8017,35 +7758,35 @@ /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{ icon_state = "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{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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{ icon_state = "cement3" }, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "ayh" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 1 @@ -8053,7 +7794,7 @@ /turf/open/asphalt/cement{ icon_state = "cement4" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "ayj" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -8061,35 +7802,35 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "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/central) "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; @@ -8097,14 +7838,14 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ayq" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "ayr" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer1, @@ -8126,7 +7867,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, @@ -8138,11 +7879,14 @@ /obj/structure/bed/chair{ dir = 4 }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ayz" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 @@ -8156,7 +7900,7 @@ /turf/open/floor/prison{ icon_state = "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{ @@ -8166,14 +7910,14 @@ /turf/open/floor/prison{ icon_state = "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{ icon_state = "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, @@ -8209,16 +7953,15 @@ /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{ icon_state = "floor3" }, @@ -8231,14 +7974,11 @@ }, /area/strata/ag/interior/outpost/engi) "ayM" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/turf/open/floor/strata{ - icon_state = "floor3" +/obj/structure/machinery/light{ + dir = 8 }, -/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, @@ -8277,17 +8017,6 @@ }, /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{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/turf/open/floor/strata{ - icon_state = "red1" - }, -/area/strata/ag/interior/outpost/security) "aza" = ( /obj/item/poster, /obj/structure/closet/secure_closet/security/soro, @@ -8302,13 +8031,9 @@ }, /area/strata/ag/interior/outpost/security) "azd" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/strata{ - icon_state = "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, @@ -8349,17 +8074,15 @@ }, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "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{ dir = 10; icon_state = "multi_tiles" @@ -8378,14 +8101,14 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "azq" = ( /obj/structure/bed{ icon_state = "abed" @@ -8394,21 +8117,21 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "azr" = ( /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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 @@ -8416,30 +8139,30 @@ /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{ icon_state = "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{ icon_state = "orange_cover" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azA" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -8447,7 +8170,7 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azB" = ( /obj/structure/window/reinforced/tinted{ dir = 4 @@ -8455,7 +8178,7 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azC" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -8465,25 +8188,17 @@ dir = 4; icon_state = "cyan1" }, -/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) +/area/strata/ag/interior/mining_outpost/central) "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, @@ -8495,7 +8210,7 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azH" = ( /obj/structure/machinery/optable, /obj/effect/landmark/corpsespawner/russian, @@ -8507,7 +8222,7 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azI" = ( /obj/structure/machinery/bioprinter, /obj/structure/machinery/light/small{ @@ -8517,7 +8232,7 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azL" = ( /obj/structure/sink{ dir = 8; @@ -8529,7 +8244,7 @@ /turf/open/floor/strata{ icon_state = "orange_tile" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azM" = ( /obj/structure/mirror{ pixel_y = 24 @@ -8538,11 +8253,11 @@ /turf/open/floor/strata{ icon_state = "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, @@ -8550,7 +8265,7 @@ dir = 1 }, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "azR" = ( /obj/structure/bed/chair, /obj/structure/barricade/handrail/strata{ @@ -8558,7 +8273,7 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "azS" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 @@ -8567,7 +8282,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, @@ -8575,18 +8290,18 @@ "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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "azX" = ( /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "azZ" = ( /obj/effect/landmark/yautja_teleport, /turf/open/auto_turf/snow/brown_base/layer0, @@ -8597,12 +8312,6 @@ }, /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 @@ -8611,19 +8320,19 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aAe" = ( /obj/structure/platform_decoration/strata/metal, /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/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{ @@ -8633,7 +8342,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/exterior/outpost_decks) "aAh" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, @@ -8753,11 +8462,12 @@ }, /area/strata/ag/interior/outpost/engi) "aAx" = ( -/obj/structure/machinery/light/small{ - dir = 1 +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" }, -/turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/north_outpost) +/area/strata/ag/interior/mining_outpost/maintenance) "aAz" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -8768,8 +8478,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) @@ -8781,8 +8490,7 @@ }, /obj/item/device/flashlight/lamp, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata{ icon_state = "red1" @@ -8814,7 +8522,7 @@ }, /area/strata/ag/interior/outpost/security) "aAJ" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata{ @@ -8853,9 +8561,6 @@ /obj/effect/decal/cleanable/blood{ icon_state = "xgib4" }, -/obj/structure/machinery/light/small{ - dir = 1 - }, /turf/open/floor/strata{ dir = 4; icon_state = "white_cyan1" @@ -8916,23 +8621,23 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 4; icon_state = "floor3" }, -/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; @@ -8942,24 +8647,17 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ icon_state = "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{ @@ -8969,14 +8667,16 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBk" = ( -/obj/structure/machinery/light/small, -/obj/structure/bed/sofa/vert/grey/bot, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata{ - icon_state = "fake_wood" + icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/hive) "aBl" = ( /obj/effect/decal/cleanable/blood{ dir = 4; @@ -8986,7 +8686,7 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBm" = ( /obj/effect/decal/cleanable/blood{ dir = 4; @@ -9003,7 +8703,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -9013,14 +8713,14 @@ dir = 4; icon_state = "cyan1" }, -/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{ icon_state = "bcircuit" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBp" = ( /obj/structure/morgue, /turf/open/floor/strata{ @@ -9034,7 +8734,7 @@ 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 @@ -9042,7 +8742,7 @@ /turf/open/floor/strata{ icon_state = "orange_tile" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aBt" = ( /obj/structure/toilet{ dir = 1 @@ -9050,24 +8750,24 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -9077,23 +8777,23 @@ 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{ dir = 4; icon_state = "floor3" }, -/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, @@ -9181,16 +8881,12 @@ }, /area/strata/ag/interior/outpost/engi) "aBZ" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata{ - dir = 10; - icon_state = "multi_tiles" + dir = 4; + icon_state = "cyan2" }, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/mining_outpost/canteen) "aCa" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/strata{ @@ -9267,10 +8963,6 @@ "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{ dir = 4; icon_state = "cyan1" @@ -9278,7 +8970,7 @@ /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "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, @@ -9291,7 +8983,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -9301,7 +8993,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aCr" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" @@ -9310,11 +9002,10 @@ dir = 4; icon_state = "floor3" }, -/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 @@ -9323,12 +9014,12 @@ dir = 4; icon_state = "floor3" }, -/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 @@ -9340,25 +9031,25 @@ 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{ icon_state = "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 @@ -9370,11 +9061,11 @@ /turf/open/floor/strata{ icon_state = "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/mining_outpost/central) "aCE" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/maint/colony{ @@ -9384,13 +9075,13 @@ dir = 6; icon_state = "multi_tiles" }, -/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/central) "aCH" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/vents/pump{ @@ -9400,24 +9091,24 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aCI" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor{ icon_state = "bcircuit" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aCK" = ( /obj/structure/xenoautopsy/tank/larva, /turf/open/floor/strata{ dir = 4; icon_state = "cyan1" }, -/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 @@ -9426,7 +9117,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 @@ -9445,16 +9136,16 @@ "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" = ( @@ -9463,7 +9154,7 @@ dir = 8; icon_state = "multi_tiles" }, -/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{ @@ -9497,7 +9188,7 @@ "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"; @@ -9505,18 +9196,19 @@ 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, +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata{ - dir = 10; - icon_state = "multi_tiles" + dir = 4; + icon_state = "cyan1" }, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/med) "aDf" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -9537,7 +9229,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{ @@ -9592,7 +9284,7 @@ }, /area/strata/ag/interior/outpost/canteen) "aDq" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata{ @@ -9616,7 +9308,7 @@ /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 @@ -9626,28 +9318,22 @@ dir = 4; icon_state = "floor3" }, -/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) +/area/strata/ug/interior/jungle/structures/ruin) "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{ - icon_state = "floor3" - }, -/area/strata/ag/interior/dorms) +/area/strata/ug/interior/jungle/carplake/north) "aDD" = ( /obj/structure/closet, /obj/item/storage/pill_bottle/kelotane/skillless, @@ -9655,26 +9341,26 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "orange_cover" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aDH" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aDI" = ( /obj/structure/machinery/medical_pod/bodyscanner, /obj/structure/machinery/light/small{ @@ -9684,14 +9370,14 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aDJ" = ( /obj/structure/machinery/body_scanconsole, /turf/open/floor/strata{ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aDK" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -9703,7 +9389,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDL" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -9716,25 +9402,25 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDM" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDN" = ( /obj/effect/decal/strata_decals/grime/grime1, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDO" = ( /obj/effect/decal/strata_decals/grime/grime2, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDP" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aDQ" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/closed/wall/strata_ice/dirty, @@ -9743,11 +9429,11 @@ /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, @@ -9755,7 +9441,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aDV" = ( /obj/item/clothing/shoes/snow, /obj/structure/surface/rack, @@ -9768,14 +9454,14 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aDW" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aDX" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -9784,7 +9470,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aDY" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 @@ -9793,13 +9479,13 @@ dir = 8; icon_state = "multi_tiles" }, -/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 @@ -9808,7 +9494,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/exterior/outpost_decks) "aEb" = ( /obj/structure/bed/chair{ dir = 8 @@ -9831,7 +9517,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{ @@ -9842,9 +9528,6 @@ /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" }, -/obj/structure/machinery/light/small{ - dir = 8 - }, /turf/open/floor/strata{ icon_state = "floor3" }, @@ -9921,7 +9604,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 }, @@ -9948,18 +9630,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) -"aEs" = ( -/obj/structure/closet/crate/freezer/rations, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, -/turf/open/floor/strata{ - dir = 10; - icon_state = "multi_tiles" - }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aEt" = ( /obj/structure/sink{ dir = 8; @@ -9972,36 +9643,33 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aEu" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/groundsite/no_power/north, /obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aEv" = ( /obj/structure/curtain/medical, /turf/open/floor/strata{ icon_state = "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" @@ -10010,38 +9678,38 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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{ icon_state = "cement1" }, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aEH" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/strata{ icon_state = "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{ @@ -10050,54 +9718,53 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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/floor/strata{ + icon_state = "blue3" }, -/turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/north_outpost) +/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, @@ -10117,17 +9784,20 @@ "aEW" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aEX" = ( /obj/structure/reagent_dispensers/watertank, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aEY" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) "aFb" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata{ icon_state = "floor3" }, @@ -10200,7 +9870,7 @@ /turf/open/floor/strata{ icon_state = "red2" }, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aFk" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" @@ -10209,7 +9879,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/interior/outpost/med) "aFl" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -10222,9 +9892,8 @@ /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{ icon_state = "red1" @@ -10245,10 +9914,6 @@ /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; @@ -10334,7 +9999,7 @@ }, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "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" = ( @@ -10348,16 +10013,16 @@ /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) "aFz" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata{ @@ -10382,23 +10047,20 @@ }, /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{ dir = 10; icon_state = "multi_tiles" }, /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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aFG" = ( /obj/structure/toilet{ dir = 1 @@ -10407,7 +10069,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aFH" = ( /obj/structure/machinery/shower{ dir = 1 @@ -10425,34 +10087,34 @@ dir = 8; icon_state = "white_cyan2" }, -/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{ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aFJ" = ( /obj/structure/filingcabinet, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "aFL" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aFM" = ( /obj/structure/reagent_dispensers/beerkeg, /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aFN" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -10460,11 +10122,10 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, -/obj/effect/decal/cleanable/blood, /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aFO" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -10472,7 +10133,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aFP" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -10481,7 +10142,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -10491,7 +10152,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, @@ -10501,7 +10162,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -10511,34 +10172,29 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 8; icon_state = "orange_edge" }, -/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 @@ -10554,7 +10210,7 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aGd" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -10564,7 +10220,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 @@ -10575,7 +10231,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 @@ -10585,28 +10241,14 @@ 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{ dir = 4; icon_state = "floor3" }, -/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{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, -/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 @@ -10675,7 +10317,7 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" @@ -10693,16 +10335,13 @@ }, /area/strata/ag/interior/outpost/engi) "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{ - dir = 10; - icon_state = "multi_tiles" +/turf/open/floor/prison{ + icon_state = "darkyellowfull2" }, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/exterior/outpost_decks) "aGB" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -10714,7 +10353,7 @@ }, /area/strata/ag/interior/outpost/security) "aGC" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata, /area/strata/ag/interior/outpost/security) "aGD" = ( @@ -10753,10 +10392,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{ icon_state = "orange_cover" }, @@ -10787,20 +10422,10 @@ pixel_y = 3 }, /obj/item/reagent_container/food/condiment/saltshaker, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/prison{ icon_state = "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) "aGM" = ( /obj/item/stack/sandbags, /obj/structure/barricade/handrail/strata{ @@ -10825,9 +10450,6 @@ }, /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 @@ -10836,7 +10458,7 @@ dir = 6; icon_state = "multi_tiles" }, -/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, @@ -10844,7 +10466,7 @@ dir = 8; icon_state = "white_cyan2" }, -/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, @@ -10852,40 +10474,40 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "cement3" }, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aGY" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aGZ" = ( /obj/structure/reagent_dispensers/beerkeg, /obj/structure/barricade/handrail/strata, /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aHa" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 @@ -10893,24 +10515,21 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "white_cyan1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aHd" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" @@ -10920,7 +10539,7 @@ /turf/open/floor/strata{ icon_state = "white_cyan1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aHe" = ( /obj/structure/bed/chair{ dir = 8 @@ -10933,14 +10552,14 @@ dir = 8; icon_state = "orange_edge" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aHf" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/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) @@ -10950,7 +10569,7 @@ /turf/open/asphalt/cement{ icon_state = "cement15" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "aHj" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -10958,20 +10577,20 @@ }, /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{ dir = 4; icon_state = "floor3" }, -/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 @@ -10981,7 +10600,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aHo" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2 @@ -10992,16 +10611,11 @@ }, /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{ - icon_state = "floor3" + dir = 8; + icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/mining_outpost/maintenance) "aHr" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -11032,7 +10646,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) @@ -11045,10 +10659,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 @@ -11057,14 +10671,14 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aHC" = ( /obj/item/lightstick/red/planted, /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aHD" = ( /obj/structure/platform_decoration/strata/metal, /turf/open/floor/strata, @@ -11099,9 +10713,6 @@ /area/strata/ag/interior/outpost/security) "aHM" = ( /obj/item/stool, -/obj/structure/machinery/light/small{ - dir = 8 - }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "aHN" = ( @@ -11127,71 +10738,71 @@ dir = 8; icon_state = "multi_tiles" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aHU" = ( /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/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{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aHW" = ( /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 8; icon_state = "white_cyan2" }, -/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{ icon_state = "orange_cover" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aIg" = ( /obj/structure/platform/strata/metal{ dir = 8 @@ -11200,7 +10811,7 @@ /turf/open/asphalt/cement{ icon_state = "cement3" }, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aIh" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" @@ -11209,7 +10820,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aIi" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -11220,7 +10831,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "aIj" = ( /obj/structure/bed/chair{ dir = 4 @@ -11228,24 +10839,23 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aIk" = ( /turf/open/floor/strata{ icon_state = "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/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata{ icon_state = "white_cyan1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aIm" = ( /obj/item/ammo_magazine/shotgun/buckshot{ pixel_x = 6; @@ -11257,18 +10867,18 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "orange_tile" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aIo" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aIp" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/pizzabox/mushroom, @@ -11276,17 +10886,17 @@ /turf/open/floor/strata{ icon_state = "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 @@ -11295,12 +10905,12 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aIC" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aIG" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -11309,7 +10919,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aIH" = ( /obj/effect/decal/cleanable/generic, /obj/structure/platform/strata/metal{ @@ -11319,19 +10929,19 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aIL" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aIN" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aIP" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/ice/layer1, @@ -11339,7 +10949,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{ @@ -11354,10 +10964,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{ icon_state = "floor3" @@ -11386,13 +10996,12 @@ }, /area/strata/ag/interior/outpost/engi) "aIZ" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, +/obj/structure/largecrate/random/case/double, /turf/open/floor/strata{ - icon_state = "floor3" + dir = 10; + icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/foyer) "aJb" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/prison{ @@ -11400,51 +11009,22 @@ }, /area/strata/ag/interior/outpost/engi) "aJc" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, +/obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ - icon_state = "floor3" + dir = 10; + icon_state = "blue3" }, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/admin) "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{ - icon_state = "darkyellowfull2" - }, -/area/strata/ag/interior/outpost/engi) "aJf" = ( /obj/structure/bed/sofa/vert/grey/top, /turf/open/floor/strata{ icon_state = "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{ - icon_state = "red2" - }, -/area/strata/ug/interior/jungle/deep/structures/res) "aJl" = ( /obj/structure/platform/strata/metal{ dir = 4 @@ -11464,12 +11044,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{ @@ -11485,13 +11064,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{ - dir = 1; - pixel_y = 25 - }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/admin) "aJs" = ( @@ -11550,6 +11125,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" = ( @@ -11588,32 +11166,32 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aJI" = ( /obj/structure/barricade/wooden, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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) +/area/strata/ug/interior/jungle/structures/research/south) "aJO" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1 @@ -11622,7 +11200,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aJP" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib2" @@ -11630,20 +11208,20 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "orange_tile" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aJR" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aJS" = ( /obj/structure/bed/chair{ dir = 4 @@ -11656,22 +11234,22 @@ dir = 4; icon_state = "orange_edge" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aJT" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/bottle/vodka, /turf/open/floor/strata{ icon_state = "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 @@ -11681,30 +11259,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) "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 +/obj/structure/machinery/light, +/turf/open/floor/strata{ + icon_state = "fake_wood" }, -/turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/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 @@ -11713,7 +11288,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 @@ -11722,21 +11297,21 @@ 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; @@ -11746,32 +11321,33 @@ dir = 4; icon_state = "floor3" }, -/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{ - icon_state = "darkyellowfull2" +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 }, -/area/strata/ag/exterior/research_decks) +/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{ icon_state = "floor3" }, @@ -11806,7 +11382,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{ @@ -11816,7 +11392,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, @@ -11827,7 +11403,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{ @@ -11841,7 +11417,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -11865,9 +11441,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) @@ -11913,7 +11488,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -11941,9 +11516,6 @@ }, /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 @@ -11994,7 +11566,7 @@ "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 @@ -12019,7 +11591,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, @@ -12040,14 +11612,14 @@ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -12055,7 +11627,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aLg" = ( /obj/effect/decal/strata_decals/grime/grime4{ dir = 1 @@ -12063,7 +11635,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aLh" = ( /obj/effect/decal/cleanable/blood{ dir = 4; @@ -12072,7 +11644,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aLi" = ( /obj/effect/decal/cleanable/blood{ dir = 4; @@ -12082,7 +11654,7 @@ dir = 8; icon_state = "orange_edge" }, -/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, @@ -12090,19 +11662,29 @@ dir = 4; icon_state = "orange_edge" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aLk" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/structure/machinery/light/small, -/obj/effect/decal/strata_decals/grime/grime4, +/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{ + dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/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"; @@ -12115,16 +11697,16 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aLp" = ( /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "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, @@ -12132,7 +11714,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aLs" = ( /obj/structure/bed/chair{ dir = 8 @@ -12140,7 +11722,7 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aLt" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -12148,11 +11730,11 @@ /turf/open/floor/strata{ icon_state = "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; @@ -12161,7 +11743,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; @@ -12174,13 +11756,13 @@ 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 @@ -12189,7 +11771,7 @@ dir = 4; icon_state = "floor3" }, -/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, @@ -12197,6 +11779,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" = ( @@ -12211,7 +11796,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 @@ -12220,7 +11805,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{ @@ -12310,20 +11895,22 @@ /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{ dir = 8; icon_state = "multi_tiles" }, /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{ - icon_state = "blue1" + dir = 1; + icon_state = "blue3" }, /area/strata/ag/interior/outpost/admin) "aMg" = ( @@ -12331,7 +11918,8 @@ dir = 4 }, /turf/open/floor/strata{ - icon_state = "blue4" + dir = 1; + icon_state = "blue3" }, /area/strata/ag/interior/outpost/admin) "aMh" = ( @@ -12396,10 +11984,6 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /turf/open/floor/strata{ icon_state = "orange_cover" }, @@ -12407,10 +11991,6 @@ "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{ icon_state = "darkyellowfull2" }, @@ -12448,70 +12028,71 @@ dir = 4; icon_state = "white_cyan1" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aMu" = ( /turf/open/floor/strata{ dir = 4; icon_state = "white_cyan1" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aMv" = ( /obj/structure/bed, /turf/open/floor/strata{ dir = 4; icon_state = "white_cyan1" }, -/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{ icon_state = "orange_cover" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aMB" = ( /turf/open/floor/strata{ icon_state = "orange_tile" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aMC" = ( /obj/structure/bed/chair{ dir = 8 }, +/obj/structure/machinery/light, /turf/open/floor/strata{ icon_state = "orange_tile" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "aMD" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata{ icon_state = "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; @@ -12519,32 +12100,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"; @@ -12553,13 +12134,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/south_dormitories) "aMM" = ( /obj/structure/machinery/computer/station_alert{ dir = 4; @@ -12573,19 +12154,19 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ @@ -12595,7 +12176,7 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aMQ" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 @@ -12609,26 +12190,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 @@ -12658,17 +12239,15 @@ /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{ - icon_state = "darkyellowfull2" +/obj/item/tool/pen/blue, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" }, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/med) "aNb" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 @@ -12685,14 +12264,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" @@ -12711,25 +12290,25 @@ "aNj" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNl" = ( /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNm" = ( /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNo" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNp" = ( /obj/effect/decal/cleanable/generic, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aNq" = ( /obj/structure/platform_decoration/strata/metal, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNs" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ @@ -12788,12 +12367,12 @@ }, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "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 @@ -12804,18 +12383,18 @@ }, /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{ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -12823,7 +12402,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -12834,21 +12413,21 @@ dir = 4; icon_state = "white_cyan1" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aNF" = ( /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "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{ @@ -12857,18 +12436,18 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 6; icon_state = "multi_tiles" }, -/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, @@ -12880,11 +12459,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, @@ -12893,7 +12469,7 @@ /obj/item/tank/emergency_oxygen/engi, /obj/effect/decal/strata_decals/grime/grime3, /turf/open/asphalt/cement, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aNO" = ( /obj/structure/bed/chair{ dir = 4 @@ -12904,14 +12480,14 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "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/south_dormitories) "aNQ" = ( /obj/item/explosive/grenade/phosphorus, /obj/structure/surface/rack, @@ -12923,7 +12499,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -12931,7 +12507,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -12943,7 +12519,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aNT" = ( /obj/effect/spawner/random/toolbox, /obj/structure/surface/rack, @@ -12953,12 +12529,12 @@ dir = 4; icon_state = "floor3" }, -/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 @@ -12967,7 +12543,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aNW" = ( /obj/structure/closet/emcloset, /obj/effect/landmark/objective_landmark/close, @@ -12975,7 +12551,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aNX" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -12984,7 +12560,7 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aNZ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -12994,9 +12570,9 @@ /turf/open/floor/prison{ icon_state = "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" = ( @@ -13004,6 +12580,7 @@ icon_state = "pottedplant_21" }, /obj/structure/platform_decoration/strata/metal, +/obj/structure/machinery/light, /turf/open/floor/strata{ icon_state = "floor3" }, @@ -13092,6 +12669,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" = ( @@ -13134,16 +12712,16 @@ /turf/open/floor/strata{ icon_state = "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{ - icon_state = "blue1" +/obj/structure/machinery/light{ + dir = 8 }, -/area/strata/ag/interior/outpost/admin) +/turf/open/asphalt/cement, +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aOu" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -13153,26 +12731,15 @@ }, /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{ - icon_state = "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 - }, +/obj/effect/decal/cleanable/blood, /turf/open/floor/strata{ - icon_state = "blue1" + icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/mining_outpost/central) "aOx" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/camera/autoname{ @@ -13197,7 +12764,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{ @@ -13208,20 +12775,20 @@ "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, @@ -13238,14 +12805,11 @@ }, /area/strata/ag/interior/outpost/canteen) "aOK" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/strata{ - dir = 4; - icon_state = "white_cyan1" - }, -/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, @@ -13253,7 +12817,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aOM" = ( /obj/effect/decal/cleanable/blood{ layer = 3 @@ -13263,7 +12827,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -13271,37 +12835,36 @@ dir = 4; icon_state = "white_cyan1" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aOP" = ( /turf/open/floor/strata{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aOT" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aOU" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aOW" = ( /obj/structure/barricade/snow{ dir = 4 @@ -13310,41 +12873,41 @@ 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/south_dormitories) "aPb" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aPc" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aPd" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -13352,31 +12915,31 @@ 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 @@ -13385,7 +12948,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aPm" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/strata/ag/interior/outpost/admin) @@ -13395,7 +12958,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, @@ -13406,13 +12969,13 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "red1" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aPq" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -13420,20 +12983,20 @@ 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 @@ -13442,13 +13005,13 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aPx" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aPy" = ( /obj/structure/closet/bombcloset, /obj/item/clothing/suit/armor/bulletproof, @@ -13467,7 +13030,7 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aPB" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -13635,36 +13198,45 @@ /area/strata/ag/interior/outpost/admin) "aPT" = ( /obj/effect/decal/cleanable/generic, -/obj/structure/platform_decoration/strata/metal, /obj/item/lightstick/red/planted, +/obj/structure/platform/strata/metal, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/dorms_quad) +/area/strata/ag/exterior/paths/mining_outpost_exterior) "aPW" = ( -/obj/structure/barricade/handrail/strata, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/engi/drome) "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{ @@ -13685,7 +13257,7 @@ /area/strata/ag/interior/outpost/canteen/bar) "aQd" = ( /obj/structure/machinery/vending/dinnerware, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata, @@ -13713,7 +13285,7 @@ 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 @@ -13722,7 +13294,7 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQi" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -13752,11 +13324,11 @@ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQl" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQm" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xtracks" @@ -13774,85 +13346,80 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQp" = ( /obj/structure/machinery/light/small{ - dir = 4 + dir = 8 }, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 4; icon_state = "white_cyan1" }, -/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{ dir = 4; icon_state = "white_cyan1" }, -/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{ icon_state = "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{ icon_state = "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{ icon_state = "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{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/power/north, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aQB" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgibdown1" @@ -13861,25 +13428,24 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ icon_state = "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{ icon_state = "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{ @@ -13889,40 +13455,42 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aQH" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQI" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQK" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 1 +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/strata{ + icon_state = "multi_tiles" }, -/turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/interior/mining_outpost/hive) +"aQM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/west) "aQN" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aQP" = ( /obj/structure/platform/strata/metal, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aQQ" = ( /turf/open/floor/strata{ icon_state = "fake_wood" @@ -13941,43 +13509,45 @@ 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, +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/strata{ - icon_state = "fake_wood" + dir = 10; + icon_state = "multi_tiles" }, /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{ icon_state = "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 }, +/obj/structure/machinery/light, /turf/open/floor/strata{ - icon_state = "floor3" + dir = 4; + icon_state = "white_cyan1" }, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/mining_outpost/canteen) "aQY" = ( -/obj/structure/machinery/light/small, /obj/structure/barricade/handrail/strata{ dir = 8 }, +/obj/structure/machinery/light, /turf/open/floor/strata{ icon_state = "floor3" }, @@ -14019,7 +13589,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{ @@ -14031,6 +13601,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" = ( @@ -14047,14 +13618,6 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/water) -"aRk" = ( -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/turf/open/floor/strata{ - icon_state = "blue1" - }, -/area/strata/ag/interior/outpost/admin) "aRm" = ( /obj/structure/bed/chair{ dir = 8 @@ -14075,11 +13638,6 @@ /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) "aRp" = ( @@ -14087,7 +13645,7 @@ 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, @@ -14099,7 +13657,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aRs" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -14108,7 +13666,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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) @@ -14119,13 +13677,13 @@ /turf/open/asphalt/cement{ icon_state = "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{ @@ -14134,7 +13692,7 @@ /turf/open/asphalt/cement{ icon_state = "cement4" }, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "aRA" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -14142,34 +13700,34 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aRF" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aRG" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -14177,7 +13735,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aRI" = ( /obj/structure/noticeboard{ pixel_y = 32 @@ -14188,7 +13746,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aRJ" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -14196,7 +13754,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aRK" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -14204,7 +13762,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aRL" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -14217,7 +13775,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aRM" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -14228,39 +13786,29 @@ /turf/open/floor/strata{ icon_state = "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{ - dir = 6; - icon_state = "multi_tiles" - }, -/area/strata/ag/interior/outpost/engi) +/area/strata/ag/interior/outpost/foyer) "aRZ" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 @@ -14309,28 +13857,20 @@ }, /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{ - icon_state = "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{ icon_state = "floor3" }, @@ -14351,9 +13891,6 @@ }, /area/strata/ag/interior/outpost/admin) "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, @@ -14401,12 +13938,14 @@ }, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "aSs" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/strata{ - dir = 4; - icon_state = "white_cyan1" + dir = 6; + icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/canteen) +/area/strata/ag/interior/mining_outpost/maintenance) "aSt" = ( /obj/structure/bed/chair{ dir = 1 @@ -14418,6 +13957,7 @@ /area/strata/ag/interior/outpost/canteen) "aSu" = ( /obj/structure/machinery/vending/snack, +/obj/structure/machinery/light, /turf/open/floor/strata{ dir = 4; icon_state = "white_cyan1" @@ -14439,33 +13979,33 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aSz" = ( /turf/open/floor/prison{ icon_state = "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 @@ -14474,42 +14014,42 @@ /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "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{ icon_state = "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; @@ -14519,26 +14059,26 @@ dir = 6; icon_state = "multi_tiles" }, -/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/landing_zones/near_lz1) "aSS" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aST" = ( /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aSU" = ( /obj/structure/bookcase, /obj/item/book/manual/atmospipes, @@ -14546,19 +14086,19 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aSW" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aSX" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/landinglight/ds2{ @@ -14567,13 +14107,13 @@ /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aSZ" = ( /obj/structure/surface/rack, /obj/item/inflatable, @@ -14586,47 +14126,47 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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" @@ -14634,7 +14174,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aTt" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -14643,24 +14183,12 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ - dir = 6; - icon_state = "multi_tiles" - }, -/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" = ( @@ -14671,7 +14199,7 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aTz" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -14679,7 +14207,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -14797,7 +14325,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "aTQ" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -14813,7 +14341,7 @@ 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 @@ -14824,7 +14352,7 @@ }, /area/strata/ag/interior/outpost/admin) "aTU" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata{ @@ -14836,7 +14364,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 @@ -14854,7 +14382,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; @@ -14872,13 +14400,13 @@ /obj/effect/decal/cleanable/generic, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aUb" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/light/small{ +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light{ dir = 4 }, -/obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata{ icon_state = "orange_cover" }, @@ -14886,7 +14414,7 @@ "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 @@ -14895,7 +14423,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -14904,14 +14432,14 @@ /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 @@ -14922,10 +14450,10 @@ /turf/open/floor/strata{ icon_state = "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 @@ -14933,14 +14461,14 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aUr" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/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{ @@ -14978,76 +14506,66 @@ 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{ icon_state = "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{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, /obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/power/apc/groundsite/power/west, /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aUN" = ( /turf/open/floor/strata{ icon_state = "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{ - dir = 8; - icon_state = "multi_tiles" - }, -/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, @@ -15191,12 +14709,12 @@ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aVi" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aVj" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -15213,14 +14731,14 @@ "aVk" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aVl" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "aVm" = ( /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "aVn" = ( /obj/structure/filingcabinet, /obj/structure/barricade/handrail/strata{ @@ -15236,14 +14754,14 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aVq" = ( /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/marsh/river) "aVv" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aVx" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -15302,10 +14820,7 @@ /turf/open/floor/strata{ icon_state = "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"; @@ -15321,7 +14836,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -15331,39 +14846,39 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "aVK" = ( /turf/open/gm/coast/beachcorner2/south_east, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aVL" = ( /turf/open/gm/coast/beachcorner2/south_west, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aVM" = ( /turf/open/gm/coast/beachcorner2/north_east, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aVN" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fernybush_3" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/north_carp) +/area/strata/ug/interior/jungle/carplake/north) "aVP" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aVQ" = ( /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "aVR" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "aVS" = ( /turf/open/gm/coast/beachcorner/north_west, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "aVT" = ( /turf/open/gm/coast/beachcorner/north_east, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "aVW" = ( /obj/structure/platform/strata/metal{ dir = 8 @@ -15371,12 +14886,12 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -15388,30 +14903,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, @@ -15450,46 +14965,40 @@ /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, @@ -15497,34 +15006,31 @@ dir = 4; icon_state = "cyan1" }, -/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{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aWF" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aWG" = ( /turf/open/floor/strata{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aWK" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -15535,11 +15041,11 @@ dir = 8; icon_state = "multi_tiles" }, -/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 @@ -15601,13 +15107,10 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/groundsite/no_power/north, /obj/effect/landmark/objective_landmark/science, /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 @@ -15627,7 +15130,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{ @@ -15696,7 +15199,7 @@ 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; @@ -15706,37 +15209,37 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 8; icon_state = "multi_tiles" }, -/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 @@ -15745,7 +15248,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aXw" = ( /obj/structure/platform/strata/metal{ dir = 8 @@ -15753,50 +15256,46 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aXx" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/power/east, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "aXy" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/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) @@ -15804,29 +15303,29 @@ /obj/structure/surface/table, /obj/item/phone, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXI" = ( /obj/structure/bed, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXJ" = ( /obj/structure/surface/table, /obj/item/folder/blue, /obj/item/storage/pill_bottle/tramadol/skillless, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXK" = ( /obj/structure/bed, /obj/item/tool/lighter/random, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "aXO" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aXP" = ( /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "aXV" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -15835,20 +15334,20 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aXW" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aXY" = ( /obj/effect/decal/cleanable/generic, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "aXZ" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; @@ -15858,43 +15357,39 @@ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -15905,7 +15400,7 @@ /obj/structure/window/reinforced/tinted, /obj/structure/machinery/iv_drip, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "aYr" = ( /obj/effect/spawner/random/toolbox, /obj/effect/decal/cleanable/blood{ @@ -15914,26 +15409,26 @@ /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aYu" = ( /obj/structure/disposalpipe/segment, /obj/item/stack/catwalk, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "aYw" = ( /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/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{ icon_state = "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; @@ -15952,22 +15447,22 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "aYB" = ( /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aYD" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -15978,18 +15473,18 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aYE" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aYG" = ( /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "aYH" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6" @@ -16038,7 +15533,7 @@ "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 @@ -16070,15 +15565,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, @@ -16092,14 +15587,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 @@ -16117,7 +15612,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{ @@ -16137,29 +15632,19 @@ }, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/marsh/river) -"aZm" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, -/turf/open/floor/strata{ - dir = 10; - icon_state = "multi_tiles" - }, -/area/strata/ag/interior/outpost/gen/bball/nest) "aZn" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -16195,7 +15680,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 @@ -16229,7 +15714,7 @@ /turf/open/floor/strata{ icon_state = "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) @@ -16237,29 +15722,26 @@ /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{ icon_state = "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 @@ -16268,16 +15750,14 @@ 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{ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -16301,7 +15781,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "aZF" = ( /obj/structure/toilet, /obj/structure/curtain/medical, @@ -16309,7 +15789,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "aZG" = ( /obj/structure/sink{ dir = 4; @@ -16319,52 +15799,47 @@ dir = 8; icon_state = "white_cyan2" }, -/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) +/area/strata/ag/exterior/paths/flight_control_exterior) "aZQ" = ( /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "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, @@ -16381,14 +15856,11 @@ icon_state = "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{ icon_state = "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, @@ -16396,32 +15868,23 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ icon_state = "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 @@ -16430,17 +15893,19 @@ 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{ + icon_state = "cement3" + }, +/area/strata/ag/exterior/tcomms/mining_caves) "bal" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, @@ -16448,7 +15913,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bam" = ( /obj/item/tool/wrench, /obj/structure/pipes/standard/manifold/hidden/cyan{ @@ -16456,7 +15921,7 @@ }, /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ban" = ( /obj/structure/disposalpipe/broken{ dir = 1 @@ -16472,7 +15937,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bao" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -16485,7 +15950,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bap" = ( /obj/structure/bed/chair{ dir = 4 @@ -16494,16 +15959,16 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ - icon_state = "multi_tiles" + dir = 4; + icon_state = "cyan2" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/med) "bar" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -16511,14 +15976,13 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "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 @@ -16530,7 +15994,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bau" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -16543,17 +16007,17 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "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 @@ -16574,30 +16038,29 @@ 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, @@ -16605,26 +16068,26 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "baQ" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "baR" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -16632,7 +16095,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "baS" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6" @@ -16643,19 +16106,19 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "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 @@ -16663,7 +16126,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "baX" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -16684,7 +16147,7 @@ "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/foyer) "bbd" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -16692,7 +16155,7 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bbe" = ( /obj/structure/barricade/handrail/strata{ dir = 4 @@ -16724,10 +16187,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 @@ -16758,7 +16221,7 @@ /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bbo" = ( /obj/structure/bed/stool, /obj/structure/pipes/standard/simple/hidden/cyan{ @@ -16776,17 +16239,11 @@ /area/strata/ag/interior/outpost/admin) "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{ @@ -16864,12 +16321,8 @@ }, /area/strata/ag/interior/outpost/canteen/bar) "bbF" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, /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, @@ -16877,52 +16330,47 @@ /turf/open/floor/strata{ icon_state = "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 - }, -/turf/open/floor/strata{ - dir = 10; - icon_state = "multi_tiles" +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light{ + dir = 4 }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/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{ - dir = 1; - pixel_y = 25 - }, /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{ icon_state = "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" @@ -16931,7 +16379,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ug/interior/outpost/jung/dorms/admin4) +/area/strata/ug/interior/outpost/underground_dorms/admin4) "bbT" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -16941,13 +16389,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" @@ -16958,7 +16406,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -16969,46 +16417,40 @@ }, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/marsh/river) -"bcd" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/obj/structure/barricade/snow{ - dir = 1 - }, -/turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +"bcb" = ( +/obj/structure/sign/nosmoking_2, +/turf/closed/wall/strata_outpost, +/area/strata/ag/exterior/caves/shed_five_caves) "bce" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bcf" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "bcg" = ( /obj/item/lightstick/red/planted, /obj/structure/barricade/snow{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bch" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bcj" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bck" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -17016,17 +16458,17 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ @@ -17071,26 +16513,29 @@ /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 @@ -17099,19 +16544,19 @@ /turf/open/floor/strata{ icon_state = "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; @@ -17119,7 +16564,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 @@ -17130,26 +16575,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 @@ -17163,26 +16599,19 @@ /turf/open/floor/strata{ icon_state = "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 + dir = 1 }, /turf/open/floor/strata{ icon_state = "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) +/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 @@ -17191,13 +16620,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 @@ -17210,12 +16642,12 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bcY" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bda" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 2; @@ -17225,36 +16657,36 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bdd" = ( /obj/item/tool/crowbar, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bde" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bdg" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -17262,7 +16694,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bdi" = ( /obj/structure/bed/chair{ dir = 1 @@ -17271,7 +16703,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, @@ -17283,20 +16715,20 @@ "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{ icon_state = "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, @@ -17324,7 +16756,7 @@ /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata{ icon_state = "blue1" }, @@ -17349,23 +16781,23 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bdx" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bdy" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bdA" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bdB" = ( /obj/structure/platform/strata, /obj/item/lightstick/red/planted, @@ -17377,10 +16809,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, @@ -17390,7 +16818,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, @@ -17413,7 +16841,7 @@ /area/strata/ag/interior/outpost/admin) "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, @@ -17424,24 +16852,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, @@ -17460,25 +16888,25 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -17495,20 +16923,20 @@ 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{ @@ -17546,7 +16974,8 @@ /area/strata/ag/interior/outpost/admin) "bei" = ( /obj/effect/decal/cleanable/blood/oil, -/turf/open/auto_turf/snow/brown_base/layer1, +/obj/structure/machinery/power/apc/groundsite/no_power/north, +/turf/open/floor/plating, /area/strata/ag/exterior/marsh/river) "bek" = ( /obj/structure/platform/strata, @@ -17559,7 +16988,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 @@ -17572,13 +17001,13 @@ /area/strata/ag/interior/outpost/admin) "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{ @@ -17606,22 +17035,21 @@ 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{ dir = 4; icon_state = "floor3" }, -/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{ @@ -17630,7 +17058,7 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bez" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -17647,7 +17075,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -17655,19 +17083,19 @@ dir = 10; icon_state = "multi_tiles" }, -/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; @@ -17686,22 +17114,22 @@ /turf/open/floor/strata{ icon_state = "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; @@ -17709,7 +17137,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 @@ -17724,17 +17152,17 @@ 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" @@ -17742,38 +17170,40 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "beT" = ( /obj/structure/machinery/photocopier, /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "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 @@ -17783,14 +17213,14 @@ /turf/open/floor/strata{ icon_state = "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 @@ -17799,38 +17229,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 @@ -17839,24 +17269,24 @@ 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{ icon_state = "red1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bfn" = ( /obj/effect/decal/warning_stripes{ icon_state = "N" @@ -17867,20 +17297,20 @@ /turf/open/floor/strata{ icon_state = "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 @@ -17889,15 +17319,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"; @@ -17907,7 +17337,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bfv" = ( /obj/structure/machinery/weather_siren{ dir = 8; @@ -17915,7 +17345,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, @@ -17924,14 +17354,14 @@ }, /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" @@ -17940,42 +17370,35 @@ dir = 8; icon_state = "multi_tiles" }, -/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{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "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{ - dir = 8; - icon_state = "multi_tiles" + icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/foyer) +/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; @@ -17991,14 +17414,13 @@ /turf/closed/wall/strata_outpost, /area/strata/ag/interior/outpost/admin) "bfO" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, +/obj/structure/surface/rack, +/obj/item/ammo_magazine/rifle/type71, /turf/open/floor/strata{ - dir = 6; + dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outside/bball) "bfP" = ( /turf/open/floor/strata{ dir = 6; @@ -18006,15 +17428,17 @@ }, /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, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata{ - dir = 6; - icon_state = "multi_tiles" + dir = 4; + icon_state = "floor3" }, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outside/engineering/parts_storage) "bfS" = ( /obj/structure/sign/safety/maint, /turf/closed/wall/strata_outpost, @@ -18037,9 +17461,6 @@ icon_state = "multi_tiles" }, /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, @@ -18097,17 +17518,14 @@ }, /area/strata/ag/interior/outpost/engi/drome) "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{ - icon_state = "floor3" + dir = 10; + icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ug/interior/outpost/platform) "bgg" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata{ @@ -18116,13 +17534,13 @@ /area/strata/ag/interior/outpost/engi/drome) "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{ @@ -18142,14 +17560,14 @@ 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) +/area/strata/ag/interior/outside/bball/cave) "bgp" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -18162,57 +17580,57 @@ "bgq" = ( /obj/structure/fence, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "bgr" = ( /obj/structure/fence, /obj/structure/platform_decoration/strata/metal{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgs" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgt" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgu" = ( /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgv" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgw" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgx" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgy" = ( /obj/structure/platform_decoration/strata, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bgz" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -18237,57 +17655,56 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bgF" = ( /obj/structure/platform/strata, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "bgG" = ( /obj/effect/decal/cleanable/generic, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgH" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgI" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgJ" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgK" = ( /turf/open/floor/interior/tatami, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "bgL" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/asphalt/cement{ icon_state = "cement4" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "bgM" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgN" = ( /obj/structure/platform/strata/metal{ dir = 4 @@ -18296,7 +17713,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bgO" = ( /obj/item/stack/snow, /obj/structure/barricade/handrail/strata{ @@ -18309,7 +17726,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, @@ -18336,7 +17753,7 @@ "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" @@ -18344,18 +17761,21 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -18363,25 +17783,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, @@ -18391,7 +17811,7 @@ 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 @@ -18399,7 +17819,7 @@ /turf/open/floor/strata{ icon_state = "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; @@ -18409,13 +17829,13 @@ dir = 8; icon_state = "multi_tiles" }, -/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 @@ -18424,7 +17844,7 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bht" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -18465,7 +17885,7 @@ 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 @@ -18474,11 +17894,11 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhz" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/administration) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/administration) "bhA" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -18486,7 +17906,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -18503,13 +17923,13 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhD" = ( /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhE" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -18526,7 +17946,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhG" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -18538,12 +17958,12 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhH" = ( /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhI" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -18552,7 +17972,7 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhJ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 @@ -18597,13 +18017,13 @@ 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{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bhR" = ( /obj/structure/closet, /turf/open/auto_turf/snow/brown_base/layer2, @@ -18614,20 +18034,20 @@ /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{ dir = 8; icon_state = "multi_tiles" }, -/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{ @@ -18642,15 +18062,13 @@ /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{ - dir = 6; - icon_state = "multi_tiles" +/turf/open/floor/prison{ + icon_state = "darkyellowfull2" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/engi) "bia" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer2, @@ -18660,7 +18078,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bic" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer1, @@ -18674,70 +18092,67 @@ 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{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bij" = ( -/obj/structure/machinery/vending/snack, -/obj/structure/machinery/light/small, +/obj/structure/machinery/space_heater, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata{ - dir = 6; - icon_state = "multi_tiles" + icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outside/bball) "bik" = ( -/obj/structure/machinery/vending/coffee, +/obj/structure/largecrate/random/case/small, /turf/open/floor/strata{ - dir = 6; + dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bil" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/clipboard, /turf/open/floor/strata{ icon_state = "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 @@ -18748,7 +18163,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, @@ -18758,33 +18173,36 @@ 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{ icon_state = "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{ icon_state = "floor3" }, @@ -18794,7 +18212,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 @@ -18802,7 +18220,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) @@ -18821,9 +18239,6 @@ /obj/item/device/flashlight/lamp{ pixel_y = 11 }, -/obj/structure/machinery/light/small{ - dir = 4 - }, /turf/open/floor/strata{ icon_state = "floor3" }, @@ -18834,13 +18249,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{ @@ -18869,8 +18284,7 @@ dir = 1 }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata{ dir = 10; @@ -18915,8 +18329,7 @@ "bja" = ( /obj/structure/machinery/vending/snack, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata{ icon_state = "blue1" @@ -18952,14 +18365,14 @@ }, /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{ - icon_state = "multi_tiles" + icon_state = "orange_cover" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/outpost/engi/drome) "bjh" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/strata{ @@ -18993,7 +18406,7 @@ /turf/open/floor/strata{ icon_state = "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" @@ -19029,11 +18442,11 @@ /area/strata/ag/interior/outpost/canteen) "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{ @@ -19063,7 +18476,7 @@ "bjC" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bjE" = ( /obj/structure/platform_decoration/strata{ dir = 8 @@ -19076,20 +18489,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 @@ -19098,24 +18511,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) @@ -19124,17 +18537,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 @@ -19152,32 +18565,35 @@ 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{ + icon_state = "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 @@ -19189,7 +18605,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) @@ -19198,26 +18614,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, @@ -19244,13 +18660,13 @@ 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{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bku" = ( /obj/structure/window/reinforced/tinted{ dir = 1 @@ -19263,27 +18679,29 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkv" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, -/turf/closed/wall/strata_outpost, -/area/strata/ag/interior/administration) -"bkw" = ( -/obj/structure/window/reinforced/tinted, -/obj/item/device/flashlight/lamp, +/obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/light/small{ dir = 8 }, -/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight/lamp, +/obj/structure/window/reinforced/tinted, +/turf/open/floor/strata{ + icon_state = "blue1" + }, +/area/strata/ag/interior/outside/administration) +"bkw" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 }, /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkx" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -19292,11 +18710,11 @@ dir = 4; icon_state = "floor3" }, -/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" @@ -19305,14 +18723,14 @@ dir = 1 }, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkA" = ( /obj/effect/decal/strata_decals/grime/grime2{ dir = 8 }, /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkB" = ( /obj/structure/window/framed/strata, /obj/structure/pipes/standard/simple/hidden/cyan{ @@ -19322,7 +18740,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkC" = ( /obj/structure/bed/chair{ dir = 4 @@ -19331,7 +18749,7 @@ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkE" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -19340,28 +18758,28 @@ dir = 4 }, /turf/open/asphalt/cement, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bkF" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bkG" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bkH" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bkI" = ( /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "bkJ" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -19374,26 +18792,29 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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 @@ -19402,7 +18823,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 @@ -19411,7 +18832,7 @@ 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{ @@ -19431,18 +18852,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{ - dir = 10; - icon_state = "multi_tiles" - }, -/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) @@ -19451,31 +18865,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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bli" = ( /obj/structure/machinery/disposal, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "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{ icon_state = "floor3" @@ -19486,146 +18900,136 @@ 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{ icon_state = "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{ icon_state = "blue1" @@ -19742,7 +19146,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 @@ -19754,18 +19158,15 @@ /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 }, @@ -19782,109 +19183,106 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/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, @@ -19905,26 +19303,26 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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, @@ -19959,65 +19357,65 @@ /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{ icon_state = "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{ icon_state = "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{ @@ -20029,7 +19427,7 @@ /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; @@ -20039,7 +19437,7 @@ dir = 8; icon_state = "white_cyan2" }, -/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, @@ -20056,13 +19454,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 @@ -20078,23 +19476,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 @@ -20107,19 +19505,17 @@ dir = 8; icon_state = "white_cyan2" }, -/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{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bnU" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -20133,15 +19529,15 @@ /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 @@ -20149,24 +19545,24 @@ /turf/open/floor/strata{ icon_state = "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 @@ -20178,21 +19574,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{ @@ -20202,13 +19598,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" @@ -20219,59 +19615,57 @@ /turf/open/floor/strata{ icon_state = "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{ - icon_state = "blue1" +/turf/open/floor/prison{ + icon_state = "darkyellowfull2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/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{ icon_state = "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{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bou" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -20280,26 +19674,26 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "boy" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6" @@ -20310,20 +19704,20 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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, @@ -20334,7 +19728,7 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "boE" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 @@ -20356,7 +19750,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 @@ -20365,14 +19759,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"; @@ -20383,7 +19777,7 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "boL" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -20392,7 +19786,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "boM" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/barricade/snow{ @@ -20400,11 +19794,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{ dir = 4; icon_state = "floor3" @@ -20446,13 +19843,13 @@ 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 @@ -20461,7 +19858,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "boV" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -20470,22 +19867,21 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ icon_state = "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 @@ -20494,38 +19890,35 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "boZ" = ( /obj/structure/platform/strata{ dir = 1 }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpa" = ( /obj/structure/platform_decoration/strata{ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpc" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpd" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 }, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bpe" = ( /obj/structure/closet/emcloset, /obj/item/coin/marine/engineer, -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/item/storage/pill_bottle/kelotane/skillless, /obj/item/stack/sheet/mineral/plastic, /obj/item/stack/sheet/mineral/plastic, @@ -20534,32 +19927,32 @@ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -20570,46 +19963,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"; @@ -20617,7 +20010,7 @@ 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{ @@ -20627,7 +20020,7 @@ "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, @@ -20638,15 +20031,15 @@ "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{ @@ -20673,14 +20066,14 @@ }, /area/strata/ag/interior/outpost/admin) "bpH" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/bottle/sake, /obj/structure/machinery/light/small{ dir = 8 }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 }, +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/bottle/sake, /turf/open/floor/strata{ icon_state = "blue1" }, @@ -20744,14 +20137,14 @@ }, /area/strata/ag/interior/outpost/engi/drome) "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{ icon_state = "floor3" }, @@ -20770,16 +20163,16 @@ /turf/open/floor/strata{ icon_state = "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 @@ -20787,12 +20180,9 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 6; icon_state = "multi_tiles" @@ -20800,29 +20190,21 @@ /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{ - dir = 1; - pixel_y = 25 - }, /turf/open/floor/strata{ dir = 4; icon_state = "cyan1" }, -/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; @@ -20838,7 +20220,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 @@ -20863,11 +20245,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 @@ -20880,45 +20262,45 @@ "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) +/area/strata/ag/exterior/paths/south_outpost) "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/ug/exterior/jungle/carplake_center) "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/exterior/paths/south_outpost) "bqA" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 @@ -20929,29 +20311,29 @@ /obj/item/clothing/suit/storage/snow_suit/doctor, /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqF" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqG" = ( /obj/structure/largecrate/random/secure, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqH" = ( /obj/structure/largecrate/random/secure, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqJ" = ( /obj/structure/machinery/colony_floodlight, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqK" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bqM" = ( /obj/structure/platform_decoration/strata, /turf/open/auto_turf/snow/brown_base/layer2, @@ -20982,13 +20364,13 @@ 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 @@ -20996,18 +20378,18 @@ /turf/open/floor/strata{ icon_state = "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, @@ -21030,50 +20412,40 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "brh" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) -"brj" = ( -/turf/open/floor/strata, -/area/strata/ag/interior/disposals) +/area/strata/ag/exterior/paths/south_outpost) "brk" = ( /obj/structure/largecrate/random/barrel/yellow, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brm" = ( /obj/structure/platform_decoration/strata{ dir = 1 }, /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brn" = ( /turf/open/asphalt/cement{ icon_state = "cement12" }, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "bro" = ( /obj/item/storage/box/masks{ pixel_x = -5; @@ -21082,15 +20454,15 @@ /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, @@ -21098,11 +20470,11 @@ dir = 8; icon_state = "white_cyan2" }, -/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, @@ -21110,25 +20482,25 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bru" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "brx" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6" @@ -21138,30 +20510,32 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "brE" = ( /obj/structure/platform/strata{ dir = 4 @@ -21176,9 +20550,12 @@ /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{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/hive) "brH" = ( /obj/structure/platform_decoration/strata{ dir = 1 @@ -21208,23 +20585,23 @@ 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{ icon_state = "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, @@ -21233,7 +20610,7 @@ /obj/structure/platform/strata/metal, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "brV" = ( /obj/structure/prop/power_transformer, /turf/open/auto_turf/snow/brown_base/layer1, @@ -21243,15 +20620,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 @@ -21288,6 +20665,9 @@ /area/strata/ag/exterior/marsh/center) "bsk" = ( /obj/effect/decal/cleanable/blood, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -21305,14 +20685,14 @@ 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{ @@ -21321,7 +20701,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -21343,14 +20723,14 @@ 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{ dir = 4; icon_state = "floor3" }, -/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, @@ -21362,7 +20742,7 @@ "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{ dir = 8; @@ -21381,7 +20761,7 @@ /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /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{ @@ -21391,11 +20771,11 @@ dir = 6; icon_state = "multi_tiles" }, -/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 @@ -21404,7 +20784,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/foyer) +/area/strata/ag/interior/outpost/foyer) "bsB" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 @@ -21414,14 +20794,6 @@ icon_state = "multi_tiles" }, /area/strata/ag/interior/outpost/admin) -"bsC" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata{ - icon_state = "floor3" - }, -/area/strata/ag/interior/outpost/admin) "bsD" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata{ @@ -21475,15 +20847,17 @@ /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{ dir = 10; @@ -21493,7 +20867,7 @@ "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 @@ -21519,7 +20893,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "bsT" = ( /obj/structure/platform/strata{ dir = 8 @@ -21534,7 +20908,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 @@ -21548,7 +20922,7 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bsY" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 @@ -21590,28 +20964,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/exterior/paths/south_outpost) "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/exterior/paths/south_outpost) "bti" = ( /obj/item/storage/pill_bottle/russianRed, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "btk" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 @@ -21636,13 +21010,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 @@ -21652,10 +21026,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" @@ -21663,12 +21037,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/exterior/paths/south_outpost) "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/exterior/paths/south_outpost) "bty" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer3, @@ -21680,7 +21054,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -21702,7 +21076,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{ icon_state = "fake_wood" @@ -21713,7 +21087,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{ @@ -21736,17 +21110,17 @@ dir = 4; icon_state = "floor3" }, -/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 @@ -21754,82 +21128,51 @@ /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "btU" = ( /obj/structure/closet, /turf/open/floor/strata{ icon_state = "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/exterior/paths/south_outpost) "btZ" = ( /obj/effect/spawner/random/tool, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "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/exterior/paths/south_outpost) "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{ - dir = 10; - icon_state = "multi_tiles" - }, -/area/strata/ag/interior/outpost/gen/bball/nest) "bud" = ( /obj/structure/bed/chair{ dir = 1 @@ -21838,7 +21181,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -21854,15 +21197,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/exterior/paths/south_outpost) "bum" = ( /obj/effect/decal/cleanable/ash, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "buo" = ( /obj/structure/bed/chair{ dir = 4 @@ -21919,7 +21262,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -21948,19 +21291,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, @@ -21974,27 +21317,27 @@ 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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "buQ" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -22003,14 +21346,14 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "buR" = ( /obj/structure/bookcase, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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, @@ -22022,7 +21365,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "buU" = ( /obj/item/stack/rods, /turf/open/floor/strata{ @@ -22040,22 +21383,20 @@ }, /area/strata/ag/interior/outpost/med) "buW" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, +/obj/structure/machinery/washing_machine, /turf/open/floor/strata{ dir = 8; - icon_state = "white_cyan3" + icon_state = "white_cyan2" }, -/area/strata/ag/interior/outpost/med) +/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{ - icon_state = "floor2" + icon_state = "blue4" }, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/admin) "buY" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ @@ -22144,15 +21485,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, @@ -22163,15 +21504,15 @@ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -22180,11 +21521,11 @@ /obj/structure/cargo_container/ferret/right, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "bvy" = ( /obj/item/clothing/suit/storage/snow_suit/doctor, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bvz" = ( /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi/drome) @@ -22193,7 +21534,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, @@ -22203,13 +21544,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" @@ -22217,15 +21558,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/exterior/paths/south_outpost) "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) @@ -22238,21 +21579,21 @@ "bvM" = ( /obj/item/lightstick/red/planted, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bvN" = ( /obj/structure/closet/bodybag, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bvO" = ( /obj/structure/bed{ icon_state = "abed" }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "bvP" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bvQ" = ( /obj/structure/surface/rack, /obj/item/storage/belt/utility/full, @@ -22267,53 +21608,54 @@ 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/exterior/paths/south_outpost) "bvV" = ( /obj/structure/bed/roller, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "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{ + dir = 6; + icon_state = "multi_tiles" + }, +/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/exterior/paths/south_outpost) "bwf" = ( -/obj/structure/largecrate/random/case/double, -/obj/structure/machinery/light/small{ - dir = 1 +/obj/structure/machinery/light/small, +/turf/open/floor/strata{ + icon_state = "floor3" }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/outpost/canteen/lower_cafeteria) "bwg" = ( /obj/structure/platform_decoration/strata{ dir = 4 @@ -22322,32 +21664,28 @@ /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{ + icon_state = "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{ + dir = 4; + icon_state = "white_cyan1" + }, +/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" @@ -22359,7 +21697,7 @@ 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" @@ -22378,7 +21716,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" @@ -22393,34 +21731,34 @@ 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 @@ -22429,31 +21767,31 @@ dir = 4; icon_state = "floor3" }, -/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"; @@ -22464,17 +21802,17 @@ /turf/open/asphalt/cement{ icon_state = "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, @@ -22486,33 +21824,33 @@ 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{ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -22521,28 +21859,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{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/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 @@ -22551,34 +21879,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{ @@ -22586,66 +21908,61 @@ }, /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{ icon_state = "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{ icon_state = "fake_wood" }, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bxn" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, /obj/structure/kitchenspike, /turf/open/floor/strata{ icon_state = "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{ icon_state = "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 @@ -22654,62 +21971,58 @@ dir = 4; icon_state = "floor3" }, -/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{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/power/north, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bxF" = ( /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/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 @@ -22717,26 +22030,20 @@ /turf/open/floor/prison{ icon_state = "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 - }, -/turf/open/floor/strata{ - dir = 4; - icon_state = "floor3" +/obj/structure/machinery/light{ + dir = 4 }, -/area/strata/ag/interior/outpost/med) +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/paths/flight_control_exterior) "bxM" = ( /obj/structure/bed/chair/comfy{ dir = 4 @@ -22782,22 +22089,25 @@ dir = 4 }, /turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bxR" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "bxS" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "bxT" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /obj/item/stack/rods, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -22820,7 +22130,7 @@ 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{ @@ -22833,7 +22143,7 @@ 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 @@ -22842,13 +22152,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 @@ -22857,15 +22167,15 @@ dir = 8 }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "byc" = ( /obj/structure/flora/grass/tallgrass/ice/corner, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/island_marshes) "byd" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "bye" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -22881,11 +22191,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" = ( @@ -22896,9 +22208,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" = ( @@ -22908,34 +22221,36 @@ /turf/open/floor/strata{ icon_state = "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" = ( @@ -22960,13 +22275,13 @@ /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, @@ -22974,7 +22289,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{ @@ -22982,7 +22297,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, @@ -23011,28 +22326,12 @@ icon_state = "floor2" }, /area/strata/ag/interior/outpost/med) -"bzc" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/turf/open/floor/strata{ - icon_state = "floor3" - }, -/area/strata/ag/interior/outpost/admin) "bzd" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata{ - icon_state = "floor3" +/obj/structure/machinery/light{ + dir = 8 }, -/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" @@ -23052,9 +22351,6 @@ icon_state = "cyan1" }, /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 @@ -23143,13 +22439,6 @@ icon_state = "fake_wood" }, /area/strata/ag/interior/outpost/engi/drome) -"bzx" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) "bzG" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications{ @@ -23163,32 +22452,26 @@ }, /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{ dir = 10; icon_state = "multi_tiles" }, -/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{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bzN" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bzR" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata{ @@ -23201,24 +22484,21 @@ 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{ icon_state = "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{ @@ -23229,15 +22509,12 @@ "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{ icon_state = "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 @@ -23256,30 +22533,16 @@ }, /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 @@ -23287,14 +22550,14 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAG" = ( /obj/effect/decal/strata_decals/grime/grime1{ dir = 4 @@ -23302,7 +22565,7 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAH" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/emails, @@ -23310,16 +22573,14 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAI" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/turf/open/floor/strata{ - icon_state = "floor3" +/obj/structure/platform/strata{ + dir = 8 }, -/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 @@ -23327,7 +22588,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAK" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -23335,7 +22596,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAL" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -23347,7 +22608,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bAM" = ( /obj/structure/machinery/alarm{ dir = 8; @@ -23357,17 +22618,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) +/area/strata/ag/interior/outside/administration) "bAR" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -23402,12 +22666,12 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bBr" = ( /obj/structure/flora/bush/ausbushes/genericbush, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "bBB" = ( /turf/open/floor/strata{ dir = 4; @@ -23419,12 +22683,12 @@ 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 @@ -23434,7 +22698,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bBT" = ( /turf/open/floor/strata{ icon_state = "white_cyan3" @@ -23500,11 +22764,11 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bCm" = ( /obj/structure/filingcabinet, /obj/structure/machinery/light/small{ @@ -23566,18 +22830,17 @@ }, /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{ - dir = 8; - icon_state = "white_cyan2" + dir = 10; + icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/outpost/engi/drome) "bCx" = ( /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /turf/open/floor/strata{ dir = 8; @@ -23600,14 +22863,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{ - icon_state = "orange_cover" +/obj/structure/machinery/light{ + dir = 8 }, -/area/strata/ag/interior/outpost/engi/drome) +/turf/open/asphalt/cement, +/area/strata/ag/interior/outside/administration) "bCH" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -23637,7 +22900,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -23654,7 +22917,7 @@ /obj/structure/window/reinforced/tinted, /obj/structure/machinery/iv_drip, /turf/open/floor/interior/plastic, -/area/strata/ag/interior/paths/cabin_area/central) +/area/strata/ag/interior/outside/wooden_hospital) "bCY" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -23673,12 +22936,12 @@ /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{ icon_state = "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, @@ -23696,7 +22959,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bDr" = ( /obj/structure/machinery/photocopier, /turf/open/floor/strata{ @@ -23726,15 +22989,6 @@ icon_state = "orange_cover" }, /area/strata/ag/interior/outpost/engi/drome) -"bDv" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, -/turf/open/floor/strata{ - icon_state = "multi_tiles" - }, -/area/strata/ag/interior/dorms/hive) "bDy" = ( /obj/item/storage/box/ids, /obj/structure/surface/rack, @@ -23764,13 +23018,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{ @@ -23778,7 +23032,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 @@ -23788,21 +23042,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/ug/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) @@ -23812,7 +23066,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{ @@ -23824,11 +23078,12 @@ /obj/structure/machinery/light/small{ dir = 8 }, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/strata{ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bEh" = ( /obj/structure/platform/strata{ dir = 4 @@ -23842,13 +23097,13 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bEE" = ( /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bER" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 @@ -23869,23 +23124,6 @@ }, /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, @@ -23893,14 +23131,14 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bFg" = ( /obj/item/ammo_magazine/rifle/type71, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -23920,7 +23158,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bFs" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -23937,7 +23175,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bFv" = ( /turf/open/floor/strata{ dir = 8; @@ -23962,7 +23200,7 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bFC" = ( /obj/structure/noticeboard{ pixel_y = 32 @@ -23971,22 +23209,19 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bFF" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ icon_state = "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 @@ -23995,24 +23230,24 @@ dir = 4; icon_state = "floor3" }, -/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{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bGd" = ( /obj/structure/pipes/vents/pump{ dir = 8; @@ -24037,23 +23272,15 @@ dir = 4; icon_state = "floor3" }, -/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{ - icon_state = "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" @@ -24113,7 +23340,7 @@ /turf/open/floor/strata{ icon_state = "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" @@ -24121,23 +23348,30 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bGO" = ( /turf/open/floor/strata{ icon_state = "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{ - icon_state = "floor3" + icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outside/checkpoints/west) +"bHo" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/area/strata/ag/interior/outpost/security) "bHp" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -24150,9 +23384,6 @@ /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 4 - }, /turf/open/floor/strata{ icon_state = "floor3" }, @@ -24171,12 +23402,14 @@ }, /area/strata/ag/interior/outpost/med) "bHt" = ( -/obj/structure/window/framed/strata/reinforced, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "bHy" = ( /obj/structure/machinery/optable, /obj/item/tank/anesthetic, @@ -24203,15 +23436,16 @@ }, /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{ - dir = 8; - icon_state = "white_cyan2" + icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/admin) +/area/strata/ag/interior/mining_outpost/hive) "bHE" = ( /turf/open/floor/strata{ dir = 8; @@ -24278,7 +23512,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bHT" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -24290,7 +23524,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bHV" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -24298,7 +23532,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -24312,7 +23546,7 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bIb" = ( /obj/effect/decal/cleanable/ash, /turf/open/floor/strata{ @@ -24356,13 +23590,13 @@ /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 @@ -24370,12 +23604,14 @@ /turf/open/asphalt/cement{ icon_state = "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{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ug/interior/jungle/structures/research) "bIz" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/flora/grass/tallgrass/ice, @@ -24387,19 +23623,15 @@ 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{ icon_state = "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 @@ -24407,39 +23639,34 @@ /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/river) "bII" = ( -/obj/structure/flora/grass/tallgrass/ice/corner{ - dir = 10 - }, -/turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh/river) +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/closed/wall/resin/strata/on_tiles, +/area/strata/ag/interior/mining_outpost/hive) "bIK" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "bIL" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ icon_state = "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 @@ -24448,7 +23675,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bJb" = ( /obj/structure/bedsheetbin, /obj/structure/machinery/camera/autoname{ @@ -24458,13 +23685,13 @@ dir = 4; icon_state = "cyan1" }, -/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{ icon_state = "fake_wood" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bJg" = ( /obj/structure/bed/chair{ dir = 1 @@ -24472,7 +23699,7 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bJx" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 @@ -24480,7 +23707,7 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bJy" = ( /obj/structure/reagent_dispensers/water_cooler, /obj/structure/machinery/camera/autoname{ @@ -24490,9 +23717,9 @@ dir = 4; icon_state = "floor3" }, -/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{ @@ -24505,18 +23732,18 @@ /turf/open/floor/strata{ icon_state = "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; @@ -24524,16 +23751,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" @@ -24558,7 +23788,7 @@ /obj/structure/bed/chair/comfy{ dir = 8 }, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -24572,43 +23802,29 @@ }, /area/strata/ag/interior/outpost/med) "bKb" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata{ - dir = 4; - icon_state = "floor3" + icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/mining_outpost/central) "bKc" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, +/obj/structure/machinery/vending/snack, /turf/open/floor/strata{ - icon_state = "floor2" + icon_state = "blue1" }, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/admin) "bKn" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/power/south, /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ @@ -24636,7 +23852,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{ @@ -24662,13 +23878,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" @@ -24706,16 +23919,14 @@ }, /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{ icon_state = "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, @@ -24758,11 +23969,11 @@ /turf/open/floor/strata{ icon_state = "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, @@ -24789,12 +24000,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{ dir = 8; @@ -24813,7 +24023,7 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "bLR" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 @@ -24821,15 +24031,10 @@ /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/mountain) "bMd" = ( -/turf/open/asphalt/cement{ - icon_state = "cement2" - }, -/area/strata/ag/exterior/north_lz_caves) -"bMB" = ( /turf/open/asphalt/cement{ icon_state = "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) @@ -24845,25 +24050,25 @@ /turf/open/asphalt/cement{ icon_state = "cement4" }, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/tcomms/mining_caves) "bMP" = ( /turf/open/floor/almayer{ icon_state = "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{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bMR" = ( /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bMV" = ( /obj/structure/filingcabinet, /obj/structure/machinery/firealarm{ @@ -24875,14 +24080,14 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bMX" = ( /obj/structure/machinery/vending/snack, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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, @@ -24891,39 +24096,36 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bNa" = ( /obj/structure/machinery/door/airlock/almayer/generic, /turf/open/floor/strata{ dir = 4; icon_state = "cyan2" }, -/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{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/largecrate/random/barrel/green, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -24939,7 +24141,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bNS" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -24947,17 +24149,14 @@ }, /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{ dir = 6; icon_state = "multi_tiles" }, -/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, @@ -24966,21 +24165,12 @@ }, /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{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/turf/open/floor/strata{ - icon_state = "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 @@ -24988,13 +24178,13 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "bOs" = ( /turf/open/floor/strata{ dir = 4; icon_state = "cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bOt" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 5 @@ -25002,7 +24192,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -25012,15 +24202,13 @@ /turf/open/floor/strata{ icon_state = "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{ - dir = 8; - icon_state = "white_cyan3" +/obj/structure/machinery/power/terminal{ + dir = 8 }, -/area/strata/ag/interior/outpost/med) +/turf/open/asphalt/cement, +/area/strata/ag/interior/mining_outpost/central) "bOx" = ( /obj/item/clipboard, /turf/open/floor/strata{ @@ -25078,9 +24266,6 @@ pixel_x = 23 }, /obj/structure/filingcabinet, -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata{ icon_state = "floor2" @@ -25093,7 +24278,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "bOZ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 @@ -25116,12 +24301,12 @@ /turf/open/floor/strata{ icon_state = "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 @@ -25140,7 +24325,7 @@ /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{ icon_state = "floor2" @@ -25152,7 +24337,7 @@ dir = 4; icon_state = "cyan2" }, -/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, @@ -25160,11 +24345,11 @@ dir = 4; icon_state = "cyan2" }, -/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 @@ -25174,9 +24359,13 @@ icon_state = "white_cyan2" }, /area/strata/ag/interior/outpost/engi/drome) +"bPU" = ( +/obj/structure/machinery/power/apc/groundsite/no_power/east, +/turf/open/floor/plating, +/area/strata/ug/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{ @@ -25185,7 +24374,7 @@ /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{ @@ -25214,19 +24403,19 @@ /turf/open/floor/almayer{ icon_state = "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{ @@ -25238,24 +24427,20 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, /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{ dir = 4; icon_state = "white_cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bQu" = ( /obj/structure/prop/structure_lattice{ density = 0; @@ -25269,22 +24454,21 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 4; icon_state = "white_cyan1" }, -/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{ @@ -25310,31 +24494,30 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) -"bRe" = ( -/turf/open/asphalt/cement{ - icon_state = "cement3" - }, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/marsh/spring_marshes) "bRf" = ( +/obj/structure/machinery/power/apc/groundsite/no_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" @@ -25343,14 +24526,14 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "bRs" = ( /obj/structure/machinery/cm_vending/sorted/marine_food, /turf/open/floor/strata{ dir = 4; icon_state = "cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bRu" = ( /obj/structure/machinery/vending/coffee, /obj/structure/machinery/light/small{ @@ -25360,20 +24543,23 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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{ icon_state = "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 @@ -25382,24 +24568,24 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bRY" = ( /turf/open/floor/prison{ icon_state = "darkredfull2" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "bRZ" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bSa" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -25407,7 +24593,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bSd" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 @@ -25416,16 +24602,27 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) -"bSv" = ( -/obj/structure/machinery/light/small{ - dir = 8 +/area/strata/ag/exterior/outpost_decks) +"bSr" = ( +/obj/structure/machinery/light{ + dir = 1 }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/research/south) +"bSv" = ( +/obj/structure/machinery/power/apc/groundsite/no_power/north, /turf/open/floor/strata{ - dir = 10; + dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/canteen/personal_storage) +/area/strata/ag/interior/mining_outpost/maintenance) +"bSy" = ( +/obj/structure/machinery/power/apc/groundsite/power/west, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/strata/ag/interior/outpost/engi/drome) "bSD" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -25433,7 +24630,7 @@ 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{ @@ -25442,7 +24639,7 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bSF" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -25451,7 +24648,7 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bSG" = ( /obj/structure/barricade/handrail/strata{ dir = 4 @@ -25460,7 +24657,7 @@ dir = 6; icon_state = "multi_tiles" }, -/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, @@ -25469,14 +24666,14 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bSJ" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bSN" = ( /obj/structure/surface/rack, /obj/item/storage/box/gloves, @@ -25486,20 +24683,19 @@ }, /area/strata/ag/interior/outpost/med) "bST" = ( -/obj/item/storage/briefcase, -/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/storage/pill_bottle/bicaridine, /turf/open/floor/strata{ dir = 8; - icon_state = "white_cyan3" + icon_state = "white_cyan2" }, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/outpost/engi/drome) "bTa" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "bTb" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -25507,9 +24703,9 @@ /turf/open/floor/prison{ icon_state = "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{ icon_state = "floor3" }, @@ -25554,8 +24750,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{ @@ -25568,11 +24763,17 @@ }, /obj/effect/landmark/yautja_teleport, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "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{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/maintenance) "bUm" = ( /obj/effect/decal/cleanable/blood{ layer = 3 @@ -25585,7 +24786,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bUn" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -25594,13 +24795,13 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "bUo" = ( /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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 @@ -25619,7 +24820,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bUs" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -25628,15 +24829,14 @@ dir = 4; icon_state = "white_cyan1" }, -/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{ dir = 4; icon_state = "white_cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bUu" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -25645,7 +24845,7 @@ dir = 4; icon_state = "white_cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "bUv" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -25663,12 +24863,12 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bUF" = ( /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "bUI" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 @@ -25689,28 +24889,13 @@ icon_state = "floor2" }, /area/strata/ag/interior/outpost/med) -"bUL" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/strata{ - dir = 8; - icon_state = "white_cyan2" - }, -/area/strata/ag/interior/dorms) "bUM" = ( /obj/structure/machinery/cm_vending/sorted/boozeomat, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms) -"bUO" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2 - }, -/turf/open/floor/strata{ - icon_state = "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{ @@ -25728,7 +24913,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -25738,11 +24923,16 @@ /turf/open/floor/strata{ icon_state = "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{ + icon_state = "cement12" + }, +/area/strata/ag/exterior/marsh/spring_marshes) "bUY" = ( /obj/structure/surface/rack, /obj/item/storage/firstaid/adv, @@ -25751,13 +24941,13 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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 @@ -25765,7 +24955,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -25774,7 +24964,7 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bVd" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" @@ -25783,7 +24973,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bVf" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ @@ -25792,7 +24982,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -25827,15 +25017,15 @@ 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) "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, @@ -25864,8 +25054,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{ icon_state = "floor3" @@ -25883,7 +25072,7 @@ /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{ @@ -25919,7 +25108,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -25927,7 +25116,7 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bWk" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata{ @@ -25967,23 +25156,16 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "orange_cover" }, /area/strata/ag/interior/outpost/engi/drome) -"bWD" = ( -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/strata{ - dir = 4; - icon_state = "floor3" - }, -/area/strata/ag/exterior/paths/north_outpost) "bWH" = ( /obj/structure/platform_decoration/strata/metal{ dir = 8 @@ -26024,7 +25206,7 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ @@ -26038,24 +25220,23 @@ "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 @@ -26064,18 +25245,18 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bXi" = ( /turf/open/asphalt/cement{ icon_state = "cement12" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bXj" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement{ icon_state = "cement12" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bXq" = ( /turf/open/floor/strata{ dir = 10; @@ -26100,10 +25281,6 @@ }, /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, @@ -26111,17 +25288,17 @@ "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{ dir = 10; icon_state = "multi_tiles" }, -/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" @@ -26130,16 +25307,16 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bXY" = ( /obj/structure/sign/safety/restrictedarea, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bXZ" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/plating, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "bYb" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/platform/strata/metal{ @@ -26149,7 +25326,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bYg" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -26162,7 +25339,7 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bYk" = ( /obj/structure/machinery/door/airlock/almayer/security/colony{ dir = 8 @@ -26190,7 +25367,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -26209,11 +25386,11 @@ /turf/open/floor/strata{ icon_state = "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"; @@ -26224,29 +25401,29 @@ dir = 8; icon_state = "multi_tiles" }, -/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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "bYR" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/objective, @@ -26287,11 +25464,11 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -26300,7 +25477,7 @@ /turf/open/floor/prison{ icon_state = "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{ @@ -26331,7 +25508,7 @@ }, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "bZG" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/strata{ @@ -26350,28 +25527,34 @@ /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/ug/exterior/jungle/carplake_center) "bZY" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/snacks/plump_pie, @@ -26380,7 +25563,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cac" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -26440,27 +25623,23 @@ /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{ icon_state = "red1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "caI" = ( /obj/structure/platform/strata/metal{ dir = 4 @@ -26468,7 +25647,7 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "caL" = ( /obj/structure/bed/chair{ dir = 1 @@ -26489,10 +25668,10 @@ /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 @@ -26502,41 +25681,33 @@ "caY" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "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{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -26555,29 +25726,26 @@ icon_state = "pottedplant_22" }, /turf/open/floor/strata, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "cbF" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/minehead/ruins) +/area/strata/ug/interior/jungle/structures/ruin) "cbL" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_res) +/area/strata/ug/interior/jungle/structures/research/south) "cbN" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "pointybush_1" - }, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/structures/res) +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/paths/flight_control_exterior) "cbO" = ( +/obj/structure/sign/safety/security, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) "cbR" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ @@ -26587,13 +25755,13 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "cbS" = ( /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/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{ @@ -26602,54 +25770,44 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ccc" = ( /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/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{ dir = 8; icon_state = "white_cyan2" }, -/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{ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "cci" = ( /turf/open/floor/strata{ icon_state = "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{ - dir = 4; - icon_state = "cyan1" - }, -/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 @@ -26678,10 +25836,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{ icon_state = "blue1" }, @@ -26694,7 +25848,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, @@ -26709,26 +25863,26 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "ccy" = ( /obj/structure/fence, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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, @@ -26739,7 +25893,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, @@ -26749,24 +25903,20 @@ }, /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{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ccX" = ( /obj/structure/machinery/camera/autoname{ dir = 8 @@ -26775,13 +25925,13 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "ccY" = ( /obj/structure/closet/lasertag/blue, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "cdb" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 @@ -26820,7 +25970,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) @@ -26831,16 +25981,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 @@ -26851,6 +25998,7 @@ dir = 8 }, /obj/effect/landmark/objective_landmark/science, +/obj/item/storage/box/gloves, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" @@ -26867,7 +26015,7 @@ dir = 4; icon_state = "floor3" }, -/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, @@ -26875,7 +26023,7 @@ "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..." @@ -26884,7 +26032,7 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "cdR" = ( /obj/structure/largecrate/random/barrel/green, /obj/structure/machinery/light/small, @@ -26892,13 +26040,12 @@ dir = 8; icon_state = "multi_tiles" }, -/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" = ( @@ -26940,9 +26087,6 @@ icon_state = "multi_tiles" }, /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{ @@ -26952,7 +26096,7 @@ dir = 8; icon_state = "multi_tiles" }, -/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 @@ -26961,10 +26105,10 @@ dir = 6; icon_state = "multi_tiles" }, -/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 @@ -26973,18 +26117,18 @@ dir = 8; icon_state = "orange_edge" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "cer" = ( /obj/structure/machinery/smartfridge/drinks, /turf/open/floor/strata{ icon_state = "orange_tile" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "cet" = ( /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ceu" = ( /obj/effect/decal/cleanable/blood, /obj/item/tool/match, @@ -26992,14 +26136,14 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "cew" = ( /obj/structure/window/framed/strata/reinforced, /obj/structure/machinery/door/poddoor/shutters/almayer, /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ceG" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata{ @@ -27019,9 +26163,8 @@ /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{ icon_state = "red1" @@ -27046,13 +26189,10 @@ icon_state = "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 @@ -27061,20 +26201,19 @@ dir = 4; icon_state = "orange_edge" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "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, @@ -27118,7 +26257,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cfp" = ( /obj/structure/surface/rack, /obj/item/paper_bin, @@ -27130,7 +26269,7 @@ /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, @@ -27203,7 +26342,7 @@ 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{ @@ -27212,25 +26351,25 @@ /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{ dir = 4; icon_state = "floor3" }, -/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, @@ -27295,7 +26434,7 @@ "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{ @@ -27303,9 +26442,6 @@ icon_state = "multi_tiles" }, /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{ icon_state = "platebot" @@ -27406,7 +26542,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; @@ -27417,34 +26553,34 @@ "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{ icon_state = "orange_tile" }, -/area/strata/ag/interior/dorms) +/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{ icon_state = "orange_tile" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "chr" = ( /obj/item/stack/sheet/wood, /turf/open/floor/strata{ icon_state = "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{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "chw" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/floor/strata{ @@ -27460,7 +26596,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -27471,9 +26607,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/ug/exterior/jungle/carplake_center) "chB" = ( /turf/open/floor/interior/plastic, /area/strata/ag/interior/outpost/canteen) @@ -27489,41 +26624,41 @@ desc = "You think this might be Glubs's son." }, /turf/open/gm/dirt, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) "chX" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "cie" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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/ug/exterior/jungle/carplake_center) "cij" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/machinery/power/monitor{ @@ -27533,7 +26668,7 @@ dir = 8; icon_state = "multi_tiles" }, -/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) @@ -27568,47 +26703,46 @@ "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{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "ciW" = ( /obj/structure/closet/firecloset/full, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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, @@ -27616,8 +26750,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{ dir = 4; icon_state = "white_cyan1" @@ -27655,34 +26792,34 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 6; icon_state = "multi_tiles" }, -/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 @@ -27691,13 +26828,13 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "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 @@ -27706,7 +26843,7 @@ 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 @@ -27716,7 +26853,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cjH" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -27725,7 +26862,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cjI" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -27738,7 +26875,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -27812,13 +26949,12 @@ }, /area/strata/ag/interior/outpost/med) "cjW" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata{ dir = 1; icon_state = "white_cyan3" @@ -28005,21 +27141,21 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "ckX" = ( /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "ckY" = ( /obj/structure/bed/chair, /turf/open/floor/strata{ icon_state = "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{ @@ -28075,10 +27211,10 @@ }, /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{ icon_state = "orange_cover" }, @@ -28091,20 +27227,28 @@ /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 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/strata{ + dir = 10; + icon_state = "multi_tiles" }, -/turf/open/floor/strata, /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, @@ -28114,30 +27258,26 @@ }, /area/strata/ag/interior/outpost/engi/drome) "clG" = ( -/obj/item/dogtag, -/obj/effect/decal/cleanable/blood/gibs/down, -/turf/open/floor/strata{ - icon_state = "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 +/obj/structure/curtain/shower, +/turf/open/floor/strata{ + icon_state = "blue1" }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/canteen/lower_cafeteria) +/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{ dir = 8; icon_state = "multi_tiles" @@ -28147,7 +27287,7 @@ /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 @@ -28155,11 +27295,11 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "cmf" = ( /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/exterior/jungle/carplake_center) "cmg" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 1 @@ -28171,17 +27311,17 @@ dir = 8; icon_state = "multi_tiles" }, -/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, @@ -28192,12 +27332,12 @@ /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{ icon_state = "cement12" }, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "cmB" = ( /obj/structure/bed/nest, /obj/structure/platform/strata/metal{ @@ -28206,11 +27346,11 @@ /turf/open/floor/strata{ icon_state = "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/south_dormitories) "cmD" = ( /obj/effect/decal/strata_decals/grime/grime3{ dir = 8 @@ -28218,7 +27358,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "cmE" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -28226,7 +27366,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "cmF" = ( /obj/structure/surface/rack, /obj/item/inflatable/door, @@ -28237,21 +27377,21 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -28261,7 +27401,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{ @@ -28305,7 +27445,7 @@ }, /area/strata/ag/interior/outpost/med) "cnh" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata{ icon_state = "white_cyan3" }, @@ -28352,7 +27492,7 @@ /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 @@ -28360,7 +27500,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -28385,10 +27525,10 @@ dir = 6; icon_state = "multi_tiles" }, -/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; @@ -28398,7 +27538,7 @@ dir = 6; icon_state = "multi_tiles" }, -/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, @@ -28412,7 +27552,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{ @@ -28425,38 +27565,23 @@ 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{ - dir = 1; - pixel_y = 25 - }, -/turf/open/floor/almayer{ - icon_state = "plate" - }, -/area/strata/ag/interior/outpost/engi/drome/shuttle) "cnZ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/power/north, /turf/open/floor/strata{ icon_state = "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{ icon_state = "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 @@ -28467,6 +27592,9 @@ /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{ dir = 4; icon_state = "cyan2" @@ -28474,10 +27602,7 @@ /area/strata/ag/interior/outpost/canteen/bar) "coi" = ( /obj/structure/reagent_dispensers/beerkeg, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/groundsite/power/north, /turf/open/floor/strata{ dir = 4; icon_state = "cyan2" @@ -28499,13 +27624,13 @@ /area/strata/ag/interior/outpost/engi/drome) "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, @@ -28521,17 +27646,23 @@ /turf/open/floor/strata{ icon_state = "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{ + dir = 6; + icon_state = "multi_tiles" + }, +/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, @@ -28539,7 +27670,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) @@ -28552,23 +27683,23 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "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{ @@ -28577,7 +27708,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -28585,7 +27716,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "coY" = ( /obj/item/ammo_magazine/revolver/cmb{ pixel_x = 6; @@ -28594,7 +27725,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -28605,7 +27736,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -28619,15 +27750,11 @@ icon_state = "cyan2" }, /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{ icon_state = "red1" @@ -28638,14 +27765,14 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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, @@ -28653,7 +27780,7 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "cpR" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -28661,16 +27788,19 @@ /turf/open/floor/strata{ icon_state = "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" @@ -28683,9 +27813,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" = ( @@ -28693,7 +27820,7 @@ 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 @@ -28701,10 +27828,10 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -28717,7 +27844,7 @@ /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, @@ -28726,24 +27853,24 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "orange_cover" }, @@ -28759,7 +27886,7 @@ /turf/open/asphalt/cement{ icon_state = "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" @@ -28768,44 +27895,42 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "crq" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "crt" = ( /turf/open/asphalt/cement{ icon_state = "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{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "cry" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata{ icon_state = "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{ - icon_state = "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 @@ -28828,16 +27953,6 @@ }, /turf/open/floor/strata, /area/strata/ag/interior/outpost/canteen) -"crM" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, -/turf/open/floor/strata{ - icon_state = "fake_wood" - }, -/area/strata/ag/interior/dorms) "crN" = ( /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/river) @@ -28864,7 +27979,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "crV" = ( /obj/effect/decal/strata_decals/grime/grime2{ dir = 8 @@ -28874,7 +27989,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "crW" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 1 @@ -28882,10 +27997,10 @@ /turf/open/asphalt/cement{ icon_state = "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) +/area/strata/ag/interior/mining_outpost/central) "csc" = ( /turf/open/floor/strata{ icon_state = "floor3" @@ -28907,20 +28022,20 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -28928,7 +28043,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "cst" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -28959,13 +28074,13 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "csB" = ( /obj/structure/coatrack, /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/administration) +/area/strata/ag/interior/outside/administration) "csE" = ( /obj/structure/largecrate/random, /obj/structure/barricade/handrail/strata, @@ -28987,18 +28102,11 @@ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -29035,36 +28143,38 @@ }, /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{ - dir = 4; - icon_state = "floor3" + icon_state = "blue1" }, -/area/strata/ag/interior/outpost/canteen) +/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/groundsite/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 @@ -29074,35 +28184,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/structure/machinery/vending/snack, +/obj/structure/machinery/light, +/turf/open/floor/strata{ + icon_state = "fake_wood" }, -/obj/effect/blocker/sorokyne_cold_water, -/turf/open/gm/river, -/area/strata/ag/interior/dorms) +/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{ icon_state = "fake_wood" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "cto" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, +/obj/structure/machinery/light, /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ctp" = ( /obj/structure/bed/chair{ dir = 8 @@ -29130,49 +28233,49 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 6; icon_state = "multi_tiles" }, -/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{ icon_state = "red1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ctF" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/strata{ icon_state = "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{ icon_state = "cement3" }, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "ctK" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -29181,53 +28284,53 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ctS" = ( /turf/open/floor/strata{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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"; @@ -29238,11 +28341,10 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ @@ -29252,28 +28354,28 @@ /area/strata/ag/interior/outpost/engi/drome) "cuM" = ( /turf/closed/wall/strata_ice/jungle, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cvb" = ( /obj/structure/platform/strata/metal{ dir = 4 @@ -29282,7 +28384,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "cvc" = ( /obj/item/cell/high, /turf/open/floor/strata{ @@ -29307,17 +28409,16 @@ }, /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 }, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata{ - dir = 4; - icon_state = "cyan1" + icon_state = "red1" }, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/landing_zones/near_lz1) "cvf" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -29331,9 +28432,6 @@ /obj/structure/bed/chair{ dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 4 - }, /turf/open/floor/strata{ dir = 4; icon_state = "cyan1" @@ -29348,7 +28446,15 @@ /area/strata/ag/interior/outpost/med) "cvn" = ( /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) +"cvA" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/strata/ag/interior/outpost/med) "cvC" = ( /obj/structure/closet/firecloset/full, /turf/open/floor/strata{ @@ -29357,14 +28463,14 @@ /area/strata/ag/interior/outpost/engi/drome) "cvG" = ( /turf/open/gm/coast/west, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/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 @@ -29373,14 +28479,14 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ @@ -29391,21 +28497,21 @@ "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/exterior/jungle/carplake_center) "cwF" = ( /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "cwQ" = ( /obj/structure/machinery/landinglight/ds1/delayone{ dir = 8 @@ -29413,50 +28519,49 @@ /turf/open/asphalt/cement{ icon_state = "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) "cxf" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "cxg" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/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{ icon_state = "cement14" }, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "cxA" = ( /turf/open/gm/coast/beachcorner/south_west, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/exterior/jungle/carplake_center) "cxB" = ( /turf/open/gm/coast/south, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/exterior/jungle/carplake_center) "cxC" = ( /turf/open/gm/coast/beachcorner2/south_west, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/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 @@ -29464,21 +28569,21 @@ /turf/open/asphalt/cement{ icon_state = "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{ dir = 8; icon_state = "multi_tiles" }, -/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{ @@ -29493,15 +28598,15 @@ "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, @@ -29509,17 +28614,17 @@ /turf/open/floor/strata{ icon_state = "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, @@ -29528,28 +28633,29 @@ "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/deep/east_engi) +/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/structures/monitoring/east) "cDt" = ( /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata{ icon_state = "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) "cEu" = ( /obj/structure/bed/nest, /obj/effect/decal/cleanable/blood/gibs/core, @@ -29557,32 +28663,29 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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, @@ -29601,6 +28704,16 @@ icon_state = "white_cyan1" }, /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{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ug/interior/jungle/tearlake) "cIM" = ( /obj/structure/machinery/door/airlock/prison{ dir = 1; @@ -29610,11 +28723,17 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ @@ -29622,11 +28741,16 @@ }, /area/strata/ag/interior/outpost/med) "cLE" = ( -/obj/structure/machinery/light/small, +/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{ - icon_state = "floor2" + icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/med) +/area/strata/ag/interior/mining_outpost/hive) "cNg" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -29639,21 +28763,22 @@ /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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "cOI" = ( /turf/open/asphalt/cement{ icon_state = "cement14" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "cOR" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 @@ -29663,20 +28788,29 @@ icon_state = "white_cyan3" }, /area/strata/ag/interior/outpost/med) +"cOV" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/area/strata/ag/interior/outpost/security) "cPq" = ( /obj/structure/prop/ice_colony/surveying_device, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 4; icon_state = "floor3" }, -/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{ @@ -29708,7 +28842,11 @@ /turf/open/floor/strata{ icon_state = "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 @@ -29721,7 +28859,7 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "cUu" = ( /obj/structure/bed, /obj/structure/machinery/light/small, @@ -29745,6 +28883,14 @@ icon_state = "multi_tiles" }, /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 @@ -29781,7 +28927,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "cZH" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 8 @@ -29789,20 +28935,34 @@ /turf/open/asphalt/cement{ icon_state = "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{ + dir = 4; + icon_state = "floor3" + }, +/area/strata/ag/interior/outside/engineering/parts_storage) "dcc" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -29811,7 +28971,7 @@ 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, @@ -29819,10 +28979,10 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -29842,20 +29002,32 @@ icon_state = "multi_tiles" }, /area/strata/ag/interior/outpost/engi/drome/shuttle) +"den" = ( +/obj/structure/machinery/power/apc/groundsite/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{ dir = 4; icon_state = "floor3" }, -/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{ + icon_state = "floor3" + }, +/area/strata/ag/interior/mining_outpost/flight_control) "diD" = ( /obj/item/storage/surgical_tray, /obj/structure/surface/table/reinforced/prison, @@ -29871,11 +29043,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 @@ -29886,7 +29058,7 @@ /turf/open/floor/strata{ icon_state = "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) @@ -29902,7 +29074,7 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "dmd" = ( /obj/effect/particle_effect/steam, /obj/effect/blocker/sorokyne_cold_water, @@ -29911,7 +29083,7 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "dnz" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/clothing/mask/cigarette/cigar/cohiba, @@ -29934,7 +29106,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "dnS" = ( /obj/structure/machinery/landinglight/ds1{ dir = 1 @@ -29942,31 +29114,58 @@ /turf/open/asphalt/cement{ icon_state = "cement4" }, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) +"doH" = ( +/obj/structure/machinery/power/apc/groundsite/no_power/west, +/obj/structure/machinery/power/apc/groundsite/no_power/west, +/obj/structure/machinery/power/apc/groundsite/no_power/west, +/obj/structure/machinery/power/apc/groundsite/no_power/west, +/turf/open/floor/strata{ + dir = 10; + icon_state = "multi_tiles" + }, +/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) +"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{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ug/interior/jungle/structures/research) "drI" = ( /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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, @@ -29992,18 +29191,18 @@ dir = 8; icon_state = "multi_tiles" }, -/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{ icon_state = "floor2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "dvf" = ( /obj/structure/platform/strata{ dir = 1 @@ -30039,13 +29238,20 @@ icon_state = "floor3" }, /area/strata/ag/interior/outpost/med) +"dyA" = ( +/obj/structure/barricade/deployable, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/area/strata/ag/interior/outpost/security) "dyZ" = ( /obj/structure/holostool, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "dzo" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata{ @@ -30053,6 +29259,13 @@ icon_state = "multi_tiles" }, /area/strata/ag/interior/outpost/engi/drome) +"dzG" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/strata/ag/interior/outpost/med) "dBe" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -30069,7 +29282,7 @@ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "dBV" = ( /obj/structure/largecrate/random/case/double, /obj/structure/pipes/standard/simple/hidden/cyan, @@ -30086,7 +29299,20 @@ 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{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outside/checkpoints/west) +"dCX" = ( +/obj/structure/machinery/power/apc/groundsite/no_power/west, +/turf/open/asphalt/cement{ + icon_state = "cement3" + }, +/area/strata/ug/interior/outpost/platform) "dDr" = ( /obj/structure/bed/chair, /obj/effect/landmark/objective_landmark/close, @@ -30109,7 +29335,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "dEy" = ( /obj/structure/closet/secure_closet/medical3{ req_access = null @@ -30128,7 +29354,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, @@ -30140,6 +29366,9 @@ /obj/structure/machinery/camera/autoname{ dir = 8 }, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata{ icon_state = "orange_cover" }, @@ -30157,7 +29386,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "dGv" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata{ @@ -30169,50 +29398,54 @@ /turf/open/asphalt/cement{ icon_state = "cement14" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "dIh" = ( -/turf/open/gm/coast/west, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/gm/dirt, +/area/strata/ug/interior/jungle/structures/monitoring/south) "dIE" = ( /obj/structure/prop/turbine_extras, /turf/open/floor/strata{ icon_state = "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{ icon_state = "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) +"dLT" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/strata{ + dir = 10; + icon_state = "multi_tiles" + }, +/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) @@ -30221,31 +29454,38 @@ 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{ dir = 8; icon_state = "white_cyan2" }, -/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/groundsite/no_power/north, +/turf/open/floor/almayer{ + icon_state = "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 @@ -30254,13 +29494,13 @@ 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 @@ -30269,22 +29509,19 @@ dir = 4; icon_state = "orange_edge" }, -/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{ icon_state = "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" @@ -30292,17 +29529,29 @@ /turf/open/floor/strata{ icon_state = "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{ + dir = 6; + icon_state = "multi_tiles" + }, +/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, @@ -30313,16 +29562,16 @@ "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{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/paths/north_outpost) +/area/strata/ag/exterior/outpost_decks) "dYK" = ( /obj/structure/sink{ dir = 8; @@ -30335,7 +29584,7 @@ dir = 8; icon_state = "white_cyan2" }, -/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, @@ -30346,7 +29595,7 @@ /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "eai" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -30356,10 +29605,17 @@ }, /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{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outside/bball/cave) "eek" = ( /obj/structure/closet/secure_closet/personal, /obj/effect/decal/cleanable/blood, @@ -30367,7 +29623,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -30375,11 +29631,11 @@ dir = 8; icon_state = "white_cyan2" }, -/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"; @@ -30389,70 +29645,61 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -30466,19 +29713,33 @@ dir = 10 }, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "emg" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "emv" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/center) +"emU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib2" + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/central) "enU" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -30486,7 +29747,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -30502,48 +29763,36 @@ 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{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/maintenance) "eqS" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) -"eqV" = ( -/turf/closed/wall/wood, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) "era" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/groundsite/power/north, /turf/open/floor/strata{ icon_state = "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) -"esJ" = ( -/turf/open/auto_turf/snow/brown_base/layer4, -/area/strata/ag/interior/mountain) +/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 @@ -30552,15 +29801,15 @@ /turf/open/floor/prison{ icon_state = "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) "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) "exx" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/landmark/objective_landmark/medium, @@ -30568,12 +29817,12 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "exO" = ( /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "eyA" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -30584,24 +29833,35 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "cement12" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "eBr" = ( /obj/structure/prop/dam/van, /turf/open/floor/strata{ @@ -30609,12 +29869,32 @@ icon_state = "multi_tiles" }, /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{ + icon_state = "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{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outpost/maint) "eDc" = ( /obj/structure/bed, /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "eDt" = ( /obj/structure/bed{ icon_state = "abed" @@ -30623,41 +29903,37 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "floor2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "eFa" = ( /turf/open/asphalt/cement{ icon_state = "cement4" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "eFA" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "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{ - dir = 4; - icon_state = "floor3" + icon_state = "blue1" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outpost/admin) "eFG" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "eFO" = ( /obj/structure/surface/rack, /obj/item/device/flashlight, @@ -30672,7 +29948,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" @@ -30687,26 +29963,30 @@ /turf/open/floor/strata{ icon_state = "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/groundsite/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) "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" @@ -30717,11 +29997,11 @@ /turf/open/floor/strata{ icon_state = "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) "eJc" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -30729,14 +30009,14 @@ icon_state = "p_stair_sn_full_cap" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "eJs" = ( /obj/structure/flora/grass/tallgrass/ice, /obj/structure/barricade/snow{ dir = 4 }, /turf/open/auto_turf/ice/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "eLC" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -30749,7 +30029,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) "eLQ" = ( /obj/structure/machinery/camera/autoname{ dir = 8 @@ -30759,9 +30039,6 @@ icon_state = "cyan3" }, /area/strata/ag/interior/outpost/med) -"eMz" = ( -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/strata/ug/interior/jungle/deep/tearlake) "eMZ" = ( /obj/structure/machinery/weather_siren{ dir = 8; @@ -30776,19 +30053,18 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "red1" }, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "eNL" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -30796,7 +30072,7 @@ /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "eNW" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -30817,20 +30093,22 @@ "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{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/central) "eOK" = ( /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "ePf" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata{ @@ -30847,23 +30125,23 @@ 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{ icon_state = "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{ icon_state = "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) @@ -30872,14 +30150,14 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ icon_state = "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, @@ -30887,7 +30165,7 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "eUW" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -30895,36 +30173,48 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) +"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 @@ -30939,7 +30229,7 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "fbG" = ( /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata{ @@ -30952,8 +30242,7 @@ /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" @@ -30967,43 +30256,40 @@ /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "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/engi/drome) "fiD" = ( /obj/structure/fence, /turf/open/asphalt/cement{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "fkD" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_1"; @@ -31028,11 +30314,11 @@ 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, @@ -31042,33 +30328,33 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ dir = 4; icon_state = "floor3" }, -/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 @@ -31077,7 +30363,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "frL" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ @@ -31102,29 +30388,32 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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 @@ -31132,11 +30421,11 @@ /turf/open/asphalt/cement{ icon_state = "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{ @@ -31150,21 +30439,21 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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, @@ -31177,7 +30466,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "fxO" = ( /obj/structure/machinery/door/airlock/prison{ name = "Reinforced Airlock" @@ -31186,15 +30475,12 @@ dir = 8; icon_state = "multi_tiles" }, -/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 }, @@ -31209,13 +30495,13 @@ dir = 8; icon_state = "white_cyan2" }, -/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 @@ -31225,23 +30511,23 @@ }, /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{ icon_state = "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, @@ -31249,14 +30535,14 @@ "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{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "fBu" = ( /obj/structure/sink{ dir = 8; @@ -31265,18 +30551,24 @@ /obj/structure/mirror{ pixel_x = -29 }, +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/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{ @@ -31289,10 +30581,16 @@ dir = 1 }, /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{ @@ -31302,41 +30600,52 @@ dir = 8 }, /turf/open/floor/plating, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "fCI" = ( /turf/open/auto_turf/ice/layer1, /area/strata/ag/exterior/marsh/crash) "fDG" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/cabin_area) +/area/strata/ag/exterior/paths/far_north_outpost) "fEW" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/landmark/objective_landmark/close, /turf/open/asphalt/cement, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "fFy" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring) "fHp" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "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, @@ -31346,17 +30655,23 @@ /obj/effect/landmark/xeno_hive_spawn, /obj/effect/landmark/ert_spawns/groundside_xeno, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"fJh" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/tearlake) "fKt" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "fKT" = ( /turf/open/gm/river, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "fLl" = ( /obj/structure/bed/chair{ dir = 4 @@ -31365,7 +30680,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 @@ -31380,15 +30695,15 @@ }, /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{ @@ -31398,15 +30713,18 @@ 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{ - dir = 4; - icon_state = "floor3" +/obj/structure/machinery/light{ + dir = 8 }, -/area/strata/ag/interior/tcomms) +/turf/open/floor/prison{ + icon_state = "darkyellowfull2" + }, +/area/strata/ag/exterior/outpost_decks) +"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, @@ -31414,7 +30732,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{ @@ -31422,22 +30740,25 @@ }, /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{ icon_state = "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) +"fQo" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/vanyard) "fQG" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -31446,28 +30767,46 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ + dir = 4; + icon_state = "cyan2" + }, +/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/groundsite/no_power/west, +/turf/open/floor/plating, +/area/strata/ag/exterior/paths/flight_control_exterior) +"fTJ" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/caves/lz_caves) "fWs" = ( /turf/closed/wall/mineral/gold, /area/strata/ag/interior/outpost/med) @@ -31478,7 +30817,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -31492,6 +30831,9 @@ /obj/structure/bed/chair{ dir = 8 }, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata{ dir = 4; icon_state = "cyan1" @@ -31506,11 +30848,17 @@ dir = 4; icon_state = "orange_edge" }, -/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/groundsite/no_power/north, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/strata/ag/exterior/marsh/water_marshes) "gab" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_1"; @@ -31550,8 +30898,14 @@ }, /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{ + icon_state = "red1" + }, +/area/strata/ag/interior/outside/checkpoints/north_armor) "gdZ" = ( /obj/structure/machinery/smartfridge, /obj/structure/machinery/door/window/eastright{ @@ -31561,7 +30915,7 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "gfd" = ( /obj/structure/barricade/handrail/wire{ layer = 3.5 @@ -31569,7 +30923,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -31584,7 +30938,10 @@ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) +"gfZ" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/exterior/marsh/spring_marshes) "ggr" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, @@ -31592,9 +30949,12 @@ dir = 4; icon_state = "floor3" }, -/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{ dir = 6; icon_state = "multi_tiles" @@ -31622,10 +30982,7 @@ dir = 8; icon_state = "orange_edge" }, -/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" @@ -31637,16 +30994,7 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ug/interior/outpost/jung/dorms/admin1) -"ghM" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata{ - dir = 6; - icon_state = "multi_tiles" - }, -/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, @@ -31655,23 +31003,16 @@ /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/no_power/north, /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/west) "gih" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "giq" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, /obj/structure/pipes/vents/pump{ dir = 1 }, @@ -31686,7 +31027,7 @@ "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/tearlake) "gjN" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -31705,16 +31046,14 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "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, @@ -31725,17 +31064,14 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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; @@ -31743,21 +31079,24 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/west) +"gmU" = ( +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/marsh/island_marshes) "gnG" = ( /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "gol" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "gom" = ( /obj/item/reagent_container/food/drinks/cans/space_mountain_wind, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "goG" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer3, @@ -31767,11 +31106,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/engineering/parts_storage) "gpO" = ( /obj/structure/bed/chair/office/light{ dir = 1 @@ -31789,7 +31128,7 @@ dir = 4; icon_state = "floor3" }, -/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{ @@ -31832,7 +31171,7 @@ dir = 4; icon_state = "floor3" }, -/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{ @@ -31849,7 +31188,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, @@ -31878,7 +31217,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, @@ -31894,10 +31233,10 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "fake_wood" @@ -31911,65 +31250,63 @@ /obj/item/storage/firstaid/regular, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "gAD" = ( /obj/structure/machinery/iv_drip, /turf/open/floor/strata, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) "gBj" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "gBr" = ( /turf/open/gm/coast/west, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "gCa" = ( /obj/item/stack/snow, /turf/open/floor/strata, -/area/strata/ag/exterior/paths/north_outpost) +/area/strata/ag/exterior/outpost_decks) "gDg" = ( /obj/structure/prop/almayer/computers/sensor_computer2, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "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{ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -31977,6 +31314,13 @@ /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{ + icon_state = "plate" + }, +/area/strata/ug/interior/jungle/structures/research) "gIL" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -31989,17 +31333,27 @@ dir = 4; icon_state = "floor3" }, -/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{ + icon_state = "floor3" + }, +/area/strata/ag/interior/mining_outpost/flight_control) "gMF" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/disposalpipe/segment{ @@ -32012,7 +31366,7 @@ /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 @@ -32030,11 +31384,18 @@ dir = 4; icon_state = "floor3" }, -/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{ + dir = 4; + icon_state = "floor3" + }, +/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 @@ -32046,7 +31407,7 @@ "gPL" = ( /obj/structure/inflatable, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "gPQ" = ( /obj/structure/machinery/shower{ dir = 1 @@ -32064,49 +31425,53 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) +"gQG" = ( +/obj/structure/machinery/power/apc/groundsite/no_power/west, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/hive) "gRK" = ( /turf/open/asphalt/cement{ icon_state = "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{ - dir = 1 - }, +/obj/structure/machinery/power/apc/groundsite/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) "gTk" = ( /obj/structure/bed/chair, /obj/effect/landmark/survivor_spawner, /turf/open/floor/prison{ icon_state = "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"; @@ -32136,12 +31501,6 @@ icon_state = "floor3" }, /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 @@ -32160,6 +31519,9 @@ /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) "gWE" = ( /obj/structure/machinery/bioprinter, /obj/structure/machinery/light/small{ @@ -32168,7 +31530,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -32190,7 +31552,7 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "haw" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/phone{ @@ -32210,11 +31572,7 @@ }, /area/strata/ag/interior/outpost/engi) "haU" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = -28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/no_power/west, /turf/open/floor/plating, /area/strata/ag/exterior/marsh/crash) "haZ" = ( @@ -32227,20 +31585,25 @@ dir = 4; icon_state = "floor3" }, -/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/groundsite/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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "hcO" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "hdc" = ( /obj/structure/machinery/door/airlock/prison{ name = "Reinforced Airlock" @@ -32249,24 +31612,24 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "hel" = ( /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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; @@ -32280,7 +31643,17 @@ dir = 8; icon_state = "white_cyan2" }, -/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{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/maintenance) "hgI" = ( /obj/structure/largecrate/random/barrel/green, /obj/structure/pipes/standard/simple/hidden/cyan, @@ -32298,32 +31671,32 @@ }, /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) +/area/strata/ag/exterior/marsh/water_marshes) "hiL" = ( /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "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 @@ -32338,17 +31711,17 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "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, @@ -32356,7 +31729,11 @@ /turf/open/floor/strata{ icon_state = "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, @@ -32369,16 +31746,20 @@ icon_state = "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{ icon_state = "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, @@ -32389,7 +31770,7 @@ 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, @@ -32397,15 +31778,15 @@ /turf/open/floor/strata{ icon_state = "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, @@ -32421,7 +31802,7 @@ "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 @@ -32429,7 +31810,7 @@ /turf/open/asphalt/cement{ icon_state = "cement3" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "hvj" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -32445,10 +31826,10 @@ }, /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"; @@ -32463,7 +31844,7 @@ "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 @@ -32471,14 +31852,23 @@ /turf/open/asphalt/cement{ icon_state = "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{ dir = 4; icon_state = "white_cyan1" }, -/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{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ug/interior/jungle/tearlake) "hDX" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -32486,7 +31876,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, @@ -32498,10 +31888,20 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ug/interior/jungle/tearlake) "hGd" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -32520,13 +31920,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, @@ -32539,11 +31939,11 @@ dir = 10; icon_state = "multi_tiles" }, -/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 @@ -32553,6 +31953,13 @@ icon_state = "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{ @@ -32564,16 +31971,16 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "hJC" = ( /obj/structure/machinery/light/small, /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "cement12" @@ -32582,63 +31989,109 @@ "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/ug/exterior/jungle/carplake_center) "hOw" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony, /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" }, -/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{ - dir = 4; - icon_state = "floor3" +/turf/open/floor/strata, +/area/strata/ag/interior/outpost/engi/drome) +"hOX" = ( +/obj/structure/fence, +/turf/open/asphalt/cement{ + icon_state = "cement2" }, -/area/strata/ag/interior/tcomms) +/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{ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "hQq" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/greengrid, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "hQP" = ( /obj/effect/landmark/static_comms/net_one, /turf/open/auto_turf/snow/brown_base/layer0, /area/strata/ag/exterior/marsh/crash) +"hTi" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ug/interior/jungle/structures/research/old_tunnels) +"hTj" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "purp2" + }, +/area/strata/ug/interior/jungle/platform/south) "hTU" = ( /obj/structure/reagent_dispensers/water_cooler/stacks, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "hTX" = ( /obj/structure/window/reinforced/tinted, /obj/item/device/flashlight/lamp, @@ -32647,48 +32100,54 @@ /turf/open/floor/strata{ icon_state = "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/ug/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) +"hZC" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 10; + icon_state = "multi_tiles" + }, +/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{ - dir = 8; - pixel_x = -23; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/power/west, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -32698,7 +32157,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" @@ -32715,7 +32174,7 @@ /turf/open/floor/strata{ icon_state = "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; @@ -32734,7 +32193,10 @@ /turf/open/floor/strata{ icon_state = "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 @@ -32742,16 +32204,10 @@ /turf/open/floor/strata{ icon_state = "purp2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "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 @@ -32761,7 +32217,7 @@ dir = 4; icon_state = "orange_edge" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "ihd" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -32770,7 +32226,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "ihy" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -32779,28 +32235,38 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) +"ijf" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue4" + }, +/area/strata/ag/interior/outpost/admin) "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{ icon_state = "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 @@ -32809,12 +32275,19 @@ 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{ icon_state = "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, @@ -32822,12 +32295,12 @@ /turf/open/floor/strata{ icon_state = "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 @@ -32836,11 +32309,20 @@ /turf/open/floor/strata{ icon_state = "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) +"iqD" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/central) "iqV" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -32855,18 +32337,6 @@ }, /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 @@ -32875,16 +32345,16 @@ dir = 4; icon_state = "floor3" }, -/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 @@ -32898,11 +32368,14 @@ dir = 4; icon_state = "floor3" }, -/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; @@ -32913,11 +32386,14 @@ /area/strata/ag/interior/outpost/med) "itG" = ( /obj/structure/machinery/disposal, +/obj/structure/machinery/light/small{ + dir = 4 + }, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -32926,7 +32402,7 @@ /turf/open/floor/strata{ icon_state = "purp2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "iuh" = ( /obj/structure/sink{ dir = 8; @@ -32940,18 +32416,17 @@ dir = 8; icon_state = "white_cyan2" }, -/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, @@ -32963,14 +32438,14 @@ /turf/open/asphalt/cement{ icon_state = "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, @@ -32978,7 +32453,7 @@ dir = 4; icon_state = "floor3" }, -/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, @@ -32995,7 +32470,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -33009,7 +32484,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) "iym" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -33020,7 +32495,7 @@ /turf/open/asphalt/cement{ icon_state = "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, @@ -33028,16 +32503,12 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "iAA" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, /obj/structure/closet/emcloset, +/obj/structure/machinery/power/apc/groundsite/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{ @@ -33049,10 +32520,11 @@ 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{ @@ -33060,17 +32532,16 @@ }, /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, @@ -33083,28 +32554,36 @@ /area/strata/ag/exterior/marsh/crash) "iEU" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) +"iGp" = ( +/obj/structure/machinery/power/reactor/colony, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/strata/ag/exterior/caves/shed_five_caves) "iGN" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/strata{ icon_state = "purp2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "iGR" = ( /obj/structure/bed/nest, /obj/effect/landmark/corpsespawner/miner, /turf/open/floor/strata{ icon_state = "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, @@ -33117,13 +32596,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, @@ -33138,32 +32625,33 @@ "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{ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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, @@ -33171,13 +32659,13 @@ dir = 4; icon_state = "floor3" }, -/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 @@ -33185,7 +32673,16 @@ /turf/open/floor/prison{ icon_state = "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{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outpost/foyer) "iOi" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/machinery/door/airlock/almayer/maint/colony{ @@ -33195,14 +32692,14 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "iPw" = ( /mob/living/simple_animal/hostile/retaliate/clown{ health = 10000; @@ -33211,7 +32708,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{ @@ -33235,11 +32738,11 @@ }, /obj/structure/platform/strata/metal, /turf/open/gm/river, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "iRk" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring/west) "iRY" = ( /obj/effect/decal/cleanable/blood/oil, /obj/item/stack/rods, @@ -33247,21 +32750,21 @@ /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) "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{ @@ -33272,6 +32775,10 @@ icon_state = "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{ @@ -33280,7 +32787,10 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -33289,22 +32799,18 @@ /turf/open/floor/strata{ icon_state = "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) "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"; @@ -33313,7 +32819,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{ @@ -33325,12 +32831,12 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "iZr" = ( /turf/open/asphalt/cement{ icon_state = "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, @@ -33342,7 +32848,11 @@ "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{ @@ -33351,18 +32861,15 @@ }, /area/strata/ag/interior/outpost/med) "jaZ" = ( -/obj/structure/cargo_container/wy/mid{ - health = 5000; - unacidable = 1 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/north, +/area/strata/ug/interior/jungle/structures/monitoring/south) "jbq" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 6 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "jbI" = ( /obj/structure/platform/strata{ dir = 1 @@ -33382,7 +32889,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -33390,7 +32897,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -33399,7 +32906,16 @@ /turf/open/floor/strata{ icon_state = "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/groundsite/no_power/west, +/turf/open/floor/strata{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outpost/maint) "jgX" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/barricade/handrail/strata{ @@ -33412,45 +32928,34 @@ icon_state = "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{ icon_state = "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{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/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{ dir = 4; @@ -33488,24 +32993,18 @@ icon_state = "floor3" }, /area/strata/ag/interior/outpost/med) -"jmP" = ( -/turf/open/floor/strata{ - dir = 8; - icon_state = "multi_tiles" - }, -/area/strata/ag/interior/outpost/engi) "jnH" = ( /obj/structure/prop/dam/drill, /turf/open/floor/plating, /area/strata/ag/exterior/marsh/crash) "jqg" = ( /obj/structure/surface/rack, -/obj/structure/machinery/light/small{ +/obj/item/book/manual/detective, +/obj/structure/machinery/light{ dir = 1 }, -/obj/item/book/manual/detective, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "jrs" = ( /obj/structure/machinery/door/airlock/prison{ name = "Reinforced Airlock" @@ -33514,24 +33013,27 @@ dir = 8; icon_state = "multi_tiles" }, -/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/exterior/paths/south_outpost) "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{ - dir = 4; - icon_state = "floor3" +/obj/structure/platform/strata{ + dir = 1 }, -/area/strata/ag/interior/outpost/med) +/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, @@ -33544,11 +33046,11 @@ /turf/open/floor/strata{ icon_state = "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/exterior/paths/south_outpost) "jsP" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -33571,21 +33073,28 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "jtB" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) +"juL" = ( +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/caves/lz_caves) "juY" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) +"jvl" = ( +/obj/structure/sign/safety/synth_storage, +/turf/closed/wall/strata_outpost, +/area/strata/ag/exterior/vanyard) "jww" = ( /obj/structure/sign/safety/biohazard, -/turf/closed/wall/strata_outpost/reinforced/hull, +/turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/mountain) "jxc" = ( /obj/effect/decal/strata_decals/catwalk/prison, @@ -33598,40 +33107,41 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "jyE" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, +/obj/structure/machinery/cm_vending/sorted/marine_food, +/obj/structure/machinery/light, /turf/open/floor/strata{ - dir = 8; - icon_state = "multi_tiles" + dir = 4; + icon_state = "white_cyan1" }, -/area/strata/ag/interior/outpost/med) +/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{ dir = 6; icon_state = "multi_tiles" }, -/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{ @@ -33646,7 +33156,7 @@ }, /area/strata/ag/interior/outpost/admin) "jBO" = ( -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata{ icon_state = "orange_cover" }, @@ -33654,21 +33164,22 @@ "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{ dir = 4; icon_state = "floor3" }, -/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"; @@ -33682,7 +33193,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "jEB" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -33693,8 +33204,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{ @@ -33710,17 +33221,15 @@ /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{ icon_state = "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; @@ -33728,7 +33237,10 @@ }, /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{ @@ -33737,17 +33249,15 @@ }, /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{ icon_state = "cement12" }, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "jKi" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 1 @@ -33758,11 +33268,20 @@ /area/strata/ag/interior/outpost/canteen) "jLb" = ( /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "jLc" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) +"jLx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/strata/ag/exterior/outpost_decks) "jLY" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/paper_bin, @@ -33785,29 +33304,34 @@ /turf/open/gm/river, /area/strata/ag/exterior/marsh/center) "jMV" = ( +/obj/structure/machinery/light/small, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "jNJ" = ( /obj/structure/machinery/disposal, /turf/open/floor/strata{ icon_state = "purp2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"jOl" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/mining_outpost/canteen) "jOp" = ( -/obj/structure/machinery/light/small{ - dir = 1 +/obj/item/stool, +/obj/structure/machinery/light, +/turf/open/floor/strata{ + icon_state = "floor3" }, -/turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi) +/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 @@ -33816,7 +33340,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "jPQ" = ( /obj/structure/machinery/landinglight/ds2{ dir = 4 @@ -33824,7 +33348,7 @@ /turf/open/asphalt/cement{ icon_state = "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, @@ -33834,11 +33358,19 @@ /turf/open/floor/strata{ icon_state = "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/groundsite/no_power/north, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/structures/monitoring/south) +"jUa" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/coast/west, +/area/strata/ug/interior) "jUo" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -33854,7 +33386,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 @@ -33863,12 +33395,12 @@ 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/groundsite/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" @@ -33878,14 +33410,14 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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{ @@ -33897,21 +33429,13 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/research_decks/security) -"jWk" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata{ - icon_state = "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{ @@ -33924,7 +33448,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "jXQ" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 @@ -33937,18 +33461,31 @@ dir = 6; icon_state = "multi_tiles" }, -/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, +/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{ - icon_state = "multi_tiles" + dir = 4; + icon_state = "floor3" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "kbS" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 @@ -33964,31 +33501,23 @@ 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/power/apc/groundsite/no_power/north, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 + dir = 8 }, /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{ icon_state = "cement15" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "kdK" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -34003,7 +33532,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -34017,6 +33546,12 @@ icon_state = "orange_cover" }, /area/strata/ag/interior/outpost/engi/drome) +"kew" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/strata/ug/interior/jungle/tearlake) "kfm" = ( /obj/structure/surface/rack, /obj/item/storage/firstaid/regular, @@ -34024,17 +33559,16 @@ /turf/open/floor/strata{ icon_state = "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{ - dir = 4; - icon_state = "floor3" + icon_state = "blue1" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/bball) "kgC" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 4 @@ -34067,23 +33601,23 @@ /obj/effect/landmark/monkey_spawn, /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) "khT" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "kim" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "kjc" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/west_engi) +/area/strata/ug/interior/jungle/structures/monitoring/west) "kkL" = ( /turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "klE" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -34092,7 +33626,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -34102,7 +33636,7 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "kmt" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -34110,7 +33644,7 @@ /turf/open/floor/strata{ icon_state = "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; @@ -34120,14 +33654,11 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/outpost/jung/dorms/sec1) -"koj" = ( -/turf/closed/wall/strata_ice/dirty, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "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/jungle/carplake/east) "kqt" = ( /obj/structure/machinery/door/airlock/prison{ dir = 1; @@ -34137,11 +33668,8 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) "krg" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 }, @@ -34149,7 +33677,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "krm" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage, /obj/structure/barricade/handrail/strata{ @@ -34163,7 +33691,7 @@ /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) "kuB" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -34174,29 +33702,27 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) +"kvD" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/marsh/island_marshes) "kvY" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/exterior/jungle/carplake_center) "kwu" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/landmark/static_comms/net_two, /turf/open/asphalt/cement{ icon_state = "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{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, /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, @@ -34204,19 +33730,14 @@ 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 @@ -34226,13 +33747,13 @@ "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{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "kzk" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/radio, @@ -34244,7 +33765,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "kAn" = ( /obj/structure/machinery/cm_vending/sorted/tech/tool_storage, /turf/open/floor/strata{ @@ -34254,14 +33775,14 @@ "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{ icon_state = "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{ @@ -34273,18 +33794,24 @@ /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{ dir = 4; icon_state = "floor3" }, -/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" @@ -34293,11 +33820,28 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_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/jungle/platform/east) +"kHg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname, +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/item/storage/briefcase, +/turf/open/floor/strata{ + icon_state = "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, @@ -34317,34 +33861,29 @@ 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 - }, +/obj/structure/closet/secure_closet/personal, /turf/open/floor/strata{ - icon_state = "red1" + dir = 4; + icon_state = "cyan1" }, -/area/strata/ag/interior/dorms) +/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) "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, @@ -34353,52 +33892,49 @@ /area/strata/ag/exterior/marsh/water) "kNJ" = ( /turf/open/gm/coast/beachcorner/south_west, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "kNZ" = ( /obj/structure/inflatable, /turf/open/floor/strata{ icon_state = "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) "kPl" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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/ug/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 - }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata{ - dir = 4; - icon_state = "cyan1" + dir = 8; + icon_state = "white_cyan2" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/mining_outpost/canteen) "kPM" = ( /obj/structure/curtain/medical, /turf/open/floor/strata{ icon_state = "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/ug/exterior/jungle/carplake_center) "kRb" = ( /obj/structure/bed/nest, /obj/item/explosive/grenade/incendiary{ @@ -34409,13 +33945,13 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "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{ @@ -34427,7 +33963,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -34439,61 +33975,77 @@ /area/strata/ag/interior/outpost/med) "kSs" = ( /turf/open/gm/coast/beachcorner/north_west, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/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) +/area/strata/ag/interior/mining_outpost/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/central) +"kTy" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/hive) "kTB" = ( /turf/open/gm/coast/north, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/exterior/jungle/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/ug/interior/jungle/platform/south) "kUi" = ( /obj/structure/inflatable/popped/door, /turf/open/floor/strata{ icon_state = "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/ug/exterior/jungle/carplake_center) +"kUC" = ( +/turf/open/asphalt/cement{ + icon_state = "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/groundsite/power/east, +/turf/open/floor/strata, +/area/strata/ag/interior/mining_outpost/central) +"kWo" = ( +/obj/structure/platform_decoration/strata/metal, /turf/open/floor/strata, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/outpost/engi) "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{ dir = 8; icon_state = "white_cyan2" }, -/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{ @@ -34507,17 +34059,17 @@ }, /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{ icon_state = "cement15" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "kZL" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -34526,11 +34078,11 @@ 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, @@ -34538,11 +34090,11 @@ dir = 4; icon_state = "floor3" }, -/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, @@ -34554,7 +34106,7 @@ /area/strata/ag/exterior/marsh/river) "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{ @@ -34565,10 +34117,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/exterior/paths/south_outpost) "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{ @@ -34579,39 +34131,66 @@ 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{ + dir = 6; + icon_state = "multi_tiles" + }, +/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{ + icon_state = "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) +/area/strata/ug/interior/outpost/platform) "lhH" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "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, @@ -34630,29 +34209,29 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "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{ icon_state = "darkyellowfull2" }, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "lkl" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/far, /turf/open/floor/strata{ icon_state = "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) "llC" = ( /obj/structure/machinery/shower{ dir = 1 @@ -34670,23 +34249,20 @@ dir = 8; icon_state = "white_cyan2" }, -/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) "lno" = ( /turf/closed/wall/strata_outpost, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "loN" = ( /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata{ icon_state = "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{ @@ -34699,8 +34275,7 @@ icon_state = "abed" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/window/reinforced/tinted{ dir = 1 @@ -34709,7 +34284,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 @@ -34727,38 +34302,44 @@ dir = 8; icon_state = "white_cyan2" }, -/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/engineering/parts_storage) "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, @@ -34767,6 +34348,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, @@ -34775,7 +34360,7 @@ }, /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"; @@ -34784,10 +34369,19 @@ /turf/open/floor/strata{ icon_state = "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{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ug/interior/jungle/tearlake) "lwI" = ( /obj/structure/barricade/handrail/strata{ dir = 4 @@ -34796,52 +34390,56 @@ /turf/open/asphalt/cement{ icon_state = "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{ - dir = 1; - pixel_y = 25 - }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "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) +/area/strata/ug/interior/outpost/underground_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/jungle/structures/monitoring/east) +"lzh" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/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{ - dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/interior/outpost/canteen/bar) "lAc" = ( +/obj/structure/blocker/invisible_wall, /turf/closed/wall/wood, /area/strata/ag/interior/restricted) "lAx" = ( @@ -34849,7 +34447,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, @@ -34857,63 +34455,69 @@ 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{ + icon_state = "orange_cover" + }, +/area/strata/ag/exterior/marsh/river) "lEo" = ( /obj/structure/machinery/landinglight/ds2, /turf/open/asphalt/cement{ icon_state = "cement12" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "lFy" = ( /obj/structure/closet/bodybag, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/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{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/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 +/area/strata/ag/interior/outside/checkpoints/north) +"lJa" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata{ + icon_state = "floor2" }, -/turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ug/interior/jungle/structures/research) "lJz" = ( /obj/structure/surface/rack, /obj/item/storage/toolbox/syndicate, @@ -34922,10 +34526,21 @@ }, /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{ + dir = 8; + icon_state = "multi_tiles" + }, +/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 @@ -34934,19 +34549,10 @@ dir = 8; icon_state = "white_cyan2" }, -/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 - }, -/turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/mountain) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "lMB" = ( /obj/structure/bed/chair/comfy{ dir = 8 @@ -34954,7 +34560,14 @@ /turf/open/floor/strata{ icon_state = "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{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/central) "lNr" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, @@ -34983,7 +34596,17 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/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, @@ -34995,20 +34618,31 @@ dir = 8 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"lPj" = ( +/turf/open/floor/strata{ + icon_state = "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{ icon_state = "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; @@ -35016,34 +34650,34 @@ pixel_y = 10 }, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "lRa" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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) "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{ icon_state = "cement3" }, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "lUg" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 @@ -35053,13 +34687,13 @@ }, /area/strata/ag/interior/outpost/engi/drome) "lUm" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "lUu" = ( /obj/effect/decal/warning_stripes{ icon_state = "NS-center" @@ -35070,11 +34704,11 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -35084,7 +34718,7 @@ 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 @@ -35092,7 +34726,7 @@ /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "lXd" = ( /obj/structure/barricade/handrail/strata{ dir = 4 @@ -35100,20 +34734,33 @@ /turf/open/asphalt/cement{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outpost/maint) "mam" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/pipes/vents/pump{ @@ -35126,7 +34773,14 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) +"may" = ( +/obj/structure/machinery/power/apc/groundsite/no_power/north, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ug/interior/jungle/tearlake) "maP" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -35141,21 +34795,27 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) +"mcv" = ( +/obj/structure/machinery/power/apc/groundsite/power/south, +/turf/open/floor/strata{ + icon_state = "white_cyan3" + }, +/area/strata/ag/interior/outpost/med) "mcD" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/pistol/t73, /turf/open/floor/strata{ icon_state = "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" @@ -35164,7 +34824,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "mde" = ( /obj/structure/platform_decoration/strata{ dir = 1 @@ -35179,20 +34839,23 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "mdK" = ( /obj/item/storage/belt/security, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata{ icon_state = "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{ icon_state = "floor3" }, @@ -35207,20 +34870,16 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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 @@ -35239,10 +34898,11 @@ /turf/open/floor/strata{ icon_state = "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" = ( @@ -35254,7 +34914,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "mip" = ( /obj/structure/platform/strata{ dir = 1 @@ -35269,7 +34929,7 @@ "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) "miL" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -35283,7 +34943,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "miR" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -35292,7 +34952,7 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "mjp" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ @@ -35305,7 +34965,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"; @@ -35316,17 +34976,33 @@ dir = 4; icon_state = "floor3" }, -/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{ + dir = 8; + icon_state = "multi_tiles" + }, +/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{ icon_state = "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{ + dir = 4; + icon_state = "floor3" + }, +/area/strata/ag/interior/outpost/canteen) "mlq" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -35346,11 +35022,14 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "mmF" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/dirt, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/exterior/jungle/carplake_center) +"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{ @@ -35358,6 +35037,9 @@ icon_state = "multi_tiles" }, /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 @@ -35392,7 +35074,7 @@ "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{ @@ -35415,14 +35097,14 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "mrz" = ( /obj/structure/closet/secure_closet/personal, /obj/effect/landmark/crap_item, /turf/open/floor/strata{ icon_state = "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, @@ -35434,11 +35116,20 @@ dir = 8 }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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 @@ -35456,7 +35147,7 @@ dir = 4; icon_state = "floor3" }, -/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, @@ -35465,12 +35156,24 @@ /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/groundsite/power/west, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/strata/ag/interior/outpost/security) "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 @@ -35493,11 +35196,14 @@ }, /turf/closed/wall/strata_outpost, /area/strata/ag/interior/outpost/med) +"mwW" = ( +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/marsh/relay_marshes) "mxa" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/strata{ @@ -35517,7 +35223,7 @@ "myk" = ( /obj/structure/sign/safety/storage, /turf/closed/wall/strata_outpost, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "mzp" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -35528,7 +35234,17 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) +"mzC" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/item/storage/briefcase, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/strata/ag/interior/outpost/med) "mBb" = ( /obj/structure/pipes/vents/pump{ dir = 8; @@ -35537,14 +35253,18 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "mBl" = ( /obj/structure/reagent_dispensers/watertank, /obj/structure/barricade/handrail/strata{ dir = 1 }, /turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"mCh" = ( +/obj/structure/machinery/power/apc/groundsite/no_power/west, +/turf/open/floor/plating, +/area/strata/ag/exterior/paths/south_outpost) "mCx" = ( /turf/open/floor/strata{ dir = 4; @@ -35560,7 +35280,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "mDF" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer2, @@ -35572,20 +35292,20 @@ dir = 4 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "mEL" = ( /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "mFh" = ( /obj/structure/fence, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement{ icon_state = "cement4" }, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "mGA" = ( /turf/open/floor/strata{ dir = 8; @@ -35596,7 +35316,7 @@ /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 @@ -35605,21 +35325,24 @@ /obj/structure/machinery/floodlight/landing, /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/interior/outpost/engi/drome) +"mHF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/structures/monitoring/south) "mIE" = ( /obj/structure/prop/almayer/computers/mapping_computer, /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "mIG" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 }, /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "mII" = ( -/obj/structure/sign/nosmoking_2, /obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/shed_five_caves) +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/caves/shed_five_caves) "mKv" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata{ @@ -35653,10 +35376,7 @@ /turf/open/floor/prison{ icon_state = "darkredfull2" }, -/area/strata/ag/interior/landingzone_checkpoint) -"mLn" = ( -/turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ag/interior/outside/checkpoints/south) "mLN" = ( /obj/item/lightstick/red/spoke/planted{ layer = 3.1; @@ -35675,7 +35395,7 @@ /turf/open/floor/strata{ icon_state = "purp2" }, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/exterior/jungle/carplake_center) "mLW" = ( /obj/structure/dropship_equipment/mg_holder, /turf/open/floor/strata{ @@ -35684,12 +35404,13 @@ }, /area/strata/ag/interior/outpost/engi/drome) "mMp" = ( -/turf/open/gm/coast/beachcorner/south_west, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/strata/ug/interior/jungle/tearlake) "mMR" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "mNG" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -35702,7 +35423,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -35714,11 +35435,19 @@ dir = 10; icon_state = "multi_tiles" }, -/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" @@ -35731,7 +35460,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" @@ -35750,11 +35479,15 @@ dir = 4; icon_state = "floor3" }, -/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/exterior/paths/south_outpost) +"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 @@ -35763,7 +35496,7 @@ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -35781,22 +35514,24 @@ icon_state = "upp_rightengine" }, /area/strata/ag/interior/outpost/engi/drome/shuttle) +"mWm" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ug/interior) "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{ - dir = 1; - pixel_y = 25 - }, /obj/effect/decal/cleanable/blood, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "mWT" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -35804,19 +35539,23 @@ /turf/open/floor/strata{ icon_state = "purp2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "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{ icon_state = "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 @@ -35827,10 +35566,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -35838,13 +35574,20 @@ icon_state = "floor3" }, /area/strata/ag/interior/outpost/engi/drome) +"naw" = ( +/obj/structure/machinery/power/apc/groundsite/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{ dir = 4; icon_state = "floor3" }, -/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 @@ -35863,7 +35606,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "neL" = ( /obj/structure/bed/chair{ dir = 4 @@ -35876,18 +35619,13 @@ "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{ icon_state = "orange_cover" @@ -35896,16 +35634,16 @@ "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, @@ -35918,11 +35656,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, @@ -35930,23 +35675,19 @@ dir = 1 }, /turf/open/gm/river, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) +"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 - }, +/obj/structure/machinery/vending/coffee, /turf/open/floor/strata{ - icon_state = "multi_tiles" + icon_state = "fake_wood" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/outpost/foyer) "npy" = ( /obj/structure/closet/secure_closet/medical3{ req_access = null @@ -35961,7 +35702,7 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/water_marshes) "npW" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e" @@ -35980,33 +35721,30 @@ }, /obj/effect/decal/cleanable/blood, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "nqX" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "nrc" = ( /obj/effect/decal/cleanable/blood/oil, /obj/item/stack/sheet/wood, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "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/curtain/medical, -/turf/open/floor/strata{ - icon_state = "floor2" +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/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{ @@ -36018,7 +35756,20 @@ /turf/open/floor/strata{ icon_state = "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{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/hive) "nun" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata{ @@ -36028,12 +35779,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/groundsite/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" @@ -36046,10 +35801,10 @@ /turf/open/asphalt/cement{ icon_state = "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 @@ -36058,16 +35813,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, @@ -36083,7 +35838,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "nDj" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -36092,7 +35847,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{ @@ -36114,20 +35869,20 @@ "nGi" = ( /obj/structure/cargo_container/grant/left, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "nGm" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/relay_marshes) "nIf" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "nIS" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -36137,9 +35892,13 @@ icon_state = "floor3" }, /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{ + icon_state = "floor3" + }, +/area/strata/ag/interior/outpost/canteen/bar) "nJO" = ( /obj/structure/machinery/shower, /turf/open/floor/interior/plastic, @@ -36149,7 +35908,13 @@ 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{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outside/bball/cave) "nNR" = ( /obj/structure/surface/rack, /obj/item/book/manual/orbital_cannon_manual, @@ -36157,28 +35922,34 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/outpost/maint/canteen_e_1) +/area/strata/ag/interior/outpost/maint) "nOE" = ( -/obj/structure/closet/secure_closet/personal, -/obj/effect/landmark/objective_landmark/far, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata{ dir = 4; - icon_state = "cyan1" + icon_state = "white_cyan3" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outpost/med) +"nOW" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/marsh/river) "nPb" = ( /turf/open/gm/coast/beachcorner2/north_east, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) "nPh" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/hotsprings) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "nPr" = ( /obj/structure/tunnel, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/structures/research/hot_springs) "nPJ" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata, @@ -36196,18 +35967,15 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "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 @@ -36217,7 +35985,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{ @@ -36232,39 +36000,52 @@ /turf/open/asphalt/cement{ icon_state = "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{ dir = 8; icon_state = "white_cyan2" }, -/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{ + icon_state = "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{ icon_state = "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{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outpost/engi/drome) "nVt" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -36274,27 +36055,55 @@ dir = 8; icon_state = "multi_tiles" }, -/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{ icon_state = "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/groundsite/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{ + dir = 10; + icon_state = "multi_tiles" + }, +/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) "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; @@ -36302,17 +36111,17 @@ 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{ icon_state = "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{ @@ -36324,23 +36133,20 @@ /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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "odB" = ( /obj/structure/machinery/landinglight/ds2/delayone, /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "plate" @@ -36350,16 +36156,16 @@ /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{ dir = 8; @@ -36378,7 +36184,7 @@ "ofd" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "ogL" = ( /obj/structure/surface/rack, /obj/item/storage/firstaid/regular, @@ -36387,7 +36193,7 @@ /turf/open/floor/strata{ icon_state = "purp2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "oiF" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -36406,13 +36212,22 @@ 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{ + dir = 6; + icon_state = "multi_tiles" + }, +/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" @@ -36425,7 +36240,7 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "olH" = ( /obj/structure/bed{ icon_state = "abed" @@ -36435,26 +36250,40 @@ dir = 4; icon_state = "floor3" }, -/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{ + icon_state = "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{ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "opg" = ( /obj/structure/machinery/power/terminal{ dir = 4 @@ -36464,19 +36293,19 @@ /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{ dir = 10; icon_state = "multi_tiles" }, -/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) @@ -36489,16 +36318,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, @@ -36508,12 +36338,22 @@ /turf/open/asphalt/cement{ icon_state = "cement1" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) +"owp" = ( +/obj/structure/sign/safety/security, +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/mining_outpost/central) +"owF" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/strata/ag/interior/mining_outpost/central) "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 @@ -36529,18 +36369,16 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "oyy" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med1) -"oAQ" = ( -/obj/structure/machinery/light/small, -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/greengrid, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/outpost/underground_dorms/med1) +"ozP" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ug/interior/jungle/tearlake) "oBn" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/strata{ @@ -36557,9 +36395,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 }, @@ -36570,27 +36405,26 @@ "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{ icon_state = "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{ icon_state = "orange_cover" }, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "oHN" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -36598,7 +36432,7 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "oIi" = ( /obj/structure/filingcabinet, /obj/structure/pipes/standard/simple/hidden/cyan, @@ -36607,7 +36441,7 @@ dir = 4; icon_state = "floor3" }, -/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, @@ -36621,19 +36455,19 @@ /turf/open/floor/strata{ icon_state = "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) "oJD" = ( /obj/item/stack/rods, /turf/open/asphalt/cement{ icon_state = "cement12" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "oKl" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, @@ -36642,20 +36476,20 @@ /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{ icon_state = "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 @@ -36664,13 +36498,13 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "oMa" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/asphalt/cement{ icon_state = "cement12" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "oMZ" = ( /obj/structure/toilet{ dir = 8 @@ -36679,7 +36513,7 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "oOB" = ( /obj/item/clothing/shoes/snow, /obj/structure/surface/rack, @@ -36694,16 +36528,17 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "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{ - dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/interior/mining_outpost/central) "oPz" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -36711,18 +36546,24 @@ }, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"oPA" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "oPN" = ( /turf/open/asphalt/cement{ icon_state = "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" @@ -36731,17 +36572,30 @@ dir = 4; icon_state = "floor3" }, -/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/groundsite/no_power/west, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/platform/east) "oRm" = ( /obj/structure/inflatable/popped/door, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"oSE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "darkyellowfull2" + }, +/area/strata/ag/interior/outpost/engi) "oSN" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -36749,14 +36603,14 @@ /turf/open/asphalt/cement{ icon_state = "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 @@ -36767,7 +36621,11 @@ /turf/open/floor/strata{ icon_state = "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, @@ -36775,7 +36633,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "oWt" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -36785,17 +36643,11 @@ }, /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{ - dir = 4; - icon_state = "floor3" - }, -/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 @@ -36805,7 +36657,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -36815,7 +36667,7 @@ /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, @@ -36825,57 +36677,65 @@ dir = 4; icon_state = "cyan1" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) +"oYM" = ( +/turf/open/floor/strata{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outside/engineering/parts_storage) "oZt" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "oZD" = ( /obj/item/lightstick, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "pax" = ( /obj/structure/largecrate/hunter_games_medical, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "paY" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "pbC" = ( /obj/effect/spawner/random/toolbox, /obj/structure/surface/rack, /obj/item/device/flashlight, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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 @@ -36884,19 +36744,23 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) "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{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) +"phD" = ( +/obj/structure/machinery/power/apc/groundsite/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{ @@ -36905,13 +36769,13 @@ /turf/open/floor/strata{ icon_state = "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, @@ -36925,10 +36789,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/ug/exterior/jungle/carplake_center) "pje" = ( /obj/structure/cryofeed/right, /obj/structure/platform/strata/metal, @@ -36936,7 +36800,11 @@ layer = 3.5 }, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"pjB" = ( +/obj/structure/cargo_container/wy/left, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/platform/south) "pkG" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -36947,8 +36815,11 @@ }, /area/strata/ag/interior/outpost/med) "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 @@ -36958,6 +36829,21 @@ icon_state = "cyan1" }, /area/strata/ag/interior/outpost/med) +"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{ + dir = 4; + icon_state = "floor3" + }, +/area/strata/ug/interior/jungle/tearlake) "pmC" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications{ @@ -36966,7 +36852,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -36975,7 +36861,16 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"pnn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outpost/foyer) "pnP" = ( /obj/structure/machinery/shower{ dir = 8 @@ -36991,7 +36886,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "poc" = ( /obj/structure/bed/chair{ dir = 1 @@ -37003,14 +36898,14 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "ppe" = ( /turf/open/asphalt/cement{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" @@ -37030,19 +36925,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, @@ -37051,7 +36943,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 @@ -37065,6 +36957,10 @@ icon_state = "multi_tiles" }, /area/strata/ag/interior/outpost/engi/drome) +"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, @@ -37072,7 +36968,14 @@ 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{ + icon_state = "red1" + }, +/area/strata/ag/interior/outside/checkpoints/outpost) "psE" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; @@ -37082,16 +36985,14 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "psQ" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, +/obj/structure/machinery/power/apc/groundsite/no_power/south, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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; @@ -37110,7 +37011,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -37119,7 +37020,7 @@ 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 @@ -37130,8 +37031,13 @@ }, /area/strata/ag/interior/outpost/med) "ptT" = ( -/turf/closed/wall/strata_outpost, -/area/strata/ag/interior/dorms/hive) +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/hive) "ptW" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib6" @@ -37140,14 +37046,14 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/jungle/deep/structures/res) +/area/strata/ug/interior/jungle/structures/research) "puV" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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{ @@ -37157,10 +37063,18 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"pva" = ( +/obj/structure/machinery/power/apc/groundsite/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{ @@ -37177,7 +37091,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "pwz" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -37195,21 +37109,21 @@ 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{ dir = 10; icon_state = "multi_tiles" }, -/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) @@ -37224,6 +37138,21 @@ icon_state = "orange_cover" }, /area/strata/ag/interior/outpost/engi/drome) +"pAR" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/light/small, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/central) +"pAY" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "floor2" + }, +/area/strata/ug/interior/jungle/structures/research) "pDb" = ( /obj/structure/dropship_equipment/sentry_holder, /turf/open/floor/strata{ @@ -37243,7 +37172,7 @@ dir = 4; icon_state = "white_cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "pDQ" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -37262,13 +37191,13 @@ 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{ @@ -37276,6 +37205,10 @@ icon_state = "cyan2" }, /area/strata/ag/interior/outpost/med) +"pEB" = ( +/obj/structure/machinery/power/apc/groundsite/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; @@ -37285,17 +37218,17 @@ dir = 6; icon_state = "multi_tiles" }, -/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/exterior/paths/south_outpost) "pEY" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "pFi" = ( /obj/structure/largecrate/random/barrel/green, /obj/structure/disposalpipe/segment{ @@ -37307,13 +37240,9 @@ }, /area/strata/ag/interior/outpost/engi/drome/shuttle) "pGf" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -23; - start_charge = 0 - }, -/turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/obj/structure/machinery/power/apc/groundsite/power/west, +/turf/open/floor/plating, +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "pGt" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_3"; @@ -37327,7 +37256,7 @@ /obj/item/stack/cable_coil/blue, /obj/item/stack/cable_coil/blue, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "pGC" = ( /obj/structure/disposalpipe/segment, /obj/effect/decal/strata_decals/catwalk/prison, @@ -37338,14 +37267,16 @@ /area/strata/ag/interior/outpost/engi/drome) "pHR" = ( /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/tearlake) +/area/strata/ug/interior/jungle/tearlake) "pIa" = ( /turf/closed/wall/resin/strata/on_tiles, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "pIy" = ( -/obj/structure/machinery/light/small, +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, /turf/open/floor/strata, -/area/strata/ag/interior/outpost/engi/drome) +/area/strata/ag/interior/mining_outpost/central) "pJu" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ dir = 1; @@ -37361,28 +37292,28 @@ 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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "pMU" = ( /obj/structure/tunnel/maint_tunnel{ pixel_y = 16 @@ -37402,7 +37333,7 @@ "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 @@ -37414,14 +37345,18 @@ /turf/open/floor/strata{ icon_state = "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) "pOH" = ( /obj/structure/curtain/medical, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata{ icon_state = "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 @@ -37434,18 +37369,18 @@ "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, @@ -37465,24 +37400,27 @@ /obj/structure/closet/bodybag/tarp, /obj/structure/closet/bodybag/tarp, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "pSw" = ( /turf/open/gm/coast/east, -/area/strata/ug/interior/jungle/deep/east_carp) +/area/strata/ug/interior/jungle/carplake/east) +"pTR" = ( +/obj/structure/barricade/snow, +/turf/open/auto_turf/snow/brown_base/layer2, +/area/strata/ag/exterior/caves/lz_caves) "pUB" = ( /obj/structure/bed{ icon_state = "abed" }, /obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 + dir = 1 }, /obj/structure/barricade/wooden{ dir = 4 }, /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "pVn" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/station_alert{ @@ -37492,14 +37430,14 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "pWp" = ( /obj/structure/platform_decoration/strata{ dir = 8 @@ -37519,7 +37457,7 @@ dir = 6; icon_state = "multi_tiles" }, -/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, @@ -37527,25 +37465,44 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "pYI" = ( /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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/exterior/paths/south_outpost) +"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{ + dir = 10; + icon_state = "multi_tiles" + }, +/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 @@ -37553,16 +37510,16 @@ /turf/open/asphalt/cement{ icon_state = "cement4" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "qbA" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 5 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "qbR" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "qbU" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 8 @@ -37570,11 +37527,11 @@ /turf/open/asphalt/cement{ icon_state = "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 @@ -37586,23 +37543,30 @@ 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{ + dir = 10; + icon_state = "multi_tiles" + }, +/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/exterior/paths/south_outpost) "qer" = ( /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/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 @@ -37623,18 +37587,21 @@ /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{ dir = 8; icon_state = "multi_tiles" }, -/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/exterior/paths/south_outpost) +"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{ @@ -37644,7 +37611,7 @@ dir = 6; icon_state = "multi_tiles" }, -/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, @@ -37658,24 +37625,31 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "qjD" = ( /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement{ icon_state = "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{ + icon_state = "red1" + }, +/area/strata/ug/interior/jungle/structures/research) "qks" = ( /obj/structure/machinery/light/small, /turf/open/asphalt/cement{ icon_state = "cement12" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "qkS" = ( /turf/open/asphalt/cement{ icon_state = "cement12" }, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "qkU" = ( /obj/structure/barricade/handrail/strata{ dir = 4 @@ -37684,17 +37658,17 @@ /turf/open/asphalt/cement{ icon_state = "cement15" }, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "qlq" = ( /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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, @@ -37702,22 +37676,21 @@ dir = 4; icon_state = "floor3" }, -/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{ dir = 8; icon_state = "white_cyan2" }, -/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; @@ -37736,24 +37709,24 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/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, @@ -37786,7 +37759,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "qwx" = ( /obj/structure/bed{ icon_state = "abed" @@ -37797,12 +37770,12 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "qwM" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/greengrid, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "qxi" = ( /obj/effect/decal/cleanable/blood/gibs/core, /mob/living/simple_animal/hostile/carp{ @@ -37810,11 +37783,12 @@ 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{ @@ -37830,6 +37804,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{ @@ -37845,18 +37825,15 @@ }, /area/strata/ag/interior/outpost/med) "qAr" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, +/obj/structure/machinery/power/apc/groundsite/no_power/north, /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "qBd" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/tearlake) +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/tearlake) "qBg" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/clipboard, @@ -37864,31 +37841,37 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"qBv" = ( +/obj/structure/machinery/power/apc/groundsite/power/north, +/turf/open/floor/strata{ + icon_state = "blue1" + }, +/area/strata/ag/interior/outpost/admin) "qCv" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "qFH" = ( /obj/structure/filingcabinet, /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "qFY" = ( /obj/structure/machinery/door/airlock/prison{ dir = 2 @@ -37897,20 +37880,13 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ icon_state = "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) "qIt" = ( /obj/structure/barricade/handrail/strata{ dir = 4 @@ -37919,7 +37895,7 @@ /turf/open/asphalt/cement{ icon_state = "cement1" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "qJi" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison{ @@ -37941,34 +37917,34 @@ /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "qLp" = ( -/obj/structure/machinery/light/small, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, +/obj/structure/machinery/light, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qNi" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ @@ -37982,24 +37958,24 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "qOj" = ( /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "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 @@ -38008,7 +37984,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "qON" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/strata{ @@ -38021,29 +37997,31 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/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{ icon_state = "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, @@ -38051,7 +38029,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{ @@ -38067,6 +38045,9 @@ icon_state = "upp4" }, /area/strata/ag/exterior/marsh/crash) +"qSH" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/checkpoints/north_armor) "qTk" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/barricade/handrail/strata{ @@ -38077,18 +38058,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" @@ -38097,7 +38078,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, @@ -38111,17 +38092,26 @@ 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{ dir = 4; icon_state = "white_cyan1" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) +"qWc" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/strata/ug/interior/outpost/underground_dorms/med1) "qWC" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/flora/pottedplant{ @@ -38130,9 +38120,6 @@ /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ag/interior/restricted/devroom) -"qWD" = ( -/turf/closed/wall/strata_ice/dirty, /area/strata/ag/interior/restricted) "qWQ" = ( /obj/structure/surface/rack, @@ -38141,14 +38128,22 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ + icon_state = "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{ @@ -38158,41 +38153,41 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "rbi" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 6 }, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "rbO" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 @@ -38202,7 +38197,7 @@ "rdm" = ( /obj/structure/largecrate/random, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "rdo" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -38212,7 +38207,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "reb" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -38222,7 +38217,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"; @@ -38230,7 +38225,7 @@ layer = 3.5 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "reS" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 9 @@ -38239,7 +38234,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "rfB" = ( /obj/structure/machinery/power/reactor/colony, /obj/effect/decal/cleanable/blood/oil, @@ -38247,7 +38242,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "rgt" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -38258,14 +38253,14 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "rgH" = ( /obj/structure/barricade/snow{ dir = 8 @@ -38281,7 +38276,7 @@ /turf/open/floor/strata{ icon_state = "white_cyan1" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/canteen) "rhk" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 4 @@ -38289,7 +38284,7 @@ /turf/open/asphalt/cement{ icon_state = "cement1" }, -/area/strata/ag/interior/landingzone_1) +/area/strata/ag/interior/landing_zones/lz1) "rhJ" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -38298,7 +38293,7 @@ /turf/open/asphalt/cement{ icon_state = "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 @@ -38312,7 +38307,7 @@ }, /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; @@ -38329,13 +38324,13 @@ 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{ @@ -38346,7 +38341,7 @@ "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, @@ -38354,7 +38349,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/north) "rkq" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -38372,25 +38367,37 @@ /turf/open/asphalt/cement{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/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/groundsite/power/north, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/strata/ag/interior/outpost/engi) "rpA" = ( /obj/structure/machinery/door/airlock/almayer/medical/colony{ dir = 2; @@ -38405,53 +38412,62 @@ /turf/open/asphalt/cement{ icon_state = "cement4" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "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{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outside/checkpoints/north) "rwD" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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{ + icon_state = "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, @@ -38463,7 +38479,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, @@ -38471,11 +38487,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{ dir = 4; @@ -38505,7 +38529,7 @@ dir = 4 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "rDl" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /obj/structure/barricade/handrail/strata{ @@ -38521,7 +38545,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"; @@ -38534,7 +38558,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) @@ -38545,32 +38569,26 @@ dir = 4; icon_state = "floor3" }, -/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{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/engi) -"rJz" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - icon_state = "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 @@ -38611,7 +38629,7 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "rMP" = ( /obj/structure/closet/coffin, /obj/effect/landmark/objective_landmark/science, @@ -38621,20 +38639,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"; @@ -38647,17 +38665,17 @@ /turf/open/floor/strata{ icon_state = "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 @@ -38666,29 +38684,32 @@ /turf/open/floor/strata{ icon_state = "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) "rSE" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/groundsite/no_power/north, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "rTC" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata{ icon_state = "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" @@ -38698,6 +38719,9 @@ icon_state = "floor3" }, /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"; @@ -38712,7 +38736,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "rWk" = ( /obj/structure/sink{ dir = 8; @@ -38725,32 +38749,46 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "rXy" = ( /obj/structure/largecrate/random/barrel/yellow, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "rXZ" = ( /obj/item/fuel_cell, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) +"rZF" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/exterior/paths/flight_control_exterior) "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{ dir = 4; icon_state = "floor3" }, -/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{ + icon_state = "floor3" + }, +/area/strata/ag/interior/outpost/canteen/bar) "sbW" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 @@ -38768,11 +38806,8 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "red2" @@ -38781,7 +38816,7 @@ "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"; @@ -38801,18 +38836,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/exterior/paths/south_outpost) "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" @@ -38823,7 +38858,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "sip" = ( /obj/structure/inflatable, /turf/open/floor/strata{ @@ -38866,14 +38901,14 @@ /turf/open/asphalt/cement{ icon_state = "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 @@ -38888,22 +38923,26 @@ 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{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ug/interior/jungle/structures/research) "sot" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -38914,7 +38953,7 @@ /turf/open/asphalt/cement{ icon_state = "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{ @@ -38928,22 +38967,34 @@ /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{ + icon_state = "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{ icon_state = "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" @@ -38957,7 +39008,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "ssE" = ( /turf/open/floor/strata{ icon_state = "orange_cover" @@ -38965,13 +39016,21 @@ /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{ @@ -38988,29 +39047,29 @@ /turf/open/asphalt/cement{ icon_state = "cement9" }, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "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, /turf/open/floor/strata{ icon_state = "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; @@ -39026,10 +39085,10 @@ /turf/open/asphalt/cement{ icon_state = "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"; @@ -39039,33 +39098,34 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ icon_state = "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{ icon_state = "purp2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "sDs" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/north_armor) "sDE" = ( /obj/structure/bed/chair{ dir = 1 @@ -39088,7 +39148,7 @@ "sEV" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/dirt, -/area/strata/ug/exterior/jungle/deep/carplake_center) +/area/strata/ug/exterior/jungle/carplake_center) "sFB" = ( /obj/structure/machinery/landinglight/ds2{ dir = 1 @@ -39096,14 +39156,23 @@ /turf/open/asphalt/cement{ icon_state = "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) +"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, @@ -39111,27 +39180,33 @@ dir = 4; icon_state = "floor3" }, -/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{ + icon_state = "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/groundsite/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 @@ -39147,32 +39222,28 @@ dir = 10; icon_state = "multi_tiles" }, -/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{ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "cement9" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "sQA" = ( /obj/effect/landmark/good_item, /obj/item/stack/rods, @@ -39183,7 +39254,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "sQK" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -39191,32 +39262,32 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "cement12" }, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "sSZ" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib4" @@ -39224,22 +39295,31 @@ /turf/open/floor/strata{ icon_state = "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) +"sTZ" = ( +/obj/structure/machinery/power/apc/groundsite/no_power/west, +/turf/open/floor/strata{ + dir = 10; + icon_state = "multi_tiles" }, +/area/strata/ag/interior/outside/bball/cave) +"sWt" = ( +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/hive) +"sWO" = ( /turf/open/asphalt/cement{ icon_state = "cement15" }, -/area/strata/ag/exterior/marsh) +/area/strata/ag/exterior/marsh/spring_marshes) "sXl" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "sXt" = ( /obj/structure/bed/chair{ dir = 8 @@ -39248,7 +39328,7 @@ 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; @@ -39258,7 +39338,7 @@ dir = 4; icon_state = "floor3" }, -/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, @@ -39269,7 +39349,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{ @@ -39279,7 +39359,7 @@ 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 @@ -39287,7 +39367,7 @@ /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "taa" = ( /obj/structure/filingcabinet, /obj/structure/barricade/handrail/strata, @@ -39296,6 +39376,10 @@ icon_state = "blue1" }, /area/strata/ag/interior/outpost/admin) +"tas" = ( +/obj/structure/machinery/power/apc/groundsite/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" @@ -39304,28 +39388,31 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "taW" = ( /turf/open/asphalt/cement{ icon_state = "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{ dir = 4; icon_state = "floor3" }, -/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{ dir = 4; icon_state = "floor3" }, -/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, @@ -39336,44 +39423,53 @@ dir = 4; icon_state = "floor3" }, -/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) "tfB" = ( /obj/structure/closet/secure_closet/engineering_electrical, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata{ icon_state = "orange_cover" }, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "tfM" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "tgr" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; dir = 4; icon_state = "p_stair_sn_full_cap" }, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/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"; @@ -39383,12 +39479,12 @@ dir = 4; icon_state = "floor3" }, -/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) "tio" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 4 @@ -39396,7 +39492,7 @@ /turf/open/floor/strata{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "tiE" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -39413,17 +39509,17 @@ /turf/open/asphalt/cement{ icon_state = "cement12" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "tjo" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "tkq" = ( /obj/structure/platform_decoration/strata/metal{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "tlc" = ( /obj/structure/surface/rack, /obj/item/storage/box/beakers, @@ -39441,7 +39537,7 @@ /turf/open/asphalt/cement{ icon_state = "cement12" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "tlJ" = ( /obj/structure/bed{ icon_state = "abed" @@ -39451,11 +39547,11 @@ dir = 4; icon_state = "floor3" }, -/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{ @@ -39466,7 +39562,7 @@ /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "tmB" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/microwave, @@ -39474,34 +39570,25 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "tnM" = ( /turf/open/asphalt/cement{ icon_state = "cement12" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "toV" = ( /turf/open/gm/coast/beachcorner/north_east, -/area/strata/ug/interior/jungle/deep/tearlake) -"tqG" = ( -/turf/open/floor/strata, -/area/strata/ag/exterior/paths/north_outpost) +/area/strata/ug/interior/jungle/tearlake) "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 - }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/strata{ - dir = 4; - icon_state = "floor3" + icon_state = "multi_tiles" }, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ag/interior/mining_outpost/hive) "tru" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -39524,6 +39611,12 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/river) +"trM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/strata/ug/interior/jungle/structures/research) "tsz" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -39532,20 +39625,21 @@ dir = 8; icon_state = "orange_edge" }, -/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 @@ -39564,32 +39658,29 @@ }, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/strata/ug/interior/jungle/deep/minehead) +/area/strata/ug/interior/jungle/structures/research/old_tunnels) "twa" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/asphalt/cement, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "txm" = ( /obj/structure/toilet{ dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 4 - }, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/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{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "tyj" = ( /obj/structure/pipes/standard/manifold/hidden/cyan{ dir = 8 @@ -39607,19 +39698,22 @@ }, /turf/open/gm/river, /area/strata/ag/exterior/marsh/center) +"tAX" = ( +/turf/open/auto_turf/ice/layer2, +/area/strata/ag/exterior/marsh/spring_marshes) "tBn" = ( /obj/structure/machinery/space_heater, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "tBw" = ( /obj/structure/closet/crate/radiation, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/strata{ icon_state = "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{ @@ -39630,11 +39724,11 @@ "tCM" = ( /obj/structure/bed/roller, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "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, @@ -39645,17 +39739,26 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "tEC" = ( /obj/structure/sign/nosmoking_1, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/restricted/devroom) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/restricted) "tEY" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/strata, -/area/strata/ag/interior/nearlz1) +/area/strata/ag/interior/landing_zones/near_lz1) +"tFA" = ( +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/marsh/spring_marshes) +"tGR" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata, +/area/strata/ag/exterior/outpost_decks) "tGZ" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/window/reinforced/tinted{ @@ -39665,7 +39768,7 @@ dir = 6; icon_state = "multi_tiles" }, -/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, @@ -39680,14 +39783,14 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "tHE" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/pill_bottle/russianRed, /turf/open/floor/strata{ icon_state = "orange_tile" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) "tIl" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -39700,7 +39803,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "tJp" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment{ @@ -39710,7 +39813,14 @@ dir = 6 }, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"tJu" = ( +/obj/item/ammo_magazine/rifle/type71, +/turf/open/floor/strata{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outside/bball/cave) "tJJ" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -39720,15 +39830,12 @@ }, /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) "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{ @@ -39747,41 +39854,43 @@ }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "tLI" = ( /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "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/west) "tMP" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 10 }, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "tNr" = ( -/turf/closed/wall/strata_outpost, -/area/strata/ag/interior/outpost/gen/bball/nest) +/obj/structure/platform/strata/metal, +/obj/structure/machinery/light, +/turf/open/auto_turf/snow/brown_base/layer4, +/area/strata/ag/exterior/paths/mining_outpost_exterior) "tNK" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "tNQ" = ( /obj/structure/barricade/handrail/strata, /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "orange_cover" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "tPi" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -39790,7 +39899,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "tPl" = ( /obj/structure/toilet{ dir = 1 @@ -39800,19 +39909,16 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "tPx" = ( /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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{ @@ -39824,7 +39930,11 @@ /turf/open/asphalt/cement{ icon_state = "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{ @@ -39841,11 +39951,11 @@ dir = 4; icon_state = "floor3" }, -/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"; @@ -39856,20 +39966,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, @@ -39882,25 +39992,36 @@ /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{ + dir = 6; + icon_state = "multi_tiles" + }, +/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{ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"tUh" = ( +/obj/item/lightstick/red/planted, +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/marsh/spring_marshes) "tUu" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/north_lz_caves) +/area/strata/ag/exterior/caves/lz_caves) "tUN" = ( /obj/structure/flora/grass/tallgrass/ice, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "tUO" = ( /obj/structure/machinery/colony_floodlight, /obj/structure/pipes/standard/simple/hidden/cyan{ @@ -39909,7 +40030,7 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "tUW" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -39918,16 +40039,20 @@ /turf/open/floor/strata{ icon_state = "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/exterior/paths/south_outpost) +"tVu" = ( +/obj/structure/sign/safety/medical, +/turf/closed/wall/strata_outpost, +/area/strata/ag/interior/outpost/engi/drome) "tVN" = ( /obj/structure/largecrate/random/case/double, -/obj/structure/machinery/light/small, +/obj/structure/machinery/light, /turf/open/floor/strata{ icon_state = "orange_cover" }, @@ -39941,26 +40066,26 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "tWf" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer3, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "tWJ" = ( /obj/structure/surface/rack{ layer = 2.5 }, /turf/open/asphalt/cement, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "tWY" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "tYB" = ( /obj/structure/pipes/standard/manifold/hidden/cyan, /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "tYF" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 @@ -39968,15 +40093,14 @@ /turf/open/auto_turf/ice/layer0, /area/strata/ag/exterior/marsh/center) "tZF" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 +/obj/structure/machinery/light/small{ + dir = 1 }, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/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 @@ -39991,7 +40115,7 @@ /turf/open/asphalt/cement{ icon_state = "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 @@ -39999,10 +40123,10 @@ /turf/open/floor/prison{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uaH" = ( /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "ubo" = ( /obj/structure/surface/rack, /obj/item/tool/shovel/etool/folded, @@ -40012,19 +40136,19 @@ /turf/open/floor/prison{ icon_state = "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/engineering/parts_storage) "ucl" = ( /obj/structure/bed/chair{ dir = 8 @@ -40032,12 +40156,18 @@ /turf/open/floor/strata{ icon_state = "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{ + icon_state = "orange_cover" + }, +/area/strata/ag/interior/outpost/engi/drome) "ueD" = ( /obj/structure/window/reinforced/tinted{ dir = 4 @@ -40049,7 +40179,7 @@ /turf/open/floor/strata{ icon_state = "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, @@ -40060,14 +40190,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) @@ -40098,23 +40225,26 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 8; icon_state = "white_cyan2" }, -/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 @@ -40122,45 +40252,40 @@ /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) "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{ dir = 4; icon_state = "floor3" }, -/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{ - icon_state = "red1" - }, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/exterior/outpost_decks) "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 @@ -40169,7 +40294,15 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/med1) +/area/strata/ug/interior/outpost/underground_dorms/med1) +"unh" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/strata/ag/interior/outpost/admin) "unE" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony, /turf/open/floor/strata{ @@ -40184,49 +40317,48 @@ dir = 4; icon_state = "cyan1" }, -/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{ icon_state = "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{ icon_state = "red1" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "uqB" = ( /turf/open/floor/strata{ dir = 4; icon_state = "white_cyan1" }, -/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, +/obj/item/stack/sheet/metal/medium_stack, +/obj/item/stack/sheet/metal/medium_stack, +/obj/structure/surface/rack, /turf/open/floor/strata{ - dir = 4; - icon_state = "floor3" + dir = 10; + icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outpost/engi) "urF" = ( /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/med2) +/area/strata/ug/interior/outpost/underground_dorms/med2) "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, @@ -40234,11 +40366,22 @@ 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{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ug/interior/jungle/tearlake) "usI" = ( /obj/structure/machinery/space_heater, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) +"usP" = ( +/turf/open/auto_turf/snow/brown_base/layer1, +/area/strata/ag/exterior/caves/lz_caves) "utn" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -40248,11 +40391,11 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "utV" = ( /obj/effect/landmark/monkey_spawn, /turf/open/asphalt/cement, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "utX" = ( /obj/effect/decal/cleanable/cobweb, /obj/effect/decal/cleanable/dirt, @@ -40261,17 +40404,17 @@ /turf/open/floor/strata{ icon_state = "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 @@ -40281,20 +40424,19 @@ dir = 10; icon_state = "multi_tiles" }, -/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) +/area/strata/ug/interior/outpost/platform) "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 @@ -40305,7 +40447,12 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"uyf" = ( +/turf/open/floor/strata{ + icon_state = "fake_wood" + }, +/area/strata/ag/interior/outside/checkpoints/north_armor) "uyQ" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -40316,13 +40463,13 @@ /turf/open/asphalt/cement{ icon_state = "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 @@ -40332,7 +40479,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "uzv" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 @@ -40342,7 +40489,7 @@ 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 @@ -40352,18 +40499,18 @@ dir = 4; icon_state = "floor3" }, -/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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "uDa" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -40371,7 +40518,7 @@ /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "uDU" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -40383,7 +40530,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, @@ -40398,11 +40545,15 @@ icon_state = "cyan1" }, /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{ icon_state = "floor2" }, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "uHa" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -40412,15 +40563,15 @@ /turf/open/floor/strata{ icon_state = "purp2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "uHX" = ( /obj/effect/decal/cleanable/cobweb2, /turf/open/floor/carpet, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "uJn" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uJY" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -40428,11 +40579,11 @@ /turf/open/floor/strata{ icon_state = "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; @@ -40442,12 +40593,11 @@ dir = 8; icon_state = "white_cyan2" }, -/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{ dir = 4; @@ -40459,21 +40609,25 @@ /turf/open/floor/strata{ icon_state = "purp2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "uLJ" = ( /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/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/groundsite/no_power/north, +/turf/open/floor/plating, +/area/strata/ug/interior/jungle/platform/south) "uNQ" = ( /obj/structure/surface/rack, /obj/item/storage/firstaid/regular, @@ -40481,7 +40635,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uPE" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 9 @@ -40497,12 +40651,12 @@ /turf/open/floor/strata{ icon_state = "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 @@ -40510,29 +40664,25 @@ /obj/effect/decal/strata_decals/grime/grime2, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "uSR" = ( /obj/effect/landmark/xeno_hive_spawn, /obj/effect/landmark/ert_spawns/groundside_xeno, /obj/effect/landmark/queen_spawn, -/turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/tearlake) +/turf/open/auto_turf/strata_grass/layer0, +/area/strata/ug/interior/jungle/tearlake) "uTt" = ( /obj/structure/flora/grass/tallgrass/ice/corner{ dir = 4 }, /turf/open/auto_turf/ice/layer0, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/marsh/water_marshes) "uTv" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "uTL" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 8 @@ -40548,12 +40698,12 @@ /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{ icon_state = "cement1" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "uWe" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -40561,7 +40711,7 @@ /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "uWG" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -40576,53 +40726,47 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "orange_cover" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "uXg" = ( /turf/closed/wall/strata_ice/jungle, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) "uXI" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/asphalt/cement{ icon_state = "cement14" }, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "uXY" = ( /obj/structure/platform/strata/metal{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) -"uZh" = ( -/turf/open/floor/strata{ - dir = 10; - icon_state = "multi_tiles" - }, -/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{ icon_state = "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/exterior/paths/south_outpost) "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 @@ -40640,7 +40784,7 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/admin2) +/area/strata/ug/interior/outpost/underground_dorms/admin2) "vbN" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -40648,7 +40792,7 @@ /turf/open/floor/strata{ icon_state = "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 @@ -40663,11 +40807,14 @@ dir = 8; icon_state = "multi_tiles" }, -/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{ + dir = 4; + icon_state = "floor3" + }, +/area/strata/ag/interior/outside/engineering/parts_storage) "vgn" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /obj/structure/stairs/perspective{ @@ -40676,20 +40823,20 @@ 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{ icon_state = "darkyellowfull2" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "vhv" = ( /obj/structure/surface/rack, /obj/item/storage/belt/knifepouch, @@ -40698,13 +40845,25 @@ "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{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outpost/foyer) "vjc" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2 @@ -40713,7 +40872,7 @@ dir = 6; icon_state = "multi_tiles" }, -/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, @@ -40721,7 +40880,7 @@ dir = 4; icon_state = "cyan2" }, -/area/strata/ag/interior/dorms/canteen) +/area/strata/ag/interior/mining_outpost/canteen) "vjZ" = ( /obj/structure/machinery/disposal, /obj/structure/barricade/handrail/strata{ @@ -40730,26 +40889,36 @@ /turf/open/floor/prison{ icon_state = "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{ + dir = 10; + icon_state = "multi_tiles" + }, +/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{ icon_state = "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, @@ -40760,7 +40929,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -40781,7 +40950,7 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "vnC" = ( /obj/structure/curtain/open/medical, /turf/open/floor/strata{ @@ -40789,9 +40958,6 @@ }, /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{ @@ -40808,7 +40974,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{ @@ -40830,7 +40996,7 @@ }, /obj/structure/filingcabinet, /turf/open/auto_turf/ice/layer1, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) "vpG" = ( /obj/structure/sink{ dir = 8; @@ -40839,15 +41005,18 @@ /obj/structure/mirror{ pixel_x = -29 }, +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/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 @@ -40856,7 +41025,10 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"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{ @@ -40876,19 +41048,19 @@ /turf/open/asphalt/cement{ icon_state = "cement3" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) "vsy" = ( /turf/open/floor/strata{ icon_state = "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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "vsZ" = ( /obj/item/stack/medical/splint, /turf/open/floor/strata{ @@ -40903,7 +41075,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "vtl" = ( /turf/open/floor/strata{ dir = 4; @@ -40929,10 +41101,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, @@ -40940,11 +41112,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 @@ -40956,9 +41128,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{ dir = 10; @@ -40972,12 +41141,12 @@ /turf/open/floor/strata{ icon_state = "fake_wood" }, -/area/strata/ag/interior/research_decks/security) +/area/strata/ag/interior/outside/checkpoints/outpost) "vvV" = ( /obj/effect/decal/cleanable/dirt, /obj/item/device/camera, /turf/open/floor/carpet, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "vwC" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/disposalpipe/segment, @@ -40985,36 +41154,36 @@ dir = 1 }, /turf/open/floor/plating, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "vwR" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /obj/structure/flora/grass/ice/brown/snowgrassbb_1, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "vwV" = ( /obj/structure/platform/strata/metal{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "vwX" = ( /obj/structure/machinery/centrifuge, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata{ icon_state = "purp2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "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{ dir = 4; @@ -41026,13 +41195,11 @@ /turf/open/floor/strata{ icon_state = "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"; @@ -41064,7 +41231,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{ @@ -41085,7 +41252,7 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "vDr" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_1"; @@ -41094,12 +41261,24 @@ /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{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outpost/foyer) "vFV" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -41107,7 +41286,7 @@ /turf/open/floor/strata{ icon_state = "purp2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "vGx" = ( /turf/closed/shuttle/ert{ icon_state = "upp2" @@ -41116,7 +41295,7 @@ "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) "vId" = ( /obj/structure/machinery/space_heater, /obj/structure/barricade/handrail/strata, @@ -41124,12 +41303,12 @@ dir = 4; icon_state = "floor3" }, -/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" @@ -41138,33 +41317,32 @@ "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) "vKg" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/groundsite/power/north, /turf/open/floor/prison{ icon_state = "darkredfull2" }, -/area/strata/ag/interior/landingzone_checkpoint) +/area/strata/ag/interior/outside/checkpoints/south) +"vKV" = ( +/turf/closed/wall/strata_ice/jungle, +/area/strata/ug/interior/outpost/underground_dorms) "vMr" = ( /obj/structure/filingcabinet/filingcabinet, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "vNG" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/strata{ icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/hive) +/area/strata/ag/interior/mining_outpost/hive) "vOf" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_1"; @@ -41179,19 +41357,22 @@ "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) "vQs" = ( /turf/closed/shuttle/ert{ icon_state = "upp_rightengine" @@ -41205,35 +41386,43 @@ dir = 4; icon_state = "floor3" }, -/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/ug/exterior/jungle/carplake_center) "vTN" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata{ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "vUp" = ( /turf/open/asphalt/cement{ icon_state = "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) "vXt" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/southresearch) +/area/strata/ag/exterior/paths/south_outpost) +"vXN" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "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" @@ -41248,20 +41437,20 @@ /area/strata/ag/interior/outpost/med) "vZT" = ( /turf/open/gm/coast/beachcorner2/south_east, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "wab" = ( /obj/structure/machinery/space_heater, /obj/structure/platform/strata/metal{ dir = 1 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec2) +/area/strata/ug/interior/outpost/underground_dorms/sec2) "waZ" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/south_engi) +/area/strata/ug/interior/jungle/structures/monitoring/south) "wbK" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ dir = 1; @@ -41271,11 +41460,11 @@ dir = 8; icon_state = "multi_tiles" }, -/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) "wdf" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -41293,22 +41482,15 @@ icon_state = "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{ icon_state = "orange_cover" }, -/area/strata/ag/exterior/nearlz2) +/area/strata/ag/exterior/landing_zones/near_lz2) "wfv" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -41316,37 +41498,42 @@ 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/exterior/paths/south_outpost) "wgB" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/snow/brown_base/layer0, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball/cave) "wgI" = ( /obj/item/tank/anesthetic, /turf/open/floor/strata, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) +"whp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/auto_turf/strata_grass/layer1, +/area/strata/ug/interior/jungle/structures/monitoring/east) "whO" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "wij" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "wio" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/tcomms) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/engineering/parts_storage) "wjv" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_2, /turf/open/auto_turf/snow/brown_base/layer2, @@ -41354,27 +41541,40 @@ "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/groundsite/power/north, +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/strata/ag/interior/outpost/canteen) +"wmX" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/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{ icon_state = "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/exterior/paths/south_outpost) "wol" = ( /turf/open/floor/strata{ icon_state = "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, @@ -41383,6 +41583,18 @@ }, /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{ + dir = 1; + icon_state = "blue3" + }, +/area/strata/ag/interior/outpost/admin) "wqm" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/effect/blocker/sorokyne_cold_water, @@ -41393,16 +41605,16 @@ /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{ dir = 4; icon_state = "floor3" }, -/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, @@ -41413,7 +41625,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 @@ -41441,6 +41653,12 @@ icon_state = "floor3" }, /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; @@ -41448,6 +41666,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 @@ -41461,16 +41683,36 @@ /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{ icon_state = "cement12" }, -/area/strata/ag/exterior/landingzone_2) +/area/strata/ag/exterior/landing_zones/lz2) +"wvW" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/strata/ag/interior/outside/checkpoints/west) +"wwO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan3" + }, +/area/strata/ag/interior/outpost/med) "wxU" = ( /obj/structure/bed{ icon_state = "abed" @@ -41482,21 +41724,34 @@ dir = 4; icon_state = "floor3" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) +"wyx" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/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{ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "wAj" = ( /obj/structure/surface/rack, /obj/item/clothing/suit/storage/hazardvest, @@ -41523,12 +41778,20 @@ dir = 8; icon_state = "white_cyan2" }, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "wAG" = ( /obj/structure/fence, /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) +"wAU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/spray/plantbgone, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ug/interior/jungle/tearlake) "wBj" = ( /obj/structure/closet/secure_closet/personal, /obj/effect/landmark/crap_item, @@ -41536,7 +41799,7 @@ /turf/open/floor/strata{ icon_state = "blue1" }, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "wBI" = ( /obj/structure/bed{ icon_state = "abed" @@ -41545,60 +41808,74 @@ 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{ icon_state = "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) "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{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outside/bball/cave) "wLj" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -41608,21 +41885,21 @@ /turf/open/asphalt/cement{ icon_state = "cement1" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "wLv" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "wMy" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 }, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "wNq" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, -/area/strata/ug/interior/jungle/deep/east_engi) +/area/strata/ug/interior/jungle/structures/monitoring/east) "wPp" = ( /obj/effect/blocker/sorokyne_cold_water, /obj/structure/platform/strata, @@ -41630,23 +41907,29 @@ 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/groundsite/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{ icon_state = "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) +"wSb" = ( +/turf/open/auto_turf/snow/brown_base/layer0, +/area/strata/ag/exterior/marsh/spring_marshes) "wUa" = ( /obj/structure/surface/rack, /obj/effect/landmark/objective_landmark/medium, @@ -41654,7 +41937,13 @@ dir = 4; icon_state = "floor3" }, -/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{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/hive) "wVf" = ( /obj/structure/bed/chair/office/dark{ dir = 8 @@ -41662,7 +41951,19 @@ /turf/open/floor/strata{ icon_state = "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{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/central) "wWK" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -41674,37 +41975,47 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "wWS" = ( /obj/structure/flora/grass/ice/brown/snowgrassbb_3, /turf/open/auto_turf/snow/brown_base/layer2, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "wXb" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin1) +/area/strata/ug/interior/outpost/underground_dorms/admin1) "wXm" = ( /turf/open/auto_turf/strata_grass/layer0, -/area/strata/ug/interior/jungle/deep/south_dorms) +/area/strata/ug/interior/jungle/platform/south) +"wXp" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/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{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/south) +/area/strata/ag/interior/mining_outpost/south_dormitories) "wYx" = ( /turf/open/floor/carpet, -/area/strata/ag/interior/restricted/devroom) +/area/strata/ag/interior/restricted) "wYL" = ( /obj/structure/machinery/weather_siren{ pixel_y = -8 }, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/interior/tcomms) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/interior/outside/engineering/parts_storage) "wZM" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/strata/ag/exterior/shed_five_caves) +/turf/closed/wall/strata_outpost/reinforced, +/area/strata/ag/exterior/caves/shed_five_caves) "wZW" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/binoculars, @@ -41712,10 +42023,10 @@ dir = 4; icon_state = "floor3" }, -/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{ @@ -41724,10 +42035,10 @@ /area/strata/ag/interior/outpost/admin) "xdr" = ( /turf/closed/wall/strata_outpost, -/area/strata/ag/exterior/shed_five_caves) +/area/strata/ag/exterior/caves/shed_five_caves) "xdE" = ( /turf/closed/wall/strata_outpost/reinforced, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "xdI" = ( /obj/structure/sink{ dir = 8; @@ -41740,29 +42051,30 @@ dir = 8; icon_state = "white_cyan2" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/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/exterior/paths/south_outpost) "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" @@ -41770,7 +42082,13 @@ /turf/open/floor/strata{ icon_state = "purp2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) +"xhA" = ( +/obj/structure/machinery/power/apc/groundsite/no_power/south, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/strata/ag/exterior/marsh/spring_marshes) "xhM" = ( /obj/structure/machinery/weather_siren{ dir = 4; @@ -41778,19 +42096,15 @@ 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{ icon_state = "cement1" }, -/area/strata/ag/exterior/tcomms/tcomms_deck) +/area/strata/ag/interior/outside/engineering/parts_storage_exterior) "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 @@ -41802,7 +42116,7 @@ /area/strata/ag/interior/outpost/med) "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 @@ -41825,14 +42139,14 @@ dir = 6; icon_state = "multi_tiles" }, -/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{ @@ -41843,7 +42157,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, @@ -41867,7 +42181,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/mountain) +/area/strata/ag/exterior/outpost_decks) "xoE" = ( /obj/structure/largecrate/random, /obj/structure/barricade/handrail/strata{ @@ -41877,7 +42191,7 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "xpK" = ( /obj/structure/machinery/colony_floodlight, /obj/structure/barricade/handrail/strata, @@ -41885,25 +42199,25 @@ dir = 4; icon_state = "floor3" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xqv" = ( /obj/structure/inflatable/popped/door, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xqT" = ( /obj/structure/machinery/recharge_station, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" }, -/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"; @@ -41914,14 +42228,14 @@ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "xst" = ( /obj/structure/machinery/cryobag_recycler, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/strata{ icon_state = "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"; @@ -41933,7 +42247,7 @@ dir = 8 }, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/admin3) +/area/strata/ug/interior/outpost/underground_dorms/admin3) "xuq" = ( /obj/item/trash/plate{ pixel_x = 1; @@ -41943,7 +42257,7 @@ /turf/open/floor/strata{ icon_state = "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{ @@ -41953,10 +42267,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{ @@ -41974,14 +42288,14 @@ /turf/open/floor/strata{ icon_state = "purp1" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "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 @@ -41989,14 +42303,14 @@ /turf/open/floor/strata{ icon_state = "red1" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "xzL" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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) @@ -42005,14 +42319,14 @@ 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{ dir = 4; icon_state = "floor3" }, -/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{ @@ -42027,7 +42341,7 @@ /turf/open/asphalt/cement{ icon_state = "cement4" }, -/area/strata/ug/interior/jungle/platform/east/scrub) +/area/strata/ug/interior/outpost/platform) "xBT" = ( /obj/structure/inflatable/popped/door, /obj/effect/decal/cleanable/blood, @@ -42035,7 +42349,7 @@ dir = 8; icon_state = "multi_tiles" }, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xCN" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/barricade/handrail/strata{ @@ -42045,15 +42359,18 @@ dir = 4; icon_state = "floor3" }, -/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/engineering/parts_storage) "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, @@ -42061,46 +42378,42 @@ /turf/open/floor/strata{ icon_state = "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{ dir = 8; icon_state = "multi_tiles" }, -/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 @@ -42109,31 +42422,31 @@ dir = 4; icon_state = "floor3" }, -/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{ icon_state = "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{ @@ -42142,12 +42455,12 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/snow/brown_base/layer1, -/area/strata/ag/exterior/paths/adminext) +/area/strata/ag/exterior/paths/flight_control_exterior) "xId" = ( /obj/structure/flora/bush/ausbushes/grassybush, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, -/area/strata/ug/interior/jungle/deep/east_dorms) +/area/strata/ug/interior/jungle/platform/east) "xJb" = ( /obj/effect/landmark/objective_landmark/science, /turf/open/floor/strata{ @@ -42159,7 +42472,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" @@ -42167,20 +42480,28 @@ /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{ dir = 4; icon_state = "floor3" }, -/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{ + icon_state = "floor2" + }, +/area/strata/ug/interior/jungle/structures/monitoring) "xKw" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 @@ -42190,7 +42511,7 @@ dir = 8; icon_state = "multi_tiles" }, -/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{ @@ -42200,30 +42521,30 @@ 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{ icon_state = "floor3" }, -/area/strata/ag/interior/outpost/gen/bball) +/area/strata/ag/interior/outside/bball) "xKD" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/down, /obj/effect/decal/cleanable/blood/gibs/body, /turf/open/floor/strata, -/area/strata/ag/exterior/research_decks) +/area/strata/ag/exterior/outpost_decks) "xLB" = ( /obj/effect/decal/cleanable/blood, /obj/item/stack/sheet/wood, /turf/open/floor/strata, -/area/strata/ug/interior/outpost/jung/dorms/sec1) +/area/strata/ug/interior/outpost/underground_dorms/sec1) "xLH" = ( /obj/structure/cryofeed/right, /turf/open/gm/river, -/area/strata/ag/interior/tcomms) +/area/strata/ag/interior/outside/engineering/parts_storage) "xLJ" = ( /obj/structure/bed/chair{ dir = 8 @@ -42231,31 +42552,38 @@ /turf/open/floor/strata{ icon_state = "floor2" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "xMr" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/strata/ag/exterior/marsh/river) "xOa" = ( /obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/strata{ dir = 10; icon_state = "multi_tiles" }, -/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, @@ -42271,15 +42599,38 @@ "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{ + dir = 8; + icon_state = "multi_tiles" + }, +/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/exterior/paths/south_outpost) +"xPX" = ( +/obj/structure/machinery/power/apc/groundsite/no_power/east, +/turf/open/floor/strata{ + icon_state = "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{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/outside/checkpoints/north_armor) "xRl" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 8 @@ -42292,8 +42643,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" @@ -42305,7 +42655,7 @@ dir = 4; icon_state = "floor3" }, -/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{ @@ -42318,7 +42668,7 @@ dir = 8; icon_state = "white_cyan2" }, -/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{ @@ -42328,33 +42678,33 @@ dir = 6; icon_state = "multi_tiles" }, -/area/strata/ag/interior/dorms/maintenance) +/area/strata/ag/interior/mining_outpost/maintenance) "xTw" = ( /obj/structure/largecrate/random, /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "red1" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "xVQ" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 4 @@ -42364,24 +42714,35 @@ icon_state = "test_floor5" }, /area/strata/ag/exterior/marsh/crash) +"xWk" = ( +/obj/structure/machinery/light, +/turf/open/floor/strata{ + icon_state = "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) "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 @@ -42390,36 +42751,37 @@ dir = 4; icon_state = "floor3" }, -/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{ dir = 10; icon_state = "multi_tiles" }, -/area/strata/ag/interior/outpost/gen/bball/nest) +/area/strata/ag/interior/outside/bball) +"ybh" = ( +/obj/structure/surface/rack, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/strata/ag/interior/mining_outpost/central) "ybN" = ( /obj/structure/window/framed/strata, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, -/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{ icon_state = "fake_wood" }, -/area/strata/ug/interior/jungle/deep/structures/engi) +/area/strata/ug/interior/jungle/structures/monitoring) "yde" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata{ - dir = 8; - icon_state = "multi_tiles" - }, -/area/strata/ag/exterior/vanyard) +/obj/structure/machinery/power/apc/groundsite/no_power/north, +/turf/open/floor/strata, +/area/strata/ug/interior/outpost/underground_dorms/med1) "ydp" = ( /obj/structure/surface/rack{ layer = 2.5 @@ -42429,20 +42791,31 @@ /turf/open/floor/strata{ icon_state = "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{ icon_state = "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{ + icon_state = "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 @@ -42450,17 +42823,20 @@ /turf/open/asphalt/cement{ icon_state = "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{ icon_state = "floor3" }, -/area/strata/ag/interior/dorms/flight_control) +/area/strata/ag/interior/mining_outpost/flight_control) "yhJ" = ( /obj/structure/largecrate/random, /obj/structure/pipes/standard/simple/hidden/cyan, @@ -42468,7 +42844,7 @@ dir = 4; icon_state = "floor3" }, -/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, @@ -42477,11 +42853,18 @@ /turf/open/floor/strata{ icon_state = "orange_tile" }, -/area/strata/ag/interior/dorms) +/area/strata/ag/interior/mining_outpost/central) +"yiQ" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/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; @@ -42490,7 +42873,7 @@ }, /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{ @@ -42500,7 +42883,7 @@ /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"; @@ -42687,26 +43070,6 @@ aab aab aab aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (2,1,1) = {" aaa @@ -42882,26 +43245,6 @@ 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 @@ -42944,7 +43287,7 @@ aac aac aac aac -kSU +ahs wrp wrp wrp @@ -42991,7 +43334,7 @@ aIf aMA aIf aIf -rtW +nog bAe bAe bAe @@ -43077,26 +43420,6 @@ 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 @@ -43139,7 +43462,7 @@ aac aac aac aac -kSU +ahs ftO vMr coO @@ -43186,7 +43509,7 @@ aVW aVW aVW aVW -rtW +nog bAe bAe bIz @@ -43272,26 +43595,6 @@ 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 @@ -43333,7 +43636,7 @@ aac aac aac aac -kSU +ahs kSU cnZ cjb @@ -43381,9 +43684,9 @@ cqE cqE cqE btT -rtW -bAf -bAf +nog +aac +aac bAe bAe bAe @@ -43466,27 +43769,7 @@ aac 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 "} (6,1,1) = {" aaa @@ -43528,7 +43811,7 @@ aac aac aac aac -kSU +ahs ygz ahP aiw @@ -43576,9 +43859,9 @@ bhp bnb cqE aoj -rtW -alz -aXG +nog +nog +nog aac aac aac @@ -43660,28 +43943,8 @@ 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 @@ -43723,7 +43986,7 @@ aac aac aac aac -kSU +ahs ahq coO aix @@ -43850,33 +44113,13 @@ aac bVx bVx bVx -bAu -hkA -hkA -hkA -hkA -hkA -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI -eOI +jrU +bAI +bAI +bAI +bAI +aac +aab "} (8,1,1) = {" aaa @@ -43918,7 +44161,7 @@ aac aac aac aac -kSU +ahs ahr coO aiy @@ -44015,9 +44258,9 @@ aac aac aac uxf -lFG -mYs -dCu +bzV +hms +rUb bCd acX bdM @@ -44042,233 +44285,193 @@ aac aac aac bVx -bAu -hkA -hkA -bwg -acX -acX -acX +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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +kSU +kSU +ahs +wrp +ahQ +aiz +coS +coS +wrp +wrp +alB +cqE +cnv +crb +api +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +crE +aRx +cmA +cnv +cqE +cqE +cqE +cqE +cot +aXw +aXw +bce +cqE +aST +cqE +aST +aZk +aVq +aVq +nrp +aVq +bca +bct +crN +crN +bjN +aZx +aVq +aVq +aVq +aVq +bgS +bgS +bhN +bhN +bhN +bhN +bhN +fCI +fCI +bhN +bhN +bhN +qvy +bhN +bgS +bif +aac +fCI +bsR +bjE +bgS +bgS +bgS +bhO +aac +aac +aac +bnr +bnr +aac +wXw +uxf +qPu +wXw +wXw +jbI +bDE +hGO +wXw +wXw +wXw +jbI +bDE +bko acX acX -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb -vgb +aac +aac +aac +aac +aac +aac +aac +aac +aac +bVx +bVx +bVx +jrU +aNz +uvZ +uvZ +uvZ +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 -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -kSU -kSU -kSU -wrp -ahQ -aiz -coS -coS -wrp -wrp -alB -cqE -cnv -crb -api -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -crE -aRx -cmA -cnv -cqE -cqE -cqE -cqE -cot -aXw -aXw -bce -cqE -aST -cqE -aST -aZk -aVq -aVq -nrp -aVq -bca -bct -crN -crN -bjN -aZx -aVq -aVq -aVq -aVq -bgS -bgS -bhN -bhN -bhN -bhN -bhN -fCI -fCI -bhN -bhN -bhN -qvy -bhN -bgS -bif -sqT -fCI -bsR -bjE -bgS -bgS -bgS -bhO -aac -aac -aac -bnr -bnr -aac -cwS -uxf -pvA -cwS -cwS -jbI -bDE -hGO -cwS -cwS -cwS -jbI -bDE -bko -acX -acX -aac -aac -aac -aac -aac -aac -aac -aac -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 -"} -(10,1,1) = {" +(10,1,1) = {" aaa aaa aaa @@ -44309,7 +44512,7 @@ aac kSU cyG agz -lvE +din coO aiy coO @@ -44403,17 +44606,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 @@ -44426,42 +44629,22 @@ 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 @@ -44503,13 +44686,13 @@ aac aac kSU cyG -klE -klE +ooc +ooc cjb aix cjb cjb -klE +ooc klE alC amq @@ -44586,7 +44769,7 @@ bhN bqN brF xzR -gaV +wGp bkd bgS bgS @@ -44594,22 +44777,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 @@ -44621,42 +44804,22 @@ 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 @@ -44699,7 +44862,7 @@ aac kSU cyG rQV -mfW +gLW coO aiy coO @@ -44790,21 +44953,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 @@ -44816,42 +44979,22 @@ 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 @@ -44893,7 +45036,7 @@ aac aac kSU kSU -kSU +ahs wrp ahQ aiz @@ -44901,7 +45044,7 @@ coS coS wrp wrp -alA +cve cqE cnv crb @@ -44986,19 +45129,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 @@ -45011,42 +45154,22 @@ 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 @@ -45088,7 +45211,7 @@ aac aac aac aac -kSU +ahs ahr coO aiy @@ -45136,8 +45259,8 @@ cqE cqE cqE aoj -rtW -rtW +nog +nog bER aVq aZx @@ -45182,13 +45305,13 @@ bsU bhO bgS buS -cwS +wXw aKu -nJK -ben -cwS -pvA -cwS +aac +uhM +wXw +qPu +wXw mip bcr sEG @@ -45221,27 +45344,7 @@ 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 @@ -45283,7 +45386,7 @@ aac aac aac aac -kSU +ahs ahq coO aix @@ -45327,13 +45430,13 @@ aoj bco aoj aoj -aoj +qWY bYD aoj btU -rtW -azx -bET +nog +iop +bAe bIH aZv aVq @@ -45377,15 +45480,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 @@ -45411,32 +45514,12 @@ aac aac byh byh -ttQ -ttQ -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac +aSf +aSf aac aac aac +aab "} (16,1,1) = {" aaa @@ -45478,7 +45561,7 @@ aac aac aac aac -kSU +ahs rba ahP aiA @@ -45523,13 +45606,13 @@ aUr beL bhq azx -alz -alz -alz -alz -azx +nog +nog +nog +nog +axv ccI -bII +bAe caX aZv aVq @@ -45537,7 +45620,7 @@ aZv aZx aVq aac -aac +aXG bei aVq aWf @@ -45571,17 +45654,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 @@ -45612,26 +45695,6 @@ 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 @@ -45673,8 +45736,8 @@ aac aac aac aac -kSU -kSU +ahs +ahs coO cjb cjb @@ -45717,7 +45780,7 @@ aUs aVY aVY aVY -aVY +lEi aac aac aac @@ -45725,7 +45788,7 @@ aac aoQ bEV ccI -bII +bAe bIH bjj bjN @@ -45765,19 +45828,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 @@ -45786,8 +45849,8 @@ acX bko acX hGO -cwS -cwS +kvD +eHo xAc bxB bxB @@ -45807,26 +45870,6 @@ 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 @@ -45869,7 +45912,7 @@ aac aac aac aac -kSU +ahs ahO coa coO @@ -45921,13 +45964,13 @@ bAv bnm bEV ccI -bII +bAe bIH aVq aZx aZx aac -bLR +bER bjN aVq aVq @@ -45960,19 +46003,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 @@ -45982,8 +46025,8 @@ acX bdM bEh cwS -avm -cAq +mvD +cTQ bxB bxR bxB @@ -46002,26 +46045,6 @@ 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 @@ -46064,9 +46087,9 @@ aac aac aac aac -kSU -kSU -kSU +ahs +ahs +ahs ajg wrp wrp @@ -46154,22 +46177,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 @@ -46177,7 +46200,7 @@ bdM bEh cwS xAc -cAq +cTQ bxB bxR bxS @@ -46197,26 +46220,6 @@ 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 @@ -46260,12 +46263,12 @@ aac aac aac aac -aac -crA -exO -acN -akr +ahs +sIZ +sIZ akV +akr +tSZ alC cqE anj @@ -46326,7 +46329,7 @@ aVq bhN bgS gaV -gaV +wGp bgS bgS bgS @@ -46350,18 +46353,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 @@ -46371,8 +46374,8 @@ acX hGO aac aac -cAq -cAq +cTQ +cTQ bxB boC bdL @@ -46384,34 +46387,14 @@ aac aac aac aac -esJ -eqV +byi +lAc mhc qxi wfE lAc -qWD +aac aab -agO -agO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (21,1,1) = {" aaa @@ -46455,20 +46438,20 @@ aac aac aac aac -aac -crA +ahs +sIZ cry -acN -aks akV +aks +tSZ alC cqE anj -aom +cqE tEY cqE cqE -tEY +cth kSS anj cqE @@ -46492,7 +46475,7 @@ cnv azx aUs aVY -aVY +lEi cfi bhK ahB @@ -46552,9 +46535,9 @@ buG aac aac aac -pvA -cwS -cwS +qPu +wXw +wXw aac aac aac @@ -46566,11 +46549,11 @@ aac aac aac aac -cAq +cTQ bxB boC ben -xTU +gmU bdL bxY bxB @@ -46587,26 +46570,6 @@ 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 @@ -46645,26 +46608,26 @@ aac aac aac aac -crA -crA -crA -crA -crA -crA -crA +ddp +ddp +ddp +ddp +ddp +ddp aji ddp ddp ddp -crY -bAI -bCh +ddp +nog +aOS +cnv ctC bYE apV apV crY -kIK +azA aul avn cbj @@ -46672,7 +46635,7 @@ bWy bWy bWy bWy -aDC +owF crY aFL aFL @@ -46694,14 +46657,14 @@ aZW crN bjB bnn -ajv -pkO -pkO -pkO -pkO -pkO aac -baC +aac +aac +aac +aac +aac +aac +baJ aVq aZx bcv @@ -46741,16 +46704,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 @@ -46761,12 +46724,12 @@ aac aac aac aac -mYs +omH dCu cwS -rNI -rNI -rNI +cwS +cwS +cwS cwS byc bxB @@ -46782,26 +46745,6 @@ 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 @@ -46840,13 +46783,13 @@ aac aac aac aac -crA -cnO +ddp cnO cnO cnO cnO cnO +trr crz cnO cnO @@ -46888,15 +46831,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 @@ -46937,15 +46880,15 @@ wrw aac aac aac -bea -bdL -bxy +pbR +qfV +stw aac aac aac -ben -cwS -ben +uhM +wXw +uhM aac aac aac @@ -46977,26 +46920,6 @@ 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 @@ -47035,15 +46958,15 @@ aac aac aac aac -crA +ddp cnO bjY xDX -qKU +cnO cmB -bjY +coY xDX -exO +bjY cnO ddp alF @@ -47084,35 +47007,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 @@ -47132,10 +47055,10 @@ wrw aac aac aac -ben -ben -bdL -ben +uhM +uhM +qfV +uhM aac aac aac @@ -47172,26 +47095,6 @@ 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 @@ -47230,22 +47133,22 @@ aac aac aac aac -crA -cnO -crz +ddp +cLE +qKU agB -ahs +cnO cmB aiB ajj -coY -cnO +ntw +wUD ddp crY -bAI +bWy bCh ctC -ctC +owp apX ctC crY @@ -47255,7 +47158,7 @@ cbj bWy ayj ctK -aBk +atr crY aDD aEH @@ -47279,36 +47182,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 @@ -47327,15 +47230,15 @@ aac aac aac aac -bxy -bdL -bdL +stw +qfV +qfV bvG aac aac aac -cwS -ben +wXw +uhM fPO aac aac @@ -47367,26 +47270,6 @@ 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 @@ -47425,11 +47308,11 @@ aac aac aac aac -crA -cnO -aiE +ddp +aem +aYx agC -coZ +aQK ahR aiC ajk @@ -47439,7 +47322,7 @@ akW bSJ fHp ank -bSJ +aCE app apY aCE @@ -47473,37 +47356,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 @@ -47522,16 +47405,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 @@ -47562,26 +47445,6 @@ 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 @@ -47620,22 +47483,22 @@ aac aac aac aac -crA +ddp cnO -bjY +cEu rRx cnO -cnO +vXN kRb -bjY -qKU cnO +qKU +exO ddp crY -bAI -bCh -ctC +avx +bUq ctC +eOI apZ ctC arX @@ -47645,10 +47508,10 @@ cbj aLh ayj ctK -aBk -crY -crY +atr crY +afW +aOw aFO ctC aIl @@ -47662,43 +47525,43 @@ aRA 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 @@ -47708,7 +47571,7 @@ aac bme coC bme -tCi +aac bur coC rGp @@ -47718,15 +47581,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 @@ -47757,26 +47620,6 @@ 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 @@ -47815,32 +47658,32 @@ aac aac aac aac -crA -jIv -cEu -agD -aiE +ddp cnO -xDX -bjY +aiE +agD +crz +vXN +bHD +exO kRb cnO ddp bXW bWy bUq -bXW ctC +afW aFO -aCl -crM +ctC +arY arY caE bWy awI caE arY -arY +cto ctC ctC crY @@ -47855,45 +47698,45 @@ aoj aQv cnv aST -ctx +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 @@ -47913,17 +47756,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 @@ -47952,26 +47795,6 @@ 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 @@ -48008,24 +47831,24 @@ 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 anm -bUL ctC +afW aqa ctC arX @@ -48035,7 +47858,7 @@ cbj bWy ayj ctK -aBk +atr ctC aDF aEJ @@ -48059,37 +47882,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 @@ -48110,20 +47933,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 @@ -48147,26 +47970,6 @@ 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 @@ -48203,12 +48006,12 @@ aac aac aac aac -aac -aac -crA +ddp cnO cnO -afE +gQG +cnO +afF cnO cnO ddp @@ -48219,12 +48022,12 @@ ddp bXW bWy bUq -bXW ctC +afW aFO ctC arY -cto +arY ctD bWy cbj @@ -48253,38 +48056,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 @@ -48304,22 +48107,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 @@ -48342,26 +48145,6 @@ 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 @@ -48395,28 +48178,28 @@ aac aac aac aac -aac -aac -aac -aac -crA -crA ddp ddp -agF ddp ddp +cnO +kTy +exO +exO +afE +exO +trr ptT ajm -ajQ +cnO ajQ ddp crY -bAI +bWy bCh ctC ctC -apZ +emU ctC ctC ctC @@ -48439,7 +48222,7 @@ cjv aOP aQv aRA -rtW +nog aac aWk bnm @@ -48447,36 +48230,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 @@ -48496,25 +48279,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 @@ -48537,26 +48320,6 @@ 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 @@ -48590,20 +48353,20 @@ aac aac aac aac -aac -crA -crA -crA -crA +ddp +cnO +cnO +cnO cnO +exO afD bIL agG bIL bKZ -kaP bIL bIL +brG bIL akW bSJ @@ -48612,16 +48375,16 @@ anm bUM ctC aFO -ctB -arZ -ctB +fno +dVh +ctC aup bWy cbj bPs azD azD -ctC +bfF ctC ctC aFT @@ -48641,37 +48404,37 @@ jgX aZX aVq 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 @@ -48691,15 +48454,15 @@ uEj bus aac aac -ben +uhM bvs bjL -bdL -ben -ben -nJK -nJK -kkL +qfV +uhM +uhM +aac +aac +aac rHX uTt tJX @@ -48708,8 +48471,8 @@ rNI bvE rNI bxh -kkL -kkL +aac +aac bNj bNj bNj @@ -48732,26 +48495,6 @@ 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 @@ -48785,31 +48528,31 @@ aac aac aac aac -aac -crA +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 +bWy +bUq +bXW ctC +aFO +ojB +iqD ctC -aqb -ctB -afv -ctB auq cbj pgW @@ -48836,11 +48579,11 @@ jyq cnB aac bcx -aWp +usP aXP -aWp +usP aYd -bcx +juL aac aac aac @@ -48848,17 +48591,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 @@ -48866,7 +48609,7 @@ biP dbg aac xeJ -cwS +sGb oSP nka aac @@ -48886,34 +48629,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 @@ -48927,26 +48670,6 @@ 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 @@ -48980,31 +48703,31 @@ aac aac aac aac -aac -crA -cnO +ddp +exO aes aiE cnO -afF -ddp +exO +afE +cnO aiE aht cnO -ddp +cnO ddp ddp ddp ddp crY -bWy +avx ann aoo aHa aqc -ctB -ctl -ctB +fno +dVh +ctC ctF avs emg @@ -49029,13 +48752,13 @@ cnA aWl bXV baa +xfr +xfr bcx -bcx -bcx -aWp +usP aXP -aWp -aWp +usP +usP aZc aac aac @@ -49043,22 +48766,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 @@ -49081,17 +48804,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 @@ -49099,20 +48822,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 @@ -49122,26 +48845,6 @@ 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 @@ -49175,36 +48878,36 @@ aac aac aac aac -aac -crA -bDv +ddp +exO brg bIL akW +bIL cZa -akW +bII bIL mam cnO -wGx -wGx +ddp +ddp bRs bRs bRs -wGx +jOl bOs ano -wGx +crY crY aFO -ctC -ctC +afW +pAR ctC ctC avt bZV -ctC -ctC +aCl +pYZ aBm cbW ctC @@ -49213,8 +48916,8 @@ ceW tHE aIp aJT -aLk -ctC +aMB +oOX ctC aPb ckX @@ -49224,36 +48927,36 @@ 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 @@ -49276,14 +48979,14 @@ bnj buv buA buI -bdL -bdL +qfV +qfV +aac +aac +aac +aac +aac aac -kkL -kkL -kkL -kkL -kkL bvE bvE bwv @@ -49295,8 +48998,8 @@ bwm bvD bvD bvD -kkL -kkL +aac +aac bvE bvE bvE @@ -49307,8 +49010,8 @@ mcX rxL bxo rNI -kkL -kkL +aac +aac qYF qYF qYF @@ -49317,26 +49020,6 @@ 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 @@ -49370,27 +49053,27 @@ aac aac aac aac -aac -crA -cnO +ddp +exO ioz aiE cnO -afE -ddp +sWt +aBk +aqY agI izc cnO -wGx +ddp bPu qUW qUW qUW -alH +qUW qUW bUs -wGx crY +ybh aeD aeM aeM @@ -49419,13 +49102,13 @@ cnC aWm aXC cnA -bcx +xfr aac aac aac aYe -aWp -aWp +usP +usP aXP aYd aac @@ -49435,17 +49118,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 @@ -49474,12 +49157,12 @@ buI ble aac aac -kkL -kkL -kkL -kkL -kkL -kkL +aac +aac +aac +aac +aac +aac rNI xxS rNI @@ -49490,8 +49173,8 @@ bwZ bvM bvD bvD -kkL -kkL +aac +aac bvD bvD bvD @@ -49512,26 +49195,6 @@ 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 @@ -49565,31 +49228,31 @@ aac aac aac aac -aac -crA -cnO -cnO -cnO +ddp +exO +exO +exO cnO +sWt afE -ddp cnO cnO cnO -wGx +cnO +ddp ajn hCp xSJ akX akX xSJ -bUs -wGx -crY -crY -afg -crY +aQX crY +eOI +bKb +lMC +jIv +ydR ctC bWy awK @@ -49604,7 +49267,7 @@ aNe aNe aOX aPn -aOX +aKm cwd aPe aQx @@ -49620,29 +49283,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 @@ -49671,22 +49334,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 @@ -49707,26 +49370,6 @@ 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 @@ -49760,28 +49403,28 @@ aac aac aac aac -aac -crA -crA -crA -crA -crA +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 +aHa afW +wWx afW asb jfh @@ -49816,30 +49459,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 @@ -49867,21 +49510,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 @@ -49895,33 +49538,13 @@ 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 @@ -49955,13 +49578,13 @@ aac aac aac aac -aac -aac -aac -aac -aac -cfr -afH +ddp +ddp +ddp +ddp +xdE +aqX +afL bso agJ ahu @@ -49974,7 +49597,7 @@ alJ alJ ams bUt -bAt +ctC ctC ctC afg @@ -49988,13 +49611,13 @@ ctC cbW cbW cbW -ctC +aCl kwU aNl aNo aNl aOY -aPX +tNr cjw aPi cwd @@ -50011,31 +49634,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 @@ -50075,7 +49698,7 @@ bxa bvD bvD bvD -kkL +aac bvE bvE bvE @@ -50091,32 +49714,12 @@ 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 @@ -50154,11 +49757,11 @@ aac aac aac aac -aac -cfr +xdE +aSs bOq xdE -wGx +jOl ahv ahU xSJ @@ -50169,21 +49772,21 @@ xSJ akX xSJ bUs -aop +ctB apr aqe cbj asc bXW ctC -avx +bWy bZV -aym +alV ctC -avG +ciA aCL ciB -aEM +abL aMG aNm aNo @@ -50207,30 +49810,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 @@ -50287,31 +49890,11 @@ 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 @@ -50349,12 +49932,12 @@ aac aac aac bAu -bGg +hkA bHt afI xdE agK -xSJ +kPL ahU dQi vjD @@ -50364,7 +49947,7 @@ ala bMZ xSJ bUu -aoq +aus fHp fHp fHp @@ -50400,7 +49983,7 @@ aac aac cqI crk -aWp +usP aYd tUu aYd @@ -50411,21 +49994,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 @@ -50482,31 +50065,11 @@ 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 @@ -50544,7 +50107,7 @@ aac aac bAu bwg -hGO +acX bHt afJ xdE @@ -50559,7 +50122,7 @@ alb alb xSJ bUs -aor +bWy bWy bWy bWy @@ -50596,31 +50159,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 @@ -50677,31 +50240,11 @@ 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 @@ -50739,7 +50282,7 @@ aac bAu bwg acX -hGO +acX bHt afI xdE @@ -50754,7 +50297,7 @@ akX xSJ amt bUs -aop +ctB bXW aqf cbj @@ -50765,8 +50308,8 @@ avx bZV aym ctC -avG ciA +bwj aDM aEP aMG @@ -50791,9 +50334,9 @@ aac tfB brn aYX -aWp +usP aYd -aWp +usP aXP aXP aXP @@ -50802,20 +50345,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 @@ -50877,26 +50420,6 @@ 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 @@ -50934,8 +50457,8 @@ aac bCd acX acX -hGO -xdE +acX +bHt bOq xdE agN @@ -50948,8 +50471,8 @@ xSJ alc alK xSJ -anp -wGx +anq +aCl crY crY crY @@ -50970,7 +50493,7 @@ aNB aJX aMJ aNB -cjy +aOt cnA aQz aRK @@ -50986,9 +50509,9 @@ aac aac aac aYX -aWp +usP aYd -aWp +usP aXP aXP aYd @@ -51000,16 +50523,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 @@ -51072,26 +50595,6 @@ 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 @@ -51129,26 +50632,26 @@ aac bCd acX acX -hGO -xdE -afK +acX +eqO +bOq xdE -wGx -wGx +jOl +jOl bNa aiH -wGx +jOl bQv xSJ alb alb xSJ -anq -auC -crY +bUs +axK crY fwi ase +atv att crY bWy @@ -51180,31 +50683,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 @@ -51226,10 +50729,10 @@ bnh ble ble bme -cwS -mvh +coC +tAX nun -lIR +psl rNI rNI xTU @@ -51267,26 +50770,6 @@ 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 @@ -51324,8 +50807,8 @@ aac bCd acX acX -hGO -xdE +acX +bHt afL bso agJ @@ -51335,14 +50818,14 @@ bOs ajs ajR akw -ald alL qUW +qUW bUs -wGx -crY +jyE aqg arh +bOw asf atu aLl @@ -51375,31 +50858,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 @@ -51420,10 +50903,10 @@ ble bme ble ble -ben -bea -cwS -avm +bme +rni +sGb +cJy bvA bvE bvE @@ -51462,26 +50945,6 @@ 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 @@ -51519,25 +50982,25 @@ 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 @@ -51561,7 +51024,7 @@ ckY aRK aSV cnB -aPh +bXd aXE cnB aac @@ -51570,30 +51033,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 @@ -51614,11 +51077,11 @@ ble ble bme bme -bdL -bdL -bea -ben -lFG +ble +wSb +rni +tFA +fCD bvC bvE bvE @@ -51657,26 +51120,6 @@ 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 @@ -51714,7 +51157,7 @@ aac aac jbI bDE -hGO +acX bHt bID xdE @@ -51722,7 +51165,7 @@ agP ahy ahX bOs -xdE +jOl bQu bRY aky @@ -51730,7 +51173,7 @@ bRY aky aqd aky -crY +jOl crY bXY nVt @@ -51742,12 +51185,12 @@ ctC azO ctC ctC -oLv +afP aER aMS aNo aNB -aJZ +cjy ciA ciA aNN @@ -51767,27 +51210,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 @@ -51811,9 +51254,9 @@ aac aac buD biP -bdL -bea -ben +wSb +rni +tFA bvD bvE bvE @@ -51852,26 +51295,6 @@ 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 @@ -51909,15 +51332,15 @@ aac aac aac jbI -bEh -bHt +bcr +bUd bID xdE xdE xdE xdE cyi -xdE +jOl boW alq and @@ -51925,7 +51348,7 @@ alq and aqi brS -crY +jOl bWi arj ash @@ -51941,7 +51364,7 @@ oLv aER aMT aNo -aNB +suF cnB aLp cjz @@ -51962,12 +51385,12 @@ aZK aZP aZP aZP -glL +aZK aac aac bMG bRg -cbO +eYE cij rkb cuA @@ -51975,14 +51398,14 @@ eRJ isu lGv cxf -cbO +eYE cxn -bgq -bea -bdL -bdL -bdL -bxy +rJr +rni +wSb +wSb +wSb +mne aac aac ble @@ -51999,16 +51422,16 @@ bur ble ble btl -tCi aac aac aac -cwS -cwS +aac +sGb +sGb buK -ben -bdL -bdL +tFA +wSb +wSb bvE bvD bvD @@ -52047,26 +51470,6 @@ 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 @@ -52104,15 +51507,15 @@ aac aac aac aac -aac -cfr +xdE +aSs bIE bIK bIK bIK cpo bOt -xdE +jOl ajS akx ale @@ -52120,7 +51523,7 @@ akx apS aqA aky -crY +jOl aqh arj ash @@ -52162,11 +51565,11 @@ aac aac aac bRh -cbO +eYE ciF cmq -cbO -cbO +eYE +eYE iuB lHH ofd @@ -52177,7 +51580,7 @@ bha bhe bhe bjM -ben +tFA aac aac ble @@ -52194,16 +51597,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 @@ -52242,26 +51645,6 @@ 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 @@ -52299,15 +51682,15 @@ aac aac aac aac -aac -cfr -cfr -cfr -cfr -cfr -cfr -bOv xdE +xdE +aHq +aHq +aAx +agh +aqX +bOv +jOl ajT aky bRY @@ -52315,9 +51698,9 @@ aky bRY aqT brS +jOl crY -crY -arj +pIy bXf bXZ aCE @@ -52357,7 +51740,7 @@ aZK aac aac aac -mfp +mvm ciH cmn cuB @@ -52365,17 +51748,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 @@ -52389,16 +51772,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 @@ -52437,26 +51820,6 @@ 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 @@ -52495,14 +51858,14 @@ aac aac aac aac -aac -aac -aac -aac -aac -cfr -bOv xdE +xdE +xdE +xdE +xdE +hgr +bOv +jOl ajU alx alf @@ -52512,9 +51875,9 @@ asX aky avA ctC -ctC +bPs bXg -ctC +bPs ctC avD ctC @@ -52552,22 +51915,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 @@ -52585,15 +51948,15 @@ ble bnh aac aac -cwS +sGb aac jUS rQX bdG buM -ben -ben -hir +tFA +tFA +mQW bvD bvD bvE @@ -52632,26 +51995,6 @@ 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 @@ -52694,9 +52037,9 @@ aac aac aac aac -aac -cfr -bOv +xdE +hgr +lgg xdE xdE xdE @@ -52716,7 +52059,7 @@ ciA ciA ciA ciA -ciA +aES aDP aER aMV @@ -52750,23 +52093,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 @@ -52783,12 +52126,12 @@ aac aac aac xeJ -cwS -ben -ben -bdL -ben -bea +sGb +tFA +tFA +wSb +tFA +rni bvD bvE bvE @@ -52827,26 +52170,6 @@ 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 @@ -52889,9 +52212,9 @@ aac aac aac aac -aac cfr -aiJ +bSv +bIE cpo cpo akA @@ -52932,36 +52255,36 @@ aVh aZP aZP aZK -aZK +bxL bbj vYf bbj bbj aZK -aZP +cbN aZP aZP aZP aZK bgh bcz -cxg +cow eTd cwF eOK -cxg +cow qkS bgt -ben -bea -bdL -bdL +tFA +rni +wSb +wSb bjO -bxy -cwS -cwS -cwS -cwS +mne +sGb +sGb +sGb +sGb bnj ble ble @@ -52976,14 +52299,14 @@ aac aac aac aac -ubA -dCu -cwS -ben -bxy -ben -ben -ben +iZR +cpX +sGb +tFA +mne +tFA +tFA +tFA bvD bvD bvD @@ -53022,26 +52345,6 @@ 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 @@ -53084,33 +52387,33 @@ aac aac aac aac -aac -cfr -cfr -ajt -ajt 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 @@ -53135,27 +52438,27 @@ cfR cfR cfR coB -bas +aZP aZK aZK aZK bcz -cbO +eYE eVA cwF lPk -cbO +eYE qjD bgs -bea -ben -bdL -bfq +rni +tFA +wSb +tcN bjO aac aac -cwS -cwS +sGb +sGb aac aac aac @@ -53171,14 +52474,14 @@ aac aac aac aac -ubA -cwS -pvA -bdL -ben -bdL -bdL -bdL +iZR +sGb +gWg +wSb +tFA +wSb +wSb +wSb bvD bvD bvD @@ -53217,26 +52520,6 @@ 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 @@ -53280,21 +52563,21 @@ aac aac aac aac -aac -cfr -cfr -cfr -cfr -cfr -cfr -cfr -cfr -aac -aac -aac -aac -aac -aac +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE +xdE auv ciA awQ @@ -53335,21 +52618,21 @@ aZP aZP bav bcA -cwT -cbO -eLF +mvm +eYE +rwg lQT -cwT -qjD +mvm +bUX bgu -bhb -ben -bdL -ben +hoG +tFA +wSb +tFA bjO aac aac -cwS +sGb cDL aac aac @@ -53365,15 +52648,15 @@ aac aac aac aac -cAq -dCu +wyV +cpX lOT -cwS -bdL -bdL -bdL -bdL -bdL +sGb +wSb +wSb +wSb +wSb +wSb bvD bvM bvP @@ -53393,10 +52676,10 @@ bvD bvD xTU bwD -kkL +aac rNI bvE -kkL +aac bya bvE bvE @@ -53412,26 +52695,6 @@ 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 @@ -53490,8 +52753,8 @@ aac aac aac aac -cfr -avH +xdE +ciB awR aHC aZK @@ -53516,7 +52779,7 @@ aTX aQq aVv aac -bwp +coB bkt bkt bkt @@ -53537,17 +52800,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 @@ -53563,12 +52826,12 @@ aac xeJ sXF psV -cwS -mvh -bdL -bdL -bdL -bdL +sGb +tAX +wSb +wSb +wSb +wSb xFH wez ads @@ -53578,7 +52841,7 @@ aac bwt bwt bwD -kkL +aac hPr bvE bwZ @@ -53598,7 +52861,7 @@ bvD bww byf rNI -kkL +aac bwr bvD bvE @@ -53607,26 +52870,6 @@ 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 @@ -53698,7 +52941,7 @@ aac aZK aUA aPc -bfE +mPh aQg aQh aQn @@ -53711,7 +52954,7 @@ aZK aTg aVP aac -bwp +coB bku bnS coB @@ -53727,42 +52970,42 @@ aZP aZK aZK bdP -bec +fIq vwR bec bfE bgv -ben -bdL -bdL -bdL +tFA +wSb +wSb +wSb bjO -ben -ben -ben -ben -ben +tFA +tFA +tFA +tFA +tFA bns bnO -boC -ben -bfq +wFg +tFA +tcN bfp -bdL -bdL -bfq -ben +wSb +wSb +tcN +tFA bte -bto +wsn ehH -dCu +cpX nnY vvh dmd -cwS -ben -bdL -bdL +sGb +tFA +wSb +wSb bvu wGm ncp @@ -53774,7 +53017,7 @@ bwu xTU bwI bwP -kkL +aac rNI bwZ bvD @@ -53802,26 +53045,6 @@ 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 @@ -53906,7 +53129,7 @@ bbj aTi aac aac -bwp +coB coB cfR cfR @@ -53925,39 +53148,39 @@ bdQ aZK bew aZK -bbj -ben -ben -bdL -bdL -ben +rni +tFA +tFA +wSb +wSb +tFA bgx -bdL -bfq -ben -ben -ben -bfq -bdL -bdL -ben -bxy -bfq -bdL -bdL -bdL -bdL -ben -bhb -cwS +wSb +tcN +tFA +tFA +tFA +tcN +wSb +wSb +tFA +mne +tcN +wSb +wSb +wSb +wSb +tFA +hoG +sGb piO ueK mEk lvw -cwS +sGb beQ -bdL -bdL +wSb +wSb bvv wGm tRC @@ -53977,7 +53200,7 @@ bvD bvD bvD bwC -kkL +aac rNI rNI bxW @@ -53988,7 +53211,7 @@ bvE bwx ibh rNI -kkL +aac bwr bvD bvE @@ -53997,26 +53220,6 @@ 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 @@ -54120,7 +53323,7 @@ bch bch bch bch -bcB +bhe bgw bhe bhe @@ -54182,7 +53385,7 @@ bvD bvD bwx rNI -kkL +aac byj bws bvE @@ -54192,26 +53395,6 @@ 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 @@ -54294,8 +53477,8 @@ aZK aTi bgh aac -bwp -bwp +coB +coB fRa bkw csA @@ -54317,40 +53500,40 @@ aZP aZP aZP bgx -bdL -ben -bdL -bdL +wSb +tFA +wSb +wSb bgx -ben -bdL -bdL -ben -bdL -bdL -bdL -bdL -bdL -bdL -ben -bea -bdL -bdL -bea -ben -ben -cwS -pvA -cwS -cwS -cwS -cwS -bdL -ben -bea +tFA +wSb +wSb +tFA +wSb +wSb +wSb +wSb +wSb +wSb +tFA +rni +wSb +wSb +rni +tFA +tFA +sGb +gWg +sGb +sGb +sGb +sGb +wSb +tFA +rni aac vxd -kfN +gFf hUJ qLp vxd @@ -54387,6 +53570,8 @@ aac aac aac aab +"} +(62,1,1) = {" aaa aaa aaa @@ -54407,203 +53592,161 @@ aaa aaa aaa aaa +aab +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +amj +amj +amj +amj +awq +ami +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aQq +aVh +aZP +bbj +aac +aLL +aZK +bdw +aZP +aZK +aac +aac +aQq +aRd +bgh +bbj +bbj +aTb +aac +aac +coB +beS +bhC +bkx +cqH +brv +bnZ +bhH +coB +bxF +bAL +coB +bhU +coB +baw +aZK +bdw +aZP +aZP +aZP +aZP +aZP +bgy +bdN +bhP +bdN +bdX +bgx +tFA +biq +bdN +bdN +bdN +bhP +bhP +bdX +wSb +wSb +tFA +tcN +wSb +wSb +wSb +wSb +tUh +sGb +sGb +sGb +sGb +sGb +sGb +beQ +rni +aac +aac +wGm +gFf +hUJ +vrH +qfC +aac +aac +aac +cwT +eLF +eLF +ocw +aXG +naw +bvE +bvE +bvD +bvD +bvD +bvE +bvE +bvE +aac +aac +bwt +bvD +bvD +bvD +bvD +bvE +bvD +xTU +aac +aac +aac +aac +aac +aab "} -(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 -aac -aac -aac -aac -aac -aac -aac -aac -aac -amj -amj -amj -amj -awq -ami -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aac -aQq -aVh -aZP -bbj -aac -aLL -aZK -bdw -aZP -aZK -aac -aac -aQq -aRd -bgh -bbj -bbj -aTb -aac -aac -bwp -beS -bhC -bkx -cqH -brv -bnZ -bhH -coB -bxF -bAL -coB -bhU -coB -bcd -aZK -bdw -aZP -aZP -aZP -aZP -aZP -bgy -bdN -bhP -bdN -bdX -bgx -ben -biq -bdN -bdN -bdN -bhP -bhP -bdX -bdL -bdL -ben -bfq -bdL -bdL -bdL -bdL -bjL -cwS -cwS -cwS -cwS -cwS -cwS -beQ -bea -aac -aac -wGm -gFf -hUJ -vrH -qfC -aac -aac -aac -mfp -eLF -eLF -ocw -kkL -bwt -bvE -bvE -bvD -bvD -bvD -bvE -bvE -bvE -aac -aac -bwt -bvD -bvD -bvD -bvD -bvE -bvD -xTU -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 -"} -(63,1,1) = {" +(63,1,1) = {" aaa aaa aaa @@ -54684,7 +53827,7 @@ bdA bgh aac aac -bwp +coB beT bhD cwe @@ -54720,22 +53863,22 @@ bhf bhf bhf bdV -ben -bdL -bfq -bdL -bdL -bdL -bdL -bea -ben -cwS -cwS -cwS -cwS -avm -nGm -nGm +tFA +wSb +tcN +wSb +wSb +wSb +wSb +rni +tFA +sGb +sGb +sGb +sGb +cJy +plI +plI aac aac aac @@ -54747,17 +53890,17 @@ qfC aac aac aac -mfp +cwT ubo mLe cxg -kkL -kkL -bwt -bvE -bvD -bvD -bvE +aac +aac +bea +xCX +mwW +mwW +xCX aac aac aac @@ -54777,26 +53920,6 @@ 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 @@ -54879,7 +54002,7 @@ aTb aac aac aac -bwp +coB beU bhF bky @@ -54915,20 +54038,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 @@ -54937,7 +54060,7 @@ aac hYc wrv hUJ -qLp +vrH hYc aac aac @@ -54946,14 +54069,14 @@ mfp vKg wVf cxg -kkL -kkL -xTU -bvE -bvD -bvD -bvE -bvE +aac +aac +bxy +xCX +mwW +mwW +xCX +xCX aac aac aac @@ -54972,26 +54095,6 @@ 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 @@ -55051,9 +54154,9 @@ aac aac aac aac -ccd -ccd -ccd +nZR +nZR +nZR aac aVp aKf @@ -55074,7 +54177,7 @@ aac aac aac aac -bwp +coB beV bhD cwe @@ -55110,18 +54213,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 @@ -55136,20 +54239,20 @@ vrH rXy aac aac -sgG -mfp +hYc +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 @@ -55167,26 +54270,6 @@ 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 @@ -55237,16 +54320,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 @@ -55267,9 +54350,9 @@ aac aac aac aac -bwp -bwp -bwp +coB +coB +coB beX bhG csm @@ -55305,18 +54388,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 @@ -55331,19 +54414,19 @@ mCK qfC aac aac -sgG +hYc qDI gpr tRC -sgG -nJK +hYc +aac bxy -ben -ben -bdL -ben -cwS -cwS +xCX +xCX +mwW +xCX +yfI +yfI elr mYs cAq @@ -55362,26 +54445,6 @@ 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 @@ -55432,19 +54495,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 @@ -55462,7 +54525,7 @@ aac aac aac aac -bwp +coB bpS bpV oUS @@ -55478,7 +54541,7 @@ bJy bMX bRu bIV -bgh +anp bgh bgh aZP @@ -55497,7 +54560,7 @@ jmy dOO eMZ unE -dOO +fQo dOO boG bmE @@ -55513,7 +54576,7 @@ aac aac aac aac -aac +mnz buN aac aac @@ -55526,21 +54589,21 @@ vrH rXy aac aac -sgG +hYc psE lrd pXB -sgG -nJK +hYc +aac bea bxy -ben -bdL +xCX +mwW avm ilL mvh -cwS -cwS +yfI +yfI shp cAq aac @@ -55557,26 +54620,6 @@ 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 @@ -55627,10 +54670,10 @@ aac aac aac aac -adS -aot -aot -aot +qSH +uyf +uyf +uyf aqj bXi jyO @@ -55638,8 +54681,8 @@ iLJ cuP cuP awT -kcw -kcw +oVA +oVA iLJ aKk bdA @@ -55657,7 +54700,7 @@ aac aac aac aac -bwp +coB bae bcF bfm @@ -55668,11 +54711,11 @@ coB bwp bxE bkx -bwp -bwp -bwp -bwp -bwp +coB +coB +coB +coB +coB bcj bcE aZK @@ -55712,30 +54755,30 @@ buN buF buN btq -jww -tWY +tRd hYc -wrv +hYc +tRC npX qLp hYc -sgG -sPc +hYc +aac xDu nQk ubN tRC -sgG -nJK -nJK +hYc +aac +aac bea -ben -bdL +xCX +mwW lFG qeH -cwS -cwS -cwS +yfI +yfI +yfI vbw cAq aac @@ -55752,26 +54795,6 @@ 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 @@ -55822,11 +54845,11 @@ aac aac aac aac -adS -dcX -bUV -bRw -vPi +qSH +uyf +uyf +uyf +iJq bXi asl atz @@ -55852,7 +54875,7 @@ aac aac aac aac -bwp +coB coB bcI coB @@ -55863,7 +54886,7 @@ cfR cfR bxF bAL -bwp +coB aac aac aac @@ -55881,11 +54904,11 @@ aac aac rOB bFv -yde bFv bFv -dOO -vtl +bFv +jvl +ajl opg xJb dOO @@ -55907,7 +54930,7 @@ btq btv btv btv -btv +oWD kNZ tdn xKr @@ -55915,22 +54938,22 @@ oPz nIf sGR pLE -sgG -sgG +hYc +hYc vxd hOw vxd -sgG -nJK -nJK +hYc +aac +aac bea -ben -bdL -cwS -cwS -cwS -cwS -cwS +xCX +mwW +yfI +yfI +yfI +yfI +yfI vbw cAq cAq @@ -55947,26 +54970,6 @@ 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 @@ -56017,11 +55020,11 @@ aac aac aac aac -adS -vPi -pRj -vPi -aqk +qSH +dcX +bUV +bRw +run ark asm bTb @@ -56048,19 +55051,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 @@ -56115,17 +55118,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 @@ -56142,26 +55145,6 @@ 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 @@ -56212,10 +55195,10 @@ aac aac aac aac -adS -vPi -pRj -vPi +qSH +qSH +run +qSH aql ark bXi @@ -56255,7 +55238,7 @@ cqH csm bGa bJE -bwp +coB aac aac aac @@ -56309,18 +55292,18 @@ hUJ vrH vlG vlG -srQ -eqO -nJK +vlG +lTG +aac bxy -bdL -bdL -bdL -cwS -cwS -cwS -cwS -cwS +mwW +mwW +mwW +yfI +yfI +yfI +yfI +yfI vbw ubA cAq @@ -56337,26 +55320,6 @@ 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 @@ -56407,11 +55370,11 @@ aac aac aac aac -adS +aqm ans bUY sDs -aqm +uGx ark bXi bTb @@ -56433,7 +55396,7 @@ aZP aZK aTi aac -aac +rZF aac bgh bdA @@ -56450,7 +55413,7 @@ ctA bAM bGb bJF -bwp +coB aac aac bgh @@ -56487,13 +55450,13 @@ aac aac btv btv -btq +lJC tWY aac aac aac jww -tWY +hYc kOr gFf hUJ @@ -56506,16 +55469,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 @@ -56532,26 +55495,6 @@ 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 @@ -56590,7 +55533,7 @@ wYx cmo aac ami -aqN +arp arp aac aac @@ -56602,11 +55545,11 @@ aac aac aac aac -mIE -ant +bOp +gcO bUZ aps -aqn +xQb arm bXj bYb @@ -56628,7 +55571,7 @@ aZP aZP aZP aZK -bbj +fTa bbj aTi tWf @@ -56639,13 +55582,13 @@ crp crU cwe boz -bwp -bwp -bwp +coB +coB +coB cfR bGc bJG -bwp +coB aac aac aZK @@ -56683,7 +55626,7 @@ btu btv btq aac -aac +alH aac aac aac @@ -56704,13 +55647,13 @@ kUi bxc bxc bxc -bdL -bdL +mwW +mwW lFG gpp -cwS -cwS -cwS +yfI +yfI +yfI vbw ubA aac @@ -56727,26 +55670,6 @@ 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 @@ -56800,7 +55723,7 @@ aac amu anu bVa -apt +sDs aqo arn bXi @@ -56834,7 +55757,7 @@ crq crV bkA boD -bwp +coB aac aac bAN @@ -56878,17 +55801,17 @@ btq btq buN aac -sgG -sgG +hYc +hYc xyz -sgG -sgG +hYc +hYc aac oeH dyZ tJp krg -vlG +afv gFf tRC vrH @@ -56897,14 +55820,14 @@ rHs gFf ayl bxd -bdL -bdL +mwW +mwW bxy -bdL -cwS +mwW +yfI mvh pvA -cwS +yfI avm ubA cAq @@ -56922,26 +55845,6 @@ 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 @@ -56992,7 +55895,7 @@ aac aac aac aac -adS +qSH anv aou apu @@ -57024,12 +55927,12 @@ aZK bcm axb aVm -bcM +cqQ coB bhU bkB -bwp -bwp +coB +coB aac aac bAO @@ -57044,7 +55947,7 @@ bcm aac aac aac -fil +fSr bfd bgJ bfc @@ -57073,7 +55976,7 @@ btv btq xre aac -sgG +hYc vmm aft vlG @@ -57091,13 +55994,13 @@ vlG vlG srQ lTG -ben -bdL +xCX +mwW bxy bxy -ben -cwS -cwS +xCX +yfI +yfI mvh fsJ cAq @@ -57117,26 +56020,6 @@ 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 @@ -57186,8 +56069,8 @@ aac aac ccd ccd -ccd -adS +nZR +qSH bTa bTa bTa @@ -57268,7 +56151,7 @@ btq btq btp aac -sgG +hYc jVU oMZ vlG @@ -57284,15 +56167,15 @@ qfC riY cGg pSm -sPc +aac wYL bxy bxy bxy -nJK +aac bxy bea -nJK +aac nGm cAq cAq @@ -57312,26 +56195,6 @@ 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 @@ -57386,7 +56249,7 @@ amv bUx bVc bUx -amv +bVc bUx bVc atA @@ -57423,9 +56286,9 @@ aac aac aac aac -bfE -bfE -bfE +mPh +mPh +mPh baU aZP aZK @@ -57463,7 +56326,7 @@ btq btv btp aac -sgG +hYc hOw vxd vxd @@ -57478,17 +56341,17 @@ bvq qfC qfC qTp -sPc -sPc -sPc -nJK -nJK -nJK -nJK +aac +aac +aac +aac +aac +aac +aac bxy -nJK -nJK -nJK +aac +aac +aac cAq aac aac @@ -57507,26 +56370,6 @@ 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 @@ -57576,11 +56419,11 @@ aac aac aac nkp -kcw +oVA thz -kcw -kcw -kcw +oVA +oVA +oVA aqr cuP ras @@ -57608,10 +56451,10 @@ aSK aZP aZP aUA -bfE +mPh aWa -bec -bec +fIq +fIq aXV aYh bgh @@ -57673,9 +56516,9 @@ vxd hOw hOw vxd -sgG -sPc -sgG +hYc +aac +aac aac aac aac @@ -57702,26 +56545,6 @@ 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 @@ -57788,9 +56611,9 @@ aAd aAd ccV jjJ -ccd -ccd -ccd +nZR +nZR +nZR jjJ baw bbj @@ -57853,7 +56676,7 @@ lbh lbh jKf aac -sgG +hYc ndS vlG tRC @@ -57868,7 +56691,7 @@ iMP tRC tRC gvR -sgG +hYc aac aac aac @@ -57897,6 +56720,8 @@ aac aac aac aab +"} +(80,1,1) = {" aaa aaa aaa @@ -57917,203 +56742,161 @@ aaa aaa aaa aaa +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 +nkp +cRw +foN +anx +bVd +cRw +cRw +cuP +cuP +cuP +fxM +foN +foN +foN +azV +aBI +ccW +ccc +jjJ +bnq +cfX +aIN +baw +aPs +aac +aac +oOB +foN +iLJ +aac +aWy +aZK +aZK +aZP +aZP +aZP +aZP +bdw +aZP +bbj +bav +aZK +aZK +aZP +aZP +aZP +aqR +aac +aac +aac +aac +aac +nZR +aac +aac +bfg +bgI +xdr +iGp +fEW +sau +okE +aac +aac +bfd +bfc +bhT +aac +aac +bpa +blJ +bmp +vXt +bmp +bsN +fiD +lbh +lbh +lbh +lbh +lbh +jKf +aac +hYc +vrH +vlG +gFf +vxd +tEf +tEf +uph +odr +vxd +vxd +tRC +vlG +vlG +vth +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 +aab "} -(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 -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 -anx -bVd -cRw -cRw -cuP -cuP -cuP -fxM -foN -foN -foN -azV -aBI -jjJ -jjJ -jjJ -bnq -cfX -aIN -baw -aPs -aac -aac -oOB -foN -iLJ -aac -aWy -aZK -aZK -aZP -aZP -aZP -aZP -bdw -aZP -bbj -bav -aZK -aZK -aZP -aZP -aZP -aqR -aac -aac -aac -aac -aac -aXG -aac -aac -bfg -bgI -xdr -gOC -fEW -sau -okE -aac -aac -bfd -bfc -bhT -aac -aac -bpa -blJ -bmp -vXt -bmp -bsN -fiD -lbh -lbh -lbh -lbh -lbh -jKf -aac -sgG -vrH -vlG -fMS -vxd -tEf -tEf -uph -odr -vxd -vxd -tRC -vlG -vlG -vth -sgG -aac -aac -aac -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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(81,1,1) = {" +(81,1,1) = {" aaa aaa aaa @@ -58176,7 +56959,7 @@ foN foN foN ccc -ccW +ccc aDU jjJ cfY @@ -58184,10 +56967,10 @@ cfY jjJ cht jjJ -ccd -ccd +nZR +nZR jjJ -foN +lzh iLJ aac aac @@ -58211,7 +56994,7 @@ ccs aac aac aac -fil +jZF iLJ iLJ bfe @@ -58243,11 +57026,11 @@ twa hLf uad aac -sgG -vrH +hYc +bfQ vlG tRC -uqY +mrp aTP bss rno @@ -58258,7 +57041,7 @@ tRC vlG vlG jXD -sgG +hYc aac aac aac @@ -58287,26 +57070,6 @@ 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 @@ -58356,12 +57119,12 @@ aac aac aac nkp -kcw -kcw -kcw -kcw -kcw -kcw +oVA +oVA +oVA +oVA +oVA +oVA cuP cuP cuP @@ -58382,7 +57145,7 @@ aLB xqT aNT jjJ -aQK +fBC iLJ aac aac @@ -58415,7 +57178,7 @@ bgI xhM xnn aXs -xdr +bcb czb aac aac @@ -58438,7 +57201,7 @@ fhW fhW fhl aac -sgG +hYc vrH fNH iWi @@ -58452,8 +57215,8 @@ vlG vlG vlG vlG -jXD -sgG +dbv +hYc aac aac aac @@ -58482,26 +57245,6 @@ 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 @@ -58556,7 +57299,7 @@ amz iPd aPx iPd -amz +aPx iPd cuX cuX @@ -58632,8 +57375,8 @@ asd vxd vxd vxd -sgG -sgG +hYc +hYc uzj sly uLK @@ -58648,7 +57391,7 @@ vlG vlG vlG jsW -sgG +hYc aac aac aac @@ -58677,26 +57420,6 @@ 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 @@ -58746,8 +57469,8 @@ aac aac ccd ccd -ccd -adS +nZR +qSH bTa bTa bTa @@ -58772,11 +57495,11 @@ cie ciW aNW jjJ -aQK +fBC iLJ aTk aUE -aWr +jZF iLJ iLJ aSL @@ -58843,7 +57566,7 @@ tTP uWP sZP ihd -sgG +hYc aac aac aac @@ -58872,26 +57595,6 @@ 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 @@ -58942,7 +57645,7 @@ aac aac aac aac -adS +qSH anz bVf imV @@ -58954,7 +57657,7 @@ fxM foN foN foN -foN +aqM jjJ jjJ jjJ @@ -58985,7 +57688,7 @@ aZe iLJ qmW aac -ccd +nZR cmX fBC cva @@ -59024,7 +57727,7 @@ mpr vxd vxd vxd -eFF +vrH vlG tRC puX @@ -59038,7 +57741,7 @@ wWK mms mms pwn -sgG +hYc aac aac aac @@ -59067,26 +57770,6 @@ 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 @@ -59152,16 +57835,16 @@ ayC foN cbp foN -aDX +foN aEX -aGi +cuP ukx cuP -iLJ +fMS aNX bZq aNX -iLJ +fMS cuP cuP cuP @@ -59179,7 +57862,7 @@ iLJ bxI iLJ bGk -aXG +aac bNm cva fBC @@ -59221,7 +57904,7 @@ tRC tRC vrH tOA -tRC +vgb myk pbF efR @@ -59233,55 +57916,35 @@ pDY pbF efR eGq -sgG +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 -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 @@ -59332,7 +57995,7 @@ aac aac aac aac -bUd +aqm anB aoz apx @@ -59352,11 +58015,11 @@ cuP cuP ukx cuP -aKm +iLJ nZR jjJ nZR -lUm +iLJ cuP cuP cuP @@ -59374,7 +58037,7 @@ foN fxM foN foN -aac +ccd bYJ bRZ bNS @@ -59428,55 +58091,35 @@ gfd pJz erq pZe -sgG +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 -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 "} (88,1,1) = {" aaa @@ -59527,11 +58170,11 @@ aac aac aac aac -adS -adS -adS -adS -adS +qSH +qSH +bVz +qSH +uGx lUm cuP cuP @@ -59569,7 +58212,7 @@ foN ukx cuP cuP -cva +doH bNR bSa bNR @@ -59606,7 +58249,7 @@ lbh asd vjc tRC -hOD +tRC tRC tRC tRC @@ -59623,55 +58266,35 @@ ryf ulL xLH gFH -sgG +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 -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 "} (89,1,1) = {" aaa @@ -59725,10 +58348,10 @@ aac aac aac aac -djW -djW -bWD -tqG +aac +aac +cfl +cuP cuP cuP cuP @@ -59742,11 +58365,11 @@ cuP cuP cuP cuP -aKm +iLJ nZR jjJ nZR -lUm +iLJ cuP cuP cuP @@ -59807,89 +58430,20 @@ 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 -bNW -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 -"} -(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 aac @@ -59915,16 +58469,65 @@ 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 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 +aac +aac +aac +aac +aac +iLJ gCa -tqG +cuP cuP cuP cuP @@ -59937,11 +58540,11 @@ ayD cuP cuP cuP -iLJ +aGA aNX bZq aNX -iLJ +aGA cuP cuP cuP @@ -59996,72 +58599,52 @@ 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 +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 -bNW -bNW -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 "} (91,1,1) = {" aaa @@ -60089,9 +58672,7 @@ aac aac aac aac -aXG aac -aXG aac aac aac @@ -60113,14 +58694,16 @@ aac aac aac aac -djW -djW -djW +aac +aac +aac +aac +aac aAR uko -tqG -tqG -tqG +cuP +cuP +cuP cuP cuP ccc @@ -60173,8 +58756,8 @@ iLJ tyh tyh aac -koj -koj +aac +aac bln bmp bmp @@ -60197,7 +58780,7 @@ vxd aac uiE uiE -lmV +aac bvy uiE uiE @@ -60205,58 +58788,38 @@ bpu 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 +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (92,1,1) = {" aaa @@ -60284,9 +58847,7 @@ aac aac aac aac -aXG aac -aXG aac aac aac @@ -60304,15 +58865,17 @@ aac aac aac aac -djW -djW -djW -djW -djW -djW +aac +aac +aac +aac +aac +aac +aac +aac aAR aAR -aro +iLJ uko dXV mrG @@ -60325,7 +58888,7 @@ tsX aDY ccc cuP -lqD +cuP aIQ oKo aLF @@ -60335,8 +58898,8 @@ aPy oKo aRV ras -ras -lqD +bbI +cuP cuP ukx lqD @@ -60401,57 +58964,37 @@ bul bph 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 +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (93,1,1) = {" aaa @@ -60479,9 +59022,9 @@ aac aac aac aac -aXG aac -aXG +aac +aac aac aac aac @@ -60496,10 +59039,10 @@ aac aac bDQ bNq -djW -djW -djW -djW +aac +aac +aac +aac ayr ayr aCu @@ -60510,22 +59053,22 @@ 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 @@ -60596,57 +59139,37 @@ tQg 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 +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (94,1,1) = {" aaa @@ -60674,9 +59197,9 @@ aac aac aac aac -aXG aac -aXG +aac +aac aac aac aac @@ -60694,7 +59217,7 @@ hJT ayv ayw aHh -djW +aac aCu aAb ayw @@ -60705,16 +59228,16 @@ awJ aAR awJ awJ -djW +aac jEO -dgB -dgB +tGR +cuP aAf mHo mHo aDZ -dgB -dgB +cuP +cuP oKo aIS aKn @@ -60727,8 +59250,8 @@ aRW aTp aUK blb -aYx -baq +aYB +bar blb bfw bhV @@ -60736,7 +59259,7 @@ bkO boL brB blb -bxL +bJV bAR rUn bJV @@ -60791,57 +59314,37 @@ 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 +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (95,1,1) = {" aaa @@ -60868,11 +59371,11 @@ aab aac aac aac -rKG -rKG -buc -rKG -rKG +dWm +dWm +dWm +dWm +dWm aac aac aac @@ -60898,18 +59401,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 @@ -60917,18 +59420,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 @@ -60986,57 +59489,37 @@ 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 +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (96,1,1) = {" aaa @@ -61063,11 +59546,11 @@ aab aac aac aac -rKG +dWm bsS cjq bvt -rKG +dWm aac aac aac @@ -61093,27 +59576,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 @@ -61122,7 +59605,7 @@ bar bda bfy bfy -bda +agf boN bsk vlm @@ -61150,7 +59633,7 @@ nZR eqS foN gEo -blo +bmA bpw bmp blJ @@ -61171,8 +59654,8 @@ cvn uiE uiE bpu -lmV -lmV +aac +aac bmp bvF bvO @@ -61180,58 +59663,38 @@ bmp 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 +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (97,1,1) = {" aab @@ -61258,11 +59721,11 @@ aab aac aac aac -rKG +dWm abt bud abK -rKG +dWm aac aac aac @@ -61291,23 +59754,23 @@ 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 @@ -61315,9 +59778,9 @@ blb aYw bat blb -blb -blb -blb +aac +aac +aac boO bsl buU @@ -61345,7 +59808,7 @@ iLJ iLJ foN gEo -blo +bmA bmA bnx blJ @@ -61365,71 +59828,11 @@ bmp uiE gBj wod -lmV -lmV -lmV +aac +aac +aac 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 -"} -(98,1,1) = {" -aab aac aac aac @@ -61452,25 +59855,65 @@ aac aac aac aac -rKG -brG +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aab +"} +(98,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 +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 @@ -61486,23 +59929,23 @@ ayw aAR ufG awJ -avL -dgB -irx -dgB -irx -dgB -dgB -irx -aGl +ufG +cuP +cuP +cuP +aec +cuP +cuP +cuP +cuP xvy aIX aKq aIV aMW aOc -aPC -aQV +aPB +aQQ oKo aTs aUM @@ -61534,13 +59977,13 @@ cuP ukx cuP cuP -lqD +aec mEL foN foN foN gEo -blo +bmA bmA bpf blJ @@ -61548,7 +59991,7 @@ bpk blJ bnD bnu -aac +aXG aac qfN eFA @@ -61559,69 +60002,49 @@ blJ bua uiE bmp -lmV -lmV -lmV +aac +aac +aac 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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (99,1,1) = {" aab @@ -61659,13 +60082,13 @@ txs txs txs txs -rKG +dWm +aac aac aac aac aac aac -djW ayO awJ ayw @@ -61679,20 +60102,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 @@ -61714,15 +60137,15 @@ vlm bxT mCx mCx -bKb -vlm +rUn vlm vlm +cdD cjN cjN vlm vlm -jhl +itw foN oRm qNS @@ -61735,7 +60158,7 @@ vtM pRj pRj gEo -blo +bmA bmB bmp blJ @@ -61743,7 +60166,7 @@ bmp blJ bnD bmp -uiE +mCh gPL uiE cvn @@ -61754,69 +60177,49 @@ bua uiE qdI bmp -lmV -lmV +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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (100,1,1) = {" aab @@ -61854,13 +60257,13 @@ gOL txs txs txs -rKG +dWm +aac aac aac aac aac aac -djW ayX awJ ayw @@ -61885,33 +60288,33 @@ aCU aCU aHv aHv -aHq -aIZ +aHt +aIV aIV dgB aMW aOd aPD -aQX +aRb oKo -aTu +aTt aUN aWF aWH baN bdd aUN -bhZ +aTy vlm vlm bst vlm -bUv +kHg bTF bTF +mCx +aNa vlm -vlm -bSN cdC cjO cnc @@ -61927,10 +60330,10 @@ cva ybN jWi bdU -ulv +psv ybN aGf -aGL +bmB bmD bmp bnW @@ -61948,70 +60351,50 @@ uiE gBj uiE bmp -lmV -lmV +aac +aac 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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (101,1,1) = {" aab @@ -62049,13 +60432,13 @@ txs txs txs txs -rKG -rKG -rKG -bDQ -bNq -djW -djW +dWm +dWm +dWm +dWm +heO +aac +aac azh aHh ayw @@ -62078,7 +60461,7 @@ dgB roI dgB dgB -roI +dgB aGm aHr aUV @@ -62100,19 +60483,19 @@ bib cvl bsv bsv -buW +bsv bxV bBB -bGq -vlm -che +bTF +dzG +mzC vlm -cdD +bSN cjP cnd cvd fMk -jjJ +vlm aGc foN cva @@ -62125,7 +60508,7 @@ kuB uJY ybN blp -aGP +blJ bmE bnA bnX @@ -62148,65 +60531,45 @@ 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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (102,1,1) = {" aab @@ -62232,23 +60595,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 @@ -62294,33 +60657,33 @@ bfD bii bkY bsw -bsw +nOE bsw bxX bBT +bTF +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 @@ -62342,66 +60705,46 @@ 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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (103,1,1) = {" aab @@ -62416,34 +60759,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 @@ -62471,7 +60814,7 @@ dgB aEY aGp aHt -aJc +aIV aIV dgB aMW @@ -62479,43 +60822,43 @@ aOd aPG aQY oKo -aTy +axm aUN aWG aWG baR bdg -aUN -bij +ctl +blc blb blb bsx -buX +bTF bye bBU bGs bGs -bOw -bST bGs +bGs +wwO cjR cne -cve neL -cve +aDe +neL mnq foN foN uBz xGb iPd -lzT +iPd aqn vvR axu ybN bkU -aGP +blJ bmG bnC boa @@ -62533,70 +60876,50 @@ 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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 @@ -62616,9 +60939,9 @@ cdo aOD acQ aam -cjq +nMO baH -bld +bwR bmt yah csk @@ -62627,7 +60950,7 @@ cjq yah aby cjq -bmt +cjq cjq cjq adi @@ -62637,8 +60960,8 @@ gOL gOL gOL txs -ccj -hJT +txs +kUC awA awJ ayw @@ -62667,22 +60990,22 @@ aOa aJd aHv oKo -aUV +bhZ dgB aMZ aOd aPC aQR -wmZ +aac aTy aUN aUN aUN baS aUN -aUN +npf +blb bik -blc boU bsy buY @@ -62705,10 +61028,10 @@ uJn xGi foN iKW +hfP pRj -pRj -adS -adS +vPi +vPi bkX blr bmH @@ -62727,71 +61050,51 @@ tQg tUZ bmp 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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (105,1,1) = {" aab @@ -62807,35 +61110,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 @@ -62868,16 +61171,16 @@ aMZ aOd aPC aQZ -wmZ +aac aTz -aUR +bfz aYw aUN baV -aYw -bfF +vFS bil blb +aIZ boV bsz buZ @@ -62922,71 +61225,51 @@ 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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (106,1,1) = {" aab @@ -63002,35 +61285,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 +cjq cdA +aac cdA -akR -djW -djW +bDU +ccg +ccg +aet +dWm +aac +aac awJ ayw ayw @@ -63057,22 +61340,22 @@ aUV uWG dCb oKo -oKo aLP +dgB aMX aOd aPC aRa -wmZ -wmZ +aac +aac aUS aWK aUN baV -aYw blb blb blb +iNi boV blb bTF @@ -63121,67 +61404,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (107,1,1) = {" aab @@ -63196,36 +61459,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 @@ -63252,8 +61515,8 @@ aUV vBs dCb oKo -oKo aLQ +dgB aMX aOd hHO @@ -63284,7 +61547,7 @@ cvg fXV jkc ghV -oOB +aLk qQq uRy xKD @@ -63315,68 +61578,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (108,1,1) = {" aab @@ -63390,37 +61633,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 @@ -63449,7 +61692,7 @@ oKo oKo oKo oKo -aNa +aFf aOg aPD aRb @@ -63461,10 +61704,10 @@ aYG bbd bfy bfI -mZd +aac bli bpe -mZd +aac bvb byZ vlm @@ -63474,12 +61717,12 @@ bOz vlm cdT cjU -cnh -bTD +mcv +che vlm vlm vlm -oOX +foN qQN uTQ xOs @@ -63509,69 +61752,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (109,1,1) = {" aab @@ -63584,27 +61807,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 @@ -63612,10 +61836,9 @@ dEa dEa dEa dEa -dEa -akR -djW -djW +dWm +aac +aac ayX ayw ufG @@ -63656,10 +61879,10 @@ aYG bbd bfy bfJ -mZd -mZd -mZd -mZd +aac +aac +aac +aac bvc bza bCf @@ -63703,70 +61926,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (110,1,1) = {" aab @@ -63791,26 +61994,26 @@ aJn onq onq cdo -rKG -rKG -rKG -rKG -ced -ced -akR +bwR +bwR +cjq +dWm +aac +aac dWm -uZh +glG +cjq +cjq cdA adB dEa dEa -kPL cch +afM bJb -agf -akR -djW -djW +dWm +aac +aac axk azS ayw @@ -63897,71 +62100,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (111,1,1) = {" aab @@ -63987,26 +62170,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 @@ -64057,14 +62240,14 @@ cjN cjN vlm bTD -cdT +kaP cjU cnh vlm mKv mKv vlm -oWD +awT cuP ukx xWN @@ -64091,72 +62274,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (112,1,1) = {" aab @@ -64171,24 +62334,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 @@ -64198,10 +62361,10 @@ cci xKC cci cci -akR -bDQ -djW -djW +dWm +dWm +aac +aac axk azS ayw @@ -64211,14 +62374,14 @@ awJ ayw ayw awJ -aFZ +awJ oKo asq atE atE avR -oKo -ayM +aNu +rpp aMZ dgB dgB @@ -64244,7 +62407,7 @@ bfM biH blN biH -biH +kOa bve cik bCm @@ -64285,80 +62448,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (113,1,1) = {" aab aac aac -rKG -rKG +cpV +cpV cpV cpV acU @@ -64366,7 +62509,7 @@ cdo aJn cdo cdo -kyf +baH cdo aJn cdo @@ -64379,11 +62522,11 @@ aam aLu aar aar -ced -ced -ced -akR -cdA +aac +aac +aac +dWm +cci cci upO xyC @@ -64421,20 +62564,20 @@ aBT aFc aGt aJb -aJe aJb aJb aJb +oSE aOi aJb aJb -aSf +aJb aFg -aUV +bop aWP aYH bbf -biH +azd bfN biI blO @@ -64480,93 +62623,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (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 @@ -64574,12 +62697,12 @@ aar cdo aar aar -ced -ced -ced -akR -cdA -acJ +aac +aac +aac +dWm +cci +cci mce adD aed @@ -64598,7 +62721,7 @@ aHh aHh goG awJ -ayw +aFv oKo oKo oKo @@ -64634,7 +62757,7 @@ bfV biK blQ biH -bsC +bll lbW cik bCo @@ -64644,8 +62767,8 @@ rpA bTF bTF cjU -cnh -vlm +bBT +bTD vlm vlm msG @@ -64675,81 +62798,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (115,1,1) = {" aab aac aac -rKG -rKG -aZm +cpV +cpV +nMO cpV cdo pIa @@ -64761,7 +62864,7 @@ aHz pIa acU cdo -cjq +nMO gOo abv aJn @@ -64769,12 +62872,12 @@ cdo aar aar aar -ced -ced +aac +aac ahS dWm cdA -bzN +bij mce bCL dUP @@ -64788,7 +62891,7 @@ dWm dWm azT axk -djW +aac aHh aHh awJ @@ -64831,7 +62934,7 @@ blV blV blV blV -aPm +cik vlm vlm vlm @@ -64870,82 +62973,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (116,1,1) = {" aab aac aac aac -rKG -bFg -chS +cpV +tJu +wJL cdo aam aax @@ -64956,7 +63039,7 @@ aax cZZ cdo cdo -cjq +nMO abr aam aam @@ -64964,8 +63047,8 @@ ahn aar aar xFT -ced -ced +aac +aac hmw aiD acr @@ -64983,7 +63066,7 @@ eXK axk axk axk -djW +aac aHh awJ ayw @@ -65020,15 +63103,15 @@ blN bsK blN blN -bfO +bfP bll bll bpE bsD bll -bzc +bll +cvA bCp -bHo bCp bOE bUp @@ -65065,82 +63148,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (117,1,1) = {" aab aac aac aac -rKG +cpV aaf -chS +wJL aar aar aam @@ -65160,7 +63223,7 @@ cdo cdo aar aar -cjq +nMO hHm acd acs @@ -65232,7 +63295,7 @@ cjU bBT bTF bOE -jrU +mCx mwt mGA riS @@ -65260,82 +63323,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (118,1,1) = {" aab aac aac aac -rKG -rKG -rKG +cpV +cpV +cpV aac aar aar @@ -65346,7 +63389,7 @@ aam aam aam cdo -cjq +nMO aam aam cdo @@ -65385,7 +63428,7 @@ bWl bWl asv oKo -auD +bXq avV axp bXq @@ -65410,13 +63453,13 @@ aWR aYL bbk frL -bfQ +qNi bbk blS +agm blS blS blS -bzd bCt bHq bCt @@ -65441,87 +63484,67 @@ ryA ucD ryA aac -lLw -bnJ -bnJ -bnJ -teI -tUN -tUN -tUN +teI +bnJ +bnJ +bnJ +teI +tUN +tUN +tUN +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 "} (119,1,1) = {" aab @@ -65541,7 +63564,7 @@ aan aam acU baH -cjq +nMO aam aam cfH @@ -65587,7 +63610,7 @@ bXq aAv aKr dgB -dgB +kWo aFi aGz cik @@ -65633,11 +63656,11 @@ svg cUu vlm gAD -efT +ras iJp aac -nhv -nhv +tUN +tUN aac aac aac @@ -65650,73 +63673,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 +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (120,1,1) = {" aab @@ -65736,7 +63739,7 @@ aas cdo cfH cdo -cjq +nMO aan aam ahn @@ -65746,8 +63749,8 @@ aar cdo aar cdo -ced -akR +aac +aac cdA acL bBg @@ -65768,7 +63771,7 @@ ayw ayw ayw aAR -djW +aac oKo oKo oKo @@ -65782,9 +63785,9 @@ ayN aAw aBY aEb -aEb +axt aMX -aGA +aGx cik bll bll @@ -65816,7 +63819,7 @@ ceG cjU cnf bTF -ghM +bOE ryK ryK plC @@ -65829,11 +63832,57 @@ voe vlm ltZ wgI -bME -aXG -bME -bME -aXG +vlm +eSx +vlm +vlm +eSx +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac aac @@ -65845,73 +63894,7 @@ 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 "} (121,1,1) = {" aab @@ -65923,7 +63906,7 @@ aac aac aac aac -rKG +cpV aaG aam aam @@ -65931,7 +63914,7 @@ abs aam aam baH -cjq +nMO bgn aar aJn @@ -65941,10 +63924,10 @@ cdo aar cdo aar -ced -akR +aac +aac cdA -acJ +cci bBg dUP wol @@ -65955,17 +63938,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 @@ -66010,9 +63993,9 @@ cvf ceG cjU bBT -cLE -ghV -jyE +bTF +bTF +mGA mGA ptr mGA @@ -66028,85 +64011,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 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 "} (122,1,1) = {" aab @@ -66118,10 +64081,10 @@ aac aac aac aac -rKG cpV -cjq -cjq +cpV +nMO +nMO cpV abN aam @@ -66136,10 +64099,10 @@ aJn aar aar aar -ced -akR +aac +aac cdA -acM +bdm mce meu wol @@ -66158,21 +64121,21 @@ ayw ayw ayw aHh -djW -djW -djW +aac +aac +aac ijo bZD asz ccn cdZ avY -axt -bXq -bXq -bXq -bXq -aEc +aHv +oKo +oKo +oKo +oKo +aHv aMX aUV cik @@ -66228,80 +64191,60 @@ vtp sip vtp nFN -che +eSx +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac 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 "} (123,1,1) = {" aab @@ -66313,26 +64256,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 @@ -66344,8 +64287,8 @@ tUW bJg cci cdA -cdA -cdA +aOv +ajN cdA aAb ayw @@ -66354,20 +64297,20 @@ ayw ayw awJ aHh -djW -djW +aac +aac ijo arw asA gAm cdZ avZ -aHv -aGx -oKo -oKo -oKo -oKo +aEc +bXq +aCa +dLT +bXq +aEc ceI cdZ cik @@ -66391,7 +64334,7 @@ blV cik cik cik -bzh +bLb eSx bHA bKR @@ -66423,80 +64366,60 @@ mpm quT vtz vtz -che +eSx +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac 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 "} (124,1,1) = {" aab @@ -66508,14 +64431,14 @@ aac aac aac aac -rKG cpV -cjq +cpV +nMO aZn -cjq -cjq -cjq -cjq +sTZ +nMO +nMO +nMO aar aam bgn @@ -66523,11 +64446,11 @@ cdo aam cdo aag -ced -ced -ced -ced -akR +aac +aac +aac +aac +aac cdA bdm mce @@ -66537,12 +64460,12 @@ bFl bhA bHT bJg -cci +bKp cdA awU ajN aiL -awJ +aOK ayw ayw ayw @@ -66558,10 +64481,10 @@ atJ cdZ awa aHv -aGx -oKo -aBZ -aDe +aQV +bXq +bXq +bXq oKo ceI aGC @@ -66584,9 +64507,9 @@ bfU biX frL bpH +csW +blN bsG -cik -bzh eSx bHB bKS @@ -66603,7 +64526,7 @@ pOW jAE voe vyl -vyl +baq vyl tZV vlm @@ -66618,80 +64541,60 @@ bGd rLg vtz vtz -che +eSx +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac aac aac 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 "} (125,1,1) = {" aab @@ -66703,13 +64606,13 @@ aac aac aac aac -rKG +cpV aXZ aQB aKw aam aQB -cjq +nMO aas aam aam @@ -66719,12 +64622,12 @@ wgB cdo aam cdo -ced -ced -ced -akR +aac +aac +dWm +dWm cdA -cci +acJ mce adE dUP @@ -66732,19 +64635,19 @@ wol wol afi bJg -bKp -cdA -awX -axm +cci +bOV +cci +cci cdA -aAc +awJ ayw ayw ayw awJ aAR aCQ -aHh +aUR aHh cea bWK @@ -66754,8 +64657,8 @@ cdZ awc aHv bXq -oKo -aCa +afU +uqY bXq aUS aFl @@ -66779,9 +64682,9 @@ bfV blN blX bpI +blX bsH -cik -bzh +bLb vlm eSx eSx @@ -66791,7 +64694,7 @@ vlm bCz bCz cRB -bCz +tVu bCz bzl pro @@ -66867,26 +64770,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 @@ -66898,15 +64781,15 @@ aac aac aac aac -rKG +cpV cpV aQB aap abv -cjq -cjq +nMO +nMO adK -cjq +nMO aam cdo seb @@ -66915,10 +64798,10 @@ aam cdo aam aam -ced +aac hHm dWm -cdA +cjq bzM mce adF @@ -66928,7 +64811,7 @@ eIR afj bJg cci -bOV +cci cci cci bOV @@ -66937,10 +64820,10 @@ ayw ayw aAR awJ -aEQ +aCQ aHh -gLF -gLF +ijo +ijo ijo ijo jEB @@ -66955,7 +64838,7 @@ ayS oKo ceI cfx -aPm +cik aJr oSV bll @@ -66974,13 +64857,13 @@ bfV biZ blX bpI +blX bsI -cik -bzh -bzh -bzh -bzh -bvK +bGq +wmX +aeq +clK +vOs bWk ceZ ckA @@ -66997,9 +64880,9 @@ aBp kRY gfC vlm -vlm -vlm -vlm +rUn +nEU +xmR vlm xjH nsB @@ -67062,26 +64945,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (127,1,1) = {" aab @@ -67093,10 +64956,10 @@ aac aac aac aac -rKG +cpV aXZ aKw -cjq +nMO cpV pIa pIa @@ -67107,13 +64970,13 @@ aam cdo ahn cdo -ced +aac aam aar -cjq +nMO hmw bwR -uZh +cjq cci upO ucl @@ -67123,7 +64986,7 @@ ucl ucl upO cci -cci +cdA cci cci cci @@ -67169,13 +65032,13 @@ cik bja blX bpJ -blN +blX bvk -aPm -cik -cgT -cik -aPm +bLb +bHE +bHE +clK +vOs bWk cfg ckB @@ -67192,9 +65055,9 @@ ryK nST qON voe -rUn -nEU -xmR +mCx +vyl +ggJ vlm mCx rMP @@ -67257,26 +65120,6 @@ aad aad aad aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa "} (128,1,1) = {" aab @@ -67288,10 +65131,10 @@ aac aac aac aac -rKG -rKG +cpV +cpV aZn -glG +ebu cpV aag pIa @@ -67308,7 +65151,7 @@ wgB csG abM bwR -uZh +cjq bzN adj cci @@ -67320,9 +65163,9 @@ cci bKp cdA awY -axv +ajN cdA -aAx +ayw ayw aAR awJ @@ -67360,23 +65203,23 @@ aWR oSV bbp bdv -bfW +aac bjb blY bpI blX blN bzk -bCw -bHD -bsG -aPm +bHE +bHE +blN +vOs bWk cfp ckC cnx cnx -odJ +aac jJv bWZ ckG @@ -67389,7 +65232,7 @@ gfC voe mCx vyl -ggJ +nIS vlm mCx pSc @@ -67452,26 +65295,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 @@ -67514,10 +65337,10 @@ cdA cdA cdA cdA -cdA -cdA +aOv +ajN aiL -aHh +bas ayw aAR awJ @@ -67554,24 +65377,24 @@ aVf aWS oSV bll -bfW -bfW +aac +aac cik cgS bpK bsJ biZ -aPm +bLb bCx bHE bLa -aPm +vOs bCz cft ckE bCz -odJ -odJ +aac +aac jLY bzm pvY @@ -67584,7 +65407,7 @@ gfC voe diD vyl -nIS +mCx voe mCx nsB @@ -67647,26 +65470,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 @@ -67696,10 +65499,10 @@ aHz aam aam aar +dWm +dWm +aac aac -akR -akR -akR cdA adG dEa @@ -67740,7 +65543,7 @@ aJu oSV bll cik -aOt +aWW aPR biH bll @@ -67756,18 +65559,18 @@ bsI bpL bsK bvl -aPm +bLb bCy bHF -bLb -aPm +bsG +vOs bWw cfJ bsW cnK cSr csQ -jWk +csQ bWZ ckG rpA @@ -67842,26 +65645,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 @@ -67887,14 +65670,14 @@ rXZ cdo aam adC -ced +aac cdo aam cdo aac aac aac -akR +aac cdA uWO dEa @@ -67903,9 +65686,9 @@ dEa ccg dEa dEa +buW cdA -dWm -djW +aac ufG aAR ayw @@ -67951,11 +65734,11 @@ cik cik ckE cft -bzh -bzh -bzh -bzh -bvK +bLb +bLb +bLb +bLb +vOs bWx cgc ckF @@ -67965,11 +65748,11 @@ csQ csQ bzl ckH -ueU +aac vvB xlg -xlg wsi +xlg gfC eSx eSx @@ -68037,26 +65820,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 @@ -68098,8 +65861,8 @@ dEa dEa afO ccg +buW cdA -dWm ayb ufG ayw @@ -68107,18 +65870,18 @@ ayw awJ aAR bTk -ijo +lOI ijo aoE ijo ijo -ijo +aGs jEB bYk ijo ijo caf -ijo +lOI aAB aCb cfx @@ -68131,7 +65894,7 @@ biH aMc bfP blN -bll +blN biH bll aTN @@ -68145,11 +65908,11 @@ bjc bjc cik bsO +bCw bCz -bzh -bzh -bzh -bzh +udp +bjg +bHH bCz bCz cgd @@ -68160,19 +65923,19 @@ gpO csQ bWZ ckG -ueU -ueU +aac +aac eSx flK eSx mwt -hVm +eSx dYK umE iEU olH -trr -iEU +olH +aiJ iEU iEU vlm @@ -68191,7 +65954,7 @@ iwH iwH xlX wPq -iwH +kKI iwH aad aad @@ -68232,26 +65995,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 @@ -68286,15 +66029,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 @@ -68307,7 +66050,7 @@ cdZ cdZ isj cdZ -cdZ +mtm ceI cdZ cdZ @@ -68325,9 +66068,9 @@ cgT cik aMd cik -aOt -aPW -biH +aPm +qBv +bll bll blN aVf @@ -68339,13 +66082,13 @@ bll bje bmc cik -ckE +cfg +ckC cft -bzh -bCz -bCz -bCz +udp +csQ bPe +bCz bWB bvz ckH @@ -68357,11 +66100,11 @@ bzl ckH rzx bvw -bvw +hHZ bvz gjk nPJ -hVm +vOs qns hIt keg @@ -68370,7 +66113,7 @@ dXQ dXQ dXQ kqt -ace +bjr bjr bjr ace @@ -68381,7 +66124,7 @@ rEr wZZ bmv wZZ -kKI +iwH lxp nDj hwI @@ -68427,26 +66170,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 @@ -68481,15 +66204,15 @@ afZ fDG agR adk +adH +aee +bHY +bHY +bHY +kfN cdA cdA cdA -cdA -cdA -cdA -cdA -cdA -dWm tuu ufG ufG @@ -68518,11 +66241,11 @@ cfx cik cgU aKN -bsK +buX +ijf cik aOu -aPW -biH +bll bll blN aVg @@ -68534,13 +66257,13 @@ jBp bjf bjc cik -bsW -bvw -bvw -bCA -bHH -bLi +bCz +nrP +bCz +bvz bvz +bLi +bvK bzl bvz cla @@ -68556,11 +66279,11 @@ eLC bvB bvB gaq -hVm +vOs mYX iEU -iEU -dXQ +sAv +yde xHw isY oyy @@ -68622,26 +66345,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 @@ -68675,16 +66378,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 @@ -68692,7 +66395,7 @@ ufG awJ awJ bTk -ijo +lOI cfx cfx tJJ @@ -68703,23 +66406,23 @@ cfx auL cfx axz -ijo +lOI cco cco cco ijo -aFm +aFl cfy cik cgT cik -aMf +wpE +aEQ cik -aOv +aqL bll -afr aSk -aRk +blN aVn aWV aYT @@ -68729,13 +66432,13 @@ cik cik bmf cik -bsW bvz +bsW bzl bzl bzl bzl -bzl +bSy bzp bzl cla @@ -68751,9 +66454,9 @@ ckH bzl lhR bPr -hVm +vOs +iEU iEU -sAv bpY qlq xCN @@ -68817,26 +66520,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 @@ -68878,7 +66561,7 @@ aac aac aac aac -djW +aac bNM ayr tuu @@ -68908,10 +66591,10 @@ cfx cik aJw aKN -bsK +aMf +aEQ cik -aOw -blN +bKc bdq aSl agw @@ -68924,8 +66607,8 @@ bga bjh bCH bpx -bsY -bvB +btC +fil bzm bCH bCH @@ -68946,14 +66629,14 @@ bCN jBO bCz bCz -snV -srk +vOs +aac iEU unO -qlq +qWc brd iEU -vQo +aad wij dBG bjr @@ -69012,26 +66695,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 @@ -69073,8 +66736,8 @@ agR agR agR aac -djW -djW +aac +aac ays tuu ufG @@ -69093,7 +66756,7 @@ bZD ijo awf ceI -aGs +ijo aAD aCd aDf @@ -69104,14 +66767,14 @@ cik cgT cik aMf -cik +aEQ cik tCI tCI tCI tCI cik -aWW +eFF blN bll bdK @@ -69141,8 +66804,8 @@ ckH cSP bzl wsm -snV -srk +vOs +aac iEU iEU iEU @@ -69207,26 +66870,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 @@ -69268,8 +66911,8 @@ ahZ ahZ agR aac -djW -djW +aac +aac bNM ayO ufG @@ -69288,7 +66931,7 @@ bZD ijo bVU cah -ayY +cdY cdY aCe aDg @@ -69299,7 +66942,7 @@ cdY blS frL aMg -aNs +aJc aOx aNs aNs @@ -69336,13 +66979,13 @@ bsW bvz bvz gvG -snV -srk -srk -vQo -vQo -vQo -wZZ +vOs +aac +aac +aad +aad +aad +bzd wZZ wZZ eJc @@ -69402,26 +67045,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 @@ -69464,8 +67087,8 @@ ahZ ahZ aac aac -djW -djW +aac +aac bNM aAS aAR @@ -69491,7 +67114,7 @@ cea aFn cfx cdZ -bsC +unh blN aMh aNt @@ -69531,8 +67154,8 @@ ckH bzl bvz gUj -snV -srk +aac +aac wij wZZ htD @@ -69540,9 +67163,9 @@ wZZ wZZ wZZ wZZ -vQo -vQo -vQo +aad +aad +aad bjr bjr tnM @@ -69597,26 +67220,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 @@ -69659,8 +67262,8 @@ ahZ ahZ ahZ agR -bFG -djW +aac +aac ays aAV aAR @@ -69689,15 +67292,15 @@ cdZ cik cik cik -aTU +blN blN aQb aRm aSm -aTU blN blN blN +aTU biH beh bgc @@ -69735,8 +67338,8 @@ wZZ wZZ wZZ wZZ -vQo -vQo +aad +aad srk wQx bjr @@ -69792,26 +67395,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 @@ -69854,7 +67437,7 @@ agR ahZ ahZ ahZ -bFG +aac ayt ays aAV @@ -69862,15 +67445,15 @@ aAR awJ aAR ayw -aES +ayw awJ aAR ijo aqC -arF +dyA wto cfx -auM +cfx bZD cak aza @@ -69893,7 +67476,7 @@ ckK cjZ cjZ ckK -bbu +biH bem bgd csQ @@ -69930,9 +67513,9 @@ bmv bmv wZZ wZZ -vQo -vQo -vQo +aad +aad +aad bjr bjr tnM @@ -69987,26 +67570,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 @@ -70030,8 +67593,8 @@ aaq cdo bls aaK -ced -ced +aac +aac aeK aeU afZ @@ -70061,9 +67624,9 @@ ayw aAR awJ bVV -aqD +arF arG -cea +ijo cfx cfx bZD @@ -70081,15 +67644,15 @@ aKR aMj grP cka +lzT ckI -ckI -ckI +sbU aTW aVx aXa -mtD -mtD -mtD +aac +aac +aac bge csQ bjl @@ -70104,7 +67667,7 @@ csF baZ cgO clg -cnV +dSm dks guF kgC @@ -70132,7 +67695,7 @@ bjr bjr bjr rhJ -vQo +aad wij wZZ xAS @@ -70182,26 +67745,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 @@ -70226,9 +67769,9 @@ aHz aLu pIa pIa -ced -ced -ced +aac +aac +aac agb tqK aac @@ -70241,7 +67784,7 @@ aac aac aac aac -bFG +aac ato auZ ali @@ -70256,10 +67799,10 @@ ayw ayw awJ ijo +arG +arG ijo -ijo -ijo -bYS +spQ bYS bZD axC @@ -70277,20 +67820,20 @@ aMk cjj ckb ckK -ckK -ckK +nJh +aMn cnm coh aXc aYW bbv -mtD +aac crG csQ bLo bqe -bvK -bzx +bCz +bvz bzl bCK bzl @@ -70327,7 +67870,7 @@ cxS uVv qGK aHi -vQo +aad wZZ pri rpX @@ -70377,26 +67920,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 @@ -70422,8 +67945,8 @@ cdo aHz pIa aac -ced -ced +aac +aac agb agR aac @@ -70435,31 +67958,31 @@ 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 @@ -70472,14 +67995,14 @@ aMl cjk cjk aQc -clG +aMn aSn aRv coi aXd aZb bbw -mtD +aac crG csQ bLo @@ -70518,11 +68041,11 @@ bmv tkq vwV vwV -vQo -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad wZZ wZZ rpX @@ -70538,7 +68061,7 @@ dii oZD lKv tlJ -idW +sHP vTN llC sHP @@ -70572,26 +68095,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 @@ -70629,8 +68132,8 @@ aac aac aac aac -bFG -bFG +aac +aac afZ agR ahZ @@ -70638,22 +68141,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 @@ -70713,9 +68216,9 @@ bmv bmv bmv pri -vQo -vQo -vQo +aad +aad +aad wZZ wZZ wij @@ -70732,7 +68235,7 @@ sHP sHP iqe psQ -sHP +idW sHP dJV dJV @@ -70766,26 +68269,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) = {" @@ -70824,7 +68307,7 @@ aac aac aac aac -bFG +aac aiZ agc ahZ @@ -70840,8 +68323,8 @@ ayw ayw ayw aoI -apD asL +bwf bWN asJ atP @@ -70862,21 +68345,21 @@ aMn cke cke ckL -mtD -mtD -mtD +aac +aac +aac ckK cpd aZp bby ckK -crG +aPW csQ bCz bCz bCz -bwd -bzp +bCz +nVs bCK bHW orL @@ -70917,16 +68400,16 @@ oPN oPN bjr tnM -uXg -uXg +aad +aad vPQ vPQ vPQ vPQ -uXg +aad sHP fwc -hel +kaY kDb dnR lJG @@ -70961,26 +68444,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) = {" @@ -71003,8 +68466,8 @@ pIa pIa aam pIa -ced -ced +aac +aac aac aac aac @@ -71018,8 +68481,8 @@ aac aac aac aac -bFG -bFG +aac +aac ahY agR ahZ @@ -71058,20 +68521,20 @@ cdh ckf aQd clI -mtD -cnp +aac cnp +fRX cpe aZq bbz ckK -bgf +crG csQ bmo +agE oeQ bCz -bwf -bzp +adh bCK bzl bLo @@ -71113,7 +68576,7 @@ cxS cxS qQu srk -uXg +aad vPQ vPQ vPQ @@ -71156,26 +68619,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) = {" @@ -71213,7 +68656,7 @@ aUD aUD aac aac -bFG +aac afZ agR ahZ @@ -71263,10 +68706,10 @@ ckK crG csQ bCz +oeQ bqb bCz -bwh -bzp +nYM bCK bIb orL @@ -71286,7 +68729,7 @@ ckH cSP bvz nai -snV +aac srk wij wZZ @@ -71306,9 +68749,9 @@ bjr kdm kZL eVc -uXg -uXg -uXg +aad +aad +aad vPQ vPQ wXm @@ -71351,26 +68794,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) = {" @@ -71406,9 +68829,9 @@ agR acu acO aUD -bFG -bFG -bFG +aac +aac +aac ahY ahZ amm @@ -71417,14 +68840,14 @@ aac aac aac aac -anG -anG +ald +ald bMF bMF bMF -anG +ald anJ -aDE +bVX apD asL aDE @@ -71447,7 +68870,7 @@ aMo aNx aOy ckM -clK +cdh aSp cnr aVz @@ -71458,10 +68881,10 @@ beq bgg csQ bCz +bST bqd bCz -bwi -bzp +awX bCK bzl orL @@ -71481,7 +68904,7 @@ bsW bvz cfg wsm -snV +aac srk wZZ wZZ @@ -71546,26 +68969,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) = {" @@ -71602,8 +69005,8 @@ aay aaI adl adI -bFG -bFG +aac +aac ahZ agR ajc @@ -71612,16 +69015,16 @@ aac aac aac aac -anG +ald ajV akC alk alT -anG +ald djW -aDE -bWN -bWN +bVX +aqE +apC bWN asN ckf @@ -71655,8 +69058,8 @@ bjn bCz bCz bCz -bwj -bzp +bCz +clx bCK bIp bzl @@ -71678,7 +69081,7 @@ nai bPr snV srk -vQo +aad wZZ rkI bjr @@ -71741,26 +69144,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) = {" @@ -71806,15 +69189,15 @@ aac aac aac aac -anG -anG +ald +ald ajX bQU bQU -bQU -anG -anG -anG +acM +ald +ald +ald bPf bPf bPf @@ -71872,9 +69255,9 @@ tVN bCz bCz snV -vQo -vQo -vQo +aad +aad +aad srk bjr fow @@ -71936,26 +69319,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) = {" @@ -72001,7 +69364,7 @@ aac aac aac aac -anG +ald bPf ajY bQU @@ -72072,10 +69435,10 @@ bCz bCz bCz cRB -bCz -vQo -vQo -vQo +aad +aad +aad +aad mMR wZZ wZZ @@ -72105,31 +69468,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 @@ -72196,7 +69539,7 @@ aac aac aac aac -anG +ald bPf bkZ bkZ @@ -72267,11 +69610,11 @@ cfg cfg cfg cfg -bCz -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad mMR wZZ wZZ @@ -72301,15 +69644,10 @@ aad aad jLb jLb -ahK -dIh -dIh -mMp -jLb -jLb -jLb -sKX -jLb +rrj +iJw +iJw +iJw jLb aad aad @@ -72331,21 +69669,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (154,1,1) = {" @@ -72372,7 +69695,7 @@ aYp aYp bof aUp -aaW +agR agR agR ahZ @@ -72391,7 +69714,7 @@ aac aac aac aac -anG +ald bPX bQS bQS @@ -72462,11 +69785,11 @@ iZw afG bWk xRR -bCz -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad mMR wZZ wZZ @@ -72477,9 +69800,9 @@ uVv uVv bjr tnM -uXg -uXg -uXg +aad +aad +aad vPQ vPQ vPQ @@ -72495,33 +69818,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 @@ -72567,7 +69870,7 @@ blD bmQ boe aUp -agR +aaW agR agR ahZ @@ -72586,12 +69889,12 @@ aac aac aac aac -anG +ald ajx bkZ bkZ bkZ -bJz +bkZ bkZ bkZ alU @@ -72657,11 +69960,11 @@ bCz bCz bCz bCz -bCz -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad wij wZZ wZZ @@ -72672,11 +69975,11 @@ wZZ wij rpX tnM -uXg -uXg -uXg -uXg -uXg +aad +aad +aad +aad +aad vPQ vPQ otl @@ -72690,34 +69993,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 @@ -72781,7 +70064,7 @@ aac aac aac aac -anG +ald bPf ajZ akD @@ -72809,8 +70092,8 @@ aAL aAL aAL aAL -aNz azj +aAL aQi aAL aSr @@ -72841,21 +70124,21 @@ kCf bCK bvz vOs -vQo -vQo -vQo +aad +aad +aad wZZ wZZ -vQo -vQo -vQo -vQo -vQo -vQo -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad wij wZZ wZZ @@ -72867,8 +70150,8 @@ wZZ wij rpX tnM -uXg -uXg +aad +aad ygq ygq ygq @@ -72884,22 +70167,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 @@ -72921,16 +70194,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (157,1,1) = {" @@ -72957,7 +70220,7 @@ aYp aYp bof aUp -aaW +agR agR agR ahZ @@ -72976,12 +70239,12 @@ aac aac aac aac -anG +ald ajy bkZ bkZ bkZ -alV +bkZ bkZ bkZ alU @@ -73028,7 +70291,7 @@ cuH bQa bZf bCz -clx +bvz bCK csQ haw @@ -73036,25 +70299,25 @@ kCf bCK bvz vOs -vQo -vQo +aad +aad wij wZZ wZZ wZZ -vQo -vQo -vQo -vQo -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad +aad +aad +aad wZZ wZZ wZZ wZZ -vQo +aad jWz jWz veX @@ -73062,8 +70325,8 @@ jWz jWz rpX tnM -uXg -uXg +aad +aad ygq fBu lKs @@ -73077,26 +70340,19 @@ vPQ vPQ vPQ wXm -wXm -vPQ +lvF jLb -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 @@ -73113,19 +70369,6 @@ aad aad aad aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad aab "} (158,1,1) = {" @@ -73171,7 +70414,7 @@ aac aac aac aac -anG +ald bPY bQS bQS @@ -73231,7 +70474,7 @@ vOs njA cUi vOs -vQo +aad wZZ wZZ bmv @@ -73239,16 +70482,16 @@ bmv wZZ htD wZZ -vQo -vQo -vQo -vQo +aad +aad +aad +aad wZZ wij wZZ wZZ wZZ -vQo +aad jWz okK kcy @@ -73258,8 +70501,8 @@ jWz rpX qks srk -uXg -oWU +aad +ygq mWM vbI ygq @@ -73272,41 +70515,21 @@ vPQ vPQ vPQ vPQ -vPQ -vPQ -vPQ -vPQ jLb -pHR -pHR +gjK +jLb +jLb +aad +aad +aad +aad 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 aad aad aad @@ -73366,7 +70589,7 @@ aac aac aac aac -anG +ald ajy bkZ bkZ @@ -73376,7 +70599,7 @@ bkZ bkZ alU apG -aqL +aqJ bPf asU ccr @@ -73400,11 +70623,11 @@ ckR cdn chd aUe -aVF +bbF aXk -aVF bbF -aKM +bbF +cpU crI aHP bmb @@ -73414,11 +70637,11 @@ bzG bzt bDy vOs -oeQ +wXp baA oeQ bCz -bvz +hOD crT dBV hgI @@ -73426,7 +70649,7 @@ btC lUg bvz vOs -wZZ +mrM wZZ bmv bmv @@ -73443,7 +70666,7 @@ wZZ wZZ wZZ htD -vQo +aad jWz lyv qcV @@ -73452,7 +70675,7 @@ qTF jWz rpX tnM -uXg +aad ygq ygq meS @@ -73465,43 +70688,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 @@ -73560,7 +70763,7 @@ aac aac aac ali -ali +wvB bPf bPf bmX @@ -73593,9 +70796,9 @@ cjn chd bpl cdn -aSs +chd cpU -aVF +bbF nNR aZy bbG @@ -73619,7 +70822,7 @@ bvz bvz bvz bvz -pIy +bvz vOs wZZ bmv @@ -73647,7 +70850,7 @@ hPZ jWz rpX tnM -uXg +aad ygq oIx sQA @@ -73660,45 +70863,25 @@ 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 aad aad aad aad +jLb aad aad aad aad aad aad +jLb +jLb +jLb +jLb +tuj +jLb +jLb +fHZ aad aad aad @@ -73735,7 +70918,7 @@ agR agR blI aba -blI +ado agR agR agR @@ -73760,7 +70943,7 @@ aiM pMU bPZ bPZ -bSv +bPZ bPZ bPZ alW @@ -73768,14 +70951,14 @@ alU bkZ aqJ cjn -cau +eBb bYl bYU bZI cao cjn chd -cdn +chd cdn aEn cjn @@ -73785,7 +70968,7 @@ bnH bnU boF cjn -chd +bwi bpl aDp aSt @@ -73842,12 +71025,12 @@ iZa jWz rpX tnM -uXg +aad ygq jtB drI tdB -xPv +hba xPv iHX xPv @@ -73855,34 +71038,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 @@ -73894,6 +71049,14 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +jLb +fHZ +fHZ aad aad aad @@ -73961,16 +71124,16 @@ alX anM aoL apG -aqK +jOp cjn bXC bYm auY bZJ -cao cjn -chd -chd +cjn +cjn +bwi cdn aEo cjn @@ -73980,14 +71143,14 @@ cgu cgu cgu cjn -aOK +chd bpl cdn chd -aUf -bjo -bjo -aVG +eBz +aHR +aHR +lZo aVG aUf bgA @@ -74037,12 +71200,12 @@ aWB jWz rpX tnM -uXg +aad ygq ygq kEl jtB -ygq +oWU lyX wEo ygq @@ -74050,33 +71213,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 @@ -74088,6 +71224,13 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +fHZ +fHZ aad aad aad @@ -74149,21 +71292,21 @@ agR aiO bPZ bQT +avH bPZ bPZ bPZ -amN bPf aoM apG -aqM +aqK cjn asV atS cdn cjn cjn -cjn +bFx cjn chd aDp @@ -74174,22 +71317,22 @@ chd chd chd chd -aFz +chd chd aQm cdn chd -aUf -bjo -bjo -hyh +aVH +aHR +aHR +aHR hyh aUf csi csi bms +mko csi -csW csi bgA csV @@ -74214,8 +71357,8 @@ wZZ wZZ wZZ mMR -vQo -vQo +aad +aad wZZ wZZ wZZ @@ -74233,7 +71376,7 @@ jWz rpX qks srk -uXg +aad ygq ygq ygq @@ -74245,35 +71388,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 @@ -74284,6 +71398,15 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +fHZ +fHZ +fHZ +aad aad aad aad @@ -74357,10 +71480,10 @@ asW atT bYU awo -bFx +vkG azl -cjn -chd +aEe +wlj cdn jKi ceN @@ -74394,10 +71517,10 @@ cwn cwn vOs htD -cth wZZ wZZ -bmv +wZZ +cck bmv bmv bmv @@ -74408,10 +71531,10 @@ wZZ htD wZZ wZZ -vQo -vQo -vQo -vQo +aad +aad +aad +aad wZZ wZZ wZZ @@ -74440,35 +71563,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 @@ -74478,6 +71572,15 @@ aad aad aad aad +jLb +jLb +jLb +nQE +nQE +jLb +fHZ +fHZ +fHZ aad aad aad @@ -74536,10 +71639,10 @@ aac aac aac aac -anG -anG -anG -anG +ald +ald +ald +ald alr alo amO @@ -74566,15 +71669,15 @@ chd aMr chd boF -aDq +chd chd aSv cpU aVJ aND cpU -bbI aHW +bgf rpX tnM bmv @@ -74582,12 +71685,12 @@ bIt btJ btL wZZ -wZZ +bzd bIt bIt wij wZZ -wZZ +bzd wZZ wZZ wZZ @@ -74602,12 +71705,12 @@ wZZ wZZ wZZ wZZ -vQo -vQo -vQo -vQo -vQo -vQo +aad +aad +aad +aad +aad +aad wZZ wZZ qDg @@ -74630,41 +71733,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 @@ -74672,6 +71746,15 @@ aad aad aad aad +jLb +jLb +jLb +tuj +nQE +nQE +jLb +fHZ +fHZ aad aad aad @@ -74696,10 +71779,10 @@ aac aac aac aac -aUp -aUp -aUp -aUp +jzV +jzV +jzV +jzV aaO ahZ ahZ @@ -74734,7 +71817,7 @@ aac aac aac aac -aXG +alH nJO alo amP @@ -74765,7 +71848,7 @@ cpU aRr cpU cpU -aVJ +eCZ aXn aZz aHW @@ -74797,76 +71880,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 @@ -74891,10 +71954,10 @@ aac aac aac aac -aUp -ahg +jzV +fNp aWZ -aUp +jzV aaQ ahZ ahZ @@ -74929,7 +71992,7 @@ aac aac aac aac -aXG +alH nJO alo amP @@ -74937,12 +72000,12 @@ anR alU bkZ bQU -bYU +amN cdn atW bYU +atc cdn -axK cdn chB chd @@ -74954,16 +72017,16 @@ aHP aHP aKZ cjn -fKt +aND aOL -cpU +lsP aHT aSw cpU aVJ aXo cpU -bbI +aHW aHW rpX tnM @@ -74992,76 +72055,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 +aad +aad +aad +aad +aad +aad jLb -eMz -hhX 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 @@ -75086,7 +72129,7 @@ aac aac aac aac -aUp +jzV aah iBZ aak @@ -75124,7 +72167,7 @@ aac aac aac aac -aXG +alH nJO alY amP @@ -75142,16 +72185,16 @@ cjn cjn cjn cjn -cpU +cjn cjn aHP cdn cdn aHP aMs +fKt aHT -aHT -ckS +jgI ckS ckS ckS @@ -75188,75 +72231,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 -wXm -vPQ +aad +aad +aad +aad +aad +hiL +lvF 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 @@ -75281,11 +72304,11 @@ aac aac aac aac -aUp -aUp +jzV +jzV aaj -aUp -aaW +jzV +agR agR abA aac @@ -75319,7 +72342,7 @@ aac aac aac aac -aXG +alH nJO alo amP @@ -75337,16 +72360,16 @@ azm aAT bZI aDr -cpU cjn hEz aHP aHP +aHP aLa cjn -aNC -cpU -aND +aHT +aHT +hZC aHT aHT aHT @@ -75371,10 +72394,10 @@ bjr tiU cti btN -cpg -cpg +aad +aad srk -cpg +aad wvt bBr wLv @@ -75384,77 +72407,57 @@ 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 +aad +aad +aad +aad +aad +aad +aad +aad +aad paY 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 +fHZ aad aad aad -eMz -eMz -aad -aad aad aad aad @@ -75476,10 +72479,10 @@ aac aac aac aac -aUp -aUp -aUp -aUp +jzV +jzV +jzV +jzV aac aac aac @@ -75514,7 +72517,7 @@ aac aac aac aac -aXG +alH nJO alo amP @@ -75532,7 +72535,7 @@ bYm aAU bZI aDs -cpU +cjn cjn cjn aHO @@ -75540,7 +72543,7 @@ aJG cjn cjn aND -cpU +aNC cpU aRr cpU @@ -75548,8 +72551,8 @@ cpU cpU cpU cpU -bbK -xkj +wZZ +wZZ rpX tnM wZZ @@ -75567,9 +72570,9 @@ kdm cuc cwq xkj -cpg -cpg -cpg +aad +aad +aad cwq xkj xkj @@ -75581,7 +72584,7 @@ oPN oPN oPN oPN -oPN +dCX oPN oPN qrz @@ -75590,66 +72593,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 @@ -75709,8 +72692,8 @@ aac aac aac aac -aXG -alr +alH +amO alo amO anV @@ -75721,30 +72704,30 @@ 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 @@ -75763,8 +72746,8 @@ ctH xkj xkj xkj -cpg -cpg +aad +aad xkj xkj xjr @@ -75786,8 +72769,8 @@ cxS cxS qIt wLv -cpg -uXg +aad +aad vPQ vPQ vPQ @@ -75795,58 +72778,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 @@ -75904,7 +72867,7 @@ aac aac aac aac -aXG +alH alo aln drS @@ -75915,7 +72878,7 @@ aqQ bYU cdn cdn -cdn +aJZ cjn cau bYm @@ -75934,12 +72897,12 @@ ckS aQp aRs cpU -cpg +aad xkj xkj aNF -xkj -xkj +wZZ +wZZ rpX tnM bmw @@ -75958,24 +72921,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 @@ -75995,53 +72958,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 @@ -76096,9 +73039,9 @@ aac aac aac aac -bNW aac -bNW +aac +aac bME als alZ @@ -76127,14 +73070,14 @@ aMt aMt aMt aMt -aFD -aFD -xkj -xkj +aad +aad xkj xkj xkj xkj +wZZ +wZZ rpX tnM wZZ @@ -76153,25 +73096,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 @@ -76190,53 +73133,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 @@ -76290,10 +73213,10 @@ aac aac aac aac -bNW -bNW aac -bNW +aac +aac +aac bME bME bME @@ -76322,14 +73245,14 @@ aMu aHT aOM aQr -cpg -cpg +aad +aad wLv wLv wLv xId -cpg -aMw +aad +srk bgL bjr oPN @@ -76354,8 +73277,8 @@ cxJ xkj xkj xkj -cpg -cpg +aad +aad cxW rWk qOF @@ -76365,7 +73288,7 @@ xkj qUQ xkj qUQ -cpg +aad xkj xkj xkj @@ -76373,8 +73296,8 @@ nLG xkj xkj xkj -cpg -cpg +aad +aad vPQ wXm hiL @@ -76385,53 +73308,33 @@ wXm wXm wXm vPQ +aad uXg -uXg -hMs -vPQ -vPQ -vPQ -vPQ +eYX vPQ +eyK jLb jLb jLb -gjK -jLb -eMz -dKj -dKj -dKj -dKj -dKj -jLb -jLb -jLb -jLb -pHR -pHR jLb jLb jLb +gjK jLb jLb +nQE +nQE 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 @@ -76479,20 +73382,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 @@ -76506,8 +73409,8 @@ axP azp aAY aCo -aKM -aEs +aDu +aFE aFE aDu aHU @@ -76517,8 +73420,8 @@ aMv aNE aON aQs -cpg -cpg +aad +aad xkj xkj xkj @@ -76549,9 +73452,9 @@ cxJ cxJ cxJ xkj -cpg -cpg -qbR +aad +aad +cxW tZF gPQ cxW @@ -76559,16 +73462,16 @@ cxW cxW cxW xkj -cpg -cpg +aad +aad xkj xkj xkj xjr xjr xkj -cpg -cpg +aad +aad xkj vPQ wXm @@ -76580,53 +73483,33 @@ wXm wXm wXm vPQ +aad uXg -uXg -vPQ -vPQ -vPQ -vPQ -vPQ -dUl -dUl +cCE +iPQ jLb +tuj jLb +vsc +vsc jLb jLb 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 @@ -76674,19 +73557,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 @@ -76711,9 +73594,9 @@ cpU aMw aMw aMw -cpg -cpg -cpg +aad +aad +aad xkj xkj xkj @@ -76722,18 +73605,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 @@ -76744,9 +73627,9 @@ pJA pJA cxK xkj -cpg -cxW +aad cxW +qbR qAr ydp cxW @@ -76755,7 +73638,7 @@ aLc hjC jrs cxW -cpg +aad xkj xkj xjr @@ -76774,54 +73657,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 @@ -76869,19 +73732,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 @@ -76895,11 +73758,11 @@ tvk pPk pPk nqX -bHj -bHj -bHj -cpg -cpg +aad +aad +aad +aad +aad vDm vDm wLv @@ -76912,7 +73775,7 @@ xkj xkj xkj aXp -bdj +aXp bbM beA bgV @@ -76923,10 +73786,10 @@ btO aNF xkj xkj -cpg -cpg -cpg -cpg +aad +aad +aad +aad xkj cwq xkj @@ -76970,54 +73833,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 @@ -77064,7 +73907,7 @@ bDm aex bDn bDm -bHj +aad bDm bJC bDn @@ -77076,8 +73919,8 @@ bon vVK vVK bDm -bHj -bHj +aad +aad bon bon bon @@ -77119,9 +73962,9 @@ btO cwq xkj xkj -cpg -cpg -cpg +aad +aad +aad xkj xkj xkj @@ -77148,16 +73991,16 @@ amF xkj xjr xkj -cpg -cpg +aad +aad xkj xjr xkj xkj xkj -uXg -uXg -uXg +aad +aad +aad wXm wXm wXm @@ -77165,54 +74008,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 @@ -77259,8 +74082,8 @@ bDm aex aex bDm -bHj -bHj +aad +aad bDn aex aex @@ -77271,8 +74094,8 @@ bon bon vVK vVK -bHj -bHj +aad +aad agT bon bon @@ -77304,18 +74127,18 @@ xkj aXp aZF bbN -bbN +xPX bgW csj aXp -cpg +aad cwq wkv xkj xkj xkj -cpg -cpg +aad +aad xkj xkj xkj @@ -77342,13 +74165,13 @@ jrs cxW xjr xkj -cpg -cpg -cpg +aad +aad +aad xkj xjr xkj -cpg +aad rxp rxp rxp @@ -77356,58 +74179,38 @@ rxp cyQ cyQ cyQ -ivF +rxp uTv lpr rxp -dKj -dKj -dKj -dKj +aad +aad +aad +aad icG -aiT -dUl -dUl -dUl -dUl +sFI +vsc +vsc +kCZ +kCZ jLb 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 @@ -77454,15 +74257,15 @@ bDm bDn bDn bDm -bHj +aad bDm -bDn +rwF bDn bDm -bHj -bHj -bHj -bHj +aad +aad +aad +aad bon aoa vVK @@ -77499,17 +74302,17 @@ xkj aXq aZG bbO +bdj aXp aXp aXp -aXp -cpg +aad xkj xkj xkj xkj xkj -cpg +aad piY piY piY @@ -77525,7 +74328,7 @@ dNq hJE kLM xkj -cpg +aad cxW cxW cxW @@ -77537,73 +74340,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 +dWe +hDr +rUM +aad +aad aad aad aad @@ -77647,16 +74430,16 @@ aac aac bDm bDn -abS +rwF bDm -bHj +aad bDm bDn bDn bDm -bHj -bHj -bHj +aad +aad +aad bDm bon bon @@ -77687,7 +74470,7 @@ xkj xkj xkj cwq -cpg +aad xkj xkj xkj @@ -77696,9 +74479,9 @@ aXp bbP aXp wkv -cpg -cpg -cpg +aad +aad +aad xkj xkj xkj @@ -77710,11 +74493,11 @@ piY cwD cwD cwD -dNq -hJE +kTB +hOa kLM -cpg -cpg +aad +aad xkj dNq hJE @@ -77738,7 +74521,7 @@ xjr xjr xkj xkj -cpg +aad rxp taL tPx @@ -77746,59 +74529,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 @@ -77810,46 +74573,46 @@ 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 @@ -77871,9 +74634,9 @@ vVK vVK azr cbF -cdp -cdp -cdp +aad +aad +aad xkj wMy gol @@ -77881,7 +74644,7 @@ gol gol gol gol -cpg +aad aMw bbK xkj @@ -77892,8 +74655,8 @@ xkj xkj xkj xkj -cpg -cpg +aad +aad xkj xkj xkj @@ -77907,11 +74670,11 @@ cwD cwD kTB hOa -kLM -cpg -cpg -cpg -cpg +cxB +aad +aad +aad +aad ssd noq cxJ @@ -77933,7 +74696,7 @@ xjr xkj xkj xkj -cpg +aad rxp oQe sse @@ -77945,55 +74708,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 @@ -78005,46 +74748,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 @@ -78069,15 +74812,15 @@ axR cbF cbF cbF -cdp +aad aHZ cjr cjr cjr cjr aQt -cpg -cpg +aad +aad aSz xkj xkj @@ -78102,12 +74845,12 @@ cvG cvG hWk hOa -kLM -cpg -cpg -cpg -cpg -cpg +cxB +aad +aad +aad +aad +aad cxJ cxJ cxJ @@ -78128,7 +74871,7 @@ xkj xkj xkj dSU -xkj +vit rxp rxp rxp @@ -78140,55 +74883,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 @@ -78234,7 +74957,7 @@ bDm bDn bDn bDm -bHj +aad bDm bDn bDn @@ -78265,17 +74988,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 @@ -78301,33 +75024,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 @@ -78335,55 +75058,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 @@ -78460,19 +75163,19 @@ aME aEu aFH cbF -cdp -cdp +aad +aad cjr cjr -cpg -cpg -cpg +aad +aad +aad cjr cjr -cpg -cpg -cpg -cpg +aad +aad +aad +aad cwq xkj xkj @@ -78497,88 +75200,68 @@ cxA cwD cwD 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 +aad +aad +aad +aad +aad +aad gjK jLb jLb jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb jLb jLb +vsc +vsc +vsc jLb jLb jLb -nQE -nQE -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 @@ -78618,12 +75301,12 @@ bnd abB bDn acj -abS +rwF abD abC bDn bDn -abS +rwF bqY afl bDn @@ -78638,9 +75321,9 @@ vVK vVK vVK vVK -vVK +arM +bon bon -agT bon bon vVK @@ -78660,15 +75343,15 @@ aJI aHZ cjr cjr -cpg +aad cjr cjr cjr aMw -cpg -cpg -cpg -cpg +aad +aad +aad +aad wkv xkj piY @@ -78696,84 +75379,64 @@ cwD cwD cwD piY -piY -piY -cuM -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -vit -sRR +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 +aad +aad +aad +aad +aad +aad +aad jLb 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 @@ -78827,10 +75490,10 @@ bon bon bon vVK -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK vVK vVK @@ -78858,13 +75521,13 @@ cjr cjr cjr cjr -cpg -cpg -cpg -cpg -cpg -cpg -cpg +aad +aad +aad +aad +aad +aad +aad kvY piY piY @@ -78892,18 +75555,18 @@ cwD cwD piY piY -cuM -cuM -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad beF vit vit @@ -78911,63 +75574,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 @@ -79006,7 +75649,7 @@ aad aad bnd abD -abS +rwF bDn loN acR @@ -79016,17 +75659,17 @@ bDn bDm bDm bDm -bHj +aad bDm bon agT bon vVK bDm -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK aoa vVK @@ -79053,14 +75696,14 @@ cjr cjr cjr cjr -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad +aad +aad +aad piY piY cwD @@ -79087,18 +75730,18 @@ cwD piY piY cwD -cuM -cuM -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad vit vit uvw @@ -79107,62 +75750,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 @@ -79206,23 +75829,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 @@ -79241,21 +75864,21 @@ aEx aFJ cbF cbF -cdp +aad cjr cjr -cdp -cdp +aad +aad chg chg chg -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad +aad +aad piY cwD kSs @@ -79283,18 +75906,18 @@ piY cwD piY piY -piY +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 @@ -79302,62 +75925,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 @@ -79404,19 +76007,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 @@ -79435,22 +76038,22 @@ 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 +aad +aad +aad +aad +aad +aad +aad piY cwD kTB @@ -79478,18 +76081,18 @@ cwD cwD kvY piY -cmf +tLO vit -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN -tPN +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad vit uvw uvw @@ -79497,61 +76100,41 @@ 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 @@ -79597,29 +76180,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 @@ -79630,22 +76213,22 @@ cbF cbF cbF cbF -cdp -cdp +aad +aad chg chg chg chg chg chg -ceQ +aad civ cbb jUA -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad piY cwD kTB @@ -79673,19 +76256,19 @@ cwD piY piY piY -piY +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 @@ -79693,60 +76276,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 @@ -79794,9 +76357,9 @@ bDm adP bDn bDm -bHj -bHj -bHj +aad +aad +aad pNT agU aoT @@ -79804,28 +76367,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 @@ -79839,8 +76402,8 @@ jUA jUA jUA cei -ceQ -ceQ +aad +aad cwD cwD kTB @@ -79867,17 +76430,17 @@ cwD cwD piY piY -cuM -cuM +aad +aad vit vit vit -tPN -tPN -tPN -tPN -tPN -tPN +aad +aad +aad +aad +aad +aad beF vit vit @@ -79888,59 +76451,39 @@ uvw uvw uvw vit +sLn vit vit vit vit vit +aad +aad vit -vit -vit -vit -uvw -dUl -dUl -jLb -jLb +drQ +mYV +mYV +iJw +fJh smd jLb jLb jLb jLb -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -dKj -jLb -jLb -qBd -pdv -jLb +nQE +nQE jLb -aad -aad 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 @@ -79987,56 +76530,56 @@ bDn bDn adt bDn -abS +rwF bDm -bHj -bHj -bHj +aad +aad +aad pNT agU vVK vhG 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 +aad +aad +aad +aad chg chg chg chg -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad jUA jUA cei cei aSC cor -ceQ -ceQ -ceQ +aad +aad +aad cwD kTB hOa @@ -80061,15 +76604,15 @@ cxB cwD piY piY -cuM -cuM -cuM +aad +aad +aad aKY vit vit vit vit -tPN +aad vit vit vit @@ -80079,7 +76622,7 @@ sRR vit vit oIU -xio +aQM uvw uvw vit @@ -80093,49 +76636,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 @@ -80184,9 +76707,9 @@ adw acz bDn bDm -bHj -bHj -bHj +aad +aad +aad pNT agV vVK @@ -80194,34 +76717,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 @@ -80229,9 +76752,9 @@ cor cor aZL aUg -ceQ -ceQ -ceQ +aad +aad +aad cwD kTB hOa @@ -80242,7 +76765,7 @@ cwD cwD cwD cwD -cwD +vSP cwD cwD cuM @@ -80255,11 +76778,11 @@ hOa cxB cwD piY -cuM -cuM -cuM -cuM -tPN +aad +aad +aad +aad +aad vit vit xGA @@ -80279,7 +76802,7 @@ uvw uvw uvw uvw -uvw +aQM uvw tLO vit @@ -80289,29 +76812,6 @@ vit 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 @@ -80319,18 +76819,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 @@ -80373,26 +76876,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 @@ -80405,17 +76908,17 @@ vVK vVK vhG vVK -cdp -cdp -cdp -cdp -ceQ -ceQ +aad +aad +aad +aad +aad +aad chg -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad jUA jUA cmu @@ -80423,10 +76926,10 @@ aUg aVK aUh aUh -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad cwD kTB hOa @@ -80450,11 +76953,11 @@ hOa cxB cwD piY -cuM -cuM -cuM -cuM -tPN +aad +aad +aad +aad +aad sRR vit vit @@ -80466,12 +76969,12 @@ vsy vsy vsy vsy +jiQ vsy vsy vsy vsy -vsy -iRk +vit uvw uvw uvw @@ -80479,53 +76982,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 @@ -80571,22 +77054,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 @@ -80600,11 +77083,11 @@ vVK vVK vVK bDm -cdp -cdp -cdp -cdp -ceQ +aad +aad +aad +aad +aad aFj aJK aCv @@ -80618,10 +77101,10 @@ aUg aVL aXr jUA -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad cwD kTB hOa @@ -80645,13 +77128,13 @@ hOa cxB cwD piY -cuM -cuM -cuM -cuM -tPN -tPN -tPN +aad +aad +aad +aad +aad +aad +aad vit uvw vsy @@ -80663,7 +77146,7 @@ gih gih gih gih -pqG +gih gih vsy vit @@ -80680,47 +77163,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 @@ -80777,12 +77240,12 @@ bon bon vVK bDm -bHj -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad +aad vVK bon bon @@ -80794,12 +77257,12 @@ vVK arM vVK cay -bHj -bHj -bHj -bHj -bHj -ceQ +aad +aad +aad +aad +aad +aad cbb jUA jUA @@ -80813,10 +77276,10 @@ aUg aUg rIM jUA -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad cwD kTB hOa @@ -80841,12 +77304,12 @@ cxB cwD piY cwD -cuM -cuM -cuM -tPN -tPN -tPN +aad +aad +aad +aad +aad +aad vit vit vsy @@ -80874,48 +77337,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 @@ -80956,13 +77399,13 @@ aad aad aad aad -ake +bDm bxn bDn bDn bDm bDn -abS +rwF bDn aex afn @@ -80971,11 +77414,11 @@ bon bon bon vVK -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad vVK vVK vVK @@ -80988,13 +77431,13 @@ vVK vVK vVK cay -pNT -pNT -bHj -bHj -bHj -ceQ -ceQ +chg +chg +aad +aad +aad +aad +aad jUA jUA jUA @@ -81008,9 +77451,9 @@ aUh aVM aVL cor -ceQ -ceQ -ceQ +aad +aad +aad cwD cwD kTB @@ -81037,11 +77480,11 @@ cwD cwD piY mLN -cuM -cuM -tPN -tPN -tPN +aad +aad +aad +aad +aad vit vit vsy @@ -81068,42 +77511,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 @@ -81111,6 +77518,22 @@ aad aad aad aad +icG +jLb +jLb +vsc +kCZ +nQE +fHZ +fHZ +jLb +jLb +fHZ +pHR +fCz +mMp +saY +saY aad aad aad @@ -81166,11 +77589,11 @@ bon agT bon vVK -bHj -bHj -bHj -bHj -bHj +aad +aad +aad +aad +aad vVK vVK bon @@ -81181,14 +77604,14 @@ vVK vVK vVK vVK -bHj -pNT -pNT -pNT -pNT -pNT -bHj -ceQ +aad +chg +chg +chg +chg +chg +aad +aad jUA jUA lHO @@ -81204,8 +77627,8 @@ aSD aUh aUh aUh -ceQ -ceQ +aad +aad cwD cwD kTB @@ -81216,7 +77639,7 @@ cwD cwD cuM cuM -caw +chz piY piY cwD @@ -81232,15 +77655,15 @@ cwD cwD piY piY -cuM -cuM -tPN +aad +aad +aad vit vit vit sRR mjR -oAQ +gih khT sCa vbN @@ -81262,43 +77685,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 @@ -81307,6 +77694,22 @@ aad aad aad aad +jLb +jLb +jLb +nQE +nQE +fHZ +jLb +jLb +jLb +fHZ +hUh +toV +pex +saY +saY +vBi aad aad aad @@ -81349,7 +77752,7 @@ aad bDm bEy bDn -abS +rwF bDn bDn bDn @@ -81362,36 +77765,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 +chg +chg +chg +chg +aad +aad jUA jUA jUA cei jUA jUA -ceQ -ceQ +aad +aad jUA jUA cei @@ -81427,8 +77830,8 @@ mmF cwD piY cwD -cuM -piY +aad +vit vit aKY vit @@ -81455,43 +77858,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 @@ -81502,6 +77870,21 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +jLb +jLb +jLb +fHZ +euZ +pHR +toV +pex +vBi +vBi aad aad aad @@ -81549,34 +77932,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 @@ -81585,9 +77968,9 @@ cei jUA jUA jUA -ceQ -ceQ -ceQ +aad +aad +aad jUA jUA cei @@ -81623,7 +78006,7 @@ cwD cwD piY piY -irq +sRR vit vit vit @@ -81650,42 +78033,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 @@ -81697,7 +78045,22 @@ aad aad aad aad +jLb +jLb +jLb +jLb +jLb +jLb +jLb +fHZ +fHZ +fHZ +fHZ +pHR aad +vBi +vBi +vBi aad aad aad @@ -81744,33 +78107,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 @@ -81779,11 +78142,11 @@ jUA jUA jUA jUA -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad jUA jUA jUA @@ -81845,42 +78208,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 @@ -81891,8 +78219,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 @@ -81937,10 +78280,10 @@ aad aad aad aad -bHj -bHj -bHj -bHj +aad +aad +aad +aad vVK aoT vVK @@ -81949,22 +78292,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 @@ -81974,17 +78317,17 @@ jUA jUA jUA aFj -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad +aad +aad jUA aVN jUA -ceQ +aad piY piY cwD @@ -82037,19 +78380,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 @@ -82058,37 +78401,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 @@ -82132,9 +78455,9 @@ aad aad aad aad -bHj -bHj -bHj +aad +aad +aad vVK bBN vVK @@ -82149,16 +78472,16 @@ arM bon amX vVK -bHj -bHj -bHj -bHj -bHj -bHj -pNT -pNT -pNT -pNT +aad +aad +chg +chg +chg +chg +chg +chg +chg +chg chg aCv jUA @@ -82167,20 +78490,20 @@ 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 +aad +aad +aad piY piY cwD @@ -82232,17 +78555,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 @@ -82253,29 +78576,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 @@ -82285,6 +78585,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -82327,7 +78630,7 @@ aad aad aad aad -bHj +aad bDm vVK bWe @@ -82344,39 +78647,39 @@ 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 +aad +aad +aad +aad +aad +aad +aad +aad +aad piY cwD kQu @@ -82396,8 +78699,8 @@ kUs bDH cwD cwD -sKg -sKg +aad +aad cwD piY cwD @@ -82427,40 +78730,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 @@ -82469,6 +78740,15 @@ aad aad aad aad +yjG +wFG +wFG +wFG +wFG +wFG +wFG +oDw +wFG aad aad aad @@ -82480,6 +78760,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -82522,8 +78805,8 @@ aad aad aad aad -bHj -bHj +aad +aad vVK arM vVK @@ -82537,17 +78820,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 @@ -82556,22 +78839,22 @@ jUA jUA cei aFj -ceQ -ceQ -ceQ +aad +aad +aad cbb jUA aSF jUA jUA -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad +aad +aad +aad piY cwD cwD @@ -82590,10 +78873,10 @@ bZX bDH cwD cwD -sKg -sKg -sKg -sKg +aad +aad +aad +aad mLN piY cwD @@ -82622,38 +78905,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 @@ -82663,6 +78915,14 @@ aad aad aad aad +wFG +wFG +dqo +wFG +wFG +wFG +wFG +wFG aad aad aad @@ -82675,6 +78935,9 @@ aad aad aad aad +vBi +vBi +cOc aad aad aad @@ -82717,7 +78980,7 @@ aad aad aad aad -bHj +aad aob vVK vVK @@ -82732,27 +78995,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 @@ -82765,8 +79028,8 @@ chg chg chg chg -ceQ -ceQ +aad +aad piY cwD mmF @@ -82783,13 +79046,13 @@ cwD piY piY piY -sKg -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad +aad daq daq aZO @@ -82817,38 +79080,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 @@ -82857,7 +79089,15 @@ aad aad aad aad +fst +wFG +dqo +dqo +dqo aad +wFG +dqo +wFG aad aad aad @@ -82870,6 +79110,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -82911,7 +79154,7 @@ aad aad aad aad -adQ +bDm vVK aez vVK @@ -82927,17 +79170,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 @@ -82945,8 +79188,8 @@ jUA cei cei cei -ceQ -ceQ +aad +aad aFj jUA jUA @@ -82955,8 +79198,8 @@ jUA jUA jUA jUA -ceQ -ceQ +aad +chg chg chg chg @@ -82964,10 +79207,10 @@ aua daq daq aZO -aZO -aZO -sKg -sKg +cwD +cwD +aad +aad piY piY piY @@ -82975,16 +79218,16 @@ cwD cwD cwD cwD -sKg -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad +aad nPb nAZ -sKg -sKg +aad +aad daq daq aZO @@ -82995,8 +79238,8 @@ khT rJf wbK khT -khT -khT +lZd +gih khT oZt vsy @@ -83012,36 +79255,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 @@ -83051,8 +79264,15 @@ aad aad aad aad +wFG +oDw +dqo +dqo aad aad +wFG +dqo +dqo aad aad aad @@ -83065,6 +79285,9 @@ aad aad aad aad +cOc +vBi +vBi aad aad aad @@ -83118,16 +79341,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 @@ -83141,7 +79364,7 @@ cei cei cei cei -ceQ +aad jUA jUA lHO @@ -83150,37 +79373,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 @@ -83189,7 +79412,7 @@ gih enU ixD ixD -enU +khT khT khT khT @@ -83211,43 +79434,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 @@ -83260,6 +79460,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -83312,21 +79515,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 @@ -83345,48 +79548,48 @@ chj aDz jUA 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 @@ -83406,42 +79609,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 @@ -83454,6 +79635,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -83514,15 +79697,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 @@ -83539,27 +79722,27 @@ 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 @@ -83569,9 +79752,9 @@ lhH ldO nAZ nsq -sKg -sKg -sKg +aad +aad +aad aZO aZO vsy @@ -83579,8 +79762,8 @@ gih ixD ixD ixD -ixD -ifU +xKv +khT txm uKV fBk @@ -83601,42 +79784,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 @@ -83649,6 +79810,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -83691,7 +79854,7 @@ aad aad aad aad -adQ +bDm vVK vVK arM @@ -83709,16 +79872,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 @@ -83726,8 +79889,8 @@ cdx chN chN cdx -cdx -cdx +cei +cei cei jUA jUA @@ -83736,24 +79899,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 @@ -83764,9 +79927,9 @@ stf wuI nAZ nsq -sKg -sKg -sKg +aad +aad +aad aZO aZO vsy @@ -83796,43 +79959,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 @@ -83844,6 +79984,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -83887,7 +80030,7 @@ aad aad aad aad -bHj +aad bFX vVK bon @@ -83904,16 +80047,16 @@ bRU bEE amY uux -bHj -bHj +aad +aad uux uux uux uux uux -cgE -cgE -cgE +aad +aad +aad chN chN cdx @@ -83922,33 +80065,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 @@ -83960,8 +80103,8 @@ nAZ nAZ nsq aZO -sKg -sKg +aad +aad aZO aZO vsy @@ -83991,12 +80134,12 @@ khT khT khT khT -ekJ -ekJ -wFG -wFG -xFC -wFG +aad +aad +aad +aad +aad +aad wFG wFG oDw @@ -84016,28 +80159,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 @@ -84082,7 +80205,7 @@ aad aad aad aad -bHj +aad vVK vVK bon @@ -84099,16 +80222,16 @@ uux amd amZ uux -bHj -bHj +aad +aad uux arO atg aub uux -cgE -cgE -cgE +aad +aad +aad cbL aCy cdx @@ -84117,37 +80240,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 @@ -84156,7 +80279,7 @@ pSw bhg aZO aZO -sKg +aad aZO aZO vsy @@ -84186,12 +80309,12 @@ pmT aCw eDc khT -ekJ -ekJ +aad +aad wFG dqo -dqo -wFG +aad +aad wFG wFG wFG @@ -84211,28 +80334,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 @@ -84277,13 +80380,13 @@ aad aad aad aad -bHj -bHj +aad +aad vVK bon bon bon -cay +nnG aYz acE aYz @@ -84301,9 +80404,9 @@ arP bXQ aub uux -cgE -cgE -cgE +aad +aad +aad aBe ccD chN @@ -84311,48 +80414,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 @@ -84381,8 +80484,8 @@ khT khT khT khT -ekJ -ekJ +aad +aad wFG dqo dqo @@ -84392,7 +80495,6 @@ wFG wFG dqo wFG -xFC dqo aad aad @@ -84406,27 +80508,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 @@ -84472,15 +80555,15 @@ aad aad aad aad -bHj -bHj +aad +aad bui bon bon bon ahc -ahG -ahG +pNT +pNT uux bUo aiV @@ -84488,17 +80571,17 @@ bUo ceg bXQ bUn -bXQ +bIx bUn bXQ ceg bXQ -bXQ +bIx auc uux -cgE -cgE -cgE +aad +aad +aad aBe ccD chN @@ -84506,35 +80589,35 @@ 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 @@ -84544,7 +80627,7 @@ daq daq daq daq -kxN +aZO aZO lhH aZO @@ -84572,11 +80655,11 @@ gih sGJ gih vsy -ekJ -ekJ -ekJ -ekJ -ekJ +aad +aad +aad +aad +aad fst wFG dqo @@ -84587,30 +80670,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 @@ -84622,6 +80682,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -84678,7 +80741,7 @@ aYz acE aYz ajE -aiV +aue akM aYz uux @@ -84691,40 +80754,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 @@ -84733,11 +80796,11 @@ daq daq aZO aZO -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad daq daq daq @@ -84767,9 +80830,9 @@ vsy vsy vsy vsy -ekJ -ekJ -ekJ +aad +aad +aad wFG wFG wFG @@ -84783,29 +80846,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 @@ -84817,6 +80857,9 @@ aad aad aad aad +vBi +vBi +vBi aad aad aad @@ -84886,18 +80929,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 @@ -84906,44 +80949,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 +koG +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 @@ -84962,7 +81005,7 @@ wFG wFG wFG lno -ekJ +aad wFG wFG wFG @@ -84977,31 +81020,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 @@ -85011,6 +81030,10 @@ aad aad aad aad +vBi +vBi +vBi +vBi aad aad aad @@ -85061,7 +81084,7 @@ aei aeB adz abX -ady +soi ady abX adz @@ -85084,15 +81107,15 @@ uux uux uux uux -aly -vEp +aad +chN chN ceS cdx chN -cgE -cgE -cgE +aad +aad +aad jUA cei cei @@ -85101,13 +81124,13 @@ jUA jUA jUA aVN -ceQ -ceQ +aad +aad daq daq daq -qcB -kxN +daq +aZO aZO daq bwH @@ -85120,26 +81143,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 @@ -85168,7 +81191,7 @@ wFG wFG wFG wGn -wGn +dIh wGn wFG wFG @@ -85181,31 +81204,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 @@ -85271,7 +81274,7 @@ wUa uux aoV bAr -bUo +gOF uux ati bAr @@ -85279,15 +81282,15 @@ uux qWQ axW uux -aly +aad ccz chN chN cdx chN -cgE -cgE -cgE +aad +aad +aad jUA cei chj @@ -85295,9 +81298,9 @@ cei jUA jUA jUA -ceQ -ceQ -ceQ +aad +aad +aad daq daq bwH @@ -85305,10 +81308,10 @@ aZO aZO daq daq -mOR daq daq -bIx +daq +koG daq daq daq @@ -85318,23 +81321,23 @@ cui dNM dNM dNM -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -daq -tJS +dNM +dNM +aad +aad +aad +aad +aad +aad +aad +tgC +vuJ vuJ tgC tgC tgC -mLn -mLn +aad +aad vsy gih aCw @@ -85349,7 +81352,7 @@ jiQ dqo dqo dqo -xFC +ikB dqo dqo wFG @@ -85367,39 +81370,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 @@ -85450,9 +81433,9 @@ uux aej uux uux -aYz -afU -agm +ayM +agl +afT aYz aYz uux @@ -85466,7 +81449,7 @@ uux aYz aoW bAr -bAr +lJa uux bAr bAr @@ -85474,8 +81457,8 @@ bXa bUo bUo adz -vEp -vEp +chN +chN chN chN cdx @@ -85488,16 +81471,15 @@ cei cei cei jUA -ceQ -ceQ -ceQ -ceQ -ceQ +aad +aad +aad +aad +aad daq aZO aZO -kxN -qcB +aZO daq daq daq @@ -85507,29 +81489,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 lzb tgC tgC -mLn +aad vsy gih ixD @@ -85555,45 +81538,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 @@ -85643,7 +81606,7 @@ acT adx adV bAr -bAr +bwh bAr bMR bUo @@ -85651,17 +81614,17 @@ bUo bMR bAr acV -bAr +bwh bAr bAr acp -bAr +bwh aeR akL aod bUo acp -bAr +lJa uux uux uux @@ -85670,7 +81633,7 @@ bUo abU adz axX -vEp +chN chN chO cdx @@ -85683,42 +81646,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 @@ -85752,42 +81715,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 @@ -85862,10 +81805,10 @@ abX aud abX abX -adT +qjS uux -aBf -ccK +chN +ceS chN chN cdx @@ -85880,40 +81823,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 -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg -sKg +dNM +dNM +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad tgC tgC vuJ @@ -85931,10 +81874,10 @@ gih gih gih vsy -ekJ +aad fst -ekJ -ekJ +aad +aad wFG wFG wFG @@ -85943,7 +81886,7 @@ diZ wFG dqo wFG -wGn +dIh lTW fKT fKT @@ -85955,31 +81898,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 @@ -86039,7 +81962,7 @@ bSG aeT aeT bMR -bUo +abU bUo aeT aeT @@ -86060,15 +81983,15 @@ awv mcD adz ccz -vEp +chN chN chN cdx cdx chN -cgE -cgE -ceQ +aad +aad +aad aFj jUA jUA @@ -86082,33 +82005,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 dNM -sKg -sKg -sKg -sKg -sKg +dNM +dNM +dNM +aad +aad +aad daq -nPr daq daq -sKg -sKg -sKg -sKg +daq +aad +aad +aad +aad qoD tgC tgC @@ -86126,10 +82049,10 @@ vsy vsy vsy vsy -ekJ -ekJ -ekJ -ekJ +aad +aad +aad +aad wFG wFG wFG @@ -86171,26 +82094,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) = {" @@ -86254,16 +82157,16 @@ avj aww aeB adz -vEp -vEp +chN +chN chN chN cdx chN chN -cgE -cgE -ceQ +aad +aad +aad jUA aNH jUA @@ -86277,23 +82180,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 dNM -sKg -sKg -sKg +dNM +aad +aad +aad daq daq daq @@ -86301,29 +82204,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 @@ -86334,7 +82237,7 @@ wFG wFG wFG lTW -fKT +bQA fKT fKT fKT @@ -86366,26 +82269,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) = {" @@ -86449,18 +82332,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 @@ -86472,60 +82355,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 @@ -86561,26 +82444,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) = {" @@ -86633,7 +82496,7 @@ bRl bRl aEN qOm -ady +pZM bAr bAr aqW @@ -86643,61 +82506,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 @@ -86705,29 +82568,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 @@ -86756,26 +82619,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) = {" @@ -86828,44 +82671,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 @@ -86873,10 +82716,10 @@ bwH daq daq daq -sKg -sKg -sKg -sKg +aad +aad +aad +aad daq daq bbU @@ -86884,38 +82727,38 @@ aZO daq daq daq -kxN -kxN +aZO +aZO aZO daq daq -mLn -mLn -mLn -mLn -mLn -mLn +aad +aad +aad +aad +aad +aad tgC tgC vuJ tgC -mLn -mLn -mLn -mLn -mLn -mLn -tgC -tgC -tgC -tgC -xDD -pfz +aad +aad +aad +aad +aad +aad +wFG +wFG wFG wFG +hmX +hmX wFG -ekJ -ekJ +wFG +wFG +aad +aad wFG wFG lTW @@ -86925,28 +82768,8 @@ rvD kNJ wFG wGn -wFG aDT -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +lfQ aad aad aad @@ -87023,7 +82846,7 @@ akO bRl aDR qOm -ady +pZM bAr bAr bAr @@ -87040,15 +82863,15 @@ cdx cdx chN chN -chN -cgE -cgE -cgE +pva +aad +aad +aad aBe aBe ccD -chN -chO +cnu +bAa cnu cnu cnu @@ -87056,11 +82879,11 @@ cnu cnu liK cnu -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad daq bDS daq @@ -87068,16 +82891,16 @@ daq daq daq daq -sKg -sKg -sKg +aad +aad +aad daq daq -kxN +aZO aZO daq daq -sKg +aad daq daq aZO @@ -87085,41 +82908,41 @@ bbU aZO daq tgC -mLn -mLn -mLn -mLn -mLn -mLn +aad +aad +aad +aad +aad +aad tgC tgC tgC -mLn -mLn -mLn +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 @@ -87146,26 +82969,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) = {" @@ -87242,8 +83045,8 @@ aMx aBe aBe ccD -chN -chN +cnu +cnu cnu cnu liK @@ -87251,14 +83054,14 @@ cnu cnu cnu cnu -cpW -sKg -sKg -sKg -sKg -sKg -sKg -daq +aad +aad +aad +aad +aad +aad +aad +den daq daq daq @@ -87268,44 +83071,44 @@ daq daq daq aZO -kxN +aZO daq daq -sKg -sKg -sKg +aad +aad +aad daq daq aZO -aZO -aZO +kxN +kxN tgC -mLn -mLn -mLn -mLn -mLn +aad +aad +aad +aad +aad tgC vuJ tgC tgC -mLn -mLn -tgC -tgC +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 @@ -87341,26 +83144,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) = {" @@ -87437,8 +83220,8 @@ aMx aBe aBe ccD -chN -chN +cnu +cnu liK cnu cnu @@ -87446,34 +83229,34 @@ 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 +aZO aZO lhH aZO daq -sKg -sKg -sKg -sKg -sKg +aad +aad +aad +aad +aad daq daq -aZO -kyr +kxN +gcj tgC tgC tgC @@ -87484,27 +83267,27 @@ 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 wFG pLA -lTW +jaZ fKT fKT fKT @@ -87536,26 +83319,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) = {" @@ -87611,16 +83374,16 @@ bUo ady bAr bAr -aqY +aqZ uux atk aug uux awB aya -vEp -vEp -ccK +chN +chN +ceS chN chN chN @@ -87629,11 +83392,11 @@ cdx cdx chN aMy -cgE -cgE -cgE -chN -chN +aad +aad +aad +cnu +cnu cnu cnu cnu @@ -87641,31 +83404,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 @@ -87679,26 +83442,26 @@ tgC tgC 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 +dIh xuY gSR fKT @@ -87731,26 +83494,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) = {" @@ -87786,7 +83529,7 @@ acp aYz acE aYz -bex +bDq asp bRl aeY @@ -87794,8 +83537,8 @@ afx afY bKK ahk -ahh -ahm +ahJ +gIz ahi bMP akj @@ -87803,9 +83546,9 @@ bMR bMR bMR bUo -ady -bAr -bAr +dqM +lJa +lJa aqZ adz atl @@ -87813,9 +83556,9 @@ auh adz awC ayc -vEp -vEp -vEp +chN +chN +chN chN chN chN @@ -87824,11 +83567,11 @@ cdx axZ chN chN -cgE -cgE -cgE -cgE -chN +aad +aad +aad +aad +cnu cnu cnu cnu @@ -87838,14 +83581,14 @@ aVQ cnu cnu cnu -cpW -cpW -sKg -sKg -sKg -sKg -sKg -bQA +aad +aad +aad +aad +aad +aad +aad +daq daq daq daq @@ -87854,14 +83597,14 @@ bbU aZO daq daq -sKg -sKg -sKg -mLn -mLn -mLn -mLn -mLn +aad +aad +aad +aad +aad +aad +aad +aad tgC kyr tgC @@ -87883,44 +83626,24 @@ wHW wHW wHW tgC -tgC -wHW -tgC -mLn -mLn -mLn -mLn -ekJ +wFG +pfz +wFG +aad +aad +aad +aad +aad wFG wFG wFG wGn xuY gzd -gSR +qcB fKT fKT -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad +rvD aad aad aad @@ -87983,7 +83706,7 @@ adb bBQ bDq aBy -bRl +aeW aeY afx afY @@ -87999,7 +83722,7 @@ bMR bMR ane ady -bAr +lJa acp aqZ uux @@ -88009,8 +83732,8 @@ uux acE acE uux -cbN -vEp +ccz +chN chN chO chN @@ -88019,12 +83742,12 @@ cdx chN chN chO -cgE -cgE -cgE -cgE -cgE -cpW +aad +aad +aad +aad +aad +aad cnu cnu cnu @@ -88034,28 +83757,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 @@ -88066,7 +83789,7 @@ vuJ pPi vuJ vuJ -rRl +tgC tgC tgC tgC @@ -88078,45 +83801,25 @@ tgC tgC wHW tgC -tgC +wFG vvl kIW -mLn -mLn -mLn -mLn -mLn +aad +aad +aad +aad +aad dqo wFG wFG wFG -wGn +dIh 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 +gSR +cOc +vBi aad aad aad @@ -88176,7 +83879,7 @@ aZZ bXa bAr bBQ -adX +bDq asp bRl aeZ @@ -88185,7 +83888,7 @@ afX afY ahh ahJ -ahh +trM ahh bMP akj @@ -88205,7 +83908,7 @@ awD ayd adz axX -vEp +chN chN chN chN @@ -88213,13 +83916,13 @@ chN cdx chN chN -cgE -cgE -cgE -cgE -cgE -cgE -cpW +aad +aad +aad +aad +aad +aad +aad cnu aYy cnu @@ -88229,28 +83932,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 @@ -88262,8 +83965,8 @@ tgC tgC tgC tgC -tgC -tgC +nRN +nRN tgC tgC tgC @@ -88273,37 +83976,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 @@ -88311,7 +83983,18 @@ aad aad aad aad +wFG +wFG +wFG +wFG +wFG +wFG +wFG +dIh +wGn aad +vBi +vBi aad aad aad @@ -88399,8 +84082,8 @@ aei aiV aye adz -vEp -vEp +chN +chN chN chN chN @@ -88408,15 +84091,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 @@ -88426,87 +84109,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 @@ -88560,7 +84223,7 @@ aad aad aad aad -aja +aad aYz aYA acG @@ -88592,25 +84255,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 @@ -88622,68 +84285,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 @@ -88692,17 +84303,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 @@ -88790,21 +84433,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 @@ -88818,67 +84461,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 @@ -88888,16 +84478,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 @@ -88984,21 +84607,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 @@ -89016,30 +84639,30 @@ cnu cnu cnu aYy -cpW -cpW -cpW -cpW +aad +aad +aad dQq -cpW -cpW -cpW -cpW -cpW -cpW -cpW -cpW +dQq +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 @@ -89053,46 +84676,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 @@ -89169,7 +84772,7 @@ bRl aEN abX ady -aoY +bAr uux bAr acp @@ -89179,21 +84782,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 @@ -89220,75 +84823,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 @@ -89374,21 +84957,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 @@ -89417,21 +85000,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 @@ -89448,42 +85031,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 @@ -89537,7 +85100,7 @@ aad aad uux uux -uux +bEE uux ade adA @@ -89569,21 +85132,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 @@ -89616,18 +85179,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 @@ -89643,42 +85206,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 @@ -89772,13 +85315,13 @@ cdx cdx chN chO -cgE -cgE -cgE -cgE -cgE -cgE -chN +aad +aad +aad +aad +aad +aad +cnu cnu aVS aXt @@ -89814,15 +85357,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 @@ -89839,34 +85382,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 @@ -89874,6 +85395,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -89968,12 +85491,12 @@ cdx chN chN chN -cgE -cgE -cgE -cgE -cgE -cgE +aad +aad +aad +aad +aad +aad cnu aVT aXu @@ -89999,8 +85522,8 @@ aVQ aVQ aVQ aVQ -aVQ -aVQ +wVG +wVG aVQ aVQ aVR @@ -90010,14 +85533,14 @@ kyr kyr tgC tgC -mLn -mLn -mLn -mLn -mLn -mLn -mLn -mLn +aad +aad +aad +aad +aad +aad +aad +aad tgC egh tgC @@ -90034,34 +85557,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 @@ -90069,6 +85570,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -90127,15 +85630,15 @@ uux adg bAr adY -aeq bAr -aeq +bAr +bAr bAr bAr agx -aeq bAr -aeq +bAr +bAr bAr agx bAr @@ -90144,7 +85647,7 @@ bAr bAr bAr bAr -bAr +pAY bAr bRU cOB @@ -90164,11 +85667,11 @@ chN chN chN chN -cgE -cgE -cgE -cgE -cgE +aad +aad +aad +aad +aad cnu aVQ aVQ @@ -90194,8 +85697,8 @@ aVQ aVR aVQ aVQ -aVQ -aVQ +wVG +wVG aVQ aVQ aVQ @@ -90208,10 +85711,10 @@ tgC tgC tgC tgC -mLn -mLn -mLn -mLn +aad +aad +aad +aad tgC tgC tgC @@ -90219,8 +85722,8 @@ vuJ tgC tgC cAK -vuJ -vuJ +pqE +pqE tgC tgC tgC @@ -90230,32 +85733,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 @@ -90264,6 +85744,9 @@ aad aad aad aad +cOc +vBi +cOc aad aad aad @@ -90352,7 +85835,7 @@ uux uux uux uux -chN +bSr chN aGW cdx @@ -90360,10 +85843,10 @@ cdx cdx chN chN -cgE -cgE -cgE -cgE +aad +aad +aad +aad bAa cnu cnu @@ -90414,8 +85897,8 @@ tgC tgC tgC vuJ -vuJ -tgC +pqE +nRN tgC tgC tgC @@ -90425,29 +85908,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 @@ -90458,6 +85919,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -90535,8 +85998,8 @@ uux uux uux uux -aly -aly +aad +aad uux bXQ cOB @@ -90555,13 +86018,13 @@ axZ cdx aMz chN -cgE -cgE -cgE -cgE -cpW -cpW -cpW +aad +aad +aad +aad +aad +aad +aad cnu aVQ aVQ @@ -90598,8 +86061,8 @@ tgC vuJ tgC vuJ -tgC -tgC +nRN +nRN rRl vuJ tgC @@ -90631,28 +86094,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 @@ -90725,13 +86168,13 @@ ajd ajI ajI uux -aly -aly -aly -aly -aly -aly -aly +aad +aad +aad +aad +aad +aad +aad uux atn uux @@ -90752,13 +86195,13 @@ chN chN chN aOr -cgE -cgE -cpW -cpW -cpW -cpW -cpW +aad +aad +aad +aad +aad +aad +aad aVQ aVR aVQ @@ -90793,15 +86236,15 @@ tgC pPi vuJ vuJ -vuJ -tgC -tgC +pqE +nRN tgC tgC tgC tgC tgC tgC +xOo tgC tgC rRl @@ -90825,29 +86268,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 @@ -90912,7 +86335,7 @@ bEE bEE afA aga -bop +ajd bEE bEE bEE @@ -90948,12 +86371,12 @@ chN chN chN chN -cgE -cpW -cpW -cpW -cpW -cpW +aad +aad +aad +aad +aad +aad aVQ aVQ aVQ @@ -91019,29 +86442,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 @@ -91101,7 +86504,7 @@ aad aad aad uux -aec +abZ aZZ aZZ afe @@ -91146,10 +86549,10 @@ chN chN cnu cnu -cpW -cpW -cpW -cpW +aad +aad +aad +aad aYy aVQ aVQ @@ -91214,28 +86617,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 @@ -91344,7 +86727,7 @@ cnu cnu cnu cnu -cpW +aad cnu aVQ aVQ @@ -91408,28 +86791,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 @@ -91548,29 +86911,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 @@ -91625,6 +86966,8 @@ aad aad aad aad +vBi +vBi aad aad aad @@ -91743,6 +87086,7 @@ cnu liK cnu aad +mWm aad aad aad @@ -91796,29 +87140,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 @@ -91992,28 +87315,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 @@ -92187,28 +87490,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 @@ -92412,24 +87695,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 "}