diff --git a/code/__DEFINES/minimap.dm b/code/__DEFINES/minimap.dm index 57c5ffeba38a..5fd28356718b 100644 --- a/code/__DEFINES/minimap.dm +++ b/code/__DEFINES/minimap.dm @@ -86,3 +86,17 @@ GLOBAL_LIST_INIT(all_minimap_flags, bitfield2list(MINIMAP_FLAG_ALL)) #define TACMAP_BASE_OCCLUDED "Occluded" #define TACMAP_BASE_OPEN "Open" + +// Hybrisa +#define MINIMAP_AREA_COLONY_STREETS "#4e6d67ae" +#define MINIMAP_AREA_COLONY_SPACE_PORT "#a54b01ee" +#define MINIMAP_AREA_COLONY_HOSPITAL "#029982e7" +#define MINIMAP_AREA_COLONY_ENGINEERING "#888404e7" +#define MINIMAP_AREA_COLONY_MARSHALLS "#880404e7" +#define MINIMAP_AREA_COLONY_RESANDCOM "#91bdcfe7" +#define MINIMAP_AREA_MINING "#5c280fe7" +#define MINIMAP_AREA_CAVES "#390192ee" +#define MINIMAP_AREA_RESEARCH "#856600ee" +#define MINIMAP_AREA_DERELICT "#920190ee" +#define MINIMAP_AREA_OOB "#3a3a3a" +#define MINIMAP_AREA_COMMS "#00b3ffe7" diff --git a/code/game/area/LV759_Hybrisa_Prospera.dm b/code/game/area/LV759_Hybrisa_Prospera.dm index f85b37d5121e..b0f8c20c3b69 100644 --- a/code/game/area/LV759_Hybrisa_Prospera.dm +++ b/code/game/area/LV759_Hybrisa_Prospera.dm @@ -6,7 +6,7 @@ icon_state = "hybrisa" can_build_special = TRUE powernet_name = "ground" - minimap_color = MINIMAP_AREA_COLONY + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM //parent types @@ -29,6 +29,7 @@ ceiling = CEILING_MAX is_resin_allowed = FALSE flags_area = AREA_NOTUNNEL + minimap_color = MINIMAP_AREA_OOB // Landing Zone 1 /area/lv759/outdoors/landing_zone_1 @@ -59,27 +60,35 @@ /area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room name = "KMCC Interstellar Freight Hub - Flight Control Room" icon_state = "hybrisa" + ceiling = CEILING_METAL /area/lv759/indoors/landing_zone_2/kmcc_hub_security name = "KMCC Interstellar Freight Hub - Security Checkpoint Office" icon_state = "security_checkpoint" + ceiling = CEILING_METAL /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north name = "KMCC Interstellar Freight Hub - Passenger Departures - Lounge North" icon_state = "hybrisa" + ceiling = CEILING_METAL /area/lv759/indoors/landing_zone_2/kmcc_hub_fuel name = "KMCC Interstellar Freight Hub - Fuel Storage & Maintenance - North" icon_state = "hybrisa" + ceiling = CEILING_METAL /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south name = "KMCC Interstellar Freight Hub - Passenger Departures - Lounge South" icon_state = "hybrisa" + ceiling = CEILING_METAL /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway name = "KMCC Interstellar Freight Hub - Passenger Departures - Hallway" icon_state = "hybrisa" + ceiling = CEILING_METAL /area/lv759/indoors/landing_zone_2/kmcc_hub_south_office name = "KMCC Interstellar Freight Hub - Passenger Departures - South Office" icon_state = "hybrisa" + ceiling = CEILING_METAL /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance name = "KMCC Interstellar Freight Hub - Passenger Departures - Maintenance" icon_state = "hybrisa" + ceiling = CEILING_METAL /area/lv759/indoors/landing_zone_2/kmcc_hub/lz2_console name = "KMCC Interstellar Freight Hub - Dropship Normandy Console" icon_state = "hybrisa" @@ -88,11 +97,13 @@ /area/lv759/indoors/landing_zone_2/kmcc_hub_cargo name = "KMCC Interstellar Freight Hub - Cargo Processing Center" icon_state = "mining_cargo" - minimap_color = MINIMAP_AREA_COLONY + ceiling = CEILING_METAL + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north name = "KMCC Interstellar Freight Hub - Cargo Processing Center - Maintenance" icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY + ceiling = CEILING_METAL + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM // Derelict Ship /area/lv759/indoors/derelict_ship @@ -103,74 +114,100 @@ flags_area = AREA_NOTUNNEL ambience_exterior = AMBIENCE_DERELICT soundscape_playlist = SCAPE_PL_LV759_DERELICTSHIP + minimap_color = MINIMAP_AREA_CAVES // Caves /area/lv759/indoors/wy_research_complex_entrance name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - North Main Entrance" icon_state = "wylab" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS ambience_exterior = AMBIENCE_HYBRISA_CAVES_ALARM soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES + minimap_color = MINIMAP_AREA_CAVES /area/lv759/indoors/west_caves name = "Caverns - West" icon_state = "caves_west" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS ambience_exterior = AMBIENCE_HYBRISA_CAVES soundscape_playlist = SCAPE_PL_LV759_CAVES + minimap_color = MINIMAP_AREA_CAVES /area/lv759/indoors/west_caves_alarm name = "Caverns - West" icon_state = "caves_west" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS ambience_exterior = AMBIENCE_HYBRISA_CAVES_ALARM soundscape_playlist = SCAPE_PL_LV759_CAVES + minimap_color = MINIMAP_AREA_CAVES /area/lv759/indoors/east_caves name = "Caverns - East" icon_state = "caves_east" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS ambience_exterior = AMBIENCE_HYBRISA_CAVES soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES + minimap_color = MINIMAP_AREA_CAVES /area/lv759/indoors/south_caves name = "Caverns - South" icon_state = "caves_south" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS ambience_exterior = AMBIENCE_HYBRISA_CAVES soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES + minimap_color = MINIMAP_AREA_CAVES /area/lv759/indoors/south_east_caves name = "Caverns - Southeast" icon_state = "caves_southeast" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS ambience_exterior = AMBIENCE_HYBRISA_CAVES soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES + minimap_color = MINIMAP_AREA_CAVES /area/lv759/indoors/south_west_caves name = "Caverns - Southwest" icon_state = "caves_southwest" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS ambience_exterior = AMBIENCE_HYBRISA_CAVES soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES + minimap_color = MINIMAP_AREA_CAVES /area/lv759/indoors/south_west_caves_alarm name = "Caverns - Southwest" icon_state = "caves_southwest" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS ambience_exterior = AMBIENCE_HYBRISA_CAVES_ALARM soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES + minimap_color = MINIMAP_AREA_CAVES /area/lv759/indoors/north_west_caves name = "Caverns - Northwest" icon_state = "caves_northwest" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS ambience_exterior = AMBIENCE_HYBRISA_CAVES soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES + minimap_color = MINIMAP_AREA_CAVES /area/lv759/outdoors/north_west_caves_outdoors name = "Caverns - Northwest" icon_state = "caves_northwest" ceiling = CEILING_NONE ambience_exterior = AMBIENCE_HYBRISA_CAVES soundscape_playlist = SCAPE_PL_LV759_CAVES + minimap_color = MINIMAP_AREA_CAVES /area/lv759/indoors/north_east_caves name = "Caverns - Northeast" icon_state = "caves_northeast" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS ambience_exterior = AMBIENCE_HYBRISA_CAVES soundscape_playlist = SCAPE_PL_LV759_CAVES + minimap_color = MINIMAP_AREA_CAVES /area/lv759/indoors/north_caves name = "Caverns - North" icon_state = "caves_north" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS ambience_exterior = AMBIENCE_HYBRISA_CAVES soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES + minimap_color = MINIMAP_AREA_CAVES /area/lv759/indoors/central_caves name = "Caverns - Central" icon_state = "caves_central" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS ambience_exterior = AMBIENCE_HYBRISA_CAVES soundscape_playlist = SCAPE_PL_LV759_CAVES + minimap_color = MINIMAP_AREA_CAVES // Caves Central Plateau @@ -180,12 +217,14 @@ ceiling = CEILING_NONE ambience_exterior = AMBIENCE_HYBRISA_CAVES soundscape_playlist = SCAPE_PL_LV759_PLATEAU_OUTDOORS + minimap_color = MINIMAP_AREA_CAVES // Colony Streets /area/lv759/outdoors/colony_streets name = "Colony Streets" icon_state = "colonystreets_north" ceiling = CEILING_NONE + minimap_color = MINIMAP_AREA_COLONY_STREETS /area/lv759/outdoors/colony_streets/central_streets name = "Central Street - West" icon_state = "colonystreets_west" @@ -208,6 +247,15 @@ ceiling = CEILING_NONE ambience_exterior = AMBIENCE_HYBRISA_CAVES soundscape_playlist = SCAPE_PL_LV759_CAVES + +/area/lv759/outdoors/colony_streets/south_west_street_comms + name = "Colony Streets - Southwest - WY Checkpoint Passthrough - Subspace Communications" + icon_state = "colonystreets_southwest" + ceiling = CEILING_NONE + ambience_exterior = AMBIENCE_HYBRISA_CAVES + soundscape_playlist = SCAPE_PL_LV759_CAVES + minimap_color = MINIMAP_AREA_COMMS + /area/lv759/outdoors/colony_streets/north_west_street name = "Colony Streets - Northwest" icon_state = "colonystreets_northwest" @@ -221,74 +269,60 @@ icon_state = "colonystreets_north" //Spaceport Indoors + +/area/lv759/indoors/spaceport + minimap_color = MINIMAP_AREA_COLONY_SPACE_PORT /area/lv759/indoors/spaceport/hallway_northeast name = "Weyland-Yutani Celestia Gateway Space-Port - Hallway - Northeast" icon_state = "WYSpaceport" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/hallway_north name = "Weyland-Yutani Celestia Gateway Space-Port - Hallway - North" icon_state = "WYSpaceport" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/hallway_northwest name = "Weyland-Yutani Celestia Gateway Space-Port - Hallway - Northwest" icon_state = "WYSpaceport" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/hallway_east name = "Weyland-Yutani Celestia Gateway Space-Port - Hallway - East" icon_state = "WYSpaceport" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/heavyequip name = "Weyland-Yutani Celestia Gateway Space-Port - Heavy Equipment Storage" icon_state = "WYSpaceport" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/engineering name = "Weyland-Yutani Celestia Gateway Space-Port - Fuel Storage & Processing" icon_state = "WYSpaceport" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/janitor name = "Weyland-Yutani Celestia Gateway Space-Port - Janitorial Storage Room" icon_state = "WYSpaceport" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/maintenance_east name = "Weyland-Yutani Celestia Gateway Space-Port - Maintenance - East" icon_state = "WYSpaceport" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/communications_office name = "Weyland-Yutani Celestia Gateway Space-Port - Communications & Administration Office" icon_state = "WYSpaceportadmin" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/flight_control_room name = "Weyland-Yutani Celestia Gateway Space-Port - Flight Control Room" icon_state = "WYSpaceportadmin" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/security name = "Weyland-Yutani Celestia Gateway Space-Port - Security- Observation & Office" icon_state = "security_checkpoint" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/security_office name = "Weyland-Yutani Celestia Gateway Space-Port - Office" icon_state = "security_checkpoint" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/cargo name = "Weyland-Yutani Celestia Gateway Space-Port - Cargo Bay" icon_state = "WYSpaceportcargo" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/cargo_maintenance name = "Weyland-Yutani Celestia Gateway Space-Port - Cargo - Maintenance" icon_state = "WYSpaceportcargo" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/baggagehandling name = "Weyland-Yutani Celestia Gateway Space-Port - Baggage Storage & Handling" icon_state = "WYSpaceportbaggage" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/cuppajoes name = "Weyland-Yutani Celestia Gateway Space-Port - Cuppa Joe's" icon_state = "cuppajoes" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/kitchen name = "Weyland-Yutani Celestia Gateway Space-Port - Kitchen" icon_state = "WYSpaceportblue" - minimap_color = MINIMAP_AREA_LZ /area/lv759/indoors/spaceport/docking_bay_2 name = "Weyland-Yutani Celestia Gateway Space-Port - Docking Bay: 2 - Refueling and Maintenance" icon_state = "WYSpaceportblue" @@ -301,150 +335,118 @@ name = "WY-LWI StarGlider SG-200" icon_state = "wydropship" requires_power = FALSE + minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/spaceport/horizon_runner name = "WY-LWI Horizon Runner HR-150" icon_state = "wydropship" requires_power = FALSE + minimap_color = MINIMAP_AREA_COLONY // Garage /area/lv759/indoors/garage_reception name = "Garage - Reception" icon_state = "garage" - minimap_color = MINIMAP_AREA_ENGI /area/lv759/indoors/garage_restroom name = "Garage - Restroom" icon_state = "garage" - minimap_color = MINIMAP_AREA_ENGI /area/lv759/indoors/garage_workshop name = "Garage - Workshop" icon_state = "garage" - minimap_color = MINIMAP_AREA_ENGI /area/lv759/indoors/garage_workshop_storage name = "Garage - Workshop - Storage Room" icon_state = "garage" - minimap_color = MINIMAP_AREA_ENGI /area/lv759/indoors/garage_managersoffice name = "Garage - Managers Office" icon_state = "garage" - minimap_color = MINIMAP_AREA_ENGI // Meridian Offices & Factory Floor /area/lv759/indoors/meridian/meridian_foyer name = "Meridian - Foyer" icon_state = "meridian" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/meridian/meridian_showroom name = "Meridian - Showroom" icon_state = "meridian" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/meridian/meridian_office name = "Meridian - Offices" icon_state = "meridian" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/meridian/meridian_managersoffice name = "Meridian - Manager's Office" icon_state = "meridian" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/meridian/meridian_factory name = "Meridian - Factory Floor" icon_state = "meridian_factory" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/meridian/meridian_restroom name = "Meridian - Restroom" icon_state = "meridian" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/meridian/meridian_maintenance_south name = "Meridian - Maintenance South" icon_state = "meridian" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/meridian/meridian_maintenance_east name = "Meridian - Factory Floor - Maintenance" icon_state = "meridian" - minimap_color = MINIMAP_AREA_COLONY // Apartments (Dorms) + +/area/lv759/indoors/apartment + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM /area/lv759/indoors/apartment/westfoyer name = "Westhaven Apartment Complex - West - Foyer" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY - /area/lv759/indoors/apartment/westhallway name = "Westhaven Apartment Complex - West - Hallway" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/apartment/westbedrooms name = "Westhaven Apartment Complex - West - Bedrooms" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/apartment/westshowers name = "Westhaven Apartment Complex - West - Showers" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/apartment/westrestroom name = "Westhaven Apartment Complex - West - Restrooms" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/apartment/westentertainment name = "Westhaven Apartment Complex - West - Recreation Hub" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY - - - /area/lv759/indoors/apartment/eastentrance name = "Westhaven Apartment Complex - East - Entrance Room" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/apartment/eastfoyer name = "Westhaven Apartment Complex - East - Foyer" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/apartment/eastrestroomsshower name = "Westhaven Apartment Complex - East - Restrooms & Showers" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/apartment/eastbedrooms name = "Westhaven Apartment Complex - East - Bedrooms" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/apartment/eastbedroomsstorage name = "Westhaven Apartment Complex - East - Bedrooms - Storage Room" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY - /area/lv759/indoors/apartment/northfoyer name = "Westhaven Apartment Complex - North - Foyer" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/apartment/northhallway name = "Westhaven Apartment Complex - North - Hallway" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/apartment/northapartments name = "Westhaven Apartment Complex - North - Luxury Apartments" icon_state = "apartments" - minimap_color = MINIMAP_AREA_COLONY // Weyland-Yutani Offices /area/lv759/indoors/weyyu_office name = "Weyland-Yutani Offices - Reception Hallway" icon_state = "wyoffice" minimap_color = MINIMAP_AREA_COMMAND - /area/lv759/indoors/weyyu_office/hallway name = "Weyland-Yutani Offices - West Foyer" icon_state = "wyoffice" - /area/lv759/indoors/weyyu_office/floor name = "Weyland-Yutani Offices - Main Office Floor" - /area/lv759/indoors/weyyu_office/breakroom name = "Weyland-Yutani Offices - Breakroom" - /area/lv759/indoors/weyyu_office/vip name = "Weyland-Yutani Offices - Conference Room" - /area/lv759/indoors/weyyu_office/pressroom name = "Weyland-Yutani Offices - Assembly Hall" /area/lv759/indoors/weyyu_office/supervisor @@ -454,8 +456,6 @@ /area/lv759/indoors/bar name = "Bar" icon_state = "bar" - minimap_color = MINIMAP_AREA_COLONY - /area/lv759/indoors/bar/entertainment name = "Bar - Entertainment Subsection" /area/lv759/indoors/bar/bathroom @@ -466,6 +466,7 @@ name = "Bar - Kitchen" //Botany + /area/lv759/indoors/botany/botany_greenhouse name = "Botany - Greenhouse" icon_state = "botany" @@ -495,6 +496,7 @@ name = "Nova Medica Hospital Complex - Chief Medical Officer's Office" /area/lv759/indoors/hospital/maintenance name = "Nova Medica Hospital Complex - Subspace Communications & Electrical Systems" + minimap_color = MINIMAP_AREA_COMMS /area/lv759/indoors/hospital/pharmacy name = "Nova Medica Hospital Complex - Pharmacy & Outgoing Foyer" /area/lv759/indoors/hospital/outgoing @@ -528,70 +530,60 @@ /area/lv759/indoors/mining_outpost icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY + minimap_color = MINIMAP_AREA_MINING /area/lv759/indoors/mining_outpost/north name = "KMCC - Mining Outpost - North" icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/mining_outpost/north_maint name = "KMCC - Mining Outpost - North - Maintenance" icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/mining_outpost/northeast name = "KMCC - Mining Outpost - Northeast" icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/mining_outpost/south name = "KMCC - Mining Outpost - South" icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/mining_outpost/vehicledeployment name = "KMCC - Mining Vehicle Deployment South" icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/mining_outpost/processing name = "KMCC - Mining Processing & Storage" icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/mining_outpost/east name = "KMCC - Mining Outpost - East" icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/mining_outpost/east_dorms name = "KMCC - Mining Outpost - East Dorms" icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/mining_outpost/east_deploymentbay name = "KMCC - Mining Outpost - East - Deployment Bay" icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/mining_outpost/east_command name = "KMCC - Mining Outpost - East - Command Center" icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/mining_outpost/cargo_maint name = "KMCC - Mining Outpost - East - Maintenance" icon_state = "mining" - minimap_color = MINIMAP_AREA_COLONY + // Electrical Substations + +/area/lv759/indoors/electical_systems + minimap_color = MINIMAP_AREA_COLONY_ENGINEERING /area/lv759/indoors/electical_systems/substation1 name = "Electrical Systems - Substation One - Control Room" icon_state = "power0" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/electical_systems/substation2 name = "Electrical Systems - Substation Two" icon_state = "power0" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/electical_systems/substation3 name = "Electrical Systems - Substation Three" icon_state = "power0" - minimap_color = MINIMAP_AREA_COLONY // Power-Plant (Engineering) /area/lv759/indoors/power_plant name = "Weyland-Yutani DynaGrid Nexus - Central Hallway" icon_state = "power0" - minimap_color = MINIMAP_AREA_COLONY + minimap_color = MINIMAP_AREA_COLONY_ENGINEERING /area/lv759/indoors/power_plant/south_hallway name = "Weyland-Yutani DynaGrid Nexus - South Hallway" /area/lv759/indoors/power_plant/geothermal_generators @@ -613,6 +605,7 @@ /area/lv759/indoors/power_plant/telecomms icon_state = "comms_1" name = "Weyland-Yutani DynaGrid Nexus - Telecommunications" + minimap_color = MINIMAP_AREA_COMMS /area/lv759/indoors/power_plant/workers_canteen name = "Weyland-Yutani DynaGrid Nexus - Worker's Canteen" /area/lv759/indoors/power_plant/workers_canteen_kitchen @@ -626,7 +619,7 @@ /area/lv759/indoors/colonial_marshals name = "CMB - Sentinel Outpost" icon_state = "security_hub" - minimap_color = MINIMAP_AREA_SEC + minimap_color = MINIMAP_AREA_COLONY_MARSHALLS /area/lv759/indoors/colonial_marshals/prisoners_cells name = "CMB - Sentinel Outpost - Maximum Security Ward - Cells" /area/lv759/indoors/colonial_marshals/prisoners_foyer @@ -685,88 +678,82 @@ /area/lv759/indoors/jacks_surplus name = "Jack's Military Surplus" icon_state = "jacks" - minimap_color = MINIMAP_AREA_COLONY + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM //Weyland-Yutani - Resource Recovery Facility /area/lv759/indoors/recycling_plant name = "Weyland-Yutani - Resource Recovery Facility" icon_state = "recycling" - minimap_color = MINIMAP_AREA_COLONY + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM /area/lv759/indoors/recycling_plant/garage name = "Weyland-Yutani - Resource Recovery Facility - Garage" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/recycling_plant/synthetic_storage name = "Synthetic Storage" icon_state = "synthetic" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/recycling_plant_office name = "Weyland-Yutani - Resource Recovery Facility - Office" icon_state = "recycling" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/recycling_plant_waste_disposal_incinerator name = "Weyland-Yutani - Resource Recovery Facility - Waste Disposal Incinerating Room" icon_state = "recycling" - minimap_color = MINIMAP_AREA_COLONY + // Restrooms /area/lv759/indoors/south_public_restroom name = "Public Restroom - South" icon_state = "restroom" - minimap_color = MINIMAP_AREA_COLONY + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM /area/lv759/indoors/southwest_public_restroom name = "Public Restroom - Southwest" icon_state = "restroom" - minimap_color = MINIMAP_AREA_COLONY + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM //Nightgold Casino /area/lv759/indoors/casino name = "Night Gold Casino" icon_state = "nightgold" - minimap_color = MINIMAP_AREA_ENGI + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM /area/lv759/indoors/casino/casino_office name = "Night Gold Casino - Managers Office" icon_state = "nightgold" - minimap_color = MINIMAP_AREA_ENGI /area/lv759/indoors/casino/casino_restroom name = "Night Gold Casino - Restroom" icon_state = "nightgold" - minimap_color = MINIMAP_AREA_ENGI /area/lv759/indoors/casino/casino_vault name = "Night Gold Casino - Vault" icon_state = "nightgold" - minimap_color = MINIMAP_AREA_ENGI // Pizza /area/lv759/indoors/pizzaria name = "Pizza Galaxy - Outpost Zeta" icon_state = "pizza" - minimap_color = MINIMAP_AREA_ENGI + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM //T-comms /area/lv759/indoors/tcomms_northwest name = "Telecommunications Substation - Northwest" icon_state = "comms_1" - minimap_color = MINIMAP_AREA_ENGI + minimap_color = MINIMAP_AREA_COMMS // Weymart /area/lv759/indoors/weymart name = "Weymart" icon_state = "weymart" - minimap_color = MINIMAP_AREA_COMMAND + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM ambience_exterior = AMBIENCE_WEYMART /area/lv759/indoors/weymart/backrooms name = "Weymart - Backrooms" icon_state = "weymartbackrooms" - minimap_color = MINIMAP_AREA_COMMAND /area/lv759/indoors/weymart/maintenance name = "Weymart - Maintenance" icon_state = "weymartbackrooms" - minimap_color = MINIMAP_AREA_COMMAND // WY Security Checkpoints + +/area/lv759/indoors/wy_security + minimap_color = MINIMAP_AREA_COLONY_MARSHALLS /area/lv759/indoors/wy_security/checkpoint_northeast name = "Weyland-Yutani Security Checkpoint - North East" icon_state = "security_checkpoint_northeast" - minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/wy_security/checkpoint_east name = "Weyland-Yutani Security Checkpoint - East" icon_state = "security_checkpoint_east" @@ -793,7 +780,7 @@ /area/lv759/indoors/wy_research_complex name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex" icon_state = "wylab" - minimap_color = MINIMAP_AREA_COMMAND + minimap_color = MINIMAP_AREA_RESEARCH /area/lv759/indoors/wy_research_complex/medical_annex name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Medical Annex Building" icon_state = "wylab" @@ -889,6 +876,7 @@ icon_state = "wylab" ambience_exterior = AMBIENCE_LAB soundscape_playlist = SCAPE_PL_LV759_INDOORS + minimap_color = MINIMAP_AREA_COLONY /area/lv759/indoors/wy_research_complex/hallwaynorth name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - North Hallway" icon_state = "wylab" diff --git a/code/game/objects/structures/hybrisa_props.dm b/code/game/objects/structures/hybrisa_props.dm index 75cc911bc523..d61c86d1b5e1 100644 --- a/code/game/objects/structures/hybrisa_props.dm +++ b/code/game/objects/structures/hybrisa_props.dm @@ -590,6 +590,40 @@ /obj/structure/prop/hybrisa/furniture/tables icon = 'icons/obj/structures/props/hybrisatables.dmi' icon_state = "table_pool" + health = 500 + +/obj/structure/prop/hybrisa/furniture/tables/bullet_act(obj/projectile/P) + var/damage = P.damage + health -= damage + ..() + healthcheck() + return 1 + +/obj/structure/prop/hybrisa/furniture/tables/proc/explode() + src.visible_message(SPAN_DANGER("[src] breaks apart!"), null, null, 1) + deconstruct(FALSE) + +/obj/structure/prop/hybrisa/furniture/tables/proc/healthcheck() + if(health <= 0) + explode() + +/obj/structure/prop/hybrisa/furniture/tables/ex_act(severity) + switch(severity) + if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM) + if(prob(50)) + deconstruct(FALSE) + if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY) + deconstruct(FALSE) + +/obj/structure/prop/hybrisa/furniture/tables/attack_alien(mob/living/carbon/xenomorph/current_xenomorph) + if(unslashable) + return XENO_NO_DELAY_ACTION + current_xenomorph.animation_attack_on(src) + playsound(src, 'sound/effects/metalhit.ogg', 25, 1) + current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"), + SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT) + update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper)) + return XENO_ATTACK_ACTION /obj/structure/prop/hybrisa/furniture/tables/tableblack name = "large metal table" @@ -760,24 +794,19 @@ unslashable = TRUE unacidable = TRUE indestructible = TRUE - + density = TRUE + layer = ABOVE_MOB_LAYER /obj/structure/prop/hybrisa/xenobiology/big/bigleft icon_state = "bigqueencryo1" - layer = ABOVE_MOB_LAYER /obj/structure/prop/hybrisa/xenobiology/big/bigright icon_state = "bigqueencryo2" - layer = ABOVE_MOB_LAYER /obj/structure/prop/hybrisa/xenobiology/big/bigbottomleft icon_state = "bigqueencryo3" - density = TRUE - layer = ABOVE_MOB_LAYER /obj/structure/prop/hybrisa/xenobiology/big/bigbottomright icon_state = "bigqueencryo4" - density = TRUE - layer = ABOVE_MOB_LAYER /obj/structure/prop/hybrisa/xenobiology/misc icon = 'icons/obj/structures/props/hybrisarandomprops.dmi' @@ -786,7 +815,7 @@ icon_state = "inertegg" unslashable = TRUE indestructible = TRUE - layer = 2 + layer = TURF_LAYER // Engineer @@ -875,11 +904,55 @@ name = "strange pillar" icon_state = "engineerpillar_SW2fade" -/obj/structure/prop/hybrisa/engineer/blackgoocontainer +/obj/structure/blackgoocontainer name = "strange container" icon_state = "blackgoocontainer1" - desc = "A strange alien container, who knows what's inside..." - icon = 'icons/obj/structures/props/blackgoocontainers.dmi' + desc = "A strange alien container, it appears to be completely empty." + icon = 'icons/obj/structures/props/hybrisarandomprops.dmi' + density = TRUE + anchored = TRUE + unslashable = FALSE + health = 150 + +/obj/structure/blackgoocontainer/initialize_pass_flags(datum/pass_flags_container/PF) + ..() + if (PF) + PF.flags_can_pass_all = PASS_HIGH_OVER_ONLY + +/obj/structure/blackgoocontainer/bullet_act(obj/projectile/P) + var/damage = P.damage + health -= damage + ..() + healthcheck() + return 1 + +/obj/structure/blackgoocontainer/proc/explode() + src.visible_message(SPAN_DANGER("[src] crumbles!"), null, null, 1) + playsound(loc, 'sound/effects/burrowoff.ogg', 25) + + deconstruct(FALSE) + +/obj/structure/blackgoocontainer/proc/healthcheck() + if(health <= 0) + explode() + +/obj/structure/blackgoocontainer/ex_act(severity) + switch(severity) + if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM) + if(prob(50)) + deconstruct(FALSE) + if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY) + deconstruct(FALSE) + +/obj/structure/blackgoocontainer/attack_alien(mob/living/carbon/xenomorph/current_xenomorph) + if(unslashable) + return XENO_NO_DELAY_ACTION + current_xenomorph.animation_attack_on(src) + playsound(src, 'sound/effects/metal_close.ogg', 25, 1) + current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"), + SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT) + update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper)) + return XENO_ATTACK_ACTION // Airport @@ -1213,6 +1286,40 @@ bound_height = 32 anchored = TRUE density = TRUE + health = 500 + +/obj/structure/machinery/big_computers/bullet_act(obj/projectile/P) + var/damage = P.damage + health -= damage + ..() + healthcheck() + return 1 + +/obj/structure/machinery/big_computers/proc/explode() + src.visible_message(SPAN_DANGER("[src] breaks apart!"), null, null, 1) + deconstruct(FALSE) + +/obj/structure/machinery/big_computers/proc/healthcheck() + if(health <= 0) + explode() + +/obj/structure/machinery/big_computers/ex_act(severity) + switch(severity) + if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM) + if(prob(50)) + deconstruct(FALSE) + if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY) + deconstruct(FALSE) + +/obj/structure/machinery/big_computers/attack_alien(mob/living/carbon/xenomorph/current_xenomorph) + if(unslashable) + return XENO_NO_DELAY_ACTION + current_xenomorph.animation_attack_on(src) + playsound(src, 'sound/effects/metalhit.ogg', 25, 1) + current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"), + SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT) + update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper)) + return XENO_ATTACK_ACTION /obj/structure/machinery/big_computers/computerwhite name = "computer" @@ -1220,6 +1327,24 @@ /obj/structure/machinery/big_computers/computerblack name = "computer" +/obj/structure/machinery/big_computers/computerbrown + icon = 'icons/obj/structures/props/almayer_props.dmi' + name = "computer" + +/obj/structure/machinery/big_computers/computerbrown/computer1 + icon_state = "mapping_comp" + +/obj/structure/machinery/big_computers/computerbrown/computer2 + icon_state = "mps" + +/obj/structure/machinery/big_computers/computerbrown/computer3 + icon_state = "sensor_comp1" + +/obj/structure/machinery/big_computers/computerbrown/computer4 + icon_state = "sensor_comp2" + +/obj/structure/machinery/big_computers/computerbrown/computer5 + icon_state = "sensor_comp3" /obj/structure/machinery/big_computers/computerwhite/computer1 icon_state = "mapping_comp" @@ -1250,10 +1375,54 @@ /obj/structure/machinery/big_computers/computerblack/computer5 icon_state = "blacksensor_comp3" +/obj/structure/machinery/big_computers/messaging_server + name = "Messaging Server" + icon_state = "messageserver_black" +/obj/structure/machinery/big_computers/messaging_server/black + icon_state = "messageserver_black" +/obj/structure/machinery/big_computers/messaging_server/white + icon_state = "messageserver_white" +/obj/structure/machinery/big_computers/messaging_server/brown + icon_state = "messageserver_brown" + // Monitors /obj/structure/prop/hybrisa/misc/machinery/screens name = "monitor" + health = 250 + +/obj/structure/prop/hybrisa/misc/machinery/screens/bullet_act(obj/projectile/P) + var/damage = P.damage + health -= damage + ..() + healthcheck() + return 1 + +/obj/structure/prop/hybrisa/misc/machinery/screens/proc/explode() + src.visible_message(SPAN_DANGER("[src] breaks apart!"), null, null, 1) + deconstruct(FALSE) + +/obj/structure/prop/hybrisa/misc/machinery/screens/proc/healthcheck() + if(health <= 0) + explode() + +/obj/structure/prop/hybrisa/misc/machinery/screens/ex_act(severity) + switch(severity) + if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM) + if(prob(50)) + deconstruct(FALSE) + if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY) + deconstruct(FALSE) + +/obj/structure/prop/hybrisa/misc/machinery/screens/attack_alien(mob/living/carbon/xenomorph/current_xenomorph) + if(unslashable) + return XENO_NO_DELAY_ACTION + current_xenomorph.animation_attack_on(src) + playsound(src, 'sound/effects/metalhit.ogg', 25, 1) + current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"), + SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT) + update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper)) + return XENO_ATTACK_ACTION /obj/structure/prop/hybrisa/misc/machinery/screens/frame icon_state = "frame" @@ -1330,6 +1499,7 @@ /obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on icon_state = "wallegg_on" +// Fake Pipes /obj/structure/prop/hybrisa/misc/fake/pipes name = "disposal pipe" layer = TURF_LAYER @@ -1342,6 +1512,7 @@ /obj/structure/prop/hybrisa/misc/fake/pipes/pipe3 icon_state = "pipe-j1" +// Fake Wire /obj/structure/prop/hybrisa/misc/fake/pipes/pipe4 icon_state = "pipe-y" @@ -1546,10 +1717,43 @@ bound_width = 64 bound_height = 32 density = TRUE - health = 200 + health = 1000 anchored = TRUE layer = EXTERIOR_HIGHWALLMOUNT_LAYER +/obj/structure/prop/hybrisa/misc/buildinggreeblies/bullet_act(obj/projectile/P) + var/damage = P.damage + health -= damage + ..() + healthcheck() + return 1 + +/obj/structure/prop/hybrisa/misc/buildinggreeblies/proc/explode() + src.visible_message(SPAN_DANGER("[src] breaks apart!"), null, null, 1) + deconstruct(FALSE) + +/obj/structure/prop/hybrisa/misc/buildinggreeblies/proc/healthcheck() + if(health <= 0) + explode() + +/obj/structure/prop/hybrisa/misc/buildinggreeblies/ex_act(severity) + switch(severity) + if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM) + if(prob(50)) + deconstruct(FALSE) + if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY) + deconstruct(FALSE) + +/obj/structure/prop/hybrisa/misc/buildinggreeblies/attack_alien(mob/living/carbon/xenomorph/current_xenomorph) + if(unslashable) + return XENO_NO_DELAY_ACTION + current_xenomorph.animation_attack_on(src) + playsound(src, 'sound/effects/metalhit.ogg', 25, 1) + current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"), + SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT) + update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper)) + return XENO_ATTACK_ACTION + /obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble1 icon_state = "buildingventbig2" @@ -1595,6 +1799,40 @@ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi' icon_state = "smallwallvent1" density = FALSE + health = 250 + +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/bullet_act(obj/projectile/P) + var/damage = P.damage + health -= damage + ..() + healthcheck() + return 1 + +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/proc/explode() + src.visible_message(SPAN_DANGER("[src] breaks apart!"), null, null, 1) + deconstruct(FALSE) + +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/proc/healthcheck() + if(health <= 0) + explode() + +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/ex_act(severity) + switch(severity) + if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM) + if(prob(50)) + deconstruct(FALSE) + if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY) + deconstruct(FALSE) + +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/attack_alien(mob/living/carbon/xenomorph/current_xenomorph) + if(unslashable) + return XENO_NO_DELAY_ACTION + current_xenomorph.animation_attack_on(src) + playsound(src, 'sound/effects/metalhit.ogg', 25, 1) + current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"), + SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT) + update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper)) + return XENO_ATTACK_ACTION /obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2 name = "wall vent" @@ -1625,7 +1863,7 @@ bound_width = 32 bound_height = 64 density = TRUE - health = 200 + health = 1000 anchored = TRUE /obj/structure/prop/hybrisa/misc/stoneplanterseats/empty @@ -1708,8 +1946,6 @@ icon_state = "jacksopen_on" bound_height = 64 bound_width = 64 - unslashable = TRUE - unacidable = TRUE layer = ABOVE_MOB_LAYER /obj/structure/prop/hybrisa/signs/casniosign @@ -1771,10 +2007,43 @@ icon_state = "billboard_bigger" bound_width = 64 bound_height = 32 + health = 1000 density = FALSE - health = 200 anchored = TRUE +/obj/structure/prop/hybrisa/billboardsandsigns/bullet_act(obj/projectile/P) + var/damage = P.damage + health -= damage + ..() + healthcheck() + return 1 + +/obj/structure/prop/hybrisa/billboardsandsigns/proc/explode() + src.visible_message(SPAN_DANGER("[src] breaks apart!"), null, null, 1) + deconstruct(FALSE) + +/obj/structure/prop/hybrisa/billboardsandsigns/proc/healthcheck() + if(health <= 0) + explode() + +/obj/structure/prop/hybrisa/billboardsandsigns/ex_act(severity) + switch(severity) + if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM) + if(prob(50)) + deconstruct(FALSE) + if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY) + deconstruct(FALSE) + +/obj/structure/prop/hybrisa/billboardsandsigns/attack_alien(mob/living/carbon/xenomorph/current_xenomorph) + if(unslashable) + return XENO_NO_DELAY_ACTION + current_xenomorph.animation_attack_on(src) + playsound(src, 'sound/effects/metalhit.ogg', 25, 1) + current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"), + SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT) + update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper)) + return XENO_ATTACK_ACTION + /obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard1 name = "billboard" desc = "A advertisement billboard." @@ -1808,7 +2077,7 @@ bound_width = 64 bound_height = 32 density = FALSE - health = 200 + health = 1000 anchored = TRUE layer = 8 /obj/structure/prop/hybrisa/billboardsandsigns/bigroadsigns/road_sign_1 diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index a471d343fc92..92fd8f6dcecc 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -1512,3 +1512,29 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( armor_internaldamage = CLOTHING_ARMOR_LOW #undef HELMET_GARB_RELAY_ICON_STATE + +/////////////////////// +/////// HYBRISA /////// +/////////////////////// + +// HYBRISA - GOONS + +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa + name = "\improper WY corporate security helmet" + desc = "A basic skull-helm with a orange saftey vison fitted. Worn by corporate security assets, graded to protect your head from an unruly scientist armed with a crowbar." + icon = 'icons/mob/humans/onmob/contained/hybrisa_goons.dmi' + icon_state = "helmet_black" + item_state = "helmet_black" + contained_sprite = TRUE + +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa/lead + desc = "A basic skull-helm with a orange saftey vison fitted. Worn by corporate security assets. This variant is worn by low-level guards that have too much brainmatter to fit into the old one. Or so they say." + icon_state = "lead_helmet_black" + item_state = "lead_helmet_black" + +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa/brown + name = "\improper WY corporate security helmet" + desc = "A basic skull-helm with a orange saftey vison fitted. Worn by corporate security assets, graded to protect your head from an unruly scientist armed with a crowbar." + icon_state = "helmet_brown" + item_state = "helmet_brown" + contained_sprite = TRUE diff --git a/icons/mob/humans/onmob/contained/hybrisa_goons.dmi b/icons/mob/humans/onmob/contained/hybrisa_goons.dmi index aca63b0516fe..cc3350b979b7 100644 Binary files a/icons/mob/humans/onmob/contained/hybrisa_goons.dmi and b/icons/mob/humans/onmob/contained/hybrisa_goons.dmi differ diff --git a/icons/obj/pipes/vent_pump_hybrisa.dmi b/icons/obj/pipes/vent_pump_hybrisa.dmi new file mode 100644 index 000000000000..c2c6c448c434 Binary files /dev/null and b/icons/obj/pipes/vent_pump_hybrisa.dmi differ diff --git a/icons/obj/structures/props/blackgoocontainers.dmi b/icons/obj/structures/props/blackgoocontainers.dmi deleted file mode 100644 index f20c21e79b17..000000000000 Binary files a/icons/obj/structures/props/blackgoocontainers.dmi and /dev/null differ diff --git a/icons/obj/structures/props/containersextended.dmi b/icons/obj/structures/props/containersextended.dmi index 2585863fc592..a9116096007d 100644 Binary files a/icons/obj/structures/props/containersextended.dmi and b/icons/obj/structures/props/containersextended.dmi differ diff --git a/icons/obj/structures/props/hybrisarandomprops.dmi b/icons/obj/structures/props/hybrisarandomprops.dmi index cff35e6890dd..7afd07bc7fa8 100644 Binary files a/icons/obj/structures/props/hybrisarandomprops.dmi and b/icons/obj/structures/props/hybrisarandomprops.dmi differ diff --git a/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm b/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm index b792cc9630ed..d2464126143f 100644 --- a/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm +++ b/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm @@ -10,6 +10,10 @@ icon_state = "1-2"; layer = 5 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 9 + }, /turf/open/floor/plating, /area/lv759/indoors/botany/botany_maintenance) "aak" = ( @@ -171,7 +175,7 @@ /obj/structure/prop/hybrisa/fakeplatforms/platform1{ dir = 1 }, -/obj/structure/prop/hybrisa/engineer/blackgoocontainer, +/obj/structure/blackgoocontainer, /turf/open/engineership/engineer_floor9, /area/lv759/indoors/derelict_ship) "abq" = ( @@ -213,6 +217,10 @@ dir = 8 }, /obj/structure/barricade/handrail/kutjevo, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/mainlabs) "abR" = ( @@ -357,6 +365,12 @@ icon_state = "cell_stripe" }, /area/lv759/indoors/power_plant/fusion_generators) +"acY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysoutheast) "acZ" = ( /obj/structure/machinery/power/terminal{ dir = 1 @@ -693,6 +707,10 @@ pixel_x = -17; pixel_y = -9 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/tile/tilegrey, /area/lv759/indoors/wy_research_complex/hallwaynorth) "afT" = ( @@ -889,6 +907,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "W" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 9; icon_state = "black" @@ -935,6 +957,10 @@ pixel_y = -15 }, /obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 9 + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -977,7 +1003,6 @@ /turf/open/floor/hybrisa/carpet/carpetred, /area/lv759/indoors/casino) "aio" = ( -/obj/structure/prop/invuln/overhead_pipe, /obj/structure/surface/rack, /obj/item/trash/c_tube{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -1132,6 +1157,16 @@ }, /turf/open/hybrisa/street/underground_unweedable, /area/lv759/indoors/wy_research_complex/mainlabs) +"ajg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/wy_research_complex/hangarbay) "ajj" = ( /obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{ autoname = 1; @@ -1311,10 +1346,11 @@ }, /area/lv759/indoors/weymart) "akv" = ( -/turf/open/floor/almayer{ - dir = 8; - icon_state = "blackfull" +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" }, +/turf/open/floor/plating/plating_catwalk, /area/lv759/indoors/wy_research_complex/head_research_office) "akz" = ( /obj/structure/filingcabinet{ @@ -1360,6 +1396,19 @@ }, /turf/open/floor/plating, /area/lv759/indoors/mining_outpost/northeast) +"akR" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "hybrisaresearchlockdown" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_research_complex_entrance) "akV" = ( /obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, /turf/open/auto_turf/hybrisashale/layer1, @@ -1578,6 +1627,14 @@ }, /turf/open/floor/hybrisa/wood/blackwood, /area/lv759/indoors/weyyu_office/supervisor) +"and" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) "anf" = ( /obj/effect/hybrisa/decal/dirt, /turf/open/floor/hybrisa/metal/zbrownfloor_full, @@ -1634,9 +1691,6 @@ /obj/structure/barricade/handrail/strata{ dir = 4 }, -/obj/structure/showcase{ - icon_state = "comm_server" - }, /obj/structure/window/reinforced{ dir = 1; layer = 2 @@ -1644,8 +1698,33 @@ /obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/fusion_generators) +"anW" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "anX" = ( /obj/item/weapon/gun/rifle/nsg23/no_lock, /obj/item/ammo_magazine/rifle/nsg23/extended, @@ -1712,10 +1791,7 @@ }, /area/lv759/outdoors/colony_streets/north_street) "aos" = ( -/obj/structure/prop/almayer/computers/sensor_computer1{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer3, /turf/open/floor/almayer{ allow_construction = 0; icon_state = "plate" @@ -1739,6 +1815,12 @@ }, /turf/closed/wall/hybrisa/rock, /area/lv759/oob) +"aoO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/wy_research_complex/medical_annex) "aoS" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/paper_bin{ @@ -1943,6 +2025,10 @@ /area/lv759/outdoors/colony_streets/central_streets) "aqu" = ( /obj/vehicle/train/cargo/trolley, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/tile/tilegrey, /area/lv759/indoors/wy_research_complex/hallwaynorth) "aqC" = ( @@ -2353,6 +2439,17 @@ }, /turf/open/hybrisa/street/cement3, /area/lv759/outdoors/colony_streets/east_central_street) +"ats" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) "aty" = ( /turf/closed/wall/hybrisa/research/reinforced, /area/lv759/indoors/wy_research_complex/janitor) @@ -2381,6 +2478,10 @@ /obj/item/storage/box/lights/tubes, /obj/item/storage/box/mousetraps, /obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 9 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "atZ" = ( @@ -2553,17 +2654,6 @@ icon = 'icons/turf/floors/hybrisa_dirt.dmi' }, /area/lv759/indoors/central_caves) -"avt" = ( -/obj/structure/platform, -/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_1{ - dir = 4; - layer = 2.9; - pixel_x = -7 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "avA" = ( /obj/structure/prop/structure_lattice{ dir = 4 @@ -2661,6 +2751,17 @@ icon_state = "ramptop" }, /area/lv759/outdoors/landing_zone_2) +"awq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -2 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/electical_systems/substation1) "awr" = ( /obj/effect/hybrisa/decal/road/road_edge{ icon_state = "road_edge_decal4" @@ -2680,6 +2781,9 @@ /obj/item/stack/sheet/cardboard{ layer = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -2722,6 +2826,10 @@ pixel_y = 21 }, /obj/structure/blocker/forcefield/vehicles, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "ramptop" @@ -2856,6 +2964,16 @@ /obj/effect/hybrisa/decal/road/lines3, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/south_west_street) +"aya" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + pixel_x = -6 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/indoors/derelict_ship) "ayd" = ( /obj/structure/platform/hybrisa/metalplatform6{ dir = 4 @@ -2999,6 +3117,16 @@ dir = 6 }, /area/lv759/outdoors/landing_zone_2) +"azc" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "azq" = ( /obj/structure/bed/chair{ dir = 8 @@ -3149,7 +3277,9 @@ /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/north_caves) "aAJ" = ( -/obj/structure/machinery/blackbox_recorder, +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 1 + }, /turf/open/floor/strata{ icon_state = "red1" }, @@ -3225,7 +3355,11 @@ pixel_x = 9; pixel_y = -2 }, -/turf/open/floor/hybrisa/tile/cementflat, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north) "aBk" = ( /obj/structure/machinery/door/poddoor/almayer/closed{ @@ -3267,6 +3401,13 @@ }, /turf/open/floor/plating, /area/lv759/indoors/mining_outpost/south) +"aBN" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "aBT" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 2; @@ -3364,11 +3505,9 @@ "aCO" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/hybrisa/decal/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "N" - }, -/turf/open/floor/corsat{ - icon_state = "marked" +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" }, /area/lv759/outdoors/colony_streets/north_street) "aCR" = ( @@ -3837,6 +3976,9 @@ pixel_x = -2 }, /obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/electical_systems/substation1) "aFV" = ( @@ -4149,6 +4291,10 @@ pixel_x = 10; pixel_y = 21 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -4290,6 +4436,9 @@ /obj/effect/decal/cleanable/blood/drip{ icon_state = "2" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -4481,6 +4630,14 @@ /obj/effect/hybrisa/decal/dirt, /turf/open/floor/kutjevo/grey, /area/lv759/indoors/garage_workshop) +"aKH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "aKJ" = ( /turf/open/floor/almayer{ dir = 8; @@ -4509,18 +4666,6 @@ icon_state = "plating" }, /area/lv759/indoors/spaceport/heavyequip) -"aKU" = ( -/obj/structure/platform/hybrisa/metalplatform6{ - dir = 8 - }, -/obj/structure/platform/hybrisa/rockdark{ - dir = 4 - }, -/obj/structure/blocker/forcefield/vehicles, -/turf/open/auto_turf/sand_white/layer0{ - icon = 'icons/turf/floors/hybrisa_dirt.dmi' - }, -/area/lv759/indoors/north_west_caves) "aKV" = ( /turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/apartment/eastfoyer) @@ -4568,6 +4713,9 @@ icon = 'icons/obj/structures/doors/hybrisashutters.dmi' }, /obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_solid_white/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -4645,6 +4793,9 @@ pixel_y = -16 }, /obj/structure/barricade/handrail/hybrisa/road/plastic/black, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison, /area/lv759/outdoors/colony_streets/south_west_street) "aMp" = ( @@ -4944,6 +5095,10 @@ /obj/effect/decal/cleanable/blood/drip{ icon_state = "3" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 6 + }, /turf/open/floor/hybrisa/tile/tilewhitecheckered, /area/lv759/indoors/wy_research_complex/medical_annex) "aPr" = ( @@ -4993,6 +5148,16 @@ icon_state = "whitegreenfull" }, /area/lv759/indoors/hospital/cryo_room) +"aPO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/electical_systems/substation1) "aPQ" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -5076,6 +5241,17 @@ icon = 'icons/turf/floors/hybrisa_dirt.dmi' }, /area/lv759/indoors/south_east_caves) +"aQR" = ( +/obj/structure/largecrate/random, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 9 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "aQS" = ( /turf/open/floor/prison{ dir = 4; @@ -5141,7 +5317,9 @@ }, /area/lv759/indoors/meridian/meridian_foyer) "aRs" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/structure/prop/hybrisa/misc/fake/wire/red{ dir = 4; pixel_y = 4 @@ -5219,20 +5397,14 @@ }, /turf/open/hybrisa/street/cement3, /area/lv759/outdoors/colony_streets/east_central_street) -"aRZ" = ( -/obj/structure/platform/hybrisa/metalplatform6{ - dir = 8 - }, -/obj/structure/platform_decoration/hybrisa/rockdark, -/obj/structure/blocker/forcefield/vehicles, -/turf/open/auto_turf/sand_white/layer0{ - icon = 'icons/turf/floors/hybrisa_dirt.dmi' - }, -/area/lv759/indoors/north_west_caves) "aSa" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/metal/stripe_red{ dir = 8 }, @@ -5254,6 +5426,10 @@ /area/lv759/outdoors/colony_streets/north_west_street) "aSk" = ( /obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 8; + pixel_y = 30 + }, /turf/open/floor/hybrisa/tile/tilewhite, /area/lv759/indoors/hospital/patient_ward) "aSl" = ( @@ -5324,6 +5500,16 @@ /obj/item/stock_parts/matter_bin, /turf/open/engineership/engineer_floor2, /area/lv759/indoors/derelict_ship) +"aSE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex_entrance) "aSG" = ( /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice12"; @@ -5374,6 +5560,9 @@ /obj/structure/machinery/light/spot/blue{ dir = 8 }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 8; icon_state = "black" @@ -5383,6 +5572,17 @@ /obj/structure/prop/hybrisa/fakeplatforms/platform1, /turf/open/engineership/engineer_floor3, /area/lv759/indoors/derelict_ship) +"aTl" = ( +/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{ + autoname = 1; + name = "autoname reinforced"; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "aTm" = ( /obj/structure/machinery/light/small/blue{ dir = 4 @@ -5392,6 +5592,18 @@ icon_state = "floor_plate" }, /area/lv759/outdoors/colony_streets/north_west_street) +"aTu" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) "aTv" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/tool/warning_cone{ @@ -5542,10 +5754,6 @@ /obj/structure/largecrate/random/case/double, /turf/open/engineership/engineer_floor2, /area/lv759/indoors/derelict_ship) -"aUx" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/auto_turf/hybrisashale/layer1, -/area/lv759/indoors/north_west_caves) "aUy" = ( /obj/structure/platform/hybrisa/metalplatform6{ dir = 8 @@ -5595,16 +5803,21 @@ }, /area/lv759/indoors/wy_research_complex_entrance) "aVc" = ( -/obj/structure/prop/almayer/computers/sensor_computer3{ - desc = null; - icon_state = "sensor_comp3_off"; - name = "computer" +/obj/structure/machinery/big_computers/computerbrown/computer5{ + icon_state = "sensor_comp1_off" }, /turf/open/floor/prison{ dir = 9; icon_state = "yellow" }, /area/lv759/indoors/tcomms_northwest) +"aVd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/wy_research_complex_entrance) "aVk" = ( /obj/item/reagent_container/food/drinks/cans/classcola, /obj/effect/hybrisa/decal/dirt, @@ -5742,6 +5955,18 @@ /obj/item/stack/sheet/cardboard/small_stack{ layer = 2 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 6 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 1 + }, /turf/open/floor/plating, /area/lv759/indoors/weymart/maintenance) "aWg" = ( @@ -5922,6 +6147,9 @@ /obj/structure/largecrate/random/barrel/black{ layer = 3.1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -5933,6 +6161,12 @@ }, /turf/open/auto_turf/hybrisashale/layer0_plate, /area/lv759/indoors/south_caves) +"aXM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/indoors/wy_research_complex/mainlabs) "aXQ" = ( /turf/open/floor/prison, /area/lv759/indoors/bar) @@ -6204,11 +6438,6 @@ pixel_x = 4 }, /obj/effect/hybrisa/decal/dirt, -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 13 - }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "bac" = ( @@ -6283,6 +6512,9 @@ pixel_x = -8; pixel_y = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -6562,6 +6794,14 @@ }, /turf/open/floor/hybrisa/tile/yellow_bigtile, /area/lv759/indoors/power_plant/workers_canteen) +"bcS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/lv759/indoors/wy_research_complex/xenoarcheology) "bda" = ( /obj/effect/hybrisa/decal/road/lines2, /obj/effect/hybrisa/decal/dirt, @@ -6726,9 +6966,8 @@ pixel_y = 25 }, /obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 13 + color = "#a6aeab"; + dir = 5 }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) @@ -7243,6 +7482,14 @@ /obj/effect/hybrisa/decal/dirt, /turf/open/floor/plating, /area/lv759/indoors/mining_outpost/north) +"bib" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -2 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation1) "bif" = ( /obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ dir = 1; @@ -7314,6 +7561,10 @@ /obj/structure/sink{ pixel_y = 24 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 10 + }, /turf/open/floor/hybrisa/carpet/carpetblack, /area/lv759/indoors/wy_research_complex/changingroom) "biU" = ( @@ -7326,6 +7577,10 @@ /area/lv759/indoors/derelict_ship) "biZ" = ( /obj/structure/cargo_container/hybrisa/containersextended/greywyright, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ icon_state = "multi_tiles" }, @@ -7358,6 +7613,10 @@ }, /area/lv759/outdoors/colony_streets/south_west_street) "bjr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 1; icon_state = "red3" @@ -7605,6 +7864,18 @@ icon_state = "darkbrown2" }, /area/lv759/indoors/recycling_plant/garage) +"bkL" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/wy_research_complex/cargo) "bkM" = ( /obj/structure/platform/hybrisa/rockdark{ dir = 4 @@ -7635,6 +7906,10 @@ /turf/closed/wall/hybrisa/colony, /area/lv759/indoors/wy_security/checkpoint_east) "bkZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/hybrisa/dropship/dropship3, /area/lv759/indoors/wy_research_complex/changingroom) "bld" = ( @@ -7878,6 +8153,16 @@ icon_state = "plating" }, /area/lv759/indoors/power_plant/equipment_east) +"bmM" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "bmS" = ( /obj/structure/bed/chair/comfy/blue{ dir = 8 @@ -7932,20 +8217,12 @@ }, /area/lv759/outdoors/colony_streets/north_street) "bnF" = ( -/obj/structure/prop/almayer/computers/sensor_computer2{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer4, /turf/open/floor/corsat{ icon_state = "officetiles" }, /area/lv759/indoors/mining_outpost/east_command) "bnI" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 13 - }, /obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ light_color = "#00ff9f"; light_on = 1; @@ -8243,8 +8520,15 @@ "bqF" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/trash/cigbutt, -/turf/open/floor/hybrisa/tile/cementflat, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north) +"bqJ" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite5, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/north_east_caves) "bqO" = ( /obj/effect/hybrisa/decal/road/road_edge{ icon_state = "road_edge_decal8" @@ -8253,6 +8537,15 @@ /obj/effect/hybrisa/decal/road/lines4, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/east_central_street) +"bqQ" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 11; + pixel_y = 15; + layer = 4 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/indoors/derelict_ship) "bre" = ( /obj/effect/hybrisa/decal/road/lines2, /turf/open/hybrisa/street/asphalt, @@ -8327,10 +8620,13 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/outdoors/caveplateau) "brv" = ( -/obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras/wooden_tv{ pixel_x = -2; - pixel_y = 6 + pixel_y = 14; + layer = 4 + }, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 }, /turf/open/floor/corsat{ icon_state = "officetiles" @@ -8979,6 +9275,9 @@ /obj/structure/machinery/space_heater/radiator/red{ dir = 8 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 4; icon_state = "yellow" @@ -9017,6 +9316,9 @@ /obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ autoname = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -9029,6 +9331,9 @@ /obj/structure/machinery/door/airlock/hybrisa/personal/autoname{ dir = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -9377,6 +9682,9 @@ layer = 3.1; pixel_y = 8 }, +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, /turf/open/floor/strata{ dir = 4; icon_state = "orange_edge" @@ -9464,6 +9772,12 @@ }, /turf/open/hybrisa/street/sidewalkfull, /area/lv759/outdoors/colony_streets/east_central_street) +"bBr" = ( +/obj/structure/fence/electrified{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/north_west_caves) "bBB" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -9473,6 +9787,10 @@ /area/lv759/outdoors/caveplateau) "bBE" = ( /obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/misc/wysmallleft, /area/lv759/indoors/wy_research_complex/hangarbay) "bBP" = ( @@ -9530,6 +9848,14 @@ icon_state = "blue" }, /area/lv759/indoors/hospital/outgoing) +"bCw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_research_complex_entrance) "bCy" = ( /obj/structure/closet/firecloset/full, /obj/structure/machinery/light{ @@ -9577,8 +9903,8 @@ /turf/closed/wall/hybrisa/research/reinforced, /area/lv759/indoors/wy_research_complex/hallwaysoutheast) "bCT" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - pixel_x = -2 +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2" }, /turf/open/engineership/engineer_floor2, /area/lv759/indoors/derelict_ship) @@ -9748,6 +10074,13 @@ icon_state = "floor1" }, /area/lv759/oob) +"bEu" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "bEy" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/tool/wirecutters{ @@ -10130,6 +10463,10 @@ /area/lv759/outdoors/colony_streets/north_street) "bHE" = ( /obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -10174,6 +10511,22 @@ icon_state = "platingdmg3" }, /area/lv759/outdoors/colony_streets/central_streets) +"bHR" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/north_west_caves) "bHS" = ( /obj/structure/machinery/vending/walkman, /turf/open/floor{ @@ -10185,6 +10538,16 @@ icon_state = "officetiles" }, /area/lv759/indoors/weyyu_office/floor) +"bIm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_research_complex_entrance) "bIn" = ( /obj/structure/prop/hybrisa/vehicles/Meridian/Shell{ dir = 1 @@ -10485,6 +10848,9 @@ }, /area/lv759/outdoors/colony_streets/south_east_street) "bLp" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + dir = 4 + }, /turf/open/floor/prison{ icon_state = "whitegreenfull" }, @@ -10506,9 +10872,6 @@ /area/lv759/indoors/apartment/westbedrooms) "bLI" = ( /obj/effect/hybrisa/decal/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out" - }, /obj/item/tool/warning_cone{ pixel_x = -11; pixel_y = 6 @@ -10560,6 +10923,10 @@ layer = 5; level = 2 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "bMn" = ( @@ -10614,6 +10981,17 @@ icon_state = "platingdmg1" }, /area/lv759/outdoors/colony_streets/central_streets) +"bML" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/indoors/wy_research_complex/researchanddevelopment) "bMM" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/decal/warning_stripes{ @@ -10645,6 +11023,13 @@ }, /turf/open/engineership/engineer_floor9, /area/lv759/indoors/derelict_ship) +"bNl" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8; + color = "#a6aeab" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "bNq" = ( /obj/item/device/radio/intercom{ freerange = 1; @@ -10715,6 +11100,16 @@ icon_state = "platingdmg3" }, /area/lv759/indoors/central_caves) +"bNJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/indoors/wy_research_complex/dormsfoyer) "bNN" = ( /obj/structure/surface/rack, /obj/item/stack/sheet/metal/small_stack, @@ -10770,6 +11165,14 @@ /obj/structure/sign/safety/maint, /turf/closed/wall/hybrisa/colony/reinforced, /area/lv759/indoors/landing_zone_2/kmcc_hub_fuel) +"bOs" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 10 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "bOt" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/largecrate/random/mini{ @@ -10833,7 +11236,13 @@ /turf/open/floor/hybrisa/metal/metalwhitefull, /area/lv759/indoors/spaceport/cuppajoes) "bOV" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 5 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "bOX" = ( @@ -10949,6 +11358,19 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/outdoors/colony_streets/central_streets) +"bPO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 8 + }, +/area/lv759/indoors/wy_research_complex/hallwaycentral) "bPR" = ( /obj/structure/prop/hybrisa/lattice_prop/lattice_6{ pixel_y = 16 @@ -11037,11 +11459,24 @@ /obj/structure/machinery/light/double/blue{ dir = 8 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 8; icon_state = "black" }, /area/lv759/indoors/wy_research_complex/mainlabs) +"bQp" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/structure/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/indoors/derelict_ship) "bQq" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -11462,6 +11897,10 @@ }, /area/lv759/indoors/spaceport/docking_bay_1) "bTN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -11696,6 +12135,13 @@ }, /turf/open/hybrisa/street/roadlines4, /area/lv759/outdoors/colony_streets/east_central_street) +"bVq" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 6 + }, +/turf/open/floor/plating, +/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "bVu" = ( /obj/structure/sink{ dir = 8; @@ -11851,6 +12297,9 @@ /obj/structure/machinery/light/double/blue{ dir = 8 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 8; icon_state = "black" @@ -11869,6 +12318,17 @@ /obj/item/clothing/shoes/galoshes, /turf/open/floor/plating, /area/lv759/indoors/hospital/janitor) +"bWH" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "bWP" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/prop/hybrisa/misc/fake/lattice/full, @@ -11942,6 +12402,10 @@ /area/lv759/outdoors/colony_streets/east_central_street) "bXA" = ( /obj/structure/sign/nosmoking_2, +/obj/structure/sign/poster/ad{ + pixel_x = 7; + pixel_y = 4 + }, /turf/closed/wall/hybrisa/spaceport_reinforced, /area/lv759/indoors/spaceport/cuppajoes) "bXC" = ( @@ -11979,6 +12443,16 @@ /obj/item/stack/sheet/wood/small_stack, /turf/open/hybrisa/street/sidewalk, /area/lv759/outdoors/colony_streets/north_west_street) +"bXO" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "bXU" = ( /obj/item/reagent_container/glass/bucket{ pixel_x = -4; @@ -12099,6 +12573,10 @@ }, /area/lv759/indoors/spaceport/cargo_maintenance) "bYJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor{ icon_state = "freezerfloor" }, @@ -12120,6 +12598,10 @@ }, /obj/item/paper_bin, /obj/effect/spawner/random/pills/highchance, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -12413,6 +12895,13 @@ icon_state = "plate" }, /area/lv759/indoors/landing_zone_2/kmcc_hub_cargo) +"caJ" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/west_caves) "caK" = ( /obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, /obj/structure/prop/hybrisa/misc/fake/wire/yellow{ @@ -12484,6 +12973,18 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/indoors/wy_security/checkpoint_northeast) +"cbs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/mainlabs) "cbt" = ( /obj/effect/hybrisa/decal/dirt, /turf/open/floor/strata{ @@ -12717,6 +13218,9 @@ pixel_y = 28; pixel_x = 20 }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_y = 25 + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -12952,6 +13456,7 @@ /area/lv759/outdoors/colony_streets/north_west_street) "cfJ" = ( /obj/item/device/flashlight/lamp/on, +/obj/structure/pipes/vents/pump, /obj/structure/surface/table/almayer{ color = "#848484" }, @@ -13147,13 +13652,16 @@ /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room) "chE" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - icon_state = "blackgoocontainer2"; - pixel_y = 7; - pixel_x = -4 +/obj/structure/blackgoocontainer{ + pixel_x = -4; + pixel_y = 2 }, /turf/open/engineership/engineer_floor3, /area/lv759/indoors/derelict_ship) +"chF" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "chG" = ( /obj/effect/hybrisa/decal/road/lines3, /obj/structure/bed/chair/wheelchair, @@ -13839,6 +14347,18 @@ }, /turf/open/floor/corsat, /area/lv759/oob) +"cmV" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "cmW" = ( /obj/structure/fence{ icon = 'icons/obj/structures/props/dark_fence.dmi' @@ -13906,19 +14426,24 @@ /area/lv759/indoors/weyyu_office/floor) "cnH" = ( /obj/structure/reagent_dispensers/fueltank, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" }, /area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "cnJ" = ( -/obj/structure/platform_decoration/hybrisa/rockdark{ - dir = 8 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 }, -/obj/structure/platform/hybrisa/rockdark{ - dir = 4 +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" }, -/turf/open/auto_turf/hybrisashale/layer2, /area/lv759/indoors/north_west_caves) "cnK" = ( /obj/effect/decal/warning_stripes{ @@ -14039,6 +14564,10 @@ dir = 8; icon_state = "xsplatter5" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -14082,6 +14611,9 @@ name = "autoname reinforced"; dir = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "coK" = ( @@ -14191,10 +14723,21 @@ icon_state = "black" }, /area/lv759/indoors/wy_research_complex/cargo) +"cpG" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/lv759/indoors/wy_research_complex/southeastexit) "cpV" = ( /obj/effect/decal/cleanable/blood/drip{ icon_state = "3" }, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison, /area/lv759/indoors/wy_research_complex_entrance) "cpW" = ( @@ -14282,6 +14825,9 @@ /area/lv759/indoors/power_plant/telecomms) "cqz" = ( /obj/structure/janitorialcart, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "squares" }, @@ -14455,6 +15001,10 @@ icon_state = "triagedecalleft" }, /obj/structure/machinery/light/double/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/metal/stripe_red{ dir = 4 }, @@ -14939,6 +15489,9 @@ /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south) "cvA" = ( /obj/structure/machinery/light/double, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "blackcorner" @@ -15004,6 +15557,9 @@ icon_state = "2" }, /obj/effect/hybrisa/decal/bloodtrail, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -15050,6 +15606,9 @@ /obj/item/ammo_casing/bullet, /obj/item/ammo_casing/bullet, /obj/item/ammo_magazine/smg/fp9000, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison, /area/lv759/indoors/wy_research_complex_entrance) "cwt" = ( @@ -15323,6 +15882,9 @@ /obj/structure/machinery/light/double/blue{ dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "black" @@ -15356,6 +15918,13 @@ /obj/structure/sign/safety/security, /turf/closed/wall/hybrisa/spaceport_reinforced, /area/lv759/indoors/spaceport/security) +"czC" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/wy_research_complex_entrance) "czF" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/stack/sheet/metal, @@ -15736,6 +16305,10 @@ pixel_x = 6; pixel_y = 18 }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -15822,11 +16395,25 @@ /obj/structure/sign/poster/corporate, /turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, /area/lv759/oob) +"cDz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 5 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/indoors/wy_research_complex/dormsfoyer) "cDA" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" }, /obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -15923,6 +16510,13 @@ icon_state = "marked" }, /area/lv759/indoors/south_east_caves) +"cDY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "cEb" = ( /obj/structure/surface/rack, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, @@ -16016,6 +16610,9 @@ icon_state = "E"; layer = 3.33 }, +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, /turf/open/floor/almayer{ dir = 4; icon_state = "black" @@ -16093,6 +16690,9 @@ dir = 1; icon_state = "docstripingdir" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -16242,6 +16842,10 @@ pixel_x = 7; pixel_y = 7 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "cGq" = ( @@ -16369,11 +16973,19 @@ /obj/structure/platform_decoration/mineral{ dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 10 + }, /turf/open/floor/strata{ dir = 1; icon_state = "cyan4" }, /area/lv759/indoors/wy_research_complex/weaponresearchlab) +"cHg" = ( +/obj/structure/fence/electrified, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/north_west_caves) "cHo" = ( /obj/effect/hybrisa/decal/road/road_stop{ icon_state = "stop_decal5" @@ -16408,6 +17020,19 @@ }, /turf/open/hybrisa/street/underground_unweedable, /area/lv759/indoors/wy_research_complex/hallwaysouthwest) +"cHx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/mainlabs) "cHB" = ( /obj/structure/platform_decoration/hybrisa/metalplatformdeco3{ dir = 4 @@ -16604,6 +17229,10 @@ /obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 6 + }, /turf/open/floor/strata{ dir = 8; icon_state = "orange_edge" @@ -16734,10 +17363,15 @@ /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_west_street) "cJY" = ( -/obj/item/lightstick/red/spoke/planted, /obj/structure/platform_decoration{ dir = 1 }, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 14; + pixel_y = -4 + }, /turf/open/auto_turf/hybrisashale/layer0_plate, /area/lv759/outdoors/caveplateau) "cKe" = ( @@ -17018,6 +17652,10 @@ /area/lv759/indoors/hospital/emergency_room) "cLK" = ( /obj/structure/largecrate/guns, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "cargo" }, @@ -17177,7 +17815,9 @@ /turf/open/hybrisa/street/cement3, /area/lv759/outdoors/colony_streets/north_west_street) "cNg" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/structure/sign/poster/safety, /turf/closed/wall/r_wall/bunker{ name = "reinforced metal wall" @@ -17787,6 +18427,9 @@ /obj/effect/decal/warning_stripes{ icon_state = "N" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -17802,7 +18445,7 @@ icon_state = "NW-out" }, /turf/open/floor/plating/plating_catwalk/prison, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "cRE" = ( /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" @@ -17910,6 +18553,10 @@ "cSc" = ( /obj/effect/decal/cleanable/blood, /obj/effect/landmark/corpsespawner/hybrisa_goon, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/tile/tilegrey, /area/lv759/indoors/wy_research_complex/hallwaysouthwest) "cSi" = ( @@ -18266,6 +18913,9 @@ pixel_x = -2; pixel_y = 20 }, +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -18406,6 +19056,18 @@ }, /turf/open/floor/hybrisa/misc/spaceport1, /area/lv759/indoors/spaceport/docking_bay_1) +"cWj" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/cafeteria) "cWo" = ( /obj/structure/sign/poster/kellandmining, /turf/closed/wall/r_wall/bunker{ @@ -18641,6 +19303,10 @@ /area/lv759/indoors/garage_restroom) "cYq" = ( /obj/item/weapon/twohanded/folded_metal_chair, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/southeastexit) "cYu" = ( @@ -18716,6 +19382,21 @@ }, /turf/open/floor/plating, /area/lv759/outdoors/power_plant/transformers_south) +"cYU" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 10 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/wy_research_complex/mainlabs) "cYX" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/tool/warning_cone{ @@ -18811,6 +19492,10 @@ /area/lv759/indoors/spaceport/baggagehandling) "cZB" = ( /obj/structure/bed/stool, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 1 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "cZF" = ( @@ -18876,6 +19561,9 @@ /area/lv759/indoors/meridian/meridian_factory) "cZZ" = ( /obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -18912,6 +19600,10 @@ pixel_x = -9; pixel_y = 20 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "ramptop" @@ -19114,9 +19806,6 @@ }, /area/lv759/indoors/mining_outpost/vehicledeployment) "dcb" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, /obj/structure/machinery/computer/cameras{ dir = 4; layer = 3; @@ -19125,6 +19814,10 @@ /obj/structure/surface/table/almayer{ color = "#848484" }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, /turf/open/floor/hybrisa/carpet/carpetblackdeco, /area/lv759/indoors/wy_research_complex/head_research_office) "dce" = ( @@ -19212,9 +19905,6 @@ /area/lv759/indoors/wy_research_complex/xenobiology) "dcC" = ( /obj/effect/decal/cleanable/blood, -/obj/structure/prop/hybrisa/misc/blood/blood2{ - dir = 8 - }, /obj/structure/machinery/light{ dir = 1 }, @@ -19280,6 +19970,17 @@ dir = 1 }, /area/lv759/indoors/botany/botany_greenhouse) +"ddb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/misc/wysmallright, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "ddc" = ( /obj/structure/barricade/handrail/hybrisa/road/plastic/red{ dir = 4 @@ -19367,6 +20068,17 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/wy_security/checkpoint_east) +"ddH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hangarbay) "ddI" = ( /obj/structure/machinery/chem_dispenser/medbay, /turf/open/floor/prison{ @@ -19640,6 +20352,15 @@ }, /turf/closed/wall/hybrisa/colony, /area/lv759/indoors/casino/casino_office) +"dfy" = ( +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "dfK" = ( /obj/item/trash/cigbutt{ pixel_x = -7; @@ -19966,6 +20687,7 @@ /obj/item/reagent_container/glass/bucket{ pixel_x = -4 }, +/obj/structure/machinery/light/small/blue, /turf/open/floor/almayer{ dir = 8; icon_state = "blackfull" @@ -20126,6 +20848,15 @@ icon_state = "ramptop" }, /area/lv759/outdoors/colony_streets/north_east_street) +"diN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "diR" = ( /obj/effect/decal/warning_stripes{ icon_state = "N" @@ -20181,6 +20912,10 @@ density = 0; pixel_y = 16 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 1; icon_state = "black" @@ -20449,6 +21184,9 @@ pixel_x = 3; pixel_y = 5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison, /area/lv759/outdoors/colony_streets/south_west_street) "dln" = ( @@ -20767,6 +21505,19 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/central_streets) +"dov" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "doy" = ( /obj/item/trash/hybrisa/cuppa_joes/empty_cup, /obj/item/trash/hybrisa/cuppa_joes/lid, @@ -21085,6 +21836,17 @@ icon_state = "darkbrown2" }, /area/lv759/indoors/mining_outpost/vehicledeployment) +"dqA" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) "dqD" = ( /turf/open/floor/hybrisa/metal/greenmetal1{ dir = 6 @@ -21141,6 +21903,10 @@ pixel_x = -7; pixel_y = 7 }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, /turf/open/floor/prison, /area/lv759/indoors/spaceport/communications_office) "drj" = ( @@ -21151,6 +21917,10 @@ pixel_x = -6; pixel_y = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "orange_edge" @@ -21477,6 +22247,10 @@ pixel_y = 17 }, /obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -21719,6 +22493,10 @@ /obj/structure/machinery/light/small{ dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 10 + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -21738,6 +22516,17 @@ /obj/structure/barricade/handrail/hybrisa/road/plastic/blue, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/east_central_street) +"dvJ" = ( +/obj/structure/largecrate/random/barrel/black{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -6; + pixel_y = -5 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/indoors/derelict_ship) "dvQ" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -21894,6 +22683,9 @@ dir = 4; icon_state = "triagedecaldir" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -21993,6 +22785,9 @@ /obj/structure/extinguisher_cabinet{ pixel_x = 26 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "sterile" @@ -22033,13 +22828,20 @@ /area/lv759/indoors/meridian/meridian_maintenance_east) "dyX" = ( /obj/structure/machinery/computer/atmos_alert{ - dir = 4 + dir = 4; + pixel_y = 12; + layer = 4 }, /obj/structure/surface/table/reinforced/almayer_B, /obj/structure/window/reinforced{ dir = 8; health = 80 }, +/obj/structure/machinery/computer/atmos_alert{ + dir = 4; + layer = 4; + pixel_y = -2 + }, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/fusion_generators) "dyY" = ( @@ -22336,6 +23138,10 @@ pixel_x = 2; pixel_y = 6 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating{ dir = 8; icon_state = "platingdmg3" @@ -22350,6 +23156,10 @@ icon_state = "mgibbl2" }, /obj/structure/bed/hybrisa/hospital/hospitaldivider, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 4; + pixel_y = 30 + }, /turf/open/floor/hybrisa/tile/darkgrey_bigtile, /area/lv759/indoors/hospital/morgue) "dBC" = ( @@ -22584,8 +23394,16 @@ }, /area/lv759/indoors/power_plant/power_storage) "dDh" = ( -/obj/item/tool/stamp/weyyu, /obj/structure/surface/table/reinforced/black, +/obj/item/ashtray/bronze{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/tool/stamp/weyyu, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, /turf/open/floor/hybrisa/carpet/carpetblackdeco, /area/lv759/indoors/wy_research_complex/head_research_office) "dDk" = ( @@ -22666,6 +23484,10 @@ }, /obj/structure/largecrate/random/case/double, /obj/structure/machinery/light/double/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -22809,6 +23631,7 @@ }, /area/lv759/indoors/mining_outpost/east_command) "dFb" = ( +/obj/structure/pipes/vents/pump, /turf/open/floor/strata{ dir = 8; icon_state = "cyan4" @@ -23027,6 +23850,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "SE-out" }, +/obj/structure/pipes/vents/pump, /turf/open/floor/almayer{ dir = 9; icon_state = "black" @@ -23173,6 +23997,10 @@ dir = 1; icon_state = "triagedecaldir" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -23428,6 +24256,22 @@ icon = 'icons/turf/floors/hybrisa_dirt.dmi' }, /area/lv759/outdoors/colony_streets/central_streets) +"dJR" = ( +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/wy_research_complex/head_research_office) "dJY" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/hybrisa/decal/dirt, @@ -23577,7 +24421,7 @@ /area/lv759/outdoors/colony_streets/central_streets) "dLn" = ( /obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{ - dir = 1 + dir = 4 }, /turf/closed/wall/hybrisa/colony/engineering/ribbed, /area/lv759/indoors/power_plant/fusion_generators) @@ -24403,6 +25247,10 @@ pixel_y = 8 }, /obj/item/reagent_container/glass/bucket, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/weymart/maintenance) "dSW" = ( @@ -24569,6 +25417,25 @@ /obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison, /area/lv759/indoors/bar) +"dUj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_research_complex_entrance) "dUn" = ( /obj/item/tool/warning_cone{ pixel_x = -9; @@ -24780,12 +25647,27 @@ /area/lv759/indoors/wy_research_complex/weaponresearchlab) "dVF" = ( /obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison, /area/lv759/indoors/wy_research_complex_entrance) "dVG" = ( /obj/structure/blocker/invisible_wall, /turf/open/engineership/pillars/west/pillarwest1, /area/lv759/oob) +"dVH" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) "dVT" = ( /obj/structure/prop/ice_colony/ground_wire, /obj/structure/prop/ice_colony/ground_wire{ @@ -25428,6 +26310,10 @@ /obj/structure/machinery/light/small{ dir = 4 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "eaP" = ( @@ -25647,6 +26533,16 @@ }, /turf/open/floor/hybrisa/carpet/carpetfadedred, /area/lv759/indoors/apartment/eastbedrooms) +"ecS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex_entrance) "ecT" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_29"; @@ -25714,6 +26610,9 @@ /area/lv759/outdoors/colony_streets/central_streets) "edy" = ( /obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ icon_state = "orange_edge" }, @@ -25769,6 +26668,10 @@ /obj/structure/closet, /obj/effect/landmark/objective_landmark/close, /obj/item/storage/box/sprays, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/weymart/maintenance) "edR" = ( @@ -26109,6 +27012,15 @@ }, /turf/closed/wall/hybrisa/colony, /area/lv759/indoors/apartment/westshowers) +"egH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/north_west_caves) "egI" = ( /obj/structure/largecrate/random/mini{ layer = 3.9; @@ -26497,6 +27409,10 @@ dir = 1; autoname = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/cargo) "ekl" = ( @@ -26599,7 +27515,9 @@ /turf/open/floor/hybrisa/tile/tilewhitecheckered, /area/lv759/indoors/wy_research_complex/medical_annex) "elr" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/effect/hybrisa/decal/dirt, /obj/item/weapon/twohanded/folded_metal_chair{ pixel_x = -7; @@ -26670,10 +27588,7 @@ /turf/open/hybrisa/street/sidewalkfull, /area/lv759/outdoors/colony_streets/north_street) "ema" = ( -/obj/structure/prop/almayer/computers/sensor_computer1{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer3, /turf/open/floor/plating, /area/lv759/indoors/electical_systems/substation3) "emb" = ( @@ -26805,6 +27720,15 @@ /obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/west_caves) +"ena" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "enh" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/trash/cigbutt{ @@ -26909,13 +27833,6 @@ /obj/structure/curtain/medical, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/medical_annex) -"enZ" = ( -/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{ - autoname = 1; - name = "autoname reinforced" - }, -/turf/closed/wall/hybrisa/research/reinforced, -/area/lv759/indoors/wy_research_complex/southeastexit) "eob" = ( /obj/structure/window/framed/hybrisa/colony/office, /obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ @@ -27184,6 +28101,9 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/mining_outpost/vehicledeployment) "eqJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -27209,6 +28129,10 @@ pixel_x = -9; pixel_y = 20 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison, /area/lv759/outdoors/colony_streets/south_west_street) "eqU" = ( @@ -27306,6 +28230,13 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/south_east_street) +"erA" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex_entrance) "erB" = ( /turf/closed/wall/hybrisa/colony/hospital, /area/lv759/indoors/hospital/emergency_room) @@ -27359,6 +28290,9 @@ icon_state = "N"; pixel_y = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "black" @@ -27417,18 +28351,8 @@ /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/east_central_street) "esC" = ( -/obj/structure/prop/hybrisa/misc/cabinet{ - layer = 4; - pixel_x = -7; - pixel_y = 12 - }, -/obj/effect/landmark/objective_landmark/medium, -/obj/effect/hybrisa/decal/trash{ - icon_state = "trash_8" - }, -/obj/item/paper/crumpled{ - pixel_x = 15; - pixel_y = -9 +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 4 }, /turf/open/floor/hybrisa/metal/bluemetal1{ dir = 9 @@ -27500,9 +28424,6 @@ /area/lv759/outdoors/colony_streets/east_central_street) "esT" = ( /obj/structure/surface/table/reinforced/black, -/obj/structure/machinery/computer/crew/alt{ - pixel_x = -15 - }, /obj/item/implantcase/death_alarm{ pixel_x = 4; pixel_y = 4 @@ -27515,6 +28436,14 @@ pixel_y = 8; pixel_x = 4 }, +/obj/item/clipboard{ + pixel_x = -12; + pixel_y = 5 + }, +/obj/item/paper{ + pixel_x = -12; + pixel_y = 6 + }, /turf/open/floor/almayer{ dir = 1; icon_state = "black" @@ -27927,6 +28856,12 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/tcomms_northwest) +"ewu" = ( +/obj/structure/sign/poster/ad{ + layer = 2.9 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/kitchen) "ewz" = ( /obj/structure/platform{ dir = 4 @@ -28005,6 +28940,10 @@ /area/lv759/oob) "ewY" = ( /obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -28034,9 +28973,6 @@ dir = 4 }, /obj/item/fuel_cell, -/obj/structure/machinery/light/spot/blue{ - dir = 8 - }, /turf/open/floor/strata{ dir = 4; icon_state = "blue3" @@ -28333,6 +29269,9 @@ /obj/structure/surface/table/almayer{ color = "#848484" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "squares" }, @@ -28435,9 +29374,13 @@ }, /area/lv759/indoors/central_caves) "eAd" = ( -/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/case/small{ + pixel_y = 12 + }, /obj/effect/landmark/objective_landmark/science, -/obj/effect/landmark/objective_landmark/far, +/obj/effect/landmark/objective_landmark/far{ + layer = 4 + }, /turf/open/engineership/engineer_floor3, /area/lv759/indoors/derelict_ship) "eAf" = ( @@ -28877,6 +29820,11 @@ /turf/open/floor/hybrisa/metal/stripe_red, /area/lv759/indoors/north_west_caves) "eEJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ dir = 8; icon_state = "darkyellow2" @@ -29017,6 +29965,17 @@ /obj/structure/machinery/door/poddoor/hybrisa/open_shutters, /turf/open/floor/plating, /area/lv759/indoors/hospital/emergency_room) +"eGo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/north_maint) "eGr" = ( /turf/closed/shuttle/dropship2/transparent{ desc = "The WY-LWI StarGlider SG-200, a product of the collaborative ingenuity between Weyland Yutani and Lunnar-Welsun Industries, is a small dropship is designed for short-range commercial transport."; @@ -29142,6 +30101,18 @@ /obj/item/trash/cigbutt, /turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/apartment/eastfoyer) +"eHn" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 8 + }, +/area/lv759/indoors/north_west_caves) "eHu" = ( /obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ @@ -30100,13 +31071,6 @@ }, /turf/closed/wall/engineership, /area/lv759/oob) -"eOB" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/lv759/indoors/west_caves) "eOE" = ( /obj/item/tool/warning_cone{ pixel_x = -10; @@ -30573,6 +31537,9 @@ /obj/item/stack/rods/plasteel{ amount = 36 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -30678,6 +31645,15 @@ icon_state = "orange_cover" }, /area/lv759/indoors/wy_research_complex/hangarbay) +"eTi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "cargo_arrow" + }, +/area/lv759/indoors/wy_research_complex/cargo) "eTm" = ( /obj/structure/machinery/prop/almayer/computer/PC{ dir = 4; @@ -30690,6 +31666,9 @@ /turf/open/floor/hybrisa/metal/bluemetalfull, /area/lv759/indoors/spaceport/flight_control_room) "eTn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/hybrisa/misc/wysmallright, /area/lv759/indoors/wy_research_complex/hangarbay) "eTF" = ( @@ -30723,7 +31702,13 @@ "eTW" = ( /obj/item/trash/candy, /obj/effect/hybrisa/decal/dirt, -/turf/open/floor/hybrisa/tile/cementflat, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south) "eTX" = ( /obj/structure/machinery/space_heater/radiator/red{ @@ -30763,6 +31748,10 @@ pixel_x = -8; pixel_y = 4 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 10 + }, /turf/open/floor/plating, /area/lv759/indoors/weymart/maintenance) "eUc" = ( @@ -30963,8 +31952,18 @@ icon_state = "whitegreenfull" }, /area/lv759/indoors/hospital/east_hallway) +"eVL" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/reception) "eVN" = ( -/obj/structure/blocker/forcefield/vehicles, +/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Crawler_Cargo, /turf/open/floor/plating{ icon_state = "platingdmg1" }, @@ -31024,6 +32023,11 @@ icon_state = "orange_edge" }, /area/lv759/indoors/spaceport/docking_bay_1) +"eWL" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/wy_research_complex_entrance) "eWN" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/hybrisa/decal/trash{ @@ -31258,6 +32262,9 @@ pixel_y = 21 }, /obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison, /area/lv759/indoors/wy_research_complex_entrance) "eYN" = ( @@ -31361,6 +32368,13 @@ /obj/structure/sign/nosmoking_1, /turf/closed/wall/hybrisa/research/reinforced, /area/lv759/indoors/wy_research_complex/cafeteria) +"eZH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/lv759/indoors/wy_research_complex/securitycommand) "eZQ" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -31839,6 +32853,13 @@ }, /turf/open/engineership/engineer_floor9, /area/lv759/indoors/derelict_ship) +"fdA" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/wy_research_complex/dormsfoyer) "fdE" = ( /obj/structure/machinery/light, /obj/structure/flora/pottedplant{ @@ -31850,6 +32871,11 @@ /obj/structure/prop/turbine{ layer = 6 }, +/obj/structure/barricade/handrail/strata, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, /turf/open/floor/corsat, /area/lv759/indoors/electical_systems/substation1) "fdR" = ( @@ -31964,6 +32990,9 @@ /area/lv759/indoors/meridian/meridian_factory) "feU" = ( /obj/structure/machinery/light/blue, +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 1 + }, /turf/open/floor/strata{ icon_state = "red3" }, @@ -32099,6 +33128,10 @@ }, /obj/item/card/id/silver/clearance_badge/scientist, /obj/item/clothing/head/bio_hood/scientist, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -32267,6 +33300,9 @@ pixel_x = 5; pixel_y = 7 }, +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" @@ -32457,6 +33493,9 @@ /obj/effect/decal/warning_stripes{ icon_state = "N" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -32752,13 +33791,19 @@ dir = 8; layer = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "black" }, /area/lv759/indoors/wy_research_complex/cargo) "fkO" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/structure/largecrate/random/barrel/blue, /obj/structure/prop/hybrisa/misc/fake/wire/blue{ dir = 4 @@ -33144,6 +34189,13 @@ icon_state = "carpet9-4" }, /area/lv759/indoors/bar) +"fok" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/north_west_caves) "fon" = ( /obj/item/stack/rods, /obj/effect/decal/warning_stripes{ @@ -33205,6 +34257,10 @@ /obj/structure/machinery/door/airlock/almayer/security/glass{ autoname = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/securitycommand) "foQ" = ( @@ -33481,6 +34537,9 @@ /obj/structure/machinery/light/double/blue{ dir = 8 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -33510,18 +34569,6 @@ icon_state = "floor3" }, /area/lv759/indoors/spaceport/cuppajoes) -"fqQ" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2 - }, -/obj/structure/showcase{ - icon_state = "comm_server" - }, -/turf/open/floor/corsat{ - icon_state = "officetiles" - }, -/area/lv759/indoors/power_plant/telecomms) "fqW" = ( /obj/item/clipboard{ pixel_x = 4; @@ -33576,6 +34623,9 @@ /area/lv759/outdoors/colony_streets/east_central_street) "frj" = ( /obj/structure/closet/hydrant, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/closed/wall/hybrisa/research/reinforced, /area/lv759/indoors/wy_research_complex/reception) "frm" = ( @@ -33660,13 +34710,6 @@ icon_state = "black" }, /area/lv759/indoors/wy_research_complex/cargo) -"fsh" = ( -/obj/structure/stairs{ - color = "#a6aeab" - }, -/obj/structure/blocker/forcefield/vehicles, -/turf/open/auto_turf/hybrisashale/layer1, -/area/lv759/indoors/north_west_caves) "fsi" = ( /turf/open/floor/prison{ dir = 1; @@ -33856,6 +34899,10 @@ /area/lv759/indoors/landing_zone_2/kmcc_hub_cargo) "ftP" = ( /obj/item/clothing/shoes/marine/corporate, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 8; icon_state = "red4" @@ -34441,7 +35488,7 @@ /obj/structure/prop/hybrisa/fakeplatforms/platform1{ dir = 8 }, -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ +/obj/structure/blackgoocontainer{ pixel_x = -4; pixel_y = 2 }, @@ -34630,8 +35677,8 @@ }, /area/lv759/outdoors/colony_streets/north_street) "fzR" = ( -/obj/structure/machinery/message_server{ - icon_state = "server-nopower" +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 4 }, /turf/open/floor/hybrisa/carpet/carpetblack, /area/lv759/indoors/colonial_marshals/office) @@ -34674,6 +35721,14 @@ icon_state = "officetiles" }, /area/lv759/indoors/wy_research_complex/securitycommand) +"fAd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/wy_research_complex/hangarbay) "fAk" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/hybrisa/decal/dirt, @@ -35001,6 +36056,10 @@ layer = 3.33; pixel_y = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "red" @@ -35231,6 +36290,17 @@ icon_state = "ramptop" }, /area/lv759/indoors/wy_research_complex/vehicledeploymentbay) +"fED" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "fEI" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/prop/ice_colony/dense/planter_box{ @@ -35485,6 +36555,13 @@ }, /turf/closed/wall/hybrisa/research/reinforced, /area/lv759/indoors/wy_research_complex/southeastexit) +"fGw" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) "fGB" = ( /obj/item/trash/c_tube{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -35552,6 +36629,10 @@ /area/lv759/indoors/north_caves) "fGY" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -35633,6 +36714,12 @@ /obj/structure/prop/hybrisa/misc/floorprops/grate, /turf/open/hybrisa/street/underground_unweedable, /area/lv759/outdoors/colony_streets/north_east_street) +"fHy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "fHz" = ( /obj/structure/surface/rack, /obj/structure/barricade/handrail{ @@ -35907,6 +36994,9 @@ /turf/open/auto_turf/hybrisashale/layer2, /area/lv759/outdoors/landing_zone_2) "fKG" = ( +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, /turf/open/floor/hybrisa/metal/bluemetal1{ dir = 10 }, @@ -36015,6 +37105,20 @@ }, /turf/open/floor/plating, /area/lv759/indoors/north_east_caves) +"fLB" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "hybrisaresearchlockdown" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_research_complex_entrance) "fLX" = ( /obj/structure/prop/hybrisa/Factory/Robotic_arm{ layer = 4; @@ -36298,6 +37402,9 @@ dir = 4; pixel_y = -5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ allow_construction = 0; icon_state = "plate" @@ -36530,6 +37637,9 @@ layer = 4; level = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -36622,6 +37732,13 @@ icon_state = "cargo_arrow" }, /area/lv759/indoors/landing_zone_2/kmcc_hub_cargo) +"fQH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 9 + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "fQI" = ( /obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ dir = 8 @@ -36711,6 +37828,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -36794,6 +37915,12 @@ icon_state = "darkbrown2" }, /area/lv759/indoors/recycling_plant/synthetic_storage) +"fRI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "fRP" = ( /turf/open/floor/prison{ dir = 10 @@ -36885,6 +38012,9 @@ icon_state = "E"; layer = 3.33 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 4; icon_state = "yellow" @@ -37130,6 +38260,10 @@ /obj/effect/hybrisa/decal/dirt, /obj/item/ammo_magazine/rifle/mar40, /obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -37168,6 +38302,10 @@ dir = 1; pixel_y = 6 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "red3" @@ -37626,6 +38764,9 @@ pixel_y = 16 }, /obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -37714,6 +38855,12 @@ pixel_x = -2; pixel_y = 20 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/southeastexit) "fZn" = ( @@ -37896,7 +39043,7 @@ /turf/open/floor/hybrisa/tile/tilegreen, /area/lv759/indoors/garage_reception) "gaB" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer, +/obj/structure/blackgoocontainer, /turf/open/engineership/engineer_floor3, /area/lv759/indoors/derelict_ship) "gaL" = ( @@ -37999,10 +39146,7 @@ /turf/open/floor/hybrisa/wood/blackwood, /area/lv759/indoors/weyyu_office/vip) "gbK" = ( -/obj/structure/prop/almayer/computers/sensor_computer3{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer5, /turf/open/floor/plating/plating_catwalk, /area/lv759/indoors/wy_research_complex/xenoarcheology) "gbP" = ( @@ -38019,10 +39163,6 @@ }, /area/lv759/indoors/apartment/eastrestroomsshower) "gcd" = ( -/obj/structure/prop/almayer/computers/sensor_computer1{ - desc = "An old W-Y systems control computer that manages the air enviorment for a large area. Commonly used in mining operations in order to control O2 levels, alert of any dangerous gases and make the heat slightly more bearable."; - name = "computer" - }, /obj/structure/window/reinforced/tinted{ dir = 8 }, @@ -38037,6 +39177,7 @@ dir = 4; pixel_y = 4 }, +/obj/structure/machinery/big_computers/computerbrown/computer3, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/gas_generators) "gcg" = ( @@ -38511,6 +39652,9 @@ icon_state = "5-9"; layer = 5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 4; icon_state = "yellow" @@ -39116,8 +40260,9 @@ /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" }, -/obj/item/tool/kitchen/tray{ - pixel_y = 9 +/obj/structure/blackgoocontainer{ + pixel_y = 18; + layer = 3.01 }, /turf/open/floor/almayer{ dir = 8; @@ -39143,12 +40288,15 @@ }, /area/lv759/indoors/wy_research_complex/securityarmory) "glH" = ( -/obj/structure/prop/invuln/overhead_pipe, /obj/structure/barricade/wooden{ dir = 1; layer = 3.1; pixel_y = 12 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 5 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "glK" = ( @@ -39165,6 +40313,10 @@ icon_state = "N"; pixel_y = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 1; icon_state = "silver" @@ -39533,6 +40685,10 @@ dir = 8; icon_state = "triagedecaldir" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 8; icon_state = "blackfull" @@ -39617,6 +40773,10 @@ /obj/effect/decal/cleanable/liquid_fuel, /turf/open/floor/corsat, /area/lv759/indoors/spaceport/engineering) +"gpZ" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off, +/turf/closed/wall/hybrisa/research/reinforced, +/area/lv759/indoors/wy_research_complex/dormsfoyer) "gqc" = ( /obj/structure/sign/safety/maint{ pixel_y = 32 @@ -39700,6 +40860,7 @@ pixel_y = 18; layer = 4 }, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/wood, /area/lv759/indoors/hospital/cmo_office) "gqN" = ( @@ -39878,17 +41039,6 @@ dir = 8 }, /area/lv759/outdoors/colony_streets/north_west_street) -"gsi" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - icon_state = "blackgoocontainer2"; - pixel_y = 7; - pixel_x = -4 - }, -/obj/effect/decal/cleanable/blackgoo{ - color = "#505050" - }, -/turf/open/engineership/engineer_floor1, -/area/lv759/indoors/derelict_ship) "gsl" = ( /obj/effect/decal/strata_decals/grime/grime3, /turf/open/floor{ @@ -39924,6 +41074,14 @@ icon_state = "cell_stripe" }, /area/lv759/indoors/meridian/meridian_office) +"gsz" = ( +/obj/structure/barricade/handrail/kutjevo, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "gsH" = ( /obj/structure/platform/hybrisa/rockdark{ dir = 4 @@ -40179,6 +41337,9 @@ layer = 3.3 }, /obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -40445,6 +41606,16 @@ icon_state = "cell_stripe" }, /area/lv759/indoors/spaceport/docking_bay_2) +"gvZ" = ( +/obj/structure/largecrate/random/case/small{ + pixel_y = 9 + }, +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = 6; + pixel_y = 13 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/indoors/derelict_ship) "gwb" = ( /obj/item/trash/cigbutt{ pixel_x = -10; @@ -40530,6 +41701,10 @@ icon_state = "map_valve1"; name = "Pressure Valve" }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 1 + }, /turf/open/floor/plating{ dir = 8; icon_state = "platingdmg3" @@ -40545,13 +41720,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/wy_security/checkpoint_west) -"gwW" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - pixel_x = -4; - pixel_y = 2 - }, -/turf/open/engineership/engineer_floor3, -/area/lv759/indoors/derelict_ship) "gxd" = ( /obj/structure/largecrate/random/barrel/green, /obj/effect/hybrisa/decal/dirt, @@ -40742,7 +41910,8 @@ "gyx" = ( /obj/structure/bed/sofa/vert/grey/top, /obj/effect/hybrisa/decal/dirt, -/turf/open/floor/hybrisa/tile/cementflat, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south) "gyJ" = ( /obj/structure/sign/safety/one, @@ -40755,6 +41924,15 @@ /obj/effect/hybrisa/decal/dirt, /turf/open/floor/hybrisa/tile/tileblue, /area/lv759/indoors/mining_outpost/south) +"gyR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/wy_research_complex/hallwaysoutheast) "gyS" = ( /obj/structure/sign/safety/bathunisex{ pixel_x = -16; @@ -40773,6 +41951,9 @@ pixel_x = -1; pixel_y = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 8; icon_state = "cyan4" @@ -40807,6 +41988,14 @@ icon_state = "test_floor4" }, /area/lv759/indoors/wy_research_complex/xenoarcheology) +"gze" = ( +/obj/structure/surface/rack, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "gzg" = ( /turf/open/floor/almayer/research/containment/corner{ dir = 4 @@ -41125,6 +42314,12 @@ dir = 4 }, /area/lv759/outdoors/colony_streets/north_west_street) +"gBL" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/north_west_caves) "gBP" = ( /obj/structure/bed/chair{ icon_state = "chair_alt"; @@ -41207,7 +42402,7 @@ }, /area/lv759/indoors/wy_research_complex/securityarmory) "gCD" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ +/obj/structure/blackgoocontainer{ pixel_x = -2 }, /turf/open/engineership/engineer_floor3, @@ -41255,6 +42450,9 @@ pixel_y = 2 }, /obj/item/stack/sheet/plasteel/small_stack, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "cargo" }, @@ -41552,6 +42750,10 @@ /obj/structure/machinery/light/small, /turf/open/floor/plating, /area/lv759/indoors/mining_outpost/south) +"gEU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/south_west_caves) "gFa" = ( /obj/structure/window/framed/hybrisa/colony/hospital, /turf/open/floor/plating, @@ -41561,10 +42763,6 @@ /obj/item/shard, /turf/open/hybrisa/street/sidewalk, /area/lv759/outdoors/colony_streets/north_west_street) -"gFh" = ( -/obj/structure/prop/invuln/overhead_pipe, -/turf/closed/wall/hybrisa/colony/reinforced/hull, -/area/lv759/oob) "gFs" = ( /obj/structure/barricade/sandbags{ dir = 1; @@ -41618,6 +42816,9 @@ icon_state = "1-2"; layer = 5 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /turf/open/floor/plating, /area/lv759/indoors/botany/botany_maintenance) "gFG" = ( @@ -41707,6 +42908,9 @@ /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/east_central_street) "gGA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "blackcorner" }, @@ -41739,6 +42943,21 @@ icon_state = "red3" }, /area/lv759/indoors/spaceport/security) +"gGQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/cargo) "gGS" = ( /obj/structure/machinery/newscaster, /turf/closed/wall/hybrisa/spaceport_reinforced, @@ -41779,14 +42998,6 @@ icon_state = "officesquares" }, /area/lv759/indoors/hospital/virology) -"gHi" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 32 - }, -/turf/closed/wall/hybrisa/colony/reinforced/hull, -/area/lv759/oob) "gHn" = ( /obj/effect/hybrisa/decal/road/road_edge{ icon_state = "road_edge_decal3" @@ -42010,11 +43221,15 @@ /turf/open/floor/prison, /area/lv759/outdoors/colony_streets/south_west_street) "gIp" = ( -/obj/structure/platform/hybrisa/rockdark{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 }, -/turf/open/auto_turf/sand_white/layer0{ - icon = 'icons/turf/floors/hybrisa_dirt.dmi' +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" }, /area/lv759/indoors/north_west_caves) "gIu" = ( @@ -42031,6 +43246,10 @@ /obj/structure/machinery/light/blue{ dir = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor{ icon_state = "freezerfloor" }, @@ -42133,6 +43352,10 @@ "gJO" = ( /obj/structure/cargo_container/hybrisa/containersextended/blackwyright, /obj/structure/machinery/light/double/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 5 + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -42929,6 +44152,10 @@ /obj/effect/decal/medical_decals{ icon_state = "triagedecalbottomright" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 5; icon_state = "black" @@ -43293,6 +44520,10 @@ /area/lv759/indoors/spaceport/docking_bay_1) "gSn" = ( /obj/structure/machinery/light/double/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/tile/tilegrey, /area/lv759/indoors/wy_research_complex/hallwaysoutheast) "gSq" = ( @@ -43393,6 +44624,15 @@ }, /turf/open/hybrisa/street/sidewalkfull, /area/lv759/outdoors/colony_streets/central_streets) +"gSZ" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16; + pixel_y = -4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) "gTa" = ( /obj/structure/bed/roller, /obj/structure/closet/bodybag, @@ -43528,6 +44768,18 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/landing_zone_2) +"gTT" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex_entrance) "gTZ" = ( /obj/structure/surface/rack, /obj/item/device/sentry_computer, @@ -43653,6 +44905,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -43787,6 +45043,10 @@ /area/lv759/outdoors/colony_streets/east_central_street) "gWw" = ( /obj/structure/largecrate/random/barrel/purewhite, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -43959,6 +45219,13 @@ icon_state = "whitegreen" }, /area/lv759/indoors/hospital/east_hallway) +"gXR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/lv759/indoors/wy_research_complex/cafeteriakitchen) "gXU" = ( /obj/structure/window/framed/hybrisa/research/reinforced, /obj/structure/machinery/door/poddoor/hybrisa/open_shutters, @@ -44001,6 +45268,9 @@ dir = 8; start_charge = 50 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 8; icon_state = "black" @@ -44230,6 +45500,10 @@ }, /area/lv759/indoors/colonial_marshals/wardens_office) "gZO" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, /turf/open/floor/corsat, /area/lv759/indoors/electical_systems/substation1) "gZQ" = ( @@ -44258,6 +45532,18 @@ /obj/structure/platform, /turf/closed/wall/hybrisa/rock, /area/lv759/oob) +"haz" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) "haG" = ( /obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off, /turf/closed/wall/r_wall/biodome, @@ -44409,6 +45695,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "N" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/metal/stripe_red, /area/lv759/indoors/electical_systems/substation1) "hbB" = ( @@ -44786,6 +46076,9 @@ /obj/effect/hybrisa/decal/bloodtrail{ dir = 5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -44945,7 +46238,7 @@ icon_state = "coil2"; color = "#550d0d" }, -/turf/open/floor/corsat, +/turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/electical_systems/substation1) "hfV" = ( /obj/structure/platform{ @@ -45080,7 +46373,7 @@ /area/lv759/indoors/wy_research_complex/weaponresearchlabtesting) "hgP" = ( /obj/structure/bed/sofa/vert/grey/bot, -/turf/open/floor/hybrisa/tile/cementflat, +/turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south) "hgT" = ( /obj/structure/platform/hybrisa/metalplatformstair2, @@ -45466,6 +46759,18 @@ }, /turf/open/hybrisa/dropship/dropshipfloorcorner2, /area/lv759/indoors/spaceport/starglider) +"hkm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/mainlabs) "hku" = ( /obj/effect/hybrisa/decal/dirt, /turf/open/auto_turf/sand_white/layer0{ @@ -45625,6 +46930,16 @@ icon_state = "platingdmg3" }, /area/lv759/indoors/east_caves) +"hlM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/north_west_caves) "hlT" = ( /obj/item/trash/cigbutt{ pixel_x = -9; @@ -45650,6 +46965,13 @@ icon_state = "plating" }, /area/lv759/indoors/spaceport/baggagehandling) +"hlW" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/north_west_caves) "hlY" = ( /obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname, /turf/open/floor/strata{ @@ -45879,6 +47201,8 @@ /obj/item/tool/kitchen/tray, /obj/item/reagent_container/glass/beaker/silver, /obj/item/reagent_container/glass/beaker, +/obj/item/reagent_container/glass/beaker, +/obj/item/reagent_container/glass/beaker, /turf/open/floor/almayer{ dir = 8; icon_state = "blackfull" @@ -46130,6 +47454,28 @@ icon_state = "floor_plate" }, /area/lv759/indoors/wy_research_complex/vehicledeploymentbay) +"hpr" = ( +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 4 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/effect/decal/cleanable/molten_item, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/wy_research_complex/xenoarcheology) +"hps" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 9 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/north_west_caves) "hpu" = ( /obj/effect/hybrisa/decal/road/road_edge{ icon_state = "road_edge_decal4" @@ -46266,6 +47612,11 @@ /turf/open/floor/kutjevo/grey, /area/lv759/indoors/meridian/meridian_showroom) "hra" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/hybrisa/misc/wybiglogo{ dir = 9 }, @@ -46349,9 +47700,16 @@ }, /area/lv759/outdoors/colony_streets/south_east_street) "hrF" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer, +/obj/structure/blackgoocontainer, /turf/open/engineership/engineer_floor1, /area/lv759/indoors/derelict_ship) +"hrG" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/west_caves) "hrJ" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/hybrisa/decal/dirt, @@ -46515,6 +47873,16 @@ /obj/structure/prop/hybrisa/misc/floorprops/grate, /turf/open/hybrisa/street/underground_unweedable, /area/lv759/outdoors/colony_streets/east_central_street) +"hsY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "hsZ" = ( /obj/effect/hybrisa/decal/gold/line3, /obj/item/shard, @@ -46894,6 +48262,19 @@ icon_state = "silver" }, /area/lv759/indoors/wy_research_complex/hallwaycentral) +"hwp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/mainlabs) "hwr" = ( /obj/structure/closet, /turf/open/floor/prison{ @@ -46905,6 +48286,10 @@ /obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ dir = 8 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "orange_edge" @@ -47488,6 +48873,10 @@ pixel_x = -12; pixel_y = -12 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -47604,6 +48993,22 @@ icon_state = "red3" }, /area/lv759/indoors/wy_research_complex/weaponresearchlabtesting) +"hBB" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform/stair_cut, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "hBC" = ( /obj/structure/surface/table/reinforced/cloth, /obj/structure/prop/hybrisa/supermart/supermartfruitbasketpears{ @@ -47696,6 +49101,10 @@ icon_state = "2-10"; layer = 5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "yellow" @@ -47816,6 +49225,7 @@ /area/lv759/indoors/east_caves) "hCL" = ( /obj/item/device/flashlight/lamp/tripod, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ dir = 4; icon_state = "cell_stripe" @@ -48097,6 +49507,15 @@ icon_state = "ramptop" }, /area/lv759/indoors/landing_zone_2/kmcc_hub_security) +"hEI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "hEM" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -48257,6 +49676,13 @@ icon_state = "officetiles" }, /area/lv759/indoors/spaceport/starglider) +"hFP" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + start_charge = 50 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_south) "hFU" = ( /obj/structure/platform_decoration/hybrisa/engineer_corner, /obj/structure/platform_decoration/hybrisa/engineer_corner{ @@ -48270,6 +49696,16 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/west_caves) +"hGe" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "hGn" = ( /turf/open/floor/hybrisa/metal/zbrownfloor1{ dir = 4 @@ -48344,6 +49780,10 @@ /area/lv759/indoors/west_caves) "hGR" = ( /obj/structure/closet/firecloset, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/southeastexit) "hGS" = ( @@ -48739,6 +50179,9 @@ /area/lv759/indoors/spaceport/kitchen) "hKk" = ( /obj/structure/machinery/light, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, /turf/open/floor/almayer{ allow_construction = 0; icon_state = "plate" @@ -48770,6 +50213,10 @@ /obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname{ dir = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -48804,6 +50251,9 @@ }, /obj/effect/landmark/objective_landmark/science, /obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "red3" @@ -48970,12 +50420,16 @@ /turf/open/engineership/engineer_floor9, /area/lv759/indoors/derelict_ship) "hML" = ( -/obj/structure/platform/hybrisa/rockdark{ - dir = 4 +/obj/item/trash/cigbutt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" }, -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/north_west_caves) "hMN" = ( /obj/structure/closet/secure_closet/miner, @@ -49208,9 +50662,6 @@ /obj/effect/decal/cleanable/blood{ layer = 3 }, -/obj/structure/prop/hybrisa/misc/blood/blood2{ - dir = 4 - }, /obj/structure/bed/roller/hospital/bloody{ dir = 1 }, @@ -49224,6 +50675,10 @@ layer = 3.33; pixel_y = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "red" @@ -49430,6 +50885,9 @@ /obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ autoname = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -49468,7 +50926,10 @@ /area/lv759/outdoors/colony_streets/south_east_street) "hQK" = ( /obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ - pixel_x = 8; + pixel_y = -12 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = 20; pixel_y = -12 }, /turf/closed/wall/hybrisa/spaceport_reinforced, @@ -49786,6 +51247,19 @@ icon_state = "darkbrown2" }, /area/lv759/indoors/power_plant/south_hallway) +"hTn" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/north_west_caves) "hTr" = ( /obj/structure/platform/hybrisa/metalplatform6{ dir = 1 @@ -49886,6 +51360,16 @@ /obj/effect/hybrisa/decal/dirt, /turf/open/floor/hybrisa/tile/supermartfloor2, /area/lv759/indoors/power_plant/workers_canteen_kitchen) +"hUi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/wy_research_complex/hallwaysoutheast) "hUr" = ( /obj/item/stack/cable_coil/cyan, /obj/structure/showcase{ @@ -49895,13 +51379,15 @@ icon_state = "igniter0"; name = "floor panel" }, -/obj/structure/prop/hybrisa/misc/fake/wire/red{ - dir = 4; - pixel_y = 4 +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "4-10"; + layer = 5 }, -/obj/structure/prop/hybrisa/misc/fake/wire/yellow, -/obj/structure/prop/hybrisa/misc/fake/wire/blue{ - dir = 4 +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "5-9"; + layer = 5 }, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/fusion_generators) @@ -50055,6 +51541,10 @@ pixel_y = 1 }, /obj/structure/machinery/light/double/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 9 + }, /turf/open/floor/strata{ icon_state = "multi_tiles" }, @@ -50205,13 +51695,9 @@ /obj/structure/platform_decoration/hybrisa/engineer_corner{ dir = 8 }, -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - icon_state = "blackgoocontainer2"; - pixel_y = 7; - pixel_x = -4 - }, -/obj/effect/decal/cleanable/blackgoo{ - color = "#505050" +/obj/structure/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4 }, /turf/open/engineership/engineer_floor9, /area/lv759/indoors/derelict_ship) @@ -50274,7 +51760,9 @@ /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/south_west_caves) "hXO" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/item/stack/sheet/wood, /obj/structure/tunnel/maint_tunnel/hybrisa/no_xeno_desc{ pixel_y = 8 @@ -50412,6 +51900,10 @@ }, /obj/structure/largecrate/random/case/small, /obj/item/clothing/head/hardhat/white, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -50871,6 +52363,10 @@ dir = 4; health = 80 }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/carpet/carpetblack, /area/lv759/indoors/wy_research_complex/changingroom) "icR" = ( @@ -51034,6 +52530,10 @@ /area/lv759/indoors/spaceport/docking_bay_1) "iem" = ( /obj/structure/largecrate/random/case/small, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -51505,10 +53005,20 @@ /turf/open/hybrisa/street/cement1, /area/lv759/outdoors/colony_streets/east_central_street) "ihm" = ( -/obj/structure/platform/hybrisa/rockdark{ - dir = 4 +/obj/item/trash/eat, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" }, -/turf/open/auto_turf/hybrisashale/layer2, /area/lv759/indoors/north_west_caves) "iho" = ( /obj/item/storage/bag/plasticbag, @@ -51567,16 +53077,15 @@ }, /area/lv759/indoors/garage_workshop) "ihx" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 13 - }, /obj/structure/closet/emcloset, /obj/item/storage/pouch/sling, /obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ pixel_y = 28 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 10 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "ihy" = ( @@ -51786,13 +53295,6 @@ dir = 8 }, /area/lv759/outdoors/colony_streets/east_central_street) -"ijE" = ( -/obj/item/lightstick/red/spoke/planted, -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/auto_turf/hybrisashale/layer0_plate, -/area/lv759/outdoors/caveplateau) "ijN" = ( /obj/item/stack/sheet/metal, /obj/structure/machinery/power/apc{ @@ -51873,6 +53375,14 @@ icon_state = "box" }, /area/lv759/indoors/wy_research_complex/head_research_office) +"iky" = ( +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/north_west_caves) "ikF" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/trash/pistachios, @@ -52202,6 +53712,17 @@ }, /turf/open/floor/plating, /area/lv759/indoors/recycling_plant/synthetic_storage) +"inr" = ( +/obj/structure/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/blackgoocontainer{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/indoors/derelict_ship) "inw" = ( /obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, /obj/structure/platform/hybrisa/metalplatform6{ @@ -52272,6 +53793,14 @@ icon_state = "floor3" }, /area/lv759/indoors/wy_research_complex/mainlabs) +"iok" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "iop" = ( /obj/effect/decal/strata_decals/grime/grime1{ icon_state = "grime2" @@ -52878,6 +54407,15 @@ }, /turf/open/floor/corsat, /area/lv759/indoors/electical_systems/substation2) +"itP" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/obj/structure/blackgoocontainer{ + pixel_x = -2 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/indoors/derelict_ship) "itS" = ( /obj/structure/prop/hybrisa/misc/fake/lattice/full, /obj/structure/prop/hybrisa/misc/floorprops/grate, @@ -53318,11 +54856,6 @@ icon_state = "intact"; name = "Pipe" }, -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 32 - }, /turf/open/floor/almayer{ icon_state = "test_floor4" }, @@ -53458,9 +54991,9 @@ pixel_x = -4 }, /obj/structure/largecrate/random/mini{ - layer = 4; pixel_x = 9; - pixel_y = 14 + pixel_y = 14; + layer = 4.2 }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/south_east_street) @@ -53564,6 +55097,9 @@ /obj/structure/closet/crate, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /obj/item/prop/colony/folded_bedroll, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "black" @@ -53596,6 +55132,15 @@ /obj/structure/machinery/faxmachine, /turf/open/floor/hybrisa/metal/bluemetalfull, /area/lv759/indoors/spaceport/communications_office) +"iyl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "iyr" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/decal/warning_stripes{ @@ -53972,6 +55517,17 @@ /obj/item/prop/colony/folded_bedroll, /turf/open/floor/hybrisa/tile/tilewhite, /area/lv759/indoors/hospital/patient_ward) +"iAT" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ + autoname = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/wy_research_complex/reception) "iAW" = ( /obj/structure/platform/strata/metal{ dir = 4 @@ -54293,6 +55849,13 @@ icon_state = "whitegreen" }, /area/lv759/indoors/hospital/reception) +"iDv" = ( +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 4 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/indoors/derelict_ship) "iDz" = ( /obj/item/trash/cigbutt{ pixel_x = 1; @@ -54750,17 +56313,6 @@ icon_state = "plate" }, /area/lv759/indoors/wy_research_complex/dormsfoyer) -"iHW" = ( -/obj/item/tool/warning_cone{ - pixel_x = -10; - pixel_y = 11 - }, -/obj/item/tool/warning_cone{ - pixel_x = -4; - pixel_y = 2 - }, -/turf/open/auto_turf/hybrisashale/layer1, -/area/lv759/indoors/north_west_caves) "iHZ" = ( /turf/closed/wall/hybrisa/colony/reinforced, /area/lv759/indoors/meridian/meridian_factory) @@ -54774,11 +56326,13 @@ /obj/structure/window/reinforced/tinted{ dir = 4 }, -/obj/structure/machinery/blackbox_recorder, /obj/item/prop/almayer/flight_recorder/colony{ pixel_x = -6; pixel_y = 10 }, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, /turf/open/floor/hybrisa/metal/bluemetalfull, /area/lv759/indoors/spaceport/flight_control_room) "iIF" = ( @@ -54943,6 +56497,10 @@ icon_state = "trash_8"; pixel_y = 12 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 6 + }, /turf/open/floor/prison{ dir = 9; icon_state = "yellow" @@ -54994,6 +56552,16 @@ icon_state = "cell_stripe" }, /area/lv759/outdoors/power_plant/transformers_north) +"iJJ" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/north_west_caves) "iJP" = ( /obj/structure/prop/invuln/minecart_tracks{ desc = "A pipe."; @@ -55097,6 +56665,10 @@ /area/lv759/indoors/hospital/morgue) "iKY" = ( /obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/metal/stripe_red, /area/lv759/indoors/electical_systems/substation1) "iLb" = ( @@ -55290,6 +56862,9 @@ layer = 6; pixel_x = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -55387,6 +56962,19 @@ /obj/structure/machinery/meter, /turf/closed/wall/hybrisa/colony, /area/lv759/indoors/landing_zone_2/kmcc_hub_south_office) +"iNJ" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/cargo) "iNM" = ( /obj/structure/machinery/computer/cameras/telescreen{ desc = "A broken Tele-Screen monitor."; @@ -55409,6 +56997,10 @@ /obj/effect/decal/cleanable/blood/drip{ icon_state = "3" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "red" @@ -55571,6 +57163,17 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/spaceport/cargo) +"iPv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/indoors/wy_research_complex/mainlabs) "iPE" = ( /obj/effect/decal/strata_decals/grime/grime3{ icon_state = "grime4" @@ -55649,6 +57252,9 @@ icon_state = "E" }, /obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -55714,6 +57320,9 @@ /area/lv759/outdoors/colony_streets/south_east_street) "iRe" = ( /obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -55824,6 +57433,9 @@ pixel_x = -4; pixel_y = 23 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -56132,6 +57744,9 @@ dir = 4 }, /obj/item/ammo_magazine/smg/fp9000, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 4; icon_state = "red" @@ -56227,6 +57842,9 @@ layer = 6; pixel_x = -5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -56456,6 +58074,24 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/outdoors/colony_streets/north_east_street) +"iXg" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 10 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/wy_research_complex/hangarbay) "iXi" = ( /turf/open/floor/prison{ dir = 4; @@ -56507,6 +58143,10 @@ /turf/open/auto_turf/hybrisashale/layer2, /area/lv759/outdoors/landing_zone_2) "iXF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -56559,6 +58199,16 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/outdoors/colony_streets/north_street) +"iXV" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/north_west_caves) "iXX" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -56662,6 +58312,9 @@ }, /obj/effect/decal/cleanable/blood, /obj/item/ammo_magazine/smg/fp9000, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "cell_stripe" @@ -56726,7 +58379,7 @@ dir = 9; icon_state = "blue" }, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "iZv" = ( /obj/structure/blocker/forcefield/vehicles, /turf/closed/wall/hybrisa/colony/reinforced, @@ -57048,6 +58701,10 @@ /area/lv759/outdoors/colony_streets/south_west_street) "jcp" = ( /obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "orange_edge" @@ -57067,6 +58724,10 @@ }, /area/lv759/indoors/power_plant/power_storage) "jcw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 8; icon_state = "blackcorner" @@ -57080,7 +58741,7 @@ dir = 10; icon_state = "blue" }, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "jcy" = ( /obj/effect/hybrisa/decal/road/roadmiddle{ dir = 8; @@ -57163,6 +58824,11 @@ dir = 4; layer = 4 }, +/obj/item/device/flashlight/lamp/tripod, +/obj/item/tool/warning_cone{ + pixel_x = -22; + pixel_y = -7 + }, /turf/open/floor/plating{ dir = 8; icon_state = "platingdmg3" @@ -57634,6 +59300,10 @@ }, /area/lv759/indoors/spaceport/docking_bay_1) "jhM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ icon_state = "multi_tiles" }, @@ -57745,6 +59415,7 @@ /obj/structure/machinery/light/blue{ dir = 8 }, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ dir = 9; icon_state = "darkbrown2" @@ -57954,6 +59625,13 @@ dir = 1 }, /area/lv759/outdoors/colony_streets/north_street) +"jkr" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysoutheast) "jkv" = ( /obj/structure/platform/strata/metal, /turf/open/floor/strata{ @@ -58273,6 +59951,12 @@ icon_state = "red" }, /area/lv759/indoors/colonial_marshals/hallway_north_locker) +"jmD" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/north_west_caves) "jmJ" = ( /obj/structure/prop/invuln/lattice_prop{ dir = 1; @@ -58281,6 +59965,9 @@ pixel_y = -15 }, /obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -58457,6 +60144,13 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/wy_security/checkpoint_northwest) +"jom" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_research_complex_entrance) "jon" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ @@ -58701,6 +60395,10 @@ icon_state = "S"; layer = 3.3 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 1; icon_state = "cyan3" @@ -58789,6 +60487,12 @@ /obj/item/trash/crushed_cup, /turf/open/floor/plating, /area/lv759/indoors/recycling_plant) +"jry" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "jrG" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/bananapeel{ @@ -58986,6 +60690,17 @@ /obj/structure/platform/hybrisa/rockdark, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/central_caves) +"jsO" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3"; + pixel_y = 12 + }, +/obj/item/trash/hybrisa/cuppa_joes/empty_cup, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "jsU" = ( /obj/structure/girder, /obj/effect/hybrisa/decal/dirt, @@ -59106,7 +60821,7 @@ /obj/structure/platform_decoration/hybrisa/engineer_corner{ dir = 4 }, -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ +/obj/structure/blackgoocontainer{ pixel_x = -6; pixel_y = 4 }, @@ -59186,6 +60901,10 @@ pixel_x = -1; pixel_y = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 6 + }, /turf/open/floor/strata{ icon_state = "multi_tiles" }, @@ -59195,6 +60914,10 @@ icon_state = "SW-out" }, /obj/structure/machinery/light/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -59284,6 +61007,8 @@ /obj/structure/window/reinforced, /obj/item/tool/kitchen/tray, /obj/item/reagent_container/glass/beaker/vial, +/obj/item/reagent_container/glass/beaker/vial, +/obj/item/reagent_container/glass/beaker/vial, /turf/open/floor/almayer{ dir = 8; icon_state = "blackfull" @@ -59614,6 +61339,10 @@ /obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ dir = 1 }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 8; icon_state = "orange_edge" @@ -59663,12 +61392,29 @@ }, /turf/open/floor/kutjevo/colors/red, /area/lv759/indoors/meridian/meridian_showroom) +"jyK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/wy_research_complex/dormsfoyer) "jyM" = ( /obj/structure/machinery/light/small/blue{ dir = 1 }, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/southeastexit) +"jyS" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/north_west_caves) "jyV" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/barricade/handrail/hybrisa/road/plastic/red, @@ -59816,6 +61562,10 @@ /obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ pixel_y = 28 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "jAc" = ( @@ -59922,6 +61672,20 @@ icon_state = "officetiles" }, /area/lv759/indoors/casino) +"jAO" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "jAQ" = ( /obj/structure/machinery/power/apc, /turf/open/floor/hybrisa/wood/blackwood, @@ -60188,8 +61952,8 @@ /turf/open/floor/hybrisa/metal/greenmetalfull, /area/lv759/indoors/colonial_marshals/prisoners_recreation_area) "jCC" = ( -/obj/structure/machinery/message_server{ - icon_state = "server-nopower" +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 4 }, /turf/open/floor/corsat{ icon_state = "box" @@ -60378,6 +62142,10 @@ pixel_x = 6; pixel_y = 19 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 4; icon_state = "cell_stripe" @@ -60458,6 +62226,15 @@ }, /turf/open/hybrisa/street/sidewalkfull, /area/lv759/outdoors/colony_streets/north_street) +"jFc" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/stock_parts/matter_bin/adv, +/obj/effect/landmark/objective_landmark/science, +/turf/open/engineership/engineer_floor9, +/area/lv759/indoors/derelict_ship) "jFe" = ( /obj/structure/prop/invuln/minecart_tracks{ dir = 1 @@ -60491,6 +62268,10 @@ pixel_x = 12; pixel_y = 11 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" @@ -60598,6 +62379,10 @@ /obj/item/paper{ layer = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 1; icon_state = "red3" @@ -60696,6 +62481,16 @@ icon_state = "multi_tiles" }, /area/lv759/indoors/wy_research_complex/hangarbay) +"jHr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hangarbay) "jHK" = ( /obj/structure/platform/hybrisa/metalplatform1{ dir = 1 @@ -61002,6 +62797,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/plating/plating_catwalk, /area/lv759/indoors/wy_research_complex/mainlabs) "jKU" = ( @@ -61182,6 +62981,9 @@ /obj/structure/machinery/light/small/blue{ dir = 4 }, +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -61263,12 +63065,6 @@ icon_state = "plate" }, /area/lv759/indoors/landing_zone_2/kmcc_hub_cargo) -"jNm" = ( -/obj/structure/prop/invuln/overhead_pipe, -/turf/closed/wall/r_wall/bunker{ - name = "reinforced metal wall" - }, -/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "jNs" = ( /obj/structure/bed/chair{ dir = 4 @@ -61354,13 +63150,6 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/east_central_street) -"jNW" = ( -/obj/structure/largecrate/mule, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/lv759/indoors/north_west_caves) "jNZ" = ( /turf/open/floor/hybrisa/metal/zbrownfloor1{ dir = 1 @@ -61430,6 +63219,20 @@ icon_state = "red" }, /area/lv759/indoors/colonial_marshals/prisoners_foyer) +"jOt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "jOw" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/barricade/wooden{ @@ -61461,6 +63264,10 @@ icon = 'icons/turf/floors/hybrisa_dirt.dmi' }, /area/lv759/indoors/wy_research_complex_entrance) +"jOL" = ( +/obj/item/tool/shovel, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/north_west_caves) "jOT" = ( /obj/structure/surface/table/reinforced/black, /obj/structure/prop/cash_register/off, @@ -61511,6 +63318,19 @@ /obj/item/weapon/pizza_cutter, /turf/open/floor/hybrisa/tile/tilered, /area/lv759/indoors/pizzaria) +"jPr" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex/hallwayeast) "jPy" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic2/autoname, /obj/structure/machinery/door/poddoor/almayer/biohazard/white{ @@ -61708,6 +63528,9 @@ /obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ autoname = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -61811,6 +63634,10 @@ /obj/effect/decal/cleanable/blood/drip{ icon_state = "2" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison, /area/lv759/indoors/wy_research_complex_entrance) "jSs" = ( @@ -61821,6 +63648,10 @@ icon_state = "W"; layer = 3.3 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 8; icon_state = "cargo_arrow" @@ -62108,9 +63939,7 @@ /turf/open/floor/plating, /area/lv759/indoors/meridian/meridian_foyer) "jUs" = ( -/obj/structure/prop/almayer/computers/sensor_computer1{ - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer4, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/gas_generators) "jUt" = ( @@ -62473,6 +64302,10 @@ /turf/open/hybrisa/street/underground_unweedable, /area/lv759/indoors/wy_research_complex/hallwaysoutheast) "jXy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/misc/wybiglogo{ dir = 5 }, @@ -62983,6 +64816,10 @@ pixel_x = 2; pixel_y = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 5 + }, /turf/open/floor/strata{ dir = 1; icon_state = "cyan3" @@ -63007,10 +64844,7 @@ dir = 1; layer = 2 }, -/obj/structure/prop/almayer/computers/sensor_computer1{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer3, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/fusion_generators) "kbO" = ( @@ -63108,13 +64942,6 @@ "kcx" = ( /turf/open/floor/prison, /area/lv759/indoors/spaceport/flight_control_room) -"kcG" = ( -/obj/item/tool/shovel, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/lv759/indoors/west_caves) "kcO" = ( /obj/effect/hybrisa/decal/dirt, /turf/open/floor/plating{ @@ -63363,6 +65190,10 @@ /obj/structure/machinery/power/apc{ dir = 4 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4 + }, /turf/open/floor/plating{ dir = 8; icon_state = "platingdmg3" @@ -63408,6 +65239,18 @@ icon_state = "darkbrown2" }, /area/lv759/indoors/recycling_plant/synthetic_storage) +"kfg" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "kfp" = ( /obj/structure/machinery/washing_machine, /obj/structure/machinery/washing_machine{ @@ -63505,6 +65348,13 @@ /obj/effect/hybrisa/decal/dirt, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/central_streets) +"kgz" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysoutheast) "kgE" = ( /obj/structure/platform/hybrisa/metalplatform6{ dir = 4 @@ -63904,6 +65754,10 @@ icon_state = "mgibbl2" }, /obj/structure/machinery/light/double/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/tile/tilegrey, /area/lv759/indoors/wy_research_complex/hallwaysouthwest) "kjr" = ( @@ -64111,7 +65965,7 @@ pixel_x = 11; pixel_y = 14 }, -/turf/open/floor/hybrisa/tile/cementflat, +/turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north) "kkX" = ( /obj/structure/prop/hybrisa/supermart/rack/longrack5, @@ -64228,6 +66082,12 @@ /obj/item/reagent_container/food/drinks/bottle/sake, /turf/open/floor/hybrisa/wood/blackwood, /area/lv759/indoors/weyyu_office/vip) +"klC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_research_complex_entrance) "klD" = ( /obj/effect/hybrisa/decal/road/lines2, /obj/effect/hybrisa/decal/dirt, @@ -64732,6 +66592,10 @@ /obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ dir = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 10; icon_state = "orange_edge" @@ -65082,10 +66946,7 @@ /turf/open/floor/plating, /area/lv759/indoors/mining_outpost/north) "krz" = ( -/obj/structure/prop/almayer/computers/sensor_computer3{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer5, /turf/open/floor/almayer{ allow_construction = 0; icon_state = "plate" @@ -65334,6 +67195,17 @@ }, /turf/open/floor/hybrisa/metal/zbrownfloor_full, /area/lv759/indoors/meridian/meridian_factory) +"ktn" = ( +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/wy_research_complex/head_research_office) "ktp" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/stack/sheet/wood{ @@ -65475,6 +67347,10 @@ pixel_x = -1; pixel_y = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "yellow" @@ -65698,6 +67574,10 @@ /area/lv759/indoors/garage_workshop) "kvj" = ( /obj/structure/closet/firecloset/full, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 10 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "kvn" = ( @@ -65848,7 +67728,11 @@ color = "#6b675e" }, /obj/structure/window/reinforced, -/obj/structure/prop/hybrisa/engineer/blackgoocontainer, +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 1; + pixel_y = 12 + }, /turf/open/floor/almayer{ dir = 8; icon_state = "blackfull" @@ -66058,6 +67942,9 @@ /obj/structure/machinery/power/terminal{ dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/plating/kutjevo, /area/lv759/indoors/wy_research_complex/hangarbay) "kyb" = ( @@ -66255,6 +68142,12 @@ dir = 1 }, /area/lv759/outdoors/colony_streets/east_central_street) +"kzt" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "kzE" = ( /turf/open/floor/plating, /area/lv759/indoors/spaceport/baggagehandling) @@ -66293,6 +68186,10 @@ icon_state = "E"; layer = 3.33 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "blackcorner" }, @@ -66319,7 +68216,9 @@ /turf/closed/wall/hybrisa/colony, /area/lv759/indoors/bar/bathroom) "kAk" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/structure/bed/chair{ can_buckle = 0; dir = 4; @@ -66603,6 +68502,16 @@ }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) +"kCj" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/lv759/indoors/wy_research_complex/hallwaycentral) "kCl" = ( /turf/open/floor/hybrisa/tile/blacktileshiny, /area/lv759/indoors/casino/casino_restroom) @@ -66647,11 +68556,7 @@ /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/east_central_street) "kCK" = ( -/obj/structure/bed/chair{ - dir = 8; - icon_state = "chair_alt"; - pixel_y = 4 - }, +/obj/item/weapon/twohanded/folded_metal_chair, /turf/open/floor/corsat{ icon_state = "box" }, @@ -66707,12 +68612,12 @@ /obj/structure/barricade/handrail/strata{ dir = 4 }, -/obj/structure/showcase{ - icon_state = "bus" - }, /obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 4 + }, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/fusion_generators) "kDk" = ( @@ -66897,10 +68802,9 @@ dir = 8 }, /obj/item/tool/warning_cone{ - pixel_x = -9; - pixel_y = 20 + pixel_x = 2; + pixel_y = 9 }, -/obj/item/device/flashlight/lamp/tripod, /turf/open/floor/plating{ icon_state = "platingdmg1" }, @@ -66926,6 +68830,16 @@ /obj/structure/blocker/forcefield/vehicles, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/outdoors/landing_zone_2) +"kFu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_research_complex_entrance) "kFE" = ( /obj/structure/platform/hybrisa/metalplatform6, /turf/open/hybrisa/street/sidewalk{ @@ -67172,6 +69086,10 @@ /obj/item/stack/folding_barricade/three{ layer = 2.9 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "cargo" }, @@ -67310,6 +69228,9 @@ /obj/structure/largecrate/supply/explosives/mines{ layer = 5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -67645,6 +69566,9 @@ layer = 4; level = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/hybrisa/tile/tilegrey, /area/lv759/indoors/wy_research_complex/hallwaysoutheast) "kKR" = ( @@ -67819,6 +69743,10 @@ /area/lv759/indoors/electical_systems/substation2) "kMp" = ( /obj/structure/barricade/handrail/kutjevo, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -67838,6 +69766,10 @@ "kMC" = ( /obj/item/ammo_casing/bullet, /obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -67905,9 +69837,7 @@ /area/lv759/outdoors/caveplateau) "kNf" = ( /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1; - pixel_y = -1 + icon_state = "E" }, /turf/open/floor/strata{ dir = 8; @@ -68321,7 +70251,7 @@ pixel_y = -1 }, /turf/open/floor/plating/plating_catwalk/prison, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "kQJ" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -68354,7 +70284,7 @@ }, /obj/item/device/flashlight/lamp/tripod/grey, /turf/open/floor/plating/plating_catwalk/prison, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "kQV" = ( /obj/effect/hybrisa/decal/road/road_edge{ icon_state = "road_edge_decal4" @@ -68379,6 +70309,10 @@ pixel_x = -1; pixel_y = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ icon_state = "multi_tiles" }, @@ -68562,7 +70496,7 @@ /area/lv759/outdoors/colony_streets/east_central_street) "kTd" = ( /obj/structure/bed/sofa/vert/grey/bot, -/turf/open/floor/hybrisa/tile/cementflat, +/turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north) "kTp" = ( /obj/structure/prop/hybrisa/fakeplatforms/platform1, @@ -68730,6 +70664,19 @@ /obj/structure/closet/firecloset/full, /turf/open/floor/plating, /area/lv759/indoors/hospital/maintenance_north) +"kUD" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex/hallwaysoutheast) "kUG" = ( /obj/item/device/flashlight/lamp/tripod/grey, /turf/open/floor/hybrisa/metal/zbrownfloor1{ @@ -69168,6 +71115,10 @@ }, /area/lv759/outdoors/colony_streets/north_street) "kXU" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -69253,6 +71204,17 @@ }, /turf/open/hybrisa/street/sidewalkfull, /area/lv759/outdoors/colony_streets/north_east_street) +"kYR" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "kYX" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/prop/hybrisa/vehicles/Box_Vans/White, @@ -69265,6 +71227,10 @@ /obj/effect/decal/medical_decals{ icon_state = "triagedecaltopright" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -69496,6 +71462,13 @@ icon_state = "officetiles" }, /area/lv759/indoors/weyyu_office/pressroom) +"lao" = ( +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 4 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/indoors/derelict_ship) "lat" = ( /obj/structure/sign/safety/manualopenclose{ desc = "The now broken door access console for these podlocks. Seems like some poor bastard was frantically trying to slide their card due to the the card reader being scraped up. Poor bastards."; @@ -69763,6 +71736,18 @@ dir = 4 }, /area/lv759/indoors/wy_research_complex/reception) +"lcH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_research_complex_entrance) "lcI" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/stack/sheet/wood/large_stack, @@ -69845,12 +71830,19 @@ /obj/structure/surface/table/almayer{ color = "#848484" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 1; icon_state = "black" }, /area/lv759/indoors/wy_research_complex/cafeteria) "ldj" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, /turf/open/floor/prison{ icon_state = "yellow" }, @@ -69939,11 +71931,14 @@ /turf/closed/wall/hybrisa/colony, /area/lv759/indoors/jacks_surplus) "ldR" = ( -/obj/structure/prop/invuln/overhead_pipe, /obj/structure/closet/firecloset, /obj/structure/prop/hybrisa/misc/fake/wire/yellow{ dir = 4 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 6 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "ldS" = ( @@ -69994,7 +71989,7 @@ dir = 10; icon_state = "floor_plate" }, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "lek" = ( /obj/effect/hybrisa/decal/road/road_stop{ icon_state = "stop_decal2" @@ -70106,6 +72101,10 @@ }, /obj/effect/hybrisa/decal/dirt, /obj/structure/machinery/light/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -70171,11 +72170,22 @@ dir = 5 }, /area/lv759/outdoors/colony_streets/south_east_street) +"lfz" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "lfA" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ dir = 1; autoname = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -70872,9 +72882,6 @@ pixel_x = -11; pixel_y = 6 }, -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out" - }, /obj/structure/machinery/light/small/blue{ dir = 1 }, @@ -70891,9 +72898,9 @@ }, /area/lv759/indoors/colonial_marshals/holding_cells) "llN" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - pixel_x = -6; - pixel_y = 4 +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 8 }, /turf/open/engineership/engineer_floor2, /area/lv759/indoors/derelict_ship) @@ -70912,6 +72919,15 @@ icon_state = "multi_tiles" }, /area/lv759/indoors/spaceport/docking_bay_2) +"llX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) "lmb" = ( /turf/closed/shuttle/dropship2/WY/HorizonRunner{ icon_state = "78" @@ -71175,7 +73191,9 @@ /turf/open/floor/hybrisa/metal/zbrownfloor_full, /area/lv759/indoors/meridian/meridian_factory) "lnP" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/item/trash/cigbutt/ucigbutt{ pixel_x = -13; pixel_y = 8 @@ -71320,6 +73338,10 @@ dir = 1; autoname = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -71783,10 +73805,6 @@ }, /area/lv759/indoors/north_caves) "lrZ" = ( -/obj/structure/machinery/computer/tech_control{ - desc = null; - name = "computer" - }, /obj/structure/prop/ice_colony/hula_girl{ layer = 3.1; pixel_x = 9; @@ -71795,6 +73813,7 @@ /obj/structure/window/reinforced/tinted{ dir = 8 }, +/obj/structure/machinery/big_computers/computerbrown/computer3, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/gas_generators) "lsa" = ( @@ -71874,6 +73893,19 @@ }, /turf/open/floor/plating, /area/lv759/indoors/hospital/maintenance_south) +"lta" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "ltb" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, @@ -72244,6 +74276,9 @@ /obj/effect/spawner/random/toolbox{ layer = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -72350,7 +74385,7 @@ }, /area/lv759/indoors/spaceport/baggagehandling) "lwL" = ( -/obj/structure/prop/almayer/computers/sensor_computer3, +/obj/structure/machinery/big_computers/computerbrown/computer5, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -72419,6 +74454,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -72655,11 +74694,6 @@ }, /area/lv759/indoors/meridian/meridian_office) "lzd" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 32 - }, /obj/structure/cable/white{ color = "#9f8700"; icon_state = "4-9"; @@ -72715,6 +74749,9 @@ icon_state = "S"; layer = 3.3 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -72869,6 +74906,9 @@ icon_state = "triagedecaldir"; layer = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -72916,6 +74956,11 @@ /turf/open/hybrisa/street/sidewalk, /area/lv759/outdoors/colony_streets/central_streets) "lAY" = ( +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/structure/pipes/vents/pump, /turf/open/floor/almayer{ icon_state = "black" }, @@ -73097,6 +75142,9 @@ icon_state = "S" }, /obj/effect/landmark/corpsespawner/scientist, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "cell_stripe" @@ -73115,6 +75163,11 @@ icon_state = "coil2"; color = "#550d0d" }, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "4-5"; + layer = 5 + }, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/fusion_generators) "lCx" = ( @@ -73164,6 +75217,18 @@ }, /turf/open/floor/corsat, /area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"lDh" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "lDi" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1 @@ -73204,6 +75269,15 @@ }, /turf/closed/wall/hybrisa/colony/hospital, /area/lv759/indoors/hospital/pharmacy) +"lDI" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/wy_research_complex_entrance) "lDK" = ( /obj/structure/window/reinforced{ dir = 8 @@ -73455,6 +75529,9 @@ }, /obj/effect/hybrisa/decal/dirt, /obj/structure/largecrate/random/barrel/purewhite, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -73540,6 +75617,13 @@ dir = 6 }, /area/lv759/outdoors/colony_streets/south_east_street) +"lGi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "lGk" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1 @@ -73602,10 +75686,6 @@ icon_state = "officetiles" }, /area/lv759/indoors/weymart) -"lGt" = ( -/obj/structure/platform/hybrisa/rockdark, -/turf/open/auto_turf/hybrisashale/layer1, -/area/lv759/indoors/north_west_caves) "lGw" = ( /obj/structure/machinery/colony_floodlight/street{ layer = 7; @@ -73958,6 +76038,7 @@ /area/lv759/outdoors/colony_streets/south_east_street) "lJu" = ( /obj/item/weapon/gun/smg/fp9000, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -74026,6 +76107,9 @@ layer = 4; pixel_x = -2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/electical_systems/substation1) "lKh" = ( @@ -74240,6 +76324,10 @@ icon_state = "NW-out"; layer = 2.5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/metal/stripe_red, /area/lv759/indoors/electical_systems/substation1) "lMt" = ( @@ -74549,6 +76637,14 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/south_west_street) +"lOU" = ( +/obj/structure/closet/emcloset, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 6 + }, +/turf/open/floor/plating, +/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "lOV" = ( /obj/effect/hybrisa/decal/engineership_corners{ dir = 8 @@ -74602,6 +76698,9 @@ /area/lv759/indoors/jacks_surplus) "lPn" = ( /obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/hybrisa/tile/tilegrey, /area/lv759/indoors/wy_research_complex/hallwaysoutheast) "lPr" = ( @@ -74761,6 +76860,15 @@ dir = 1 }, /area/lv759/outdoors/colony_streets/east_central_street) +"lQD" = ( +/obj/structure/largecrate/mule, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/wy_research_complex/cargo) "lQE" = ( /obj/item/tool/warning_cone{ pixel_x = 4; @@ -74937,6 +77045,10 @@ /turf/open/floor/hybrisa/tile/beige_bigtile, /area/lv759/indoors/power_plant/workers_canteen) "lRQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "black" @@ -75277,9 +77389,6 @@ /turf/open/hybrisa/street/cement1, /area/lv759/outdoors/colony_streets/central_streets) "lUO" = ( -/obj/structure/machinery/light/double{ - dir = 1 - }, /obj/structure/filingcabinet/chestdrawer{ density = 0; pixel_x = -6; @@ -75722,7 +77831,6 @@ /turf/closed/wall/hybrisa/colony/engineering, /area/lv759/indoors/power_plant/telecomms) "lYe" = ( -/obj/structure/prop/invuln/overhead_pipe, /obj/effect/hybrisa/decal/dirt, /obj/item/tool/warning_cone{ pixel_x = -9; @@ -75734,6 +77842,10 @@ pixel_x = -9; pixel_y = -6 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 6 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "lYg" = ( @@ -75756,6 +77868,7 @@ /obj/structure/bed/chair/office/light{ dir = 8 }, +/obj/structure/pipes/vents/pump, /turf/open/floor/almayer{ dir = 6; icon_state = "black" @@ -75778,6 +77891,18 @@ }, /turf/open/auto_turf/hybrisashale/layer2, /area/lv759/outdoors/colony_streets/south_east_street) +"lYq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/mainlabs) "lYu" = ( /obj/structure/prop/hybrisa/lattice_prop/lattice_6{ pixel_y = 16 @@ -76426,7 +78551,9 @@ /turf/open/floor/plating, /area/lv759/indoors/mining_outpost/vehicledeployment) "meY" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/item/trash/cigbutt{ pixel_x = -7; pixel_y = 13 @@ -76551,16 +78678,6 @@ icon_state = "blue" }, /area/lv759/indoors/hospital/outgoing) -"mgr" = ( -/obj/structure/platform/hybrisa/metalplatform6{ - dir = 1 - }, -/obj/structure/platform/hybrisa/metalplatform6{ - dir = 8 - }, -/obj/structure/blocker/forcefield/vehicles, -/turf/open/auto_turf/hybrisashale/layer1, -/area/lv759/indoors/north_west_caves) "mgt" = ( /obj/structure/bed/chair{ can_buckle = 0; @@ -76647,6 +78764,9 @@ pixel_x = 16; pixel_y = -15 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -76656,6 +78776,9 @@ /obj/structure/machinery/power/apc{ dir = 4 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/southeastexit) "mgN" = ( @@ -76943,7 +79066,7 @@ dir = 6; icon_state = "blue" }, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "mjw" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/prop/hybrisa/misc/fake/lattice/full, @@ -77094,13 +79217,6 @@ "mkC" = ( /turf/open/floor/hybrisa/metal/bluemetal1, /area/lv759/indoors/wy_research_complex/reception) -"mkF" = ( -/obj/structure/largecrate/random/mini/small_case/c{ - pixel_x = 11; - pixel_y = 15 - }, -/turf/open/engineership/engineer_floor2, -/area/lv759/indoors/derelict_ship) "mkH" = ( /turf/open/floor/prison{ dir = 6; @@ -77186,8 +79302,8 @@ /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/landing_zone_2) "mlp" = ( -/obj/structure/machinery/message_server, /obj/structure/machinery/light, +/obj/structure/machinery/big_computers/messaging_server/black, /turf/open/floor/hybrisa/metal/bluemetal1, /area/lv759/indoors/landing_zone_1/flight_control_room) "mlr" = ( @@ -77203,6 +79319,13 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/landing_zone_2) +"mlC" = ( +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/north_west_caves) "mlI" = ( /obj/structure/closet/secure_closet/freezer/fridge, /obj/structure/machinery/light{ @@ -77274,6 +79397,10 @@ icon_state = "S" }, /obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -77453,6 +79580,16 @@ }, /turf/open/hybrisa/street/underground_unweedable, /area/lv759/indoors/wy_research_complex/mainlabs) +"mnR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "mnV" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/decal/cleanable/blood/drip, @@ -77474,6 +79611,9 @@ /obj/effect/decal/warning_stripes{ icon_state = "N" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -77594,6 +79734,14 @@ icon = 'icons/turf/floors/hybrisa_dirt.dmi' }, /area/lv759/indoors/central_caves) +"moR" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/dormsbedroom) "moV" = ( /obj/item/tool/pickaxe{ pixel_y = -7 @@ -77840,6 +79988,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "E" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "cell_stripe" @@ -78333,6 +80485,13 @@ /obj/effect/hybrisa/decal/dirt, /turf/open/floor/hybrisa/tile/lightbeige_bigtile, /area/lv759/indoors/hospital/paramedics_garage) +"muC" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/largecrate/random/case/small{ + pixel_y = 9 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/indoors/derelict_ship) "muJ" = ( /obj/structure/prop/hybrisa/misc/machinery/screens/frame, /turf/closed/wall/hybrisa/research/reinforced, @@ -78353,14 +80512,6 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/east_central_street) -"muR" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 13 - }, -/turf/closed/wall/hybrisa/colony, -/area/lv759/indoors/mining_outpost/processing) "muU" = ( /obj/effect/hybrisa/decal/road/road_edge{ icon_state = "road_edge_decal3" @@ -78470,6 +80621,12 @@ }, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/outdoors/caveplateau) +"mwa" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) "mwj" = ( /obj/effect/hybrisa/decal/workers_decal{ dir = 8; @@ -78594,11 +80751,6 @@ dir = 8 }, /obj/structure/prop/hybrisa/fakeplatforms/platform3, -/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_1{ - dir = 1; - layer = 2.9; - pixel_x = 6 - }, /turf/open/floor/corsat{ icon_state = "squares" }, @@ -78698,16 +80850,6 @@ /obj/structure/machinery/cm_vending/sorted/tech/tool_storage, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/equipment_west) -"myf" = ( -/obj/structure/platform/strata/metal{ - dir = 4 - }, -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/strata{ - dir = 4; - icon_state = "blue3" - }, -/area/lv759/indoors/spaceport/docking_bay_2) "myn" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/decal/cleanable/blood/gibs/body, @@ -78762,6 +80904,10 @@ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'; dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -78869,6 +81015,10 @@ layer = 3.33; pixel_y = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "red" @@ -78900,6 +81050,10 @@ /obj/structure/platform_decoration/hybrisa/metalplatformdeco6, /obj/effect/hybrisa/decal/dirt, /obj/structure/largecrate/random/barrel/purewhite, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "orange_edge" @@ -79045,6 +81199,9 @@ /obj/item/clothing/head/welding{ pixel_y = 7 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -79081,6 +81238,16 @@ dir = 1 }, /area/lv759/outdoors/colony_streets/central_streets) +"mBb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 9 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "mBc" = ( /obj/structure/machinery/power/apc, /turf/open/floor/hybrisa/tile/blacktileshiny, @@ -79186,6 +81353,16 @@ dir = 1 }, /area/lv759/outdoors/colony_streets/north_west_street) +"mCo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/head_research_office) "mCq" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; @@ -79196,6 +81373,10 @@ pixel_x = 6; pixel_y = -16 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 4; icon_state = "cell_stripe" @@ -79218,6 +81399,12 @@ icon_state = "plate" }, /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south) +"mCy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "mCz" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/hybrisa/decal/dirt, @@ -79460,6 +81647,13 @@ /obj/effect/hybrisa/decal/road/lines3, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_west_street) +"mEq" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/north_west_caves) "mEr" = ( /obj/structure/machinery/newscaster, /turf/closed/wall/hybrisa/colony/reinforced, @@ -79543,9 +81737,27 @@ }, /turf/open/floor/hybrisa/wood/darkerwood, /area/lv759/indoors/apartment/northapartments) +"mFe" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "mFf" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/binoculars, +/obj/item/device/binoculars{ + pixel_y = 12; + pixel_x = -2 + }, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, /turf/open/floor/almayer{ allow_construction = 0; icon_state = "plate" @@ -79587,10 +81799,6 @@ icon_state = "whitegreen" }, /area/lv759/indoors/hospital/east_hallway) -"mFA" = ( -/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Crawler_Cargo, -/turf/open/auto_turf/hybrisashale/layer1, -/area/lv759/indoors/north_west_caves) "mFD" = ( /obj/structure/surface/rack, /obj/item/toy/gun_ammo, @@ -79645,6 +81853,13 @@ dir = 1 }, /area/lv759/indoors/spaceport/cargo) +"mFQ" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, +/obj/structure/closet, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "mFR" = ( /obj/structure/platform/hybrisa/metalplatform6{ dir = 1 @@ -79875,6 +82090,12 @@ icon_state = "sterile_white" }, /area/lv759/indoors/hospital/reception) +"mIl" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/north_west_caves) "mIo" = ( /obj/item/device/defibrillator, /obj/structure/surface/table/reinforced, @@ -79972,6 +82193,10 @@ /obj/vehicle/train/cargo/engine{ dir = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/tile/tilegrey, /area/lv759/indoors/wy_research_complex/hallwaynorth) "mJq" = ( @@ -79982,8 +82207,9 @@ dir = 10; icon_state = "floor_plate" }, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "mJx" = ( +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/hybrisa/misc/wybiglogo, /area/lv759/indoors/wy_research_complex_entrance) "mJA" = ( @@ -80331,6 +82557,10 @@ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'; dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -80388,6 +82618,13 @@ icon_state = "ramptop" }, /area/lv759/outdoors/colony_streets/central_streets) +"mMb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/wy_research_complex/hallwaycentral) "mMd" = ( /obj/structure/prop/hybrisa/furniture/tables/tableblack{ dir = 1 @@ -80458,6 +82695,12 @@ "mMH" = ( /turf/closed/wall/hybrisa/research/reinforced, /area/lv759/indoors/wy_research_complex/head_research_office) +"mMK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/wy_research_complex/changingroom) "mMM" = ( /obj/structure/machinery/door/poddoor/almayer/closed{ dir = 2; @@ -80496,6 +82739,16 @@ }, /turf/open/hybrisa/street/underground_unweedable, /area/lv759/indoors/wy_research_complex/cafeteria) +"mMY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/lv759/indoors/wy_research_complex/hallwaycentral) "mNa" = ( /obj/structure/barricade/handrail/wire{ dir = 8 @@ -80679,6 +82932,10 @@ pixel_x = 4; pixel_y = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -80805,6 +83062,15 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/east_central_street) +"mPH" = ( +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "red3" + }, +/area/lv759/indoors/wy_research_complex/securitycommand) "mPK" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/prison{ @@ -80823,6 +83089,16 @@ icon = 'icons/turf/floors/hybrisa_dirt.dmi' }, /area/lv759/indoors/south_east_caves) +"mPU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_research_complex_entrance) "mPY" = ( /obj/item/stack/sandbags_empty, /turf/open/floor/prison{ @@ -80913,11 +83189,6 @@ icon_state = "cell_stripe" }, /area/lv759/indoors/recycling_plant/synthetic_storage) -"mQQ" = ( -/obj/item/lightstick/red/spoke/planted, -/obj/structure/platform_decoration, -/turf/open/auto_turf/hybrisashale/layer0_plate, -/area/lv759/outdoors/caveplateau) "mQT" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -81409,6 +83680,27 @@ "mTO" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/electical_systems/substation1) +"mTQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/toy/deck/uno, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "mTR" = ( /obj/effect/hybrisa/decal/road/road_edge{ icon_state = "road_edge_decal11" @@ -81478,6 +83770,16 @@ /obj/item/shard, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_east_street) +"mUS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) "mUZ" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/trash/cigbutt, @@ -81510,12 +83812,15 @@ /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_street) "mVu" = ( -/obj/structure/blocker/forcefield/vehicles, /obj/item/tool/warning_cone{ layer = 2; pixel_x = -13; pixel_y = 19 }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, /turf/open/floor/plating{ dir = 8; icon_state = "platingdmg3" @@ -81657,6 +83962,9 @@ dir = 4; pixel_y = 7 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 8; icon_state = "black" @@ -81717,6 +84025,23 @@ dir = 8 }, /area/lv759/outdoors/colony_streets/north_west_street) +"mXC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/lv759/indoors/wy_research_complex/cargo) "mXF" = ( /obj/structure/cargo_container/hybrisa/containersextended/blackwyright, /turf/open/floor/plating/plating_catwalk/prison, @@ -81757,12 +84082,12 @@ /obj/structure/window/reinforced/tinted{ dir = 4 }, -/obj/structure/machinery/message_server{ - icon_state = "server-nopower" - }, /obj/structure/machinery/light{ dir = 1 }, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 4 + }, /turf/open/floor/prison{ dir = 1; icon_state = "yellow" @@ -81985,6 +84310,13 @@ /mob/living/simple_animal/rat/brown, /turf/open/floor/hybrisa/tile/tilewhite, /area/lv759/indoors/southwest_public_restroom) +"mZG" = ( +/obj/structure/blackgoocontainer{ + pixel_y = 18; + layer = 3.01 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/indoors/derelict_ship) "mZJ" = ( /obj/structure/bed/chair{ can_buckle = 0; @@ -82097,10 +84429,7 @@ /obj/structure/window/reinforced/tinted{ dir = 8 }, -/obj/structure/prop/almayer/computers/sensor_computer1{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer3, /turf/open/floor/hybrisa/metal/bluemetalfull, /area/lv759/indoors/spaceport/flight_control_room) "naR" = ( @@ -82173,7 +84502,6 @@ }, /area/lv759/indoors/colonial_marshals/garage) "nbr" = ( -/obj/item/folder/black, /obj/effect/landmark/objective_landmark/medium, /obj/item/tool/pen{ pixel_x = 12; @@ -82184,10 +84512,8 @@ pixel_y = 8 }, /obj/structure/surface/table/reinforced/black, -/turf/open/floor/almayer{ - dir = 8; - icon_state = "blackfull" - }, +/obj/item/trash/falcon_drone/emp, +/turf/open/floor/plating/plating_catwalk, /area/lv759/indoors/wy_research_complex/head_research_office) "nbt" = ( /obj/item/tool/warning_cone, @@ -82814,6 +85140,18 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_east_street) +"ngE" = ( +/obj/structure/prop/turbine{ + layer = 6 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -2 + }, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation1) "ngK" = ( /obj/structure/prop/hybrisa/vehicles/Small_Truck/Mining{ dir = 1; @@ -82898,14 +85236,6 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_street) -"nhE" = ( -/obj/item/stack/sheet/metal, -/obj/item/stack/rods, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/lv759/indoors/north_west_caves) "nhI" = ( /obj/item/device/flashlight/lamp/tripod, /obj/structure/sign/safety/restrictedarea{ @@ -83030,11 +85360,13 @@ /turf/closed/wall/hybrisa/colony, /area/lv759/indoors/electical_systems/substation1) "niG" = ( -/obj/structure/machinery/blackbox_recorder, /obj/item/prop/almayer/flight_recorder/colony{ pixel_x = -6; pixel_y = 10 }, +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 1 + }, /turf/open/floor/strata{ icon_state = "red1" }, @@ -83564,6 +85896,17 @@ "nnE" = ( /turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/apartment/westhallway) +"nnF" = ( +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "nnI" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/prop/invuln/minecart_tracks{ @@ -83762,6 +86105,9 @@ pixel_x = -9; pixel_y = 11 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -83856,6 +86202,10 @@ /obj/item/reagent_container/food/drinks/cans/classcola{ icon_state = "cola_crushed" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 1; icon_state = "black" @@ -83929,7 +86279,11 @@ /area/lv759/outdoors/colony_streets/north_street) "nru" = ( /obj/structure/bed/sofa/vert/grey/top, -/turf/open/floor/hybrisa/tile/cementflat, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north) "nrw" = ( /obj/structure/machinery/door/airlock/almayer/generic{ @@ -84662,6 +87016,10 @@ dir = 4 }, /obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "nyK" = ( @@ -85179,6 +87537,17 @@ }, /turf/closed/wall/hybrisa/colony/reinforced/hull, /area/lv759/oob) +"nDd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/south_west_street) "nDe" = ( /obj/effect/decal/strata_decals/grime/grime4{ icon_state = "grime1" @@ -85624,6 +87993,10 @@ /turf/open/floor/hybrisa/tile/tilebeigecheckered, /area/lv759/indoors/apartment/westhallway) "nGW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/misc/wybiglogo{ dir = 10 }, @@ -85855,6 +88228,7 @@ icon_state = "2" }, /obj/item/ammo_casing/bullet, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -86091,6 +88465,10 @@ layer = 2.5 }, /obj/structure/blocker/forcefield/vehicles, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "ramptop" @@ -86198,6 +88576,10 @@ /obj/effect/decal/cleanable/blood/drip{ icon_state = "2" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -86272,6 +88654,11 @@ /area/lv759/outdoors/north_west_caves_outdoors) "nMw" = ( /obj/item/stool, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 9 + }, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -86316,6 +88703,21 @@ icon_state = "floor_plate" }, /area/lv759/outdoors/colony_streets/central_streets) +"nMJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_research_complex_entrance) "nMO" = ( /obj/effect/decal/cleanable/blood, /obj/item/ammo_casing/bullet, @@ -86627,6 +89029,10 @@ pixel_x = -7; pixel_y = -2 }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -2; + pixel_y = 16 + }, /turf/open/floor/almayer{ allow_construction = 0; icon_state = "plate" @@ -86673,6 +89079,26 @@ icon_state = "radiator_tile2" }, /area/lv759/indoors/wy_research_complex/vehicledeploymentbay) +"nPE" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hangarbay) "nPO" = ( /obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ pixel_y = 28 @@ -86733,14 +89159,12 @@ /turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, /area/lv759/indoors/mining_outpost/northeast) "nQo" = ( -/obj/structure/platform/hybrisa/metalplatform6{ - dir = 8 - }, /obj/effect/decal/cleanable/blood/xeno, -/obj/structure/blocker/forcefield/vehicles, -/turf/open/auto_turf/sand_white/layer0{ - icon = 'icons/turf/floors/hybrisa_dirt.dmi' +/obj/item/prop/alien/hugger{ + pixel_x = -7; + pixel_y = -5 }, +/turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/north_west_caves) "nQp" = ( /obj/effect/hybrisa/decal/dirt, @@ -86778,10 +89202,7 @@ /turf/open/hybrisa/street/sidewalk, /area/lv759/outdoors/colony_streets/north_west_street) "nQP" = ( -/obj/structure/prop/almayer/computers/sensor_computer2{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer4, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -86827,6 +89248,10 @@ /obj/item/ammo_casing/bullet, /obj/item/ammo_casing/bullet, /obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -87187,6 +89612,10 @@ pixel_y = 2 }, /obj/structure/machinery/light/double/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 1; icon_state = "silver" @@ -87210,6 +89639,16 @@ icon_state = "darkbrown2" }, /area/lv759/indoors/mining_outpost/vehicledeployment) +"nTY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "nUj" = ( /obj/effect/hybrisa/decal/road/lines4, /obj/effect/hybrisa/decal/road/lines2, @@ -87525,6 +89964,9 @@ /obj/structure/cargo_container/hybrisa/containersextended/greywyleft{ layer = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -87645,6 +90087,9 @@ icon_state = "6-8"; layer = 5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "yellow" @@ -87910,6 +90355,10 @@ dir = 4; icon_state = "p_stair_full" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "ramptop" @@ -87921,7 +90370,7 @@ pixel_x = 2 }, /turf/open/floor/plating/plating_catwalk/prison, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "nZz" = ( /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" @@ -88177,7 +90626,7 @@ layer = 3.3 }, /turf/open/floor/plating/plating_catwalk/prison, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "obh" = ( /obj/structure/window/framed/hybrisa/colony/hospital/reinforced, /obj/structure/machinery/door/poddoor/hybrisa/shutters{ @@ -88228,6 +90677,10 @@ icon_state = "5-9"; layer = 5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "yellow" }, @@ -88289,6 +90742,13 @@ dir = 1 }, /area/lv759/outdoors/colony_streets/east_central_street) +"ocv" = ( +/obj/structure/sign/poster/ad{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cuppajoes) "ocE" = ( /obj/structure/sign/safety/manualopenclose{ desc = "The now broken door access console for these podlocks. Seems like some poor bastard was frantically trying to slide their card due to the the card reader being scraped up. Poor bastards."; @@ -88299,6 +90759,19 @@ }, /turf/closed/wall/hybrisa/colony/reinforced, /area/lv759/indoors/mining_outpost/northeast) +"ocL" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/wy_research_complex/hangarbay) "ocN" = ( /obj/effect/hybrisa/decal/dirt, /turf/open/floor/hybrisa/tile/darkbrown_bigtile{ @@ -88607,6 +91080,19 @@ /obj/structure/blocker/forcefield/vehicles, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/outdoors/landing_zone_2) +"oeL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_research_complex_entrance) "oeP" = ( /obj/structure/prop/hybrisa/lattice_prop/lattice_6{ pixel_y = 16 @@ -88639,6 +91125,9 @@ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'; name = "spacecraft fuel-mix tank" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -89011,6 +91500,10 @@ /area/lv759/outdoors/colony_streets/south_east_street) "oij" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/cafeteriakitchen) "oik" = ( @@ -89073,6 +91566,9 @@ /obj/structure/machinery/m56d_hmg/mg_turret/dropship, /obj/structure/barricade/sandbags, /obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -89205,6 +91701,10 @@ "oju" = ( /obj/structure/machinery/conveyor, /obj/item/tool/crowbar/red, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -89398,6 +91898,9 @@ pixel_x = -8; pixel_y = 7 }, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 25 + }, /turf/open/floor/hybrisa/tile/lightbeige_bigtile, /area/lv759/indoors/hospital/paramedics_garage) "okP" = ( @@ -89589,6 +92092,9 @@ /obj/structure/machinery/space_heater/radiator/red{ dir = 8 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "black" @@ -89927,11 +92433,6 @@ icon_state = "intact"; name = "Pipe" }, -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 32 - }, /turf/open/floor/almayer{ icon_state = "test_floor4" }, @@ -90108,6 +92609,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "W" }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 10; icon_state = "cyan3" @@ -90169,6 +92674,10 @@ icon_state = "6-8" }, /obj/structure/machinery/portable_atmospherics/powered/scrubber, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/prison{ dir = 4; icon_state = "darkbrown2" @@ -90235,6 +92744,10 @@ /obj/structure/platform/hybrisa/metalplatform1, /turf/open/hybrisa/street/underground_unweedable, /area/lv759/outdoors/colony_streets/central_streets) +"osb" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "ose" = ( /obj/structure/curtain/open/shower, /turf/open/floor/plating/prison, @@ -90256,6 +92769,16 @@ icon_state = "sterile" }, /area/lv759/indoors/wy_research_complex/xenoarcheology) +"osj" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hallwayeast) "osk" = ( /obj/effect/decal/cleanable/blood/gibs/limb, /obj/effect/decal/warning_stripes{ @@ -90532,6 +93055,9 @@ }, /area/lv759/indoors/wy_research_complex/hallwaynorth) "oub" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "yellow" @@ -90566,6 +93092,14 @@ icon_state = "whitegreenfull" }, /area/lv759/indoors/hospital/east_hallway) +"ouy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/wy_research_complex/dormsfoyer) "ouE" = ( /obj/effect/hybrisa/decal/road/road_edge{ icon_state = "road_edge_decal3" @@ -90605,6 +93139,13 @@ "ouK" = ( /turf/open/hybrisa/street/sidewalk, /area/lv759/outdoors/colony_streets/north_west_street) +"ouN" = ( +/obj/structure/blackgoocontainer{ + pixel_y = 18; + layer = 3.01 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/indoors/derelict_ship) "ovf" = ( /obj/item/device/flashlight/lamp/tripod, /obj/effect/decal/warning_stripes{ @@ -90702,6 +93243,14 @@ "ovL" = ( /turf/open/floor/hybrisa/carpet/carpetblack, /area/lv759/indoors/wy_research_complex/changingroom) +"ovM" = ( +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/spaceport/communications_office) "ovN" = ( /obj/structure/barricade/handrail/wire{ dir = 8 @@ -90862,6 +93411,16 @@ icon = 'icons/turf/floors/hybrisa_dirt.dmi' }, /area/lv759/indoors/south_east_caves) +"oxx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/lv759/indoors/wy_research_complex/xenoarcheology) "oxy" = ( /obj/structure/reagent_dispensers/fueltank, /obj/structure/machinery/light/double/blue{ @@ -91224,6 +93783,7 @@ }, /area/lv759/indoors/mining_outpost/northeast) "ozJ" = ( +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ dir = 8; icon_state = "darkbrown2" @@ -91265,6 +93825,10 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_west_street) +"oAc" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/north_west_caves) "oAg" = ( /turf/open/floor/plating, /area/lv759/indoors/spaceport/docking_bay_2) @@ -91887,14 +94451,6 @@ /obj/structure/sign/safety/hazard, /turf/closed/wall/hybrisa/colony/engineering/ribbed, /area/lv759/indoors/power_plant/gas_generators) -"oFi" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 13 - }, -/turf/closed/wall/hybrisa/colony, -/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "oFj" = ( /obj/structure/barricade/handrail/hybrisa/road/plastic/black{ dir = 4 @@ -92044,6 +94600,13 @@ icon_state = "darkyellow2" }, /area/lv759/indoors/wy_research_complex/hallwaysoutheast) +"oGK" = ( +/obj/item/trash/hybrisa/cuppa_joes, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "oGM" = ( /obj/structure/bed/chair{ can_buckle = 0; @@ -92101,6 +94664,14 @@ }, /turf/open/auto_turf/hybrisashale/layer2, /area/lv759/outdoors/caveplateau) +"oHu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/wy_research_complex/securitycommand) "oHx" = ( /obj/structure/platform/hybrisa/metalplatform4, /obj/structure/disposalpipe/segment{ @@ -92220,6 +94791,9 @@ dir = 4; health = 80 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/hybrisa/carpet/carpetblack, /area/lv759/indoors/wy_research_complex/changingroom) "oIu" = ( @@ -92412,6 +94986,10 @@ }, /turf/open/floor/plating, /area/lv759/indoors/mining_outpost/vehicledeployment) +"oKc" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/east_caves) "oKg" = ( /obj/structure/surface/table/almayer, /obj/item/ashtray/bronze{ @@ -92885,6 +95463,10 @@ pixel_x = 5; pixel_y = 13 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 8; icon_state = "orange_edge" @@ -92898,6 +95480,16 @@ icon_state = "wood" }, /area/lv759/indoors/apartment/westbedrooms) +"oNo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "red3" + }, +/area/lv759/indoors/wy_research_complex/securitycommand) "oNr" = ( /obj/item/tool/warning_cone{ pixel_x = 4; @@ -92948,10 +95540,10 @@ }, /area/lv759/indoors/wy_research_complex/mainlabs) "oNM" = ( -/obj/structure/machinery/fuelcell_recycler, /obj/structure/machinery/power/terminal{ dir = 4 }, +/obj/structure/dropship_equipment/fuel/fuel_enhancer, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_fuel) "oNY" = ( @@ -93018,6 +95610,10 @@ dir = 1; start_charge = 50 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor{ icon_state = "freezerfloor" }, @@ -93286,6 +95882,10 @@ pixel_x = -6; pixel_y = 5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -93360,6 +95960,10 @@ icon_state = "5-6"; layer = 5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "yellow" @@ -93761,6 +96365,14 @@ /obj/structure/blocker/forcefield/vehicles, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/outdoors/landing_zone_2) +"oUa" = ( +/obj/structure/machinery/light/double/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "oUb" = ( /obj/effect/hybrisa/decal/road/road_edge{ icon_state = "road_edge_decal7" @@ -93792,6 +96404,13 @@ /obj/structure/sign/poster/marshalls, /turf/closed/wall/hybrisa/marhsalls_reinforced, /area/lv759/indoors/colonial_marshals/hallway_north_locker) +"oUr" = ( +/obj/structure/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/indoors/derelict_ship) "oUt" = ( /obj/effect/decal/cleanable/blood, /obj/structure/machinery/power/terminal, @@ -93859,6 +96478,12 @@ }, /turf/open/floor/hybrisa/tile/supermartfloor2, /area/lv759/indoors/power_plant/workers_canteen_kitchen) +"oUO" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysoutheast) "oUP" = ( /obj/structure/cargo_container/hybrisa/containersextended/redleft, /turf/open/floor/hybrisa/metal/zbrownfloor1{ @@ -94053,7 +96678,7 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/north_west_caves) "oWm" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer, +/obj/structure/blackgoocontainer, /turf/open/engineership/engineer_floor2, /area/lv759/indoors/derelict_ship) "oWs" = ( @@ -94065,8 +96690,9 @@ /area/lv759/indoors/spaceport/flight_control_room) "oWx" = ( /obj/structure/largecrate/random/mini/small_case/c{ - pixel_x = 11; - pixel_y = 15 + pixel_y = 15; + layer = 3.2; + pixel_x = -8 }, /turf/open/engineership/engineer_floor1, /area/lv759/indoors/derelict_ship) @@ -94684,7 +97310,9 @@ }, /area/lv759/indoors/spaceport/baggagehandling) "pbH" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/structure/largecrate/random, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) @@ -94744,6 +97372,13 @@ /obj/structure/prop/hybrisa/misc/machinery/screens/entertainment, /turf/closed/wall/hybrisa/colony, /area/lv759/indoors/casino) +"pbY" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) "pbZ" = ( /obj/structure/blocker/invisible_wall, /turf/open/engineership/pillars/east/pillareast4, @@ -94965,6 +97600,9 @@ /obj/structure/machinery/power/apc{ dir = 4 }, +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, /turf/open/floor/hybrisa/tile/tilewhitecheckered, /area/lv759/indoors/wy_research_complex/medical_annex) "pdU" = ( @@ -95086,6 +97724,15 @@ /obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, /turf/open/floor/plating, /area/lv759/indoors/north_caves) +"pfk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/wy_research_complex/hangarbay) "pfm" = ( /obj/effect/decal/cleanable/blood/drip{ icon_state = "2" @@ -95288,6 +97935,10 @@ /area/lv759/outdoors/colony_streets/north_street) "phm" = ( /obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "yellow" }, @@ -95579,11 +98230,15 @@ }, /area/lv759/outdoors/colony_streets/east_central_street) "pjE" = ( -/obj/structure/prop/hybrisa/cavedecor/stalagmite4, -/obj/structure/platform/hybrisa/rockdark{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" }, -/turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/north_west_caves) "pjI" = ( /turf/open/floor/strata{ @@ -95720,10 +98375,7 @@ pixel_x = 4; layer = 4.01 }, -/turf/open/floor/almayer{ - dir = 8; - icon_state = "blackfull" - }, +/turf/open/floor/plating/plating_catwalk, /area/lv759/indoors/wy_research_complex/head_research_office) "ple" = ( /obj/structure/machinery/vending/snack{ @@ -95818,6 +98470,20 @@ }, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/outdoors/caveplateau) +"plQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/mainlabs) "plV" = ( /turf/open/auto_turf/hybrisashale/layer2, /area/lv759/outdoors/north_west_caves_outdoors) @@ -95866,6 +98532,9 @@ layer = 5; level = 2 }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, /turf/open/floor/hybrisa/carpet/carpetblackdeco, /area/lv759/indoors/wy_research_complex/head_research_office) "pms" = ( @@ -95972,6 +98641,13 @@ icon_state = "orange_edge" }, /area/lv759/indoors/wy_research_complex/vehicledeploymentbay) +"pnk" = ( +/obj/structure/blackgoocontainer{ + pixel_y = 18; + layer = 3.01 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/indoors/derelict_ship) "pnr" = ( /obj/structure/machinery/light, /turf/open/floor{ @@ -96573,6 +99249,10 @@ dir = 1; pixel_y = 26 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -96618,6 +99298,10 @@ level = 2 }, /obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 10 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "psj" = ( @@ -96849,10 +99533,6 @@ dir = 1 }, /area/lv759/outdoors/colony_streets/south_east_street) -"puw" = ( -/obj/structure/closet/medical_wall, -/turf/closed/wall/hybrisa/colony, -/area/lv759/indoors/botany/botany_mainroom) "puy" = ( /obj/effect/hybrisa/decal/road/road_stop{ icon_state = "stop_decal5" @@ -97192,7 +99872,9 @@ /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/outdoors/north_west_caves_outdoors) "pxk" = ( -/obj/structure/prop/hybrisa/misc/picture, +/obj/structure/prop/hybrisa/misc/picture{ + pixel_x = -6 + }, /turf/closed/wall/hybrisa/research/reinforced, /area/lv759/indoors/wy_research_complex/dormsbedroom) "pxp" = ( @@ -97225,6 +99907,9 @@ layer = 3.3; pixel_y = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -97441,6 +100126,11 @@ /obj/structure/platform{ dir = 8 }, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, /turf/open/floor/plating, /area/lv759/outdoors/caveplateau) "pyU" = ( @@ -97500,7 +100190,9 @@ }, /area/lv759/indoors/hospital/operation) "pzs" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/structure/barricade/wooden{ desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; dir = 8; @@ -97526,7 +100218,13 @@ pixel_y = 6 }, /obj/effect/hybrisa/decal/dirt, -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 5 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "pzv" = ( @@ -97687,6 +100385,10 @@ pixel_x = 1; pixel_y = 8 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -97808,6 +100510,21 @@ /obj/effect/hybrisa/decal/dirt, /turf/open/floor/hybrisa/tile/darkbrown_bigtile, /area/lv759/indoors/recycling_plant/garage) +"pBL" = ( +/obj/structure/largecrate/random, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 6 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "pBR" = ( /obj/structure/window/framed/hybrisa/colony/engineering, /obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ @@ -97877,6 +100594,19 @@ /obj/effect/decal/cleanable/blood, /turf/open/floor/hybrisa/metal/metalwhitefull, /area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"pCv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_research_complex_entrance) "pCC" = ( /obj/item/prop/alien/hugger, /turf/open/floor/strata{ @@ -97906,6 +100636,9 @@ /area/lv759/indoors/wy_research_complex/hangarbay) "pCZ" = ( /obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/hybrisa/metal/stripe_red{ dir = 1 }, @@ -97934,15 +100667,20 @@ /obj/structure/blocker/forcefield/vehicles, /turf/open/auto_turf/hybrisashale/layer2, /area/lv759/outdoors/landing_zone_2) +"pDm" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/cafeteria) "pDu" = ( /obj/structure/window/reinforced{ dir = 1; layer = 2 }, -/obj/structure/prop/almayer/computers/sensor_computer2{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer5, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/fusion_generators) "pDx" = ( @@ -98491,7 +101229,8 @@ /obj/item/stack/cable_coil{ color = "#550d0d" }, -/turf/open/floor/corsat, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/electical_systems/substation1) "pHr" = ( /obj/structure/curtain/black, @@ -98558,6 +101297,9 @@ }, /area/lv759/indoors/garage_restroom) "pHS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "black" @@ -98691,6 +101433,9 @@ pixel_x = 10; pixel_y = 21 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "cell_stripe" @@ -99167,6 +101912,13 @@ /obj/item/spacecash/c1000, /turf/open/floor/hybrisa/tile/cuppajoesfloor, /area/lv759/oob) +"pMy" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysoutheast) "pMz" = ( /obj/effect/hybrisa/decal/dirt, /turf/open/hybrisa/street/cement2, @@ -99236,6 +101988,10 @@ /obj/effect/decal/cleanable/blood/xeno{ icon_state = "xsplatter4" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -99357,6 +102113,9 @@ icon_state = "lattice12"; pixel_y = 16 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -99447,6 +102206,10 @@ /area/lv759/indoors/colonial_marshals/garage) "pPm" = ( /obj/structure/cargo_container/hybrisa/containersextended/greywyleft, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -99482,6 +102245,15 @@ /obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname, /turf/open/floor/plating, /area/lv759/indoors/apartment/westfoyer) +"pPI" = ( +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/electical_systems/substation1) "pPJ" = ( /obj/item/trash/cigbutt, /obj/item/trash/cigbutt, @@ -99587,7 +102359,7 @@ /obj/structure/platform_decoration/hybrisa/engineer_corner{ dir = 4 }, -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ +/obj/structure/blackgoocontainer{ pixel_x = -6; pixel_y = 4 }, @@ -99615,6 +102387,19 @@ dir = 1 }, /area/lv759/outdoors/colony_streets/east_central_street) +"pQN" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 8 + }, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "pQO" = ( /obj/structure/filingcabinet{ density = 0; @@ -99681,6 +102466,9 @@ icon_state = "1-4"; layer = 5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 4; icon_state = "yellow" @@ -99741,13 +102529,9 @@ /turf/open/floor/kutjevo/fake_wood, /area/lv759/indoors/bar) "pRS" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ +/obj/structure/blackgoocontainer{ icon_state = "blackgoocontainer2"; - pixel_y = 7; - pixel_x = -4 - }, -/obj/effect/decal/cleanable/blackgoo{ - color = "#505050" + pixel_y = 12 }, /turf/open/engineership/engineer_floor9, /area/lv759/indoors/derelict_ship) @@ -99755,6 +102539,10 @@ /obj/structure/machinery/light/small{ dir = 4 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/weymart/maintenance) "pRU" = ( @@ -100012,6 +102800,9 @@ /area/lv759/indoors/central_caves) "pTM" = ( /obj/structure/window/framed/hybrisa/research/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -100056,6 +102847,15 @@ /obj/effect/hybrisa/decal/dirt, /turf/open/floor/hybrisa/carpet/carpetblack, /area/lv759/indoors/casino) +"pTY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/lv759/indoors/wy_research_complex/hallwaycentral) "pUc" = ( /obj/structure/platform/hybrisa/metalplatform6, /obj/structure/stairs{ @@ -100158,6 +102958,10 @@ dir = 8; icon_state = "bigrollerbloodempty_up" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -100273,6 +103077,9 @@ }, /area/lv759/outdoors/colony_streets/east_central_street) "pVh" = ( +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, /turf/open/floor/prison{ icon_state = "darkyellow2" }, @@ -100351,6 +103158,10 @@ }, /obj/item/inflatable, /obj/item/inflatable/door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -100383,6 +103194,19 @@ icon_state = "red3" }, /area/lv759/indoors/spaceport/security) +"pWv" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/wy_research_complex/hangarbay) "pWx" = ( /obj/structure/platform/hybrisa/rockdark{ dir = 1 @@ -100618,6 +103442,9 @@ /area/lv759/indoors/south_caves) "pYn" = ( /obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "cell_stripe" @@ -100668,6 +103495,23 @@ }, /turf/open/floor/plating, /area/lv759/indoors/mining_outpost/south) +"pYU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"pYV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/north_west_caves) "pZb" = ( /obj/structure/closet/secure_closet/chemical, /obj/item/storage/box/pillbottles, @@ -101273,8 +104117,11 @@ /turf/open/hybrisa/metal/underground_unweedable, /area/lv759/indoors/wy_research_complex/xenobiology) "qfd" = ( -/obj/structure/prop/invuln/overhead_pipe, /obj/structure/reagent_dispensers/fueltank, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 5 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) "qfp" = ( @@ -101287,6 +104134,15 @@ icon_state = "floor3" }, /area/lv759/indoors/weymart) +"qfw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/wy_research_complex/hallwaysoutheast) "qfA" = ( /obj/structure/sign/safety/med_life_support{ desc = "Semiotic Standard denoting the nearby presence of a intensive care ward for a medbay."; @@ -101448,6 +104304,16 @@ icon_state = "marked" }, /area/lv759/outdoors/landing_zone_2) +"qgt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/indoors/wy_research_complex/dormsfoyer) "qgu" = ( /obj/structure/platform/hybrisa/metalplatform6{ dir = 1 @@ -101475,6 +104341,24 @@ name = "reinforced metal wall" }, /area/lv759/oob) +"qgz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/cargo) "qgC" = ( /obj/structure/machinery/power/terminal{ dir = 1 @@ -101870,6 +104754,15 @@ icon_state = "cell_stripe" }, /area/lv759/indoors/power_plant/south_hallway) +"qjJ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8; + color = "#a6aeab" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/wy_research_complex/securityarmory) "qka" = ( /obj/structure/machinery/light/small/blue{ dir = 8 @@ -101878,6 +104771,10 @@ /area/lv759/indoors/wy_research_complex/southeastexit) "qkd" = ( /obj/structure/largecrate/supply/medicine/medkits, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "cargo" }, @@ -102003,6 +104900,15 @@ icon_state = "red" }, /area/lv759/indoors/colonial_marshals/wardens_office) +"qlv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 10 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/lv759/indoors/wy_research_complex/xenoarcheology) "qlx" = ( /obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble1{ pixel_x = -12; @@ -102023,6 +104929,19 @@ icon_state = "blue3" }, /area/lv759/indoors/spaceport/docking_bay_2) +"qlE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/reception) "qlJ" = ( /obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, /turf/open/auto_turf/hybrisashale/layer1, @@ -102373,6 +105292,9 @@ /obj/structure/surface/table/almayer{ color = "#848484" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 8; icon_state = "blackfull" @@ -102719,6 +105641,9 @@ /obj/structure/machinery/light/double/blue{ dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/mainlabs) "qrA" = ( @@ -102785,6 +105710,9 @@ layer = 3; pixel_x = 6 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -103040,6 +105968,11 @@ /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_street) "quo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ dir = 8; icon_state = "ramptop" @@ -103536,10 +106469,7 @@ /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_street) "qye" = ( -/obj/structure/prop/almayer/computers/sensor_computer3{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer5, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -103647,6 +106577,14 @@ /obj/effect/hybrisa/decal/road/lines4, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_west_street) +"qyP" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/wy_research_complex_entrance) "qyW" = ( /obj/structure/platform/hybrisa/metalplatform6{ dir = 1 @@ -103864,6 +106802,17 @@ }, /turf/closed/wall/hybrisa/colony/engineering/ribbed, /area/lv759/indoors/power_plant/fusion_generators) +"qAy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/north_west_caves) "qAF" = ( /obj/structure/surface/rack, /obj/item/device/flashlight/lantern, @@ -103958,6 +106907,10 @@ dir = 1; autoname = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -104440,6 +107393,13 @@ icon_state = "platingdmg3" }, /area/lv759/indoors/north_caves) +"qGj" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison, +/area/lv759/indoors/wy_research_complex_entrance) "qGm" = ( /obj/structure/machinery/power/apc{ dir = 4 @@ -104546,6 +107506,19 @@ /obj/structure/machinery/door/poddoor/hybrisa/shutters, /turf/open/floor/plating, /area/lv759/indoors/mining_outpost/south) +"qGX" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 22 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/wy_research_complex/head_research_office) "qHc" = ( /obj/item/device/flashlight/lamp/tripod/grey, /turf/open/floor/plating/plating_catwalk/prison, @@ -104641,21 +107614,6 @@ icon_state = "blue" }, /area/lv759/indoors/hospital/outgoing) -"qHU" = ( -/obj/structure/cable/white{ - color = "#007740"; - icon_state = "6-10"; - layer = 5 - }, -/obj/structure/cable/white{ - color = "#007740"; - icon_state = "8-9"; - layer = 5; - level = 2 - }, -/obj/structure/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/lv759/indoors/electical_systems/substation1) "qIc" = ( /obj/structure/platform/hybrisa/metalplatform1{ dir = 8 @@ -104728,6 +107686,10 @@ "qIp" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/pipes/standard/tank/oxygen, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 1 + }, /turf/open/floor/prison{ dir = 4; icon_state = "darkbrown2" @@ -104935,6 +107897,10 @@ icon_state = "intact"; name = "Pipe" }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 9 + }, /turf/open/floor/prison{ dir = 6; icon_state = "darkbrown2" @@ -105009,6 +107975,25 @@ icon_state = "orange_edge" }, /area/lv759/indoors/weymart) +"qKk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/lv759/indoors/wy_research_complex/reception) "qKl" = ( /obj/structure/machinery/landinglight/ds2/spoke, /turf/open/floor/strata{ @@ -105137,6 +108122,19 @@ }, /turf/open/floor/hybrisa/carpet/carpetreddeco, /area/lv759/indoors/weyyu_office/supervisor) +"qLf" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "qLn" = ( /obj/structure/closet/crate/trashcart{ desc = "A heavy, metal foodcart with wheels."; @@ -105506,6 +108504,13 @@ dir = 8 }, /area/lv759/outdoors/colony_streets/central_streets) +"qNA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 10 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "qNB" = ( /obj/structure/barricade/handrail/wire, /obj/effect/decal/warning_stripes{ @@ -105697,6 +108702,10 @@ /obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_solid_white/autoname{ dir = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -105893,6 +108902,9 @@ pixel_y = 4; pixel_x = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 1; icon_state = "red4" @@ -106189,6 +109201,10 @@ /turf/open/floor/corsat, /area/lv759/indoors/spaceport/engineering) "qSA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/misc/wybiglogo{ dir = 6 }, @@ -106205,17 +109221,16 @@ dir = 8; layer = 5 }, -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 32 - }, /obj/structure/cable/white{ color = "#550d0d"; icon_state = "1-8"; layer = 5 }, /obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 1 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "qSJ" = ( @@ -106426,6 +109441,9 @@ level = 7; pixel_y = 12 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison, /area/lv759/outdoors/colony_streets/south_west_street) "qUZ" = ( @@ -106734,9 +109752,9 @@ }, /area/lv759/indoors/wy_research_complex/researchanddevelopment) "qXE" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - pixel_x = -6; - pixel_y = 4 +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 4 }, /turf/open/engineership/engineer_floor9, /area/lv759/indoors/derelict_ship) @@ -106781,7 +109799,7 @@ level = 3; pixel_y = 10 }, -/obj/structure/machinery/floodlight{ +/obj/structure/machinery/colony_floodlight{ layer = 4; pixel_y = 20 }, @@ -107115,6 +110133,12 @@ icon_state = "floor_plate" }, /area/lv759/outdoors/colony_streets/south_east_street) +"rat" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison, +/area/lv759/indoors/wy_research_complex_entrance) "raB" = ( /obj/effect/landmark/monkey_spawn, /obj/structure/machinery/light, @@ -107514,6 +110538,9 @@ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'; dir = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -107654,6 +110681,18 @@ icon_state = "ramptop" }, /area/lv759/outdoors/colony_streets/central_streets) +"rfo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_research_complex/hallwayeast) "rfp" = ( /obj/structure/barricade/handrail/hybrisa/handrail{ layer = 4 @@ -107740,6 +110779,10 @@ /area/lv759/indoors/mining_outpost/south) "rga" = ( /obj/structure/barricade/handrail/kutjevo, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/tile/tilegrey, /area/lv759/indoors/wy_research_complex/hallwaysouthwest) "rgd" = ( @@ -107876,12 +110919,29 @@ dir = 4 }, /obj/item/fuel_cell, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/plating/kutjevo, /area/lv759/indoors/wy_research_complex/hangarbay) "rgN" = ( /obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer4, /turf/closed/wall/hybrisa/spaceport_reinforced, /area/lv759/indoors/spaceport/kitchen) +"rgO" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal_solid_white/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + icon = 'icons/obj/structures/doors/hybrisashutters.dmi' + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting) "rgQ" = ( /obj/structure/largecrate/random, /obj/structure/barricade/handrail{ @@ -107969,6 +111029,10 @@ /area/lv759/indoors/recycling_plant/garage) "rhL" = ( /obj/structure/machinery/door/airlock/hybrisa/personal/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "cell_stripe" @@ -108015,6 +111079,9 @@ /obj/effect/decal/warning_stripes{ icon_state = "E" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -108149,6 +111216,12 @@ }, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/outdoors/colony_streets/north_street) +"rjx" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/north_west_caves) "rjy" = ( /obj/structure/largecrate/random/case/small, /obj/effect/landmark/objective_landmark/far, @@ -108455,6 +111528,14 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/outdoors/colony_streets/central_streets) +"rlE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/north_west_caves) "rlJ" = ( /obj/structure/platform/hybrisa/metalplatform6{ dir = 8 @@ -108489,6 +111570,18 @@ icon_state = "platingdmg3" }, /area/lv759/indoors/central_caves) +"rmg" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/north_west_caves) "rmh" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/bedsheet/medical, @@ -108643,6 +111736,10 @@ icon_state = "1-4" }, /obj/structure/holostool, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating{ dir = 8; icon_state = "platingdmg3" @@ -108682,7 +111779,7 @@ level = 3; pixel_y = 10 }, -/obj/structure/machinery/floodlight{ +/obj/structure/machinery/colony_floodlight{ layer = 4; pixel_y = 20 }, @@ -108829,6 +111926,17 @@ /obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/wy_research_complex_entrance) +"rpp" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "rpr" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/sign/safety/maint, @@ -108850,6 +111958,14 @@ /obj/structure/platform/hybrisa/metalplatform1, /turf/open/hybrisa/street/underground_unweedable, /area/lv759/outdoors/colony_streets/south_east_street) +"rpB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/wy_research_complex/reception) "rpC" = ( /turf/closed/wall/hybrisa/colony, /area/lv759/indoors/meridian/meridian_showroom) @@ -108863,6 +111979,10 @@ /area/lv759/indoors/derelict_ship) "rpI" = ( /obj/structure/janitorialcart, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "rpP" = ( @@ -109284,6 +112404,10 @@ /area/lv759/indoors/hospital/outgoing) "rts" = ( /obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -109341,6 +112465,10 @@ pixel_y = 20 }, /obj/effect/landmark/objective_landmark/close, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/weymart/maintenance) "rua" = ( @@ -109609,6 +112737,11 @@ /obj/effect/hybrisa/decal/dirt, /turf/open/floor/plating, /area/lv759/indoors/mining_outpost/north_maint) +"rwr" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) "rwu" = ( /obj/effect/hybrisa/decal/grate{ dir = 4 @@ -109764,6 +112897,13 @@ }, /turf/open/floor/hybrisa/tile/tilebeige, /area/lv759/indoors/mining_outpost/northeast) +"rxs" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/wy_research_complex_entrance) "rxx" = ( /obj/structure/bed/chair/wood/normal{ dir = 1 @@ -109889,6 +113029,15 @@ }, /turf/open/floor/plating, /area/lv759/indoors/jacks_surplus) +"rym" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/north_west_caves) "ryo" = ( /obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ dir = 1 @@ -109996,6 +113145,10 @@ dir = 1; pixel_y = 26 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 1; icon_state = "black" @@ -110052,7 +113205,9 @@ /turf/open/floor/corsat, /area/lv759/indoors/electical_systems/substation2) "rzl" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/structure/largecrate/random, /obj/item/weapon/twohanded/folded_metal_chair, /turf/open/floor/plating, @@ -110068,6 +113223,10 @@ /obj/item/stack/sheet/wood{ layer = 2.7 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -110442,20 +113601,24 @@ /turf/open/hybrisa/street/cement3, /area/lv759/outdoors/colony_streets/east_central_street) "rCb" = ( -/obj/structure/surface/table/reinforced/prison, /obj/item/clipboard{ pixel_x = 4; - pixel_y = 5 + pixel_y = 8 }, /obj/item/paper{ - pixel_x = 2; - pixel_y = 2 + pixel_x = 4; + pixel_y = 8 }, -/obj/item/tool/pen/red, -/obj/item/reagent_container/food/drinks/cans/waterbottle, /obj/structure/machinery/light{ dir = 8 }, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, /turf/open/floor/almayer{ allow_construction = 0; icon_state = "plate" @@ -110708,6 +113871,9 @@ icon_state = "N"; layer = 3.33 }, +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -111194,6 +114360,7 @@ needs_power = 0; unacidable = 1 }, +/obj/structure/blocker/forcefield/vehicles, /turf/open/floor/plating, /area/lv759/indoors/colonial_marshals/prisoners_recreation_area) "rGM" = ( @@ -111215,8 +114382,8 @@ /obj/structure/window/reinforced/tinted{ dir = 4 }, -/obj/structure/machinery/message_server{ - icon_state = "server-nopower" +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 4 }, /turf/open/floor/hybrisa/metal/bluemetalfull, /area/lv759/indoors/spaceport/flight_control_room) @@ -111225,7 +114392,9 @@ /turf/open/floor/plating, /area/lv759/indoors/spaceport/docking_bay_2) "rGY" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/structure/prop/invuln/pipe_water, /obj/item/reagent_container/glass/bucket/janibucket{ pixel_y = -9 @@ -111387,6 +114556,10 @@ pixel_x = -7; pixel_y = -5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 10 + }, /turf/open/floor/almayer{ dir = 4; icon_state = "blackcorner" @@ -111466,6 +114639,15 @@ icon_state = "floor1" }, /area/lv759/indoors/spaceport/engineering) +"rIQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "rIU" = ( /obj/structure/platform/hybrisa/metalplatform6, /obj/structure/platform/hybrisa/metalplatform6{ @@ -111476,6 +114658,9 @@ /area/lv759/outdoors/landing_zone_2) "rJa" = ( /obj/item/paper/crumpled, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "yellow" @@ -111644,6 +114829,13 @@ dir = 9 }, /area/lv759/outdoors/colony_streets/north_west_street) +"rKB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/lv759/indoors/wy_research_complex/reception) "rKD" = ( /obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ dir = 4 @@ -111713,6 +114905,10 @@ }, /area/lv759/indoors/west_caves) "rKN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 4; icon_state = "darkyellow2" @@ -111878,9 +115074,6 @@ /turf/open/floor/hybrisa/carpet/carpetblack, /area/lv759/indoors/weyyu_office/vip) "rLR" = ( -/obj/structure/showcase{ - icon_state = "processor" - }, /obj/structure/window/reinforced{ dir = 1; layer = 2 @@ -111889,6 +115082,9 @@ dir = 8; health = 80 }, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/fusion_generators) "rMa" = ( @@ -111968,6 +115164,12 @@ /obj/item/tool/shovel, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/south_east_caves) +"rMJ" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/west_caves) "rMN" = ( /obj/structure/prop/hybrisa/misc/slotmachine{ pixel_x = 6; @@ -111989,10 +115191,9 @@ }, /area/lv759/indoors/weymart) "rMR" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - icon_state = "blackgoocontainer2"; - pixel_y = 7; - pixel_x = -4 +/obj/structure/blackgoocontainer{ + pixel_x = -4; + pixel_y = 2 }, /turf/open/engineership/engineer_floor1, /area/lv759/indoors/derelict_ship) @@ -112194,8 +115395,8 @@ dir = 4 }, /obj/item/paper, -/obj/structure/machinery/message_server{ - icon_state = "server_o" +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 4 }, /turf/open/floor/hybrisa/metal/bluemetalfull, /area/lv759/indoors/spaceport/flight_control_room) @@ -112358,7 +115559,10 @@ }, /area/lv759/indoors/wy_research_complex/hangarbayshuttle) "rPL" = ( -/obj/structure/machinery/r_n_d/server/robotics, +/obj/structure/machinery/big_computers/messaging_server/white{ + name = "Robotics R&D Server"; + dir = 1 + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -112501,6 +115705,9 @@ pixel_x = -17 }, /obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "cell_stripe" @@ -112613,6 +115820,15 @@ icon_state = "marked" }, /area/lv759/indoors/mining_outpost/vehicledeployment) +"rRT" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/structure/blackgoocontainer{ + pixel_x = -12 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/indoors/derelict_ship) "rRV" = ( /obj/structure/barricade/handrail/strata{ dir = 8; @@ -113178,6 +116394,9 @@ icon_state = "2-6"; layer = 5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 4; icon_state = "yellow" @@ -113257,6 +116476,16 @@ icon_state = "multi_tiles" }, /area/lv759/indoors/spaceport/docking_bay_2) +"rWM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "rWO" = ( /obj/effect/hybrisa/decal/road/road_edge{ icon_state = "road_edge_decal4" @@ -113504,6 +116733,10 @@ icon_state = "S" }, /obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -113747,6 +116980,13 @@ icon_state = "officetiles" }, /area/lv759/indoors/wy_research_complex/cafeteriakitchen) +"sbg" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "sbm" = ( /obj/structure/barricade/handrail/wire, /obj/structure/prop/hybrisa/fakeplatforms/platform4, @@ -114035,6 +117275,16 @@ "sdv" = ( /turf/open/floor/hybrisa/metal/bluemetalcorner, /area/lv759/indoors/wy_research_complex/reception) +"sdz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/north_west_caves) "sdF" = ( /turf/open/floor/hybrisa/metal/grated{ dir = 1 @@ -114077,7 +117327,11 @@ /area/lv759/indoors/power_plant/gas_generators) "seh" = ( /obj/structure/platform_decoration/hybrisa/engineer_corner, -/obj/structure/prop/hybrisa/engineer/blackgoocontainer, +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 1; + pixel_y = 12 + }, /turf/open/engineership/engineer_floor9, /area/lv759/indoors/derelict_ship) "sem" = ( @@ -114330,6 +117584,10 @@ /obj/structure/machinery/power/apc{ dir = 8 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 9 + }, /turf/open/floor/prison{ dir = 8; icon_state = "darkbrown2" @@ -114351,6 +117609,9 @@ layer = 3.33 }, /obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 6; icon_state = "yellow" @@ -114872,13 +118133,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/outdoors/colony_streets/central_streets) -"skI" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/strata{ - dir = 4; - icon_state = "blue3" - }, -/area/lv759/indoors/spaceport/docking_bay_2) "skO" = ( /turf/closed/wall/hybrisa/marhsalls_reinforced, /area/lv759/indoors/colonial_marshals/armory_firingrange) @@ -114993,6 +118247,10 @@ }, /obj/item/tool/wet_sign, /obj/item/tool/mop, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/weymart/maintenance) "slR" = ( @@ -115381,10 +118639,8 @@ }, /area/lv759/indoors/apartment/eastbedrooms) "sph" = ( -/obj/structure/prop/almayer/computers/sensor_computer1{ - desc = null; - icon_state = "sensor_comp1_off"; - name = "computer" +/obj/structure/machinery/big_computers/computerbrown/computer5{ + icon_state = "sensor_comp3_off" }, /turf/open/floor/prison{ dir = 1; @@ -115451,6 +118707,15 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/outdoors/colony_streets/east_central_street) +"spA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) "spB" = ( /obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ dir = 4 @@ -115629,6 +118894,11 @@ pixel_x = -9; pixel_y = 10 }, +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 1; + layer = 4 + }, /turf/open/engineership/engineer_floor3, /area/lv759/indoors/derelict_ship) "sra" = ( @@ -115663,10 +118933,7 @@ }, /area/lv759/outdoors/colony_streets/north_street) "srr" = ( -/obj/structure/prop/almayer/computers/sensor_computer2{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer4, /turf/open/floor/almayer{ allow_construction = 0; icon_state = "plate" @@ -115899,7 +119166,20 @@ /turf/open/floor/interior/wood, /area/lv759/indoors/mining_outpost/south) "ssL" = ( -/obj/structure/closet/secure_closet/engineering_electrical, +/obj/structure/closet/secure_closet/engineering_electrical{ + pixel_x = -16 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/rack{ + pixel_x = 3 + }, +/obj/effect/spawner/random/toolbox{ + pixel_y = 12 + }, +/obj/effect/spawner/random/powercell, +/obj/effect/spawner/random/powercell{ + pixel_x = 5 + }, /turf/open/floor/prison{ dir = 1; icon_state = "darkbrown2" @@ -116089,11 +119369,23 @@ icon_state = "freezerfloor" }, /area/lv759/indoors/apartment/westrestroom) +"suz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/lv759/indoors/wy_research_complex/cafeteria) "suB" = ( /obj/structure/machinery/power/apc{ dir = 1; start_charge = 50 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 6 + }, /turf/open/floor/strata{ icon_state = "red4" }, @@ -116101,6 +119393,10 @@ "suC" = ( /obj/structure/machinery/light, /obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -116168,6 +119464,10 @@ layer = 5; level = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 1; icon_state = "cyan3" @@ -116320,6 +119620,9 @@ /obj/effect/decal/cleanable/blood/drip{ icon_state = "2" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison, /area/lv759/indoors/wy_research_complex_entrance) "swf" = ( @@ -116555,6 +119858,9 @@ icon_state = "3" }, /obj/effect/hybrisa/decal/bloodtrail, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -116826,6 +120132,16 @@ }, /turf/open/gm/river, /area/lv759/outdoors/colony_streets/north_street) +"szT" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/structure/blackgoocontainer{ + pixel_y = 18; + layer = 3.01 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/indoors/derelict_ship) "sAa" = ( /obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine2{ pixel_x = -14; @@ -117070,6 +120386,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -117083,6 +120403,18 @@ /obj/effect/hybrisa/decal/dirt, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_east_street) +"sBG" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/lv759/indoors/wy_research_complex/xenoarcheology) "sBJ" = ( /turf/open/floor/prison{ icon_state = "ramptop" @@ -117334,6 +120666,9 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "cell_stripe" @@ -117648,6 +120983,18 @@ icon_state = "blue3" }, /area/lv759/indoors/spaceport/docking_bay_2) +"sGP" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "sGT" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -117660,6 +121007,9 @@ /area/lv759/indoors/wy_research_complex/hangarbay) "sHa" = ( /obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -117731,7 +121081,7 @@ level = 3; pixel_y = 10 }, -/obj/structure/machinery/floodlight{ +/obj/structure/machinery/colony_floodlight{ layer = 4; pixel_y = 20 }, @@ -117748,6 +121098,9 @@ pixel_x = 2 }, /obj/item/tool/pen, +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, /turf/open/floor/prison{ dir = 5; icon_state = "yellow" @@ -117760,6 +121113,10 @@ dir = 4; pixel_y = -5 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 9 + }, /turf/open/floor/almayer{ allow_construction = 0; icon_state = "plate" @@ -117771,6 +121128,9 @@ layer = 3.33; pixel_y = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/hybrisa/misc/wysmallright, /area/lv759/indoors/wy_research_complex/hallwaysouthwest) "sHH" = ( @@ -117872,6 +121232,15 @@ dir = 1 }, /area/lv759/outdoors/landing_zone_2) +"sJk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/indoors/wy_research_complex/dormsfoyer) "sJl" = ( /obj/item/device/radio/intercom{ freerange = 1; @@ -117966,12 +121335,6 @@ icon_state = "darkbrown2" }, /area/lv759/indoors/power_plant) -"sKd" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/lv759/indoors/north_west_caves) "sKj" = ( /obj/structure/platform{ dir = 4; @@ -118019,6 +121382,10 @@ pixel_y = 4 }, /obj/item/tool/crowbar/red, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" @@ -118064,13 +121431,6 @@ }, /turf/open/engineership/engineer_floor9, /area/lv759/indoors/derelict_ship) -"sKJ" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - pixel_x = -6; - pixel_y = 4 - }, -/turf/open/engineership/engineer_floor1, -/area/lv759/indoors/derelict_ship) "sKM" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -118245,10 +121605,6 @@ /obj/effect/spawner/random/attachment, /turf/open/floor/plating, /area/lv759/indoors/spaceport/cargo_maintenance) -"sMq" = ( -/obj/structure/blocker/forcefield/vehicles, -/turf/open/auto_turf/hybrisashale/layer1, -/area/lv759/indoors/north_west_caves) "sMs" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/hybrisa/decal/dirt, @@ -118531,6 +121887,22 @@ icon = 'icons/turf/floors/hybrisa_dirt.dmi' }, /area/lv759/indoors/west_caves) +"sOh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + allow_construction = 0 + }, +/area/lv759/indoors/wy_research_complex/cargo) "sOj" = ( /obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ dir = 4 @@ -118929,11 +122301,18 @@ /area/lv759/outdoors/colony_streets/north_street) "sSk" = ( /obj/item/stack/sheet/cardboard, -/turf/open/floor/hybrisa/tile/cementflat, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south) "sSo" = ( /obj/structure/closet/crate, /obj/item/prop/colony/folded_bedroll, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "black" @@ -119015,6 +122394,16 @@ /obj/structure/largecrate/random/barrel/medical, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/east_central_street) +"sTo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/north_west_caves) "sTq" = ( /obj/structure/platform_decoration/strata/metal{ dir = 4 @@ -119071,10 +122460,13 @@ /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" }, -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - icon_state = "blackgoocontainer2"; - pixel_y = 7; - pixel_x = -4 +/obj/structure/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/blackgoocontainer{ + pixel_x = 8; + pixel_y = 8 }, /turf/open/floor/almayer{ dir = 8; @@ -119125,6 +122517,17 @@ /obj/structure/prop/hybrisa/vehicles/Meridian/Blue, /turf/open/hybrisa/street/sidewalk, /area/lv759/outdoors/colony_streets/central_streets) +"sUu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/misc/wysmallleft, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "sUx" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/hybrisa/decal/trash{ @@ -119181,6 +122584,15 @@ /obj/structure/prop/hybrisa/cavedecor/stalagmite4, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/south_caves) +"sUP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex_entrance) "sUQ" = ( /obj/structure/filingcabinet{ density = 0; @@ -119206,6 +122618,10 @@ pixel_y = 2 }, /obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ icon_state = "multi_tiles" }, @@ -119670,6 +123086,7 @@ pixel_x = 1 }, /obj/structure/machinery/light/double/blue, +/obj/structure/pipes/vents/pump, /turf/open/floor/strata{ icon_state = "multi_tiles" }, @@ -119763,6 +123180,16 @@ }, /turf/open/auto_turf/hybrisashale/layer2, /area/lv759/indoors/wy_research_complex_entrance) +"sZR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_research_complex_entrance) "sZS" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/spawner/random/toolbox{ @@ -119886,6 +123313,10 @@ /obj/structure/barricade/handrail/strata{ dir = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "ramptop" @@ -119994,6 +123425,10 @@ name = "Automated Valve" }, /obj/structure/reagent_dispensers/watertank, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 6 + }, /turf/open/floor/prison{ dir = 4; icon_state = "darkbrown2" @@ -120031,6 +123466,13 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/east_central_street) +"tbz" = ( +/obj/structure/window/framed/corsat, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting) "tbD" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ @@ -120287,6 +123729,19 @@ }, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/south_west_caves) +"tdm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_research_complex/reception) "tdn" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/almayer{ @@ -120737,6 +124192,13 @@ icon_state = "red3" }, /area/lv759/indoors/wy_research_complex/securitycommand) +"tge" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) "tgg" = ( /obj/structure/urinal, /turf/closed/wall/hybrisa/colony, @@ -121427,10 +124889,7 @@ }, /area/lv759/indoors/apartment/eastbedroomsstorage) "tlZ" = ( -/obj/structure/prop/almayer/computers/sensor_computer2{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer4, /turf/open/floor/hybrisa/metal/bluemetalfull, /area/lv759/indoors/spaceport/flight_control_room) "tmq" = ( @@ -121527,6 +124986,10 @@ layer = 5; level = 2 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "tnh" = ( @@ -121859,7 +125322,7 @@ icon_state = "N" }, /turf/open/floor/plating/plating_catwalk/prison, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "tpu" = ( /obj/structure/platform/hybrisa/metalplatform6, /obj/structure/stairs{ @@ -121963,6 +125426,9 @@ /obj/item/ammo_casing/bullet, /obj/item/ammo_casing/bullet, /obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -122087,6 +125553,20 @@ icon_state = "officetiles" }, /area/lv759/outdoors/colony_streets/central_streets) +"trl" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/north_west_caves) "trn" = ( /obj/effect/decal/medical_decals{ icon_state = "docstripingdir" @@ -122205,6 +125685,10 @@ /area/lv759/indoors/power_plant/south_hallway) "tsC" = ( /obj/structure/reagent_dispensers/fueltank, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 1 + }, /turf/open/floor/plating, /area/lv759/indoors/weymart/maintenance) "tsD" = ( @@ -122369,6 +125853,9 @@ }, /obj/effect/decal/cleanable/blood, /obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -122467,6 +125954,10 @@ "tuO" = ( /turf/closed/wall/hybrisa/research/reinforced, /area/lv759/indoors/wy_research_complex/hallwaynorth) +"tuP" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north) "tuT" = ( /obj/item/device/flashlight/lamp/tripod, /obj/structure/prop/invuln/lattice_prop{ @@ -122479,6 +125970,10 @@ /obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname{ dir = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -123020,6 +126515,9 @@ /obj/structure/machinery/door/poddoor/almayer/biohazard/white{ icon = 'icons/obj/structures/doors/hybrisashutters.dmi' }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -123479,6 +126977,9 @@ /area/lv759/indoors/meridian/meridian_foyer) "tEK" = ( /obj/structure/barricade/handrail/kutjevo, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/hybrisa/tile/tilegrey, /area/lv759/indoors/wy_research_complex/hallwaynorth) "tEM" = ( @@ -123568,6 +127069,9 @@ /obj/item/tool/weldingtool{ pixel_x = -4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -124204,10 +127708,12 @@ icon_state = "trash_3"; pixel_y = 12 }, -/turf/open/floor/almayer{ - dir = 8; - icon_state = "blackfull" +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 }, +/obj/item/trash/eat, +/turf/open/floor/plating/plating_catwalk, /area/lv759/indoors/wy_research_complex/head_research_office) "tJD" = ( /obj/effect/hybrisa/decal/road/lines1, @@ -124705,6 +128211,13 @@ icon_state = "plate" }, /area/lv759/indoors/landing_zone_2/kmcc_hub_south_office) +"tND" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, +/turf/open/floor/prison, +/area/lv759/indoors/wy_research_complex_entrance) "tNG" = ( /obj/structure/machinery/iv_drip{ pixel_y = 19 @@ -124886,13 +128399,6 @@ "tOO" = ( /turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/apartment/northapartments) -"tOP" = ( -/obj/item/lightstick/red/spoke/planted, -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/auto_turf/hybrisashale/layer0_plate, -/area/lv759/outdoors/caveplateau) "tOZ" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/hybrisa/tile/cementflat, @@ -124948,6 +128454,10 @@ /obj/structure/surface/table/almayer{ color = "#848484" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 10 + }, /turf/open/floor/strata{ dir = 1; icon_state = "red4" @@ -124977,6 +128487,13 @@ icon_state = "red1" }, /area/lv759/indoors/wy_research_complex/securitycommand) +"tQq" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8; + layer = 6 + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "tQs" = ( /obj/effect/spawner/random/toolbox{ layer = 4 @@ -125367,6 +128884,11 @@ icon_state = "platingdmg3" }, /area/lv759/indoors/mining_outpost/north_maint) +"tTB" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/north_west_caves) "tTD" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -125383,6 +128905,18 @@ dir = 8 }, /area/lv759/indoors/botany/botany_greenhouse) +"tTH" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/wy_research_complex/hangarbay) "tTL" = ( /obj/structure/prop/hybrisa/misc/metergreen, /turf/closed/wall/hybrisa/research/reinforced, @@ -125481,6 +129015,9 @@ /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_street) "tUy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 9; icon_state = "cyan3" @@ -125596,6 +129133,10 @@ }, /area/lv759/indoors/spaceport/horizon_runner) "tVs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "spiralplate" }, @@ -125780,7 +129321,6 @@ }, /area/lv759/outdoors/landing_zone_2) "tWB" = ( -/obj/structure/prop/invuln/overhead_pipe, /obj/item/tool/warning_cone{ pixel_x = -4; pixel_y = 8 @@ -125799,8 +129339,20 @@ dir = 8; health = 25000 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 5 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) +"tWH" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/machinery/power/port_gen, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/electical_systems/substation1) "tWO" = ( /obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ dir = 1 @@ -125813,6 +129365,9 @@ "tWP" = ( /obj/effect/decal/cleanable/blood, /obj/effect/hybrisa/decal/bloodtrail, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -125824,11 +129379,6 @@ }, /area/lv759/indoors/spaceport/docking_bay_1) "tWV" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 32 - }, /obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{ autoname = 1; name = "autoname reinforced" @@ -125867,6 +129417,10 @@ /obj/structure/surface/table/almayer{ color = "#848484" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 1; icon_state = "black" @@ -126273,6 +129827,16 @@ /obj/effect/hybrisa/decal/road/lines2, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_east_street) +"uar" = ( +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/north_west_caves) "uav" = ( /obj/effect/decal/warning_stripes{ icon_state = "N" @@ -126358,11 +129922,6 @@ /obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ pixel_y = 28 }, -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 13 - }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "ube" = ( @@ -126482,6 +130041,15 @@ }, /turf/closed/wall/hybrisa/rock, /area/lv759/oob) +"ucj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/reception) "ucm" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/largecrate/random/barrel/red, @@ -126846,6 +130414,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "N" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/metal/stripe_red, /area/lv759/indoors/electical_systems/substation1) "ufU" = ( @@ -126970,6 +130542,9 @@ /obj/item/tool/mop{ pixel_y = 23 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 8; icon_state = "blackfull" @@ -127176,11 +130751,6 @@ /turf/open/floor/hybrisa/tile/tilebeige, /area/lv759/indoors/colonial_marshals/hallway_central) "uis" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 13 - }, /obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ layer = 6; pixel_x = -5; @@ -127230,6 +130800,16 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/power_plant/telecomms) +"uiV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 5 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/lv759/indoors/wy_research_complex/securitycommand) "uiZ" = ( /obj/structure/prop/hybrisa/supermart/rack/longrack2, /turf/open/floor/corsat{ @@ -127548,6 +131128,10 @@ layer = 3.33; pixel_y = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "red" @@ -127565,6 +131149,17 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/south_east_street) +"ull" = ( +/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{ + autoname = 1; + name = "autoname reinforced" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "ulu" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/closet/hydrant{ @@ -127680,6 +131275,12 @@ }, /turf/open/hybrisa/dropship/dropship2, /area/lv759/indoors/spaceport/horizon_runner) +"umx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "umF" = ( /obj/effect/hybrisa/decal/gold/line4, /obj/structure/bed/chair/comfy{ @@ -127808,6 +131409,9 @@ /obj/structure/machinery/light/double/blue{ dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 1; icon_state = "cyan4" @@ -128168,6 +131772,15 @@ icon_state = "ramptop" }, /area/lv759/indoors/wy_security/checkpoint_east) +"uqg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/lv759/indoors/wy_research_complex/xenoarcheology) "uqu" = ( /obj/effect/hybrisa/decal/road/road_edge{ icon_state = "road_edge_decal3" @@ -128265,6 +131878,10 @@ pixel_x = -9; pixel_y = 20 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 6 + }, /turf/open/floor/hybrisa/metal/stripe_red, /area/lv759/indoors/electical_systems/substation1) "urd" = ( @@ -128282,6 +131899,7 @@ "urA" = ( /obj/item/ammo_casing/bullet, /obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -128347,6 +131965,16 @@ icon_state = "officetiles" }, /area/lv759/outdoors/colony_streets/south_east_street) +"urQ" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/structure/blackgoocontainer{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/indoors/derelict_ship) "urX" = ( /obj/structure/window/framed/colony/reinforced, /obj/structure/machinery/door/poddoor/shutters/almayer{ @@ -128500,6 +132128,10 @@ /obj/item/storage/box/guncase/lmg{ layer = 2.9 }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "cargo" }, @@ -128612,6 +132244,9 @@ pixel_x = 3; pixel_y = -2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison, /area/lv759/outdoors/colony_streets/south_west_street) "uuf" = ( @@ -128630,6 +132265,15 @@ icon_state = "ramptop" }, /area/lv759/outdoors/colony_streets/south_east_street) +"uui" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/dormsbedroom) "uum" = ( /obj/structure/machinery/light{ dir = 4 @@ -128649,6 +132293,10 @@ /turf/open/floor/kutjevo/fake_wood, /area/lv759/indoors/bar) "uuA" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "yellow" @@ -128823,6 +132471,13 @@ icon_state = "floor1" }, /area/lv759/oob) +"uwi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "uwm" = ( /obj/structure/platform/strata/metal{ dir = 1 @@ -128975,13 +132630,10 @@ "uxC" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/shard, -/obj/structure/prop/vehicles{ - density = 1; - dir = 4; - icon_state = "van_damaged"; - pixel_x = 5 - }, /obj/effect/decal/cleanable/blood/oil/streak, +/obj/structure/prop/hybrisa/vehicles/Box_Vans/Hyperdyne{ + dir = 1 + }, /turf/open/hybrisa/street/sidewalk, /area/lv759/outdoors/colony_streets/central_streets) "uxD" = ( @@ -129388,14 +133040,15 @@ /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_street) "uAR" = ( -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" - }, /obj/structure/cable/white{ color = "#9f8700"; icon_state = "8-10"; layer = 5 }, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1; + layer = 4.2 + }, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/fusion_generators) "uAV" = ( @@ -129489,6 +133142,9 @@ /obj/structure/machinery/light/small/blue{ dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "sterile" @@ -129758,17 +133414,10 @@ /obj/structure/machinery/power/terminal{ dir = 8 }, -/obj/structure/dropship_equipment/fuel/fuel_enhancer, /obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/machinery/fuelcell_recycler, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_fuel) -"uDu" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - pixel_x = -4; - pixel_y = 2 - }, -/turf/open/engineership/engineer_floor1, -/area/lv759/indoors/derelict_ship) "uDz" = ( /obj/structure/platform/hybrisa/metalplatform6{ dir = 1 @@ -129911,6 +133560,11 @@ icon_state = "floor_plate" }, /area/lv759/outdoors/colony_streets/south_west_street) +"uES" = ( +/obj/structure/largecrate/mule, +/obj/item/tool/shovel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/west_caves) "uEV" = ( /obj/structure/platform{ dir = 1 @@ -130701,6 +134355,9 @@ /area/lv759/indoors/wy_research_complex/cargo) "uJT" = ( /obj/structure/largecrate/random/case/double, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -130837,6 +134494,13 @@ dir = 8 }, /area/lv759/indoors/west_caves) +"uLb" = ( +/obj/structure/blackgoocontainer{ + pixel_y = 18; + layer = 3.01 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/indoors/derelict_ship) "uLd" = ( /obj/effect/hybrisa/decal/road/lines1, /obj/effect/hybrisa/decal/dirt, @@ -130881,6 +134545,12 @@ }, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/gas_generators) +"uLy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_research_complex_entrance) "uLI" = ( /obj/structure/machinery/colony_floodlight/traffic{ dir = 8; @@ -130928,6 +134598,10 @@ level = 7; pixel_y = 12 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -130940,11 +134614,6 @@ }, /area/lv759/indoors/bar) "uMi" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 13 - }, /obj/structure/cable/white{ color = "#550d0d"; icon_state = "2-6"; @@ -131138,6 +134807,13 @@ dir = 1 }, /area/lv759/indoors/power_plant/geothermal_generators) +"uNz" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/cafeteria) "uND" = ( /obj/item/shard, /turf/open/hybrisa/street/asphalt, @@ -131904,6 +135580,12 @@ }, /turf/open/floor/prison, /area/lv759/indoors/garage_workshop_storage) +"uSC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) "uSD" = ( /obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname, /turf/open/floor/plating, @@ -132003,6 +135685,13 @@ }, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/east_caves) +"uTm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysoutheast) "uTp" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/corsat, @@ -132011,13 +135700,8 @@ /turf/open/floor/plating/kutjevo, /area/lv759/indoors/spaceport/maintenance_east) "uTt" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - icon_state = "blackgoocontainer2"; - pixel_y = 7; - pixel_x = -4 - }, -/obj/effect/decal/cleanable/blackgoo{ - color = "#505050" +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2" }, /turf/open/engineership/engineer_floor3, /area/lv759/indoors/derelict_ship) @@ -132104,12 +135788,18 @@ /obj/effect/decal/cleanable/blood/drip{ icon_state = "2" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison, /area/lv759/indoors/wy_research_complex_entrance) "uUn" = ( /obj/item/stack/medical/splint, /obj/effect/hybrisa/decal/dirt, /obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison, /area/lv759/outdoors/colony_streets/south_west_street) "uUr" = ( @@ -132189,6 +135879,20 @@ /obj/structure/surface/table/reinforced/black, /obj/item/paper/research_notes/grant, /obj/item/device/encryptionkey/WY, +/obj/item/coin/chitin{ + pixel_x = -14 + }, +/obj/item/coin/chitin{ + pixel_x = -14; + pixel_y = 5 + }, +/obj/item/coin/chitin{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/XenoItem/AntiAcid{ + pixel_x = 12 + }, /turf/open/floor/hybrisa/carpet/carpetblackdeco, /area/lv759/indoors/wy_research_complex/head_research_office) "uVe" = ( @@ -132284,6 +135988,10 @@ pixel_y = 23; layer = 4.2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -132307,6 +136015,10 @@ pixel_y = 2 }, /obj/item/paper/crumpled, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "yellow" @@ -132787,6 +136499,9 @@ icon_state = "E"; pixel_x = 2 }, +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, /turf/open/floor/prison{ dir = 4; icon_state = "red" @@ -133318,6 +137033,10 @@ icon_state = "triagedecaldir" }, /obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "floor3" @@ -133388,9 +137107,6 @@ "vgd" = ( /obj/structure/janitorialcart, /obj/effect/hybrisa/decal/dirt, -/obj/structure/machinery/light/small/blue{ - dir = 4 - }, /obj/structure/machinery/power/apc{ dir = 4 }, @@ -133522,6 +137238,10 @@ /turf/open/floor/plating, /area/lv759/indoors/colonial_marshals/prisoners_recreation_area) "vhl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 5 + }, /turf/open/floor/almayer{ icon_state = "test_floor4" }, @@ -133592,6 +137312,10 @@ /obj/effect/decal/cleanable/blood/drip{ icon_state = "2" }, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + layer = 4; + pixel_y = 30 + }, /turf/open/floor/prison{ dir = 8; icon_state = "cell_stripe" @@ -133706,11 +137430,6 @@ }, /area/lv759/outdoors/colony_streets/east_central_street) "vju" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 13 - }, /obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) @@ -133784,6 +137503,10 @@ /area/lv759/outdoors/colony_streets/north_west_street) "vjQ" = ( /obj/structure/closet/emcloset, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/southeastexit) "vjT" = ( @@ -134370,6 +138093,10 @@ icon_state = "S" }, /obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "black" }, @@ -134391,6 +138118,9 @@ /obj/item/reagent_container/food/snacks/meat/fish, /obj/item/reagent_container/food/snacks/meat/fish, /obj/item/reagent_container/food/snacks/meat/fish, +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, /turf/open/floor{ icon_state = "freezerfloor" }, @@ -134623,6 +138353,10 @@ layer = 3.33; pixel_y = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 10 + }, /turf/open/floor/prison{ dir = 5; icon_state = "red" @@ -134677,6 +138411,10 @@ "vqR" = ( /turf/open/floor/hybrisa/carpet/carpetgreendeco, /area/lv759/indoors/jacks_surplus) +"vqU" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/wy_research_complex_entrance) "vqW" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/machinery/door/airlock/almayer/generic{ @@ -134852,6 +138590,18 @@ icon_state = "floor_marked" }, /area/lv759/indoors/spaceport/starglider) +"vsm" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/lv759/indoors/north_west_caves) "vso" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/prop/hybrisa/vehicles/Meridian/Cop, @@ -135334,12 +139084,20 @@ layer = 5; level = 2 }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 1 + }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "vvP" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ - pixel_x = -6; - pixel_y = 4 +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 8 }, /turf/open/engineership/engineer_floor3, /area/lv759/indoors/derelict_ship) @@ -135401,6 +139159,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 5 + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -135616,6 +139378,16 @@ /obj/structure/largecrate/random/barrel/yellow, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_street) +"vyi" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/north_west_caves) "vym" = ( /obj/item/tool/warning_cone{ pixel_y = 17 @@ -135793,6 +139565,9 @@ pixel_x = -16; pixel_y = -26 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -135902,6 +139677,10 @@ /area/lv759/outdoors/colony_streets/central_streets) "vAP" = ( /obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, /turf/open/floor/prison{ dir = 10; icon_state = "darkbrown2" @@ -136001,7 +139780,7 @@ pixel_y = -1 }, /turf/open/floor/plating/plating_catwalk/prison, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "vBr" = ( /obj/structure/machinery/door/airlock/hybrisa/personal/autoname{ dir = 1 @@ -136309,6 +140088,29 @@ icon_state = "orange_edge" }, /area/lv759/indoors/spaceport/docking_bay_1) +"vDN" = ( +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + layer = 5; + pixel_x = 8; + pixel_y = 21 + }, +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + layer = 5; + pixel_x = -8; + pixel_y = 21 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/indoors/spaceport/communications_office) "vDU" = ( /turf/closed/wall/hybrisa/colony, /area/lv759/indoors/wy_security/checkpoint_northeast) @@ -136380,11 +140182,18 @@ /obj/item/ammo_magazine/smg/fp9000, /obj/item/ammo_magazine/smg/fp9000, /obj/item/weapon/gun/smg/fp9000/pmc, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "red3" }, /area/lv759/indoors/wy_research_complex/weaponresearchlabtesting) +"vEv" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/research/reinforced, +/area/lv759/indoors/wy_research_complex/dormsbedroom) "vEz" = ( /obj/structure/platform_decoration/hybrisa/rockdark{ dir = 1 @@ -136548,6 +140357,10 @@ /area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "vFU" = ( /obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison, /area/lv759/indoors/wy_research_complex_entrance) "vFV" = ( @@ -136678,6 +140491,10 @@ /area/lv759/indoors/power_plant/south_hallway) "vHn" = ( /obj/structure/machinery/light/double/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/hybrisa/tile/tilegrey, /area/lv759/indoors/wy_research_complex/hallwaynorth) "vHo" = ( @@ -136765,6 +140582,9 @@ /obj/structure/surface/table/almayer{ color = "#848484" }, +/obj/structure/pipes/vents/pump{ + icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi' + }, /turf/open/hybrisa/dropship/dropship3, /area/lv759/indoors/wy_research_complex/changingroom) "vHR" = ( @@ -136782,6 +140602,9 @@ /area/lv759/indoors/weyyu_office/pressroom) "vIf" = ( /obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "ramptop" }, @@ -136820,6 +140643,15 @@ icon = 'icons/turf/floors/hybrisa_dirt.dmi' }, /area/lv759/indoors/south_east_caves) +"vIl" = ( +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "vIo" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -136844,6 +140676,9 @@ /obj/structure/machinery/power/terminal{ dir = 8 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/plating/kutjevo, /area/lv759/indoors/wy_research_complex/hangarbay) "vIB" = ( @@ -137058,6 +140893,9 @@ /obj/effect/decal/medical_decals{ icon_state = "triagedecaltopright" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -137287,6 +141125,10 @@ name = "\improper Airlock"; autoname = 1 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -137492,6 +141334,13 @@ dir = 1 }, /area/lv759/outdoors/colony_streets/south_west_street) +"vNy" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/north_west_caves) "vNE" = ( /obj/structure/barricade/handrail/wire{ layer = 4 @@ -137646,6 +141495,10 @@ /turf/open/floor/corsat, /area/lv759/indoors/spaceport/janitor) "vPi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 4; icon_state = "red4" @@ -137796,6 +141649,17 @@ icon_state = "carpet10-8" }, /area/lv759/indoors/apartment/eastbedroomsstorage) +"vQE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/indoors/wy_research_complex/weaponresearchlab) "vQI" = ( /obj/structure/window/framed/hybrisa/colony/reinforced, /obj/structure/machinery/door/poddoor/hybrisa/shutters{ @@ -137900,11 +141764,21 @@ /obj/effect/decal/warning_stripes{ icon_state = "SE-out" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" }, /area/lv759/indoors/wy_research_complex/hangarbay) +"vRh" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/wy_research_complex_entrance) "vRp" = ( /obj/structure/machinery/light/blue, /turf/open/floor/hybrisa/metal/zbrownfloor1{ @@ -138064,6 +141938,9 @@ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'; dir = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -138079,7 +141956,7 @@ dir = 4 }, /obj/structure/blocker/forcefield/vehicles, -/turf/open/auto_turf/hybrisashale/layer1, +/turf/open/auto_turf/hybrisashale/layer2, /area/lv759/indoors/north_west_caves) "vSn" = ( /obj/structure/prop/hybrisa/signs/high_voltage/small, @@ -138163,6 +142040,9 @@ icon_state = "E"; pixel_x = 2 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 4; icon_state = "yellow" @@ -138236,6 +142116,9 @@ pixel_x = -7; pixel_y = 7 }, +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, /turf/open/floor/hybrisa/metal/bluemetal1{ dir = 8 }, @@ -138331,6 +142214,9 @@ }, /obj/effect/decal/strata_decals/grime/grime4, /obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 8; icon_state = "black" @@ -138559,7 +142445,7 @@ /obj/structure/machinery/power/terminal{ dir = 8 }, -/obj/structure/dropship_equipment/fuel/fuel_enhancer, +/obj/structure/machinery/fuelcell_recycler, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_fuel) "vWF" = ( @@ -138654,6 +142540,9 @@ /obj/structure/largecrate/random/case/small{ layer = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -138897,6 +142786,10 @@ density = 0; pixel_y = 16 }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 1; icon_state = "black" @@ -138976,6 +142869,10 @@ /obj/structure/prop/hybrisa/misc/blood/blood3{ layer = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 9; icon_state = "red" @@ -139277,6 +143174,19 @@ /obj/effect/hybrisa/decal/engineership_corners, /turf/open/engineership/engineer_floor9, /area/lv759/indoors/derelict_ship) +"wct" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/north_west_caves) "wcH" = ( /obj/effect/hybrisa/decal/warningstripes_angled_corner{ dir = 4; @@ -139674,6 +143584,16 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/central_streets) +"wfl" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/wy_research_complex/cargo) "wfr" = ( /obj/item/trash/burger, /obj/item/paper/crumpled{ @@ -139729,6 +143649,14 @@ icon_state = "officetiles" }, /area/lv759/indoors/wy_research_complex/vehicledeploymentbay) +"wfy" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex_entrance) "wfA" = ( /obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, /obj/effect/hybrisa/decal/dirt, @@ -139902,7 +143830,7 @@ pixel_x = -27 }, /turf/closed/wall/hybrisa/research/reinforced, -/area/lv759/indoors/wy_research_complex/hallwaysoutheast) +/area/lv759/indoors/wy_research_complex/head_research_office) "whG" = ( /obj/structure/platform/hybrisa/rockdark{ dir = 4 @@ -139963,6 +143891,9 @@ icon_state = "lattice12"; pixel_y = 16 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -139987,13 +143918,13 @@ /turf/closed/wall/hybrisa/spaceport, /area/lv759/indoors/spaceport/maintenance_east) "wiL" = ( -/obj/structure/showcase{ - icon_state = "bus" - }, /obj/structure/window/reinforced{ dir = 1; layer = 2 }, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, /turf/open/floor/corsat{ icon_state = "officetiles" }, @@ -140255,6 +144186,16 @@ "wkB" = ( /turf/open/floor/hybrisa/tile/tilewhitecheckered, /area/lv759/indoors/apartment/westentertainment) +"wkJ" = ( +/obj/structure/prop/hybrisa/misc/metergreen{ + light_color = "#b3ff00"; + light_on = 1; + light_power = 2; + light_range = 2; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/fusion_generators) "wkN" = ( /obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname{ dir = 1 @@ -140346,6 +144287,10 @@ pixel_x = -1; pixel_y = 17 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 8; icon_state = "multi_tiles" @@ -140540,6 +144485,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "E" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 8; icon_state = "cell_stripe" @@ -140762,6 +144711,16 @@ dir = 8 }, /area/lv759/indoors/recycling_plant) +"woq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/north_west_caves) "wou" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -140958,6 +144917,10 @@ "wpZ" = ( /obj/effect/decal/cleanable/blood, /obj/item/weapon/gun/rifle/nsg23, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -141096,6 +145059,16 @@ /obj/structure/sign/poster/wylogo, /turf/closed/wall/hybrisa/research/reinforced, /area/lv759/indoors/wy_research_complex/securitycommand) +"wrN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 6 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/wy_research_complex/hangarbay) "wrP" = ( /obj/structure/platform/hybrisa/metalplatform6{ dir = 8 @@ -141362,6 +145335,16 @@ dir = 8 }, /area/lv759/outdoors/colony_streets/north_street) +"wux" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_research_complex/vehicledeploymentbay) "wuy" = ( /obj/effect/decal/strata_decals/grime/grime4{ icon_state = "grime1" @@ -141468,6 +145451,13 @@ }, /turf/open/hybrisa/street/cement3, /area/lv759/outdoors/colony_streets/south_east_street) +"wvq" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "wvs" = ( /obj/structure/machinery/light/double/blue{ dir = 8 @@ -141763,6 +145753,10 @@ }, /turf/open/floor/plating, /area/lv759/indoors/hospital/patient_ward) +"wxK" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/north_west_caves) "wxV" = ( /turf/open/floor/hybrisa/tile/asteroidwarning_bigtile{ dir = 4 @@ -142006,6 +146000,25 @@ icon_state = "bright_clean" }, /area/lv759/indoors/power_plant) +"wzM" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/north_west_caves) +"wzO" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "wzS" = ( /turf/open/floor/hybrisa/carpet/carpetreddeco, /area/lv759/indoors/casino) @@ -142035,11 +146048,9 @@ /area/lv759/outdoors/colony_streets/central_streets) "wAo" = ( /obj/effect/hybrisa/decal/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "N" - }, -/turf/open/floor/corsat{ - icon_state = "marked" +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" }, /area/lv759/outdoors/colony_streets/north_street) "wAs" = ( @@ -142611,7 +146622,9 @@ }, /area/lv759/indoors/north_caves) "wEc" = ( -/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, /obj/structure/janitorialcart, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north) @@ -142776,7 +146789,7 @@ "wFh" = ( /obj/structure/prop/hybrisa/vehicles/Armored_Truck/WY_White{ dir = 8; - pixel_y = -10 + pixel_y = -14 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/outdoors/colony_streets/south_west_street) @@ -143026,6 +147039,14 @@ /obj/structure/window/framed/hybrisa/research/reinforced, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/dormsfoyer) +"wHQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/lv759/indoors/wy_research_complex/xenoarcheology) "wHS" = ( /turf/open/floor/strata{ dir = 1; @@ -143126,6 +147147,19 @@ /obj/item/clothing/head/hardhat/dblue, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/south_east_caves) +"wIv" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "wIA" = ( /obj/effect/hybrisa/decal/grate{ dir = 1 @@ -143180,12 +147214,11 @@ }, /area/lv759/outdoors/colony_streets/north_west_street) "wJm" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, /obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ dir = 4 }, -/obj/structure/platform/hybrisa/rockdark{ - dir = 4 - }, /turf/open/auto_turf/sand_white/layer0{ icon = 'icons/turf/floors/hybrisa_dirt.dmi' }, @@ -143242,6 +147275,10 @@ /obj/effect/decal/warning_stripes{ icon_state = "SW-out" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -143551,6 +147588,13 @@ dir = 1 }, /area/lv759/outdoors/landing_zone_1) +"wMk" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/lv759/indoors/wy_research_complex/xenoarcheology) "wMn" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/hybrisa/decal/dirt, @@ -143606,6 +147650,9 @@ layer = 4; level = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/hybrisa/tile/tilegrey, /area/lv759/indoors/wy_research_complex/hallwaysoutheast) "wMS" = ( @@ -144233,6 +148280,13 @@ icon_state = "sterile_white" }, /area/lv759/indoors/garage_restroom) +"wSm" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/north_west_caves) "wSq" = ( /obj/structure/machinery/conveyor, /obj/structure/largecrate/random/mini{ @@ -144262,6 +148316,14 @@ icon_state = "whitegreenfull" }, /area/lv759/indoors/hospital/east_hallway) +"wSH" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 6 + }, +/obj/structure/machinery/power/port_gen, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "wSI" = ( /obj/item/paper/crumpled{ pixel_x = 9 @@ -144428,6 +148490,10 @@ dir = 1; start_charge = 50 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 9; icon_state = "black" @@ -144449,6 +148515,10 @@ icon_state = "1-9" }, /obj/item/tool/wrench, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 6 + }, /turf/open/floor/plating, /area/lv759/indoors/mining_outpost/north_maint) "wTN" = ( @@ -144508,6 +148578,15 @@ /obj/effect/hybrisa/decal/road/lines1, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/south_west_street) +"wTZ" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/north_west_caves) "wUa" = ( /obj/item/trash/c_tube{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -144750,6 +148829,28 @@ }, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/outdoors/colony_streets/south_east_street) +"wVR" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/west_caves) +"wVV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 5 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/lv759/indoors/wy_research_complex/mainlabs) "wWb" = ( /obj/item/tool/warning_cone{ pixel_x = -4; @@ -144881,6 +148982,15 @@ }, /turf/open/floor/plating, /area/lv759/outdoors/power_plant/transformers_south) +"wWN" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/west_caves) "wWV" = ( /obj/structure/machinery/colony_floodlight/street{ layer = 7; @@ -144951,6 +149061,15 @@ icon_state = "cell_stripe" }, /area/lv759/indoors/wy_research_complex/securitycommand) +"wXA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/lv759/indoors/wy_research_complex/hallwaysouthwest) "wXB" = ( /obj/structure/largecrate/random/barrel/black, /turf/open/hybrisa/street/sidewalk{ @@ -145238,6 +149357,9 @@ layer = 4; pixel_x = -6 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 1; icon_state = "ramptop" @@ -145401,16 +149523,30 @@ "xbo" = ( /turf/open/floor/hybrisa/tile/darkgrey_bigtile, /area/lv759/indoors/hospital/morgue) +"xbt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/wy_research_complex/hallwayeast) "xbw" = ( /obj/structure/bed/chair/office/light{ dir = 8; pixel_x = -14; layer = 2.7 }, -/turf/open/floor/almayer{ - dir = 8; - icon_state = "blackfull" +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" }, +/turf/open/floor/plating/plating_catwalk, /area/lv759/indoors/wy_research_complex/head_research_office) "xbA" = ( /obj/effect/hybrisa/decal/road/road_stop{ @@ -145472,6 +149608,22 @@ /obj/structure/window/framed/hybrisa/research/reinforced, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/hallwayeast) +"xbY" = ( +/obj/structure/grille, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 6 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) "xbZ" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_29"; @@ -146158,9 +150310,8 @@ name = "Pipe" }, /obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 32 + color = "#a6aeab"; + dir = 1 }, /turf/open/floor/almayer{ icon_state = "test_floor4" @@ -146178,6 +150329,9 @@ /obj/effect/decal/medical_decals{ icon_state = "triagedecalbottomright" }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -146518,6 +150672,10 @@ }, /area/lv759/outdoors/colony_streets/central_streets) "xkZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "darkyellow2" @@ -146572,8 +150730,13 @@ }, /area/lv759/indoors/hospital/maintenance) "xlA" = ( -/obj/structure/surface/table/reinforced/black, -/obj/structure/machinery/computer/communications/simple, +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 1 + }, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, /turf/open/floor/almayer{ dir = 9; icon_state = "black" @@ -147050,6 +151213,7 @@ /turf/open/hybrisa/street/sidewalk, /area/lv759/outdoors/colony_streets/central_streets) "xpN" = ( +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/hybrisa/misc/wybiglogo{ dir = 4 }, @@ -147125,6 +151289,13 @@ /obj/effect/hybrisa/decal/dirt, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/north_east_street) +"xqJ" = ( +/obj/structure/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/indoors/derelict_ship) "xqL" = ( /obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, /obj/structure/prop/hybrisa/misc/fake/wire/yellow{ @@ -147555,6 +151726,11 @@ icon_state = "red" }, /area/lv759/indoors/colonial_marshals/hallway_central) +"xsZ" = ( +/obj/structure/closet, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "xta" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -147732,6 +151908,10 @@ /obj/structure/bed/chair{ dir = 8 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 1; icon_state = "black" @@ -147790,6 +151970,13 @@ /obj/structure/prop/hybrisa/cavedecor/stalagmite3, /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/indoors/north_caves) +"xug" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaysoutheast) "xuk" = ( /obj/item/trash/cigbutt{ pixel_x = -3; @@ -148168,6 +152355,10 @@ }, /area/lv759/indoors/colonial_marshals/armory_foyer) "xwA" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/almayer{ icon_state = "blackcorner" }, @@ -148263,10 +152454,13 @@ pixel_x = 6; pixel_y = -15 }, -/turf/open/floor/almayer{ - dir = 8; - icon_state = "blackfull" +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = 8; + pixel_y = 8 }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, /area/lv759/indoors/wy_research_complex/head_research_office) "xxy" = ( /obj/structure/surface/table/reinforced/prison, @@ -148780,21 +152974,19 @@ "xBB" = ( /obj/effect/hybrisa/decal/dirt, /obj/effect/hybrisa/decal/dirt, -/obj/structure/prop/hybrisa/misc/blood/blood3{ - layer = 4 - }, /obj/effect/decal/cleanable/blood/drip, /obj/item/ammo_magazine/handful/shotgun/buckshot, /obj/effect/decal/cleanable/blood/gibs/body, /obj/effect/decal/cleanable/blood{ layer = 3 }, -/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ - pixel_y = 25 - }, /obj/structure/machinery/light/small/blue{ dir = 8 }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = 8; + pixel_y = 20 + }, /turf/open/floor/prison{ dir = 8; icon_state = "cell_stripe" @@ -148823,7 +153015,7 @@ dir = 1; icon_state = "cell_stripe" }, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "xBI" = ( /obj/effect/hybrisa/decal/dirt, /obj/item/trash/cigbutt{ @@ -148970,11 +153162,6 @@ icon_state = "1-10"; layer = 5 }, -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -16; - pixel_y = 13 - }, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) "xCC" = ( @@ -149094,6 +153281,10 @@ icon_state = "S"; layer = 3.3 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 1; icon_state = "cyan3" @@ -149175,6 +153366,9 @@ dir = 4; health = 80 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/hybrisa/carpet/carpetblack, /area/lv759/indoors/wy_research_complex/changingroom) "xEA" = ( @@ -149290,6 +153484,9 @@ /obj/structure/machinery/power/apc{ dir = 4 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 8; icon_state = "red4" @@ -149404,7 +153601,7 @@ level = 3; pixel_y = 10 }, -/obj/structure/machinery/floodlight{ +/obj/structure/machinery/colony_floodlight{ layer = 4; pixel_y = 20 }, @@ -149662,7 +153859,7 @@ icon_state = "SE-out" }, /turf/open/floor/plating/plating_catwalk/prison, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "xHR" = ( /obj/effect/hybrisa/decal/trash{ icon_state = "trash_2"; @@ -149872,8 +154069,16 @@ /turf/open/auto_turf/hybrisashale/layer1, /area/lv759/outdoors/colony_streets/east_central_street) "xJA" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/structure/machinery/mech_bay_recharge_port, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/machinery/big_computers/computerbrown/computer1{ + pixel_y = 2 + }, /turf/open/floor/corsat, /area/lv759/indoors/power_plant/fusion_generators) "xJB" = ( @@ -150104,7 +154309,7 @@ dir = 5; icon_state = "blue" }, -/area/lv759/outdoors/colony_streets/south_west_street) +/area/lv759/outdoors/colony_streets/south_west_street_comms) "xLF" = ( /obj/structure/machinery/light/blue{ dir = 4 @@ -150145,6 +154350,9 @@ pixel_x = -4; pixel_y = 23 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -150175,6 +154383,9 @@ }, /obj/structure/window/reinforced, /obj/effect/landmark/objective_landmark/science, +/obj/item/reagent_container/glass/beaker, +/obj/item/reagent_container/glass/beaker, +/obj/item/reagent_container/glass/beaker, /turf/open/floor/almayer{ dir = 8; icon_state = "blackfull" @@ -150340,6 +154551,12 @@ icon_state = "floor3" }, /area/lv759/indoors/spaceport/security_office) +"xOo" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/tool, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "xOq" = ( /obj/item/reagent_container/food/condiment/peppermill{ pixel_x = 3; @@ -150522,6 +154739,18 @@ /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/prison, /area/lv759/indoors/wy_security/checkpoint_east) +"xPC" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/southeastexit) "xPG" = ( /obj/structure/sign/safety/reception, /turf/closed/wall/hybrisa/research/reinforced, @@ -150595,6 +154824,7 @@ /obj/effect/decal/medical_decals{ icon_state = "docstriping" }, +/obj/effect/hybrisa/decal/dirt, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -150629,12 +154859,6 @@ icon_state = "black" }, /area/lv759/indoors/wy_research_complex/hallwayeast) -"xQO" = ( -/obj/structure/platform_decoration/hybrisa/rockdark{ - dir = 8 - }, -/turf/open/auto_turf/hybrisashale/layer1, -/area/lv759/indoors/north_west_caves) "xQW" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -150922,10 +155146,7 @@ /obj/structure/window/reinforced/tinted{ dir = 4 }, -/obj/structure/prop/almayer/computers/sensor_computer3{ - desc = null; - name = "computer" - }, +/obj/structure/machinery/big_computers/computerbrown/computer5, /turf/open/floor/hybrisa/metal/bluemetalfull, /area/lv759/indoors/spaceport/flight_control_room) "xTD" = ( @@ -151527,6 +155748,9 @@ }, /area/lv759/indoors/wy_research_complex/weaponresearchlab) "xYJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "black" @@ -151600,7 +155824,8 @@ /area/lv759/indoors/power_plant/workers_canteen) "xZv" = ( /obj/structure/bed/sofa/vert/grey/top, -/turf/open/floor/hybrisa/tile/cementflat, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, /area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south) "xZA" = ( /obj/structure/platform/hybrisa/rockdark, @@ -151749,6 +155974,9 @@ /area/lv759/indoors/landing_zone_2/kmcc_hub_cargo) "yaE" = ( /obj/structure/cargo_container/hybrisa/containersextended/blackwyright, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/strata{ dir = 6; icon_state = "multi_tiles" @@ -151818,7 +156046,7 @@ }, /area/lv759/indoors/meridian/meridian_foyer) "ybb" = ( -/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ +/obj/structure/blackgoocontainer{ pixel_x = -2 }, /turf/open/engineership/engineer_floor1, @@ -151965,6 +156193,13 @@ /obj/structure/machinery/power/port_gen, /turf/open/floor/plating, /area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance) +"ycd" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1; + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/wy_research_complex/hallwaynorth) "ycf" = ( /obj/structure/platform/hybrisa/metalplatform3, /obj/structure/platform/hybrisa/metalplatform3{ @@ -152085,6 +156320,18 @@ }, /turf/open/floor/plating, /area/lv759/indoors/colonial_marshals/south_maintenance) +"ycW" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 4; + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/indoors/derelict_ship) "ydf" = ( /obj/structure/machinery/deployable/barrier, /turf/open/floor/prison{ @@ -152218,9 +156465,6 @@ /area/lv759/outdoors/colony_streets/south_east_street) "yeq" = ( /obj/effect/decal/cleanable/molten_item, -/obj/effect/decal/cleanable/blackgoo{ - color = "#505050" - }, /obj/effect/decal/strata_decals/grime/grime4{ icon_state = "grime3" }, @@ -152318,7 +156562,7 @@ }, /area/lv759/indoors/wy_research_complex/mainlabs) "yfr" = ( -/obj/structure/sign/poster/wylogo, +/obj/structure/sign/poster/corporate, /turf/closed/wall/hybrisa/research/reinforced, /area/lv759/indoors/wy_research_complex/head_research_office) "yfs" = ( @@ -152352,6 +156596,9 @@ /area/lv759/indoors/spaceport/engineering) "yfC" = ( /obj/item/clothing/shoes/marine/corporate, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/almayer{ dir = 4; icon_state = "black" @@ -152435,6 +156682,10 @@ /turf/open/floor/hybrisa/carpet/carpetbeigedeco, /area/lv759/indoors/colonial_marshals/office) "yga" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, /turf/open/floor/prison{ icon_state = "yellow" }, @@ -152490,6 +156741,9 @@ icon_state = "lattice12"; pixel_y = 16 }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -152554,6 +156808,10 @@ /area/lv759/outdoors/colony_streets/central_streets) "ygO" = ( /obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 5 + }, /turf/open/floor/strata{ icon_state = "orange_cover" }, @@ -152677,6 +156935,16 @@ icon_state = "whitegreen" }, /area/lv759/indoors/hospital/emergency_room) +"yhT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab"; + dir = 9 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/wy_research_complex/hangarbay) "yih" = ( /obj/structure/morgue{ dir = 8 @@ -152835,6 +157103,17 @@ }, /turf/closed/wall/hybrisa/rock, /area/lv759/oob) +"yjk" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/obj/structure/window/framed/hybrisa/research/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4; + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_research_complex/cafeteria) "yjl" = ( /obj/effect/hybrisa/decal/road/road_edge{ icon_state = "road_edge_decal7" @@ -153227,6 +157506,15 @@ }, /turf/open/engineership/engineer_floor9, /area/lv759/indoors/derelict_ship) +"ylw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + color = "#a6aeab" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/north_west_caves) "ylx" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/cable/white{ @@ -154224,22 +158512,22 @@ oub oub nXz uuA -iVZ +bML aLA -tLP -vbJ +iPv +lYq bQo -vbJ +lYq gYr -vbJ +cHx bQo mWH mWH vUo bWE -vbJ -vbJ -vbJ +lYq +lYq +wVV msK cSQ jPy @@ -154266,7 +158554,7 @@ jIq fVO kfb qCQ -pXP +wrN awv eqJ yaE @@ -154282,7 +158570,7 @@ eqJ eqJ eqJ eqJ -pXP +pfk ygO kfb fVO @@ -154493,9 +158781,9 @@ jqm gCK rHQ fRi -cSQ +aXM rez -oPZ +vQE kbF qVj xYF @@ -154518,7 +158806,7 @@ mTh enE eLa cJd -pXP +yhT pCY pCY pCY @@ -154536,7 +158824,7 @@ pCY pCY pXP jyj -uxO +ocL gmb cAb cAb @@ -154680,7 +158968,7 @@ kXU gZO gZO fdQ -jhc +tWH hcI unn unn @@ -154769,7 +159057,7 @@ gOS jIq fXf rFp -dGf +jHr nYW vSb vSb @@ -154787,7 +159075,7 @@ vSb vSb vSb qKl -dGf +jHr dGf kTw cAb @@ -154929,7 +159217,7 @@ lKf pCZ vwi bSj -gZO +mTO hfT pHm gyV @@ -155039,7 +159327,7 @@ kZg kZg eoR nRG -dGf +jHr dGf fkx lpy @@ -155180,10 +159468,10 @@ hvQ ppW hfJ sBC -bSj -gZO -gZO -fdQ +awq +bib +bib +ngE jhc hcI unn @@ -155217,7 +159505,7 @@ uMr mSW nJY aPl -mSW +aoO pdP qlW exu @@ -155273,7 +159561,7 @@ qqk vdy lXp kCU -pXP +ajg cYP oXo kJU @@ -155291,7 +159579,7 @@ lWl pmv hdJ sfL -pXP +ajg pXP hnb lpy @@ -155510,22 +159798,22 @@ unm gyU tUy dFb -rOR +tbz qPZ vEu hKO xFg -qxl +rgO sEx lAI -hZL +qjJ pTM vhl cmy nqr gFy grb -pXP +ajg cYP oXo jCr @@ -155543,7 +159831,7 @@ oig rPJ hdJ sfL -pXP +ajg dGf omK lpy @@ -155684,9 +159972,9 @@ ffh oNY ltN dvB -iRy +aPO +pPI nYy -qHU hcI hcI hcI @@ -155772,7 +160060,7 @@ tCZ fgM jMi iCo -vhl +wXA gMS nqr nYw @@ -155795,7 +160083,7 @@ qIn pfs ndV kjI -pXP +ajg dGf fkx lpy @@ -155812,7 +160100,7 @@ qpQ kDd vuP vuP -pLV +bXY wKx pLV pLV @@ -156009,7 +160297,7 @@ phW phW mTA ucL -ucL +pQN tjb qUj ezm @@ -156239,7 +160527,7 @@ uhc sXr uJq tTX -tTX +qLf tuO tuO phW @@ -156261,7 +160549,7 @@ phW phW beU tUE -tUE +wIv wki hHp hHp @@ -156276,12 +160564,12 @@ gPE rVJ bLS qYg -cQM +jOt cQM hIu qcw psY -pXP +ajg uTL ucI lBd @@ -156316,7 +160604,7 @@ unn vuP vuP vuP -bXY +pLV vuP vuP vuP @@ -156491,7 +160779,7 @@ pGM rJU otX tBZ -tBZ +lDh lxB tuO phW @@ -156513,22 +160801,22 @@ cSQ ofZ fsz oUW -oUW -oUW -oUW -oUW -oUW -oUW -oUW -oUW -oUW -oUW +lfz +fRI +fRI +fRI +fRI +fRI +fRI +fRI +wvq +fRI hQC -ruB -wRD -mGt -mGt -mGt +kfg +jAO +diN +diN +wzO wcp bEO fDm @@ -156723,27 +161011,27 @@ aUU hSM vaL lJu -vFU -vFU +eWL +eWL cpV fDP -vFU -xIF -nLV +eWL +tND +gTT eYI dVF nLV -bsG -ryr -sRz -bHj -bHj -bHj -dZL -ryr -lZf -tki -tki +pCv +iAT +tdm +ucj +ucj +ucj +qlE +iAT +sUu +mCy +jry ote tuO phW @@ -156760,12 +161048,12 @@ pRb pRb aDj tTD -fRi -cSQ +hkm +aXM rez -kwZ -oUW -oUW +kYR +fRI +kzt oUW pjd aqZ @@ -156773,18 +161061,18 @@ aqZ aqZ sfP oUW -oUW +cDY oUW dDy ruB wRD mGt mGt -mGt -wcp -iXF +hGe +sGP +fAd wZE -lLZ +pWv eTn cYP oXo @@ -156965,11 +161253,11 @@ dpy dpy nXB kIa -uSi -wWn -nAN -fnO -suG +egH +bHR +akR +uLy +fLB lCu cwe tWP @@ -156977,15 +161265,15 @@ iZe pNv jSq svV +qGj +sUP +aVd vFU -puo -xIF -vFU -mKy -xIF -xIF -puo -bsG +wfy +vqU +vqU +erA +mPU nLX sRz bHj @@ -156995,7 +161283,7 @@ dZL nLX lQb tki -tki +lGi rKp tuO phW @@ -157017,7 +161305,7 @@ phW phW cGq oUW -oUW +cDY bTU tjb ktX @@ -157025,7 +161313,7 @@ qpp rIx eyv ucL -ucL +pQN gFW qnZ mQT @@ -157037,7 +161325,7 @@ xks qms jHj dKK -dGf +jHr cYP lwX uaD @@ -157055,7 +161343,7 @@ uaD uaD qqO kxI -dGf +jHr dGf fkx lpy @@ -157217,7 +161505,7 @@ fIf txU nXB kIa -uSi +hlM wWn nAN fnO @@ -157232,7 +161520,7 @@ fnO fnO gHE puo -puo +ecS fnO fnO fnO @@ -157247,7 +161535,7 @@ kAx rJU uwF tki -tki +lGi kDl tuO phW @@ -157277,7 +161565,7 @@ jAl jAl qOU tUE -tUE +wIv eFu nnz nnz @@ -157469,7 +161757,7 @@ bso bso otd kIa -uSi +rym vSV pzO pzO @@ -157484,7 +161772,7 @@ kTE kTE oKR fnO -fnO +jom psn kTE jAI @@ -157521,7 +161809,7 @@ phW mLh ovU hrx -oUW +cDY daj tjb eFu @@ -157541,7 +161829,7 @@ bal nnz avA cLp -qCQ +tTH eqJ eqJ oeS @@ -157721,9 +162009,9 @@ ccn kIa kIa kIa -uSi +hlM kIa -ccn +ufU pzO eoN cPD @@ -157735,7 +162023,7 @@ hgM chW chW kqH -eEJ +vRh eEJ sbm chW @@ -157749,8 +162037,8 @@ bVN bVN fKG frj -uJq -tki +iok +mCy tEK tNh tuO @@ -157773,7 +162061,7 @@ phW xmv eKe hrx -oUW +cDY ceS tjb haG @@ -157781,19 +162069,19 @@ srH mTL rrI lkc -lkc -rrI -qzk +qlv +sBG +wMk eFu nnz etK nHD -nHD +oHu xgw nnz fVO kfb -qCQ +tTH eqJ eqJ sHa @@ -157965,15 +162253,15 @@ fIf txU cXZ dAX -qpu -uSi -uSi -uSi -uSi -uSi -uSi -uSi -uSi +qAy +rlE +rlE +rlE +ylw +ylw +rlE +ylw +wzM jIT mLv pzO @@ -158003,7 +162291,7 @@ mkC rJU otX tki -tEK +gsz dzV tuO phW @@ -158025,7 +162313,7 @@ phW jlz kGQ hrx -oUW +cDY tOh tjb eFu @@ -158035,7 +162323,7 @@ otH otH otH otH -qzk +oxx eFu nnz wXy @@ -158225,7 +162513,7 @@ kIa kIa kIa kIa -uSi +rym kIa qiW pzO @@ -158255,7 +162543,7 @@ hvl rKf giu tki -tEK +gsz dzV tuO phW @@ -158277,7 +162565,7 @@ phW tjb mZE pVB -mRY +oUa tjb tjb eFu @@ -158292,12 +162580,12 @@ eFu nnz nnz fAa -nnz +eZH nnz nnz iwe sGT -dGf +jHr cYP hOy kZg @@ -158315,7 +162603,7 @@ kZg kZg eoR kjI -dGf +jHr mnk oLn dMr @@ -158477,7 +162765,7 @@ gZi gZi tgD bdW -uSi +hlM kIa qKo pzO @@ -158507,7 +162795,7 @@ sdv nLX giu tki -tEK +gsz dzV tuO phW @@ -158524,12 +162812,12 @@ vbJ vbJ vbJ bKX -fRi +cbs phW tjb pxV kLH -oUW +cDY tjb eFu eFu @@ -158537,19 +162825,19 @@ dMJ eKK hzo nyL -hkZ +hpr jvo glM eFu nnz nnz suB -dKh +mPH mGg oaw fKc sGT -dOm +ddH cYP oXo kJU @@ -158567,7 +162855,7 @@ kJU kJU hdJ kjI -pXP +ajg pXP aSG lpy @@ -158729,9 +163017,9 @@ txU dpy nXB kIa -uSi -ufU -uyI +hlM +kIa +bZp pzO irc oec @@ -158759,7 +163047,7 @@ mkC rJU uwF tki -tEK +gsz dzV tuO phW @@ -158767,15 +163055,15 @@ dXb dYv pvM tGj -vfo +cYU qrz esb omQ omQ czj -jqm -jqm -jqm +hwp +plQ +hwp lYg phW tjb @@ -158801,7 +163089,7 @@ hjq dRQ fKc sGT -dOm +ddH cYP oXo kJU @@ -158819,7 +163107,7 @@ kJU kJU hdJ wow -pXP +ajg dGf wmL lpy @@ -158944,18 +163232,18 @@ phO phO gIm nXc -gIm -gIm -gIm -gIm -gIm +uSC +uSC +uSC +uSC +uSC uub dlm uUn qUW aMl vWX -gVa +nDd xdH gGY fSk @@ -158973,7 +163261,7 @@ fIf txU cXZ qns -quo +sTo kIa sqa txU @@ -158981,9 +163269,9 @@ sch fIf nXB kIa -uSi +hlM kIa -ccn +uyI pzO rAo eGa @@ -158995,7 +163283,7 @@ xse kpf kpf gOY -rKN +rxs rKN sbm kpf @@ -159011,7 +163299,7 @@ tIL xPG wQO tki -tEK +gsz ctV tuO phW @@ -159053,7 +163341,7 @@ iAg nnz oOD wbO -dGf +jHr cYP oXo kJU @@ -159071,7 +163359,7 @@ kJU kJU hdJ kjI -pXP +ajg dGf fkx lpy @@ -159233,7 +163521,7 @@ qDu txU nXB kIa -uSi +hlM vSV pzO pzO @@ -159248,7 +163536,7 @@ sQV sQV gPt fnO -fnO +jom tDx sQV mba @@ -159278,7 +163566,7 @@ xfh xfh mnm laM -laM +mMb vqt vqt vqt @@ -159299,13 +163587,13 @@ glM eFu uEX fEQ -dKh +oNo tgb dKh ssy xpr iBk -pXP +ajg cYP oXo kJU @@ -159323,7 +163611,7 @@ kJU kJU hdJ wIr -pXP +ajg dGf fkx olv @@ -159459,7 +163747,7 @@ lCN rnb cTD pnd -daz +mUS hcI hcI hcI @@ -159485,8 +163773,8 @@ pyC fIf nXB kIa -uSi -wWn +rym +trl nAN fnO suG @@ -159515,7 +163803,7 @@ pGM rJU otX tki -tki +lGi yhg vnF xWo @@ -159530,7 +163818,7 @@ eAi eAi pIk lxv -lxv +bPO hwo pIk odl @@ -159557,7 +163845,7 @@ rGO cyo dql lVY -pXP +ajg cYP oXo kJU @@ -159575,7 +163863,7 @@ kJU kJU hdJ kjI -pXP +ajg dGf fkx lpy @@ -159711,7 +163999,7 @@ ahq nsC gIm jYp -daz +mUS unn unn unn @@ -159737,26 +164025,26 @@ dpy dpy nXB kIa -uSi -wWn -nAN -fnO -suG +pYV +bHR +akR +uLy +fLB pIG heM syr -lko -puo -vFU -xIF -vFU +oeL +sUP +qGj +rat +qyP ttV uUm cwr mKy xIF -xIF -puo +vqU +erA bsG ryr sRz @@ -159767,7 +164055,7 @@ dZL ryr lZf tki -tki +lGi pKG gnq hEA @@ -159782,7 +164070,7 @@ lOu lOu lOu lOu -lOu +mMY lOu lOu hEA @@ -159799,7 +164087,7 @@ eIL eIL eIL eIL -qzk +oxx eFu nyu tQj @@ -159809,7 +164097,7 @@ ddh nnz eSm sOs -dGf +jHr cYP oXo kJU @@ -159827,7 +164115,7 @@ kJU kJU hdJ wIr -pXP +ajg dGf fkx lpy @@ -159963,7 +164251,7 @@ tsl bGm wUc rxf -gIm +pYU rVl unn unn @@ -159981,7 +164269,7 @@ fIf fIf nXB vJm -quo +sTo kIa sqa rfq @@ -159990,7 +164278,7 @@ xsQ nXB kIa uSi -wWn +trl nAN fnO suG @@ -159999,59 +164287,59 @@ wSc aUU rfd urA -jSq +czC sjP tiB dvd bMO -vFU -puo -xIF -xIF -puo -bsG -nLX -sRz -bHj -bHj -bHj -dZL -nLX -lQb -tki -tki -pKG +lDI +aSE +rat +rat +sUP +lcH +rpB +tdm +eVL +ucj +ucj +qlE +rpB +ddb +uwi +ycd +rpp cEN tzU -lOu -lOu -lOu -lOu -lOu -lOu +pTY +pTY +pTY +pTY +pTY +pTY tzU -lOu -lOu -lOu -lOu -lOu -lOu -lOu +pTY +pTY +pTY +pTY +kCj +pTY +pTY tzU sHF -wjl -oUW +bWH +fRI cSc -kwZ -fak +kYR +mFe vSc -lkc -qzk -qzk +bcS +uqg +uqg dyp uBJ -lkc -lkc +bcS +wHQ eFu krv niG @@ -160061,7 +164349,7 @@ rXP dRQ fKc sGT -dGf +jHr cYP oXo kJU @@ -160079,7 +164367,7 @@ kJU kJU hdJ kjI -pXP +ajg pXP cmu lpy @@ -160228,12 +164516,12 @@ dpy fIf iSk bso -bso -uAv +wct uAv +wTZ kmm eys -quo +sTo kIa sqa txU @@ -160256,7 +164544,7 @@ fnO fnO fnO puo -puo +ecS fnO fnO fnO @@ -160264,14 +164552,14 @@ fnO tIx tNW kAx -hHC +qKk uMT hHC poz rJU uwF -tki -tki +qNA +jry xll gmh odl @@ -160308,7 +164596,7 @@ eFu nnz uBr tPN -rGO +uiV bDG cTn fKc @@ -160331,7 +164619,7 @@ uaD uaD qqO odL -dGf +jHr dGf fkx lpy @@ -160467,7 +164755,7 @@ kib hDQ tlJ qiz -phO +and rVl blH rUy @@ -160480,12 +164768,12 @@ rfq dpy nXB ccn +qpu +qpu kIa kIa kIa -kIa -kIa -quo +sTo kIa sqa dpy @@ -160516,14 +164804,14 @@ oBq reP tNW gDc -tNW +rKB gDc tNW gDc tNW uJq tki -tki +lGi gAV tuO vqt @@ -160555,7 +164843,7 @@ eFu eFu wUV bVY -bVY +kUD hMi nnz fVz @@ -160583,7 +164871,7 @@ byY byY byY uCq -dGf +jHr dGf uRl fJn @@ -160719,7 +165007,7 @@ rON cBb lCN gSM -phO +and rVl blH dpy @@ -160732,11 +165020,11 @@ dpy fIf cXZ kIa -qpu -uSi -uSi -uSi -uSi +qAy +rlE +rlE +ylw +rlE nMw hKt sqa @@ -160795,7 +165083,7 @@ nRN nRN nRN stV -ipN +pDm lUt wkN xtb @@ -160834,7 +165122,7 @@ pCY pCY pCY pCY -pXP +wrN mzH bAA ePw @@ -160971,7 +165259,7 @@ iIK qZi lCN axY -nXc +haz unn unn unn @@ -161012,7 +165300,7 @@ osl kkj eSe fsJ -fsJ +dUj eSe eSe eSe @@ -161027,7 +165315,7 @@ bbT tPF jZX tki -tki +lGi gAV tuO eLL @@ -161059,22 +165347,22 @@ pWY ipN szG xTQ -xTQ +gyR oxy lEV rpe oTk -xTQ +gyR tXm dqn bkr kpD -eSS +iXg lFE nWT iVj xid -dwG +nPE dwG vKB mgJ @@ -161133,8 +165421,8 @@ cRq eLK qqJ pir -qiP pir +qiP pir pir pir @@ -161144,12 +165432,12 @@ rWK dZp dZp rJC -qiP -llV pir +llV pir qiP pir +pir qZj qZj agC @@ -161216,14 +165504,14 @@ tpt mJq xBH daz -gIm +phO jWH vNp lHZ qZi lCN uXh -gIm +pYU bSF unn unn @@ -161238,11 +165526,11 @@ nXB hKt quo kIa -mgr -thS -thS +iWf +gZi thS thS +gZi cEV fIf txU @@ -161279,7 +165567,7 @@ bbT eoC dQM tki -tki +lGi gAV tuO kuD @@ -161311,12 +165599,12 @@ sxR eVz cwM cOd -cOd -cOd -cOd -cOd -cOd -cOd +kgz +acY +acY +acY +acY +oUO qad hMi fVO @@ -161385,9 +165673,9 @@ cRq cii uCU nBU +jdG ejV -skI -xmu +tge xmu jdG jdG @@ -161396,13 +165684,13 @@ xnJ xmu sQI lva -ejV +jdG mdy sGK -jdG ejV jdG -qZj +jdG +mwa vva mdk wyg @@ -161426,7 +165714,7 @@ eWy kNf kNf kNf -aHk +llX wyg tiY uaa @@ -161475,7 +165763,7 @@ oiv flm cWT axY -jlQ +ats fmM sqa unn @@ -161488,9 +165776,9 @@ dpy fIf nXB cJM -quo +sTo kIa -aEn +sqa gFK auk kWB @@ -161515,7 +165803,7 @@ bfo iZD pbQ qyg -kCR +klC dtf dBn kCR @@ -161531,7 +165819,7 @@ aJK qQh ocT tki -tki +lGi vaX tuO dAM @@ -161556,14 +165844,14 @@ cqz ugG ezn qoy -tox +suz gGA -wmY +cWj pHS -ipN -lGa -cOd -lPn +uNz +qfw +acY +xug cOd cOd cOd @@ -161588,7 +165876,7 @@ hMi hMi hMi jqr -enZ +ltK jqr eky jqr @@ -161637,8 +165925,8 @@ hWs gvX yai aqT -xDO -nHs +vhD +aTu gkZ dfM tVM @@ -161651,8 +165939,8 @@ hYt exg nwv bHs -myf xDO +vhD wrl qZj uGe @@ -161727,7 +166015,7 @@ xHs qZi ahq kpw -jlQ +ats fmM sqa dpy @@ -161742,7 +166030,7 @@ nXB bZp quo kIa -aEn +sqa txU rfq fIf @@ -161767,23 +166055,23 @@ bfo iZD jIt tgp -kCR -kCR +klC +sZR vcG kCR tph -kCR +klC vBQ dXP dPC -jAm +sOh jAm jAm svz aCt giu tki -tki +lGi gAV tuO cTW @@ -161815,12 +166103,12 @@ gmk fBj dYp wxA -cwM +hUi mxL kAD lGa cOd -cOd +uTm njT tVa oGH @@ -161841,10 +166129,10 @@ tvx tvx fGv xjm -qka +aBN dlN xjm -xjm +tQq xjm cAb cAb @@ -161979,7 +166267,7 @@ ykF gPN ahq nTu -daz +mUS uNK sqa txU @@ -161995,12 +166283,12 @@ ccn quo kIa sqa -fIf +dpy wfH fIf dpy txU -dpy +rfq unn unn unn @@ -162019,24 +166307,24 @@ bfo oaV mGc qQL -kCR -kCR -kCR +klC +bIm +bCw kIn rzr -kCR -vBQ -dXP -haP -hfL +bCw +nMJ +bkL +gGQ +lQD haX hfL bbT pJo giu tki -tki -gAV +ycd +dfy tuO xFH fFF @@ -162072,28 +166360,28 @@ uVU jLK bZS qEN -cOd -cOd -cOd +kgz +acY +acY wML wML kKM wML -cOd -cOd -cOd -cOd +acY +acY +acY +pMy lPn -cOd -cOd -cOd -cOd -cOd -cOd -cOd -fEz -xjm -xjm +acY +acY +acY +acY +jkr +acY +acY +aTl +fHy +anW vdp xjm xjm @@ -162244,14 +166532,14 @@ txU dpy nXB kIa -quo +sTo kIa sqa fIf +dpy +txU fIf fIf -dpy -dpy kWB txU unn @@ -162271,23 +166559,23 @@ bfo tKM rFZ wZj +kFu +kFu etX etX -etX -etX -etX +kFu etX uav qQh haP -lkZ +wfl aaF soY aJK qQh mKK tki -tki +lGi mPK tuO drs @@ -162324,7 +166612,7 @@ cfP fBj nqj xTQ -xTQ +gyR cPB dWd jXx @@ -162344,7 +166632,7 @@ tVs sVo cPB jqr -xjm +jyM cYq cAb cAb @@ -162423,7 +166711,7 @@ eig wnx wnx tJw -rxZ +cgk neu xZJ lwH @@ -162483,7 +166771,7 @@ iJF krg pRG tMh -jlQ +ats uNK bZp kIa @@ -162492,19 +166780,19 @@ kIa kIa wJV bso -bso +sdz uPm otd kIa -quo +sTo kIa -aEn -txU +sqa +fIf +fIf dpy fIf -rfq txU -unn +dpy unn unn unn @@ -162532,7 +166820,7 @@ fIt xnl qQh iDI -aLy +mXC aLy lZG uJa @@ -162590,7 +166878,7 @@ dNA whB lgi lgi -hMi +mMH lwP bTN cqk @@ -162664,7 +166952,7 @@ xWM kbu mna qjc -jQT +vDN sZE dri sZE @@ -162748,16 +167036,16 @@ kIa kIa kbw kIa -quo -kIa -fsh +sTo +qpu +qIC kIa +fIf +fIf +dpy +fIf +dpy dpy -txU -qDu -unn -unn -unn unn unn unn @@ -162828,7 +167116,7 @@ mrX xjA suV jDH -scP +bNJ bMD iHS aLJ @@ -162844,7 +167132,7 @@ mMH mMH tTL xlA -vsT +mCo vsT xRl jqr @@ -162917,7 +167205,7 @@ nnQ nfT jnS xLr -key +ovM swp key swp @@ -162993,24 +167281,24 @@ sQL vzR tqa oiA -uSi -uSi +rlE +rlE vIf -vIf -uSi -uSi -uSi -eFU -kIa +ylw +rlE +ylw +rlE +hps +qpu qIC kIa fIf -dpy -dpy -unn -unn -unn -unn +kIa +kIa +txU +fIf +txU +iJJ unn unn unn @@ -163080,7 +167368,7 @@ xle crR scP nJs -nJs +jyK aQl hIq lHx @@ -163090,7 +167378,7 @@ bKm vpi bcK baj -dis +gpZ jCC dcb wpj @@ -163248,22 +167536,22 @@ mqW kIa kIa kIa -kIa -ccn -kIa -kIa +gBL +eFU +hAB +gBL kIa kIa sqa fIf +fIf kIa kIa -dpy -unn -unn -unn -unn -unn +fIf +txU +rjx +iXV +vNy unn unn unn @@ -163315,7 +167603,7 @@ cRU nRN nRN xtb -oxJ +yjk lUt wkN oxJ @@ -163327,12 +167615,12 @@ xjA qZX xjA xjA -xjA +gXR xjA aeA tiM fCF -kHg +ouy poo aQl nJs @@ -163348,7 +167636,7 @@ pmo wFN yfr hXT -akv +dJR xxx wDW jqr @@ -163443,7 +167731,7 @@ rWo gHw fHM vqu -hhE +ocv ful wwx lyl @@ -163498,25 +167786,25 @@ kIa wCY bZp kIa -iWf -gZi -nQo -gZi -gZi -gZi +hTn +kIa +mEq +hAB +eFU +gBL nQo -gZi +rmg vSg fIf -lUT -kIa +ibh fIf -sKd -unn -unn -unn -unn -unn +fIf +fIf +jmD +jOL +rjx +mlC +hlW unn unn unn @@ -163540,7 +167828,7 @@ lCG cAb qQh alk -cxS +qgz cxS cxS hsL @@ -163567,7 +167855,7 @@ dui nRN ylQ wgb -lof +mnR lof lof lof @@ -163584,10 +167872,10 @@ ucp mrC not kHg -nJs -scP -scP -scP +fdA +sJk +sJk +cDz fxb dpT vli @@ -163600,12 +167888,12 @@ yag yag npm uZe -akv +ktn nbr xdd jqr jyM -uOW +gze lhG dAh vxL @@ -163743,32 +168031,32 @@ iJF jso dvD axY -jlQ +ats fmM iWf -aRZ -aKU -aKU -aKU +gZi +gZi +gZi +gZi wJm hML ihm -gIp +woq cnJ pjE gIp -xQO -txU +sqa dpy -fIf -fIf +pEG +dpy +fok txU mVu -kcG -unn -unn -unn -unn +txU +uar +tTB +txU +tTB unn unn unn @@ -163799,7 +168087,7 @@ iCB ocR dnz tki -tki +lGi gzX tuO nRN @@ -163819,34 +168107,34 @@ rkS nRN ylQ bdA -jhX -jhX -jhX -jhX -jhX -jhX -jhX -jhX -jhQ -jhX -jhX -jhX -jhX -jhX +sbg +umx +umx +umx +umx +umx +umx +umx +fED +umx +umx +umx +bEu +bNl coJ -jDH +qgt fOC sHE bbx fQq -wdm +moR fQq fQq fQq fQq wdm fQq -fQq +vEv lUO gJY yag @@ -163857,7 +168145,7 @@ pld pUl jqr xjm -uOW +gze reA wOg wyE @@ -163995,32 +168283,32 @@ oGi pvb lCN fPf -daz +mUS fmM khV -lGt -unn -unn +dpy unn -txU -auk -txU -qDu unn +hcI +vFK +eHn +eHn +eHn +eHn +eHn +eHn +vFK +hcI unn -gFK +kWB unn -aUx -mFA -iHW -txU eVN -xLz -iZr -tHg -unn -unn -unn +iky +dpy +txU +rjx +rjx +jyS unn unn unn @@ -164044,7 +168332,7 @@ lCG cAb fPJ taR -svs +iNJ svs bjT snE @@ -164084,7 +168372,7 @@ xkv mxl xPb kza -kza +wux ylQ fQq fQq @@ -164104,12 +168392,12 @@ uVd pWG npm dCf -akv +qGX xbw lAY fEz xjm -xjm +bOs hiL hIS nYz @@ -164254,25 +168542,25 @@ unn unn unn unn +hcI +cHg +bBr +cHg +bBr +bBr +cHg +hcI unn unn -wFw -unn -unn -unn -unn -unn -unn -eVN -sMq -mVu -tHg -iZr -tHg -tXO -unn unn unn +txU +mIl +txU +wSm +vyi +fIf +dpy unn unn unn @@ -164303,7 +168591,7 @@ kej dxH nFp xrE -tki +lGi tsN tuO nRN @@ -164323,7 +168611,7 @@ xKj nRN ylQ edp -fEC +hBB wXx hjU iOx @@ -164343,7 +168631,7 @@ piz uBu fQq vTU -byb +uui gIh eNV avG @@ -164361,7 +168649,7 @@ esy jjh jqr xjm -xjm +chF yiO cJc ydF @@ -164409,8 +168697,8 @@ hWs qPz yai rWs -oja -lNT +neX +dVH gaa dXM tom @@ -164420,11 +168708,11 @@ lNT gaa dXM kMX -oja neX -kMX neX +kMX oja +neX fEo qLn tuH @@ -164499,33 +168787,33 @@ dMc qZi pES szi -gIm -unn -unn -unn -unn -unn -unn -unn -unn +pYU unn unn unn unn unn +hcI +aob +vsm +vsm +vsm +vsm +vsm +vsm +aob +hcI unn unn -jNW -nhE -iZr -iZr -tHg -cwl -tHg -udz -tHg unn unn +oAc +tTB +iJJ +fIf +txU +dpy +wxK unn unn unn @@ -164555,7 +168843,7 @@ ylo qQh oOl tki -tki +lGi vwc tuO nRN @@ -164608,7 +168896,7 @@ jqr ltK jqr jqr -ltK +ull jqr jqr jqr @@ -164661,8 +168949,8 @@ cRq vVC dEP hCr -ejV euU +ejV xmu xmu euU @@ -164672,12 +168960,12 @@ euU xmu xmu pOJ -ejV euU euU euU ejV euU +euU qZj hzS hIe @@ -164751,27 +169039,28 @@ mSx xss ygi umk -gIm -unn -unn -unn -unn -unn +pYU unn unn unn unn unn unn +caJ +wVR +wVR +wVR +wVR +wVR +wVR +hrG unn unn unn unn unn -eOB -hwR -cwl -tHg +uES +wWN bcA bcA bfH @@ -164794,7 +169083,6 @@ unn unn unn unn -unn cAb cAb cAb @@ -164802,12 +169090,12 @@ tRK kXt usZ gCS -kHh +eTi pxu bxq -tki -tki -tki +mCy +mCy +jry jRU tuO nRN @@ -164853,25 +169141,25 @@ xYJ yfC iyb cvA -jqr +cpG fZm -qka -xjm -xjm -xjm -qka -xjm +xPC +bXO +nnF +oGK +jsO +fQH xjm fEz qka xjm -xjm +osb cAb unn unn unn unn -bzC +vuP pLV pLV pLV @@ -164913,8 +169201,8 @@ cRq wWt kHf pir -aoY pir +aoY pir pir pir @@ -164924,11 +169212,11 @@ pir pir pir pir -aoY pir pir -llV -aoY +pir +spA +pir pir pir lDi @@ -165003,10 +169291,7 @@ jRl gCV gIm gIm -phO -unn -unn -unn +and unn unn unn @@ -165014,6 +169299,12 @@ unn unn unn unn +udz +udz +bfH +tHg +udz +tHg unn unn unn @@ -165021,15 +169312,12 @@ unn unn unn unn -kcG tHg -udz bcA bcA bfH -bfH tHg -nBd +udz unn unn unn @@ -165059,7 +169347,7 @@ giz qQh ybI unv -unv +dov bGA tuO nRN @@ -165091,7 +169379,7 @@ dBi nkJ nIl vVa -dYS +hsY sik ylQ jfS @@ -165107,17 +169395,17 @@ uQO hsh fEz xjm +uOW +xOo +cmV +mTQ +vIl xjm -xjm -xjm -xjm -xjm -xjm -xjm +xsZ jqr -xjm +wSH mgL -xjm +mFQ cAb unn unn @@ -165263,11 +169551,11 @@ hcI hcI unn unn -unn -unn -unn -unn -unn +tHg +bfH +bfH +bfH +tHg unn unn unn @@ -165277,7 +169565,7 @@ unn unn tHg udz -bfH +udz bfH bfH bfH @@ -165332,8 +169620,8 @@ cse ylQ feZ sKu -gKp -lof +rWM +rIQ cnH fYG ygm @@ -165343,7 +169631,7 @@ pOD tFm mAH wij -dYS +azc gJO ylQ mwE @@ -165378,7 +169666,7 @@ kDd vuP pLV pLV -wKx +gEU vuP pLV vuP @@ -165515,12 +169803,12 @@ tfm hcI unn unn -unn -unn -unn -lnF -unn -unn +udz +bfH +bfH +udz +bfH +udz unn unn unn @@ -165563,7 +169851,7 @@ cTE msW xcC tvz -tvz +nTY wBI uAk pnW @@ -165767,9 +170055,11 @@ tfm hcI unn unn -unn -unn +udz tHg +bfH +bfH +bfH udz tHg wpT @@ -165778,8 +170068,6 @@ unn unn unn unn -unn -unn tHg bfH bcA @@ -165811,17 +170099,17 @@ biR icM oIt xEp -ovL +mMK iRe -erj -erj -erj -erj -lFN -mWO +iyl +iyl +bmM +iyl +lta +rfo jRA qsh -uVF +osj fqH fPY fPY @@ -165831,11 +170119,11 @@ fPY fPY fPY fqH -uVF -ugr +xbt +jPr bxl -coS -tOs +hEI +mBb lof smU gKp @@ -166020,13 +170308,13 @@ hcI unn unn unn -tHg +bfH +udz +bfH +bfH +bfH udz -tHg -tHg udz -tHg -unn unn unn unn @@ -166272,14 +170560,14 @@ hcI unn unn jtE -udz +tHg +bfH bfH bfH -ouG tHg udz -udz -unn +tHg +hEl unn unn unn @@ -166346,7 +170634,7 @@ gKp sFB dck iOx -avt +gfd dck iOx sKm @@ -166528,7 +170816,7 @@ udz bfH tHg bfH -tHg +udz bfH udz unn @@ -166776,14 +171064,14 @@ hcI unn unn unn -hEl +udz bfH bfH udz udz tHg bfH -udz +tHg unn unn xDh @@ -167037,7 +171325,7 @@ bfH bfH bfH udz -udz +tHg srU nZD bfH @@ -167057,7 +171345,7 @@ iKK udz udz yfK -udz +rMJ bfH rwu bcA @@ -167545,7 +171833,7 @@ udz udz xDh tHg -udz +nTP udz udz bfH @@ -167805,7 +172093,7 @@ bfH bfH bfH udz -udz +nTP tHg unn unn @@ -172124,7 +176412,7 @@ bcA bcA unn unn -hEl +udz unn unn unn @@ -173168,8 +177456,8 @@ bhk kmV ljR pei -jKA -kmV +inr +mZG bhk wCc ieZ @@ -173901,7 +178189,7 @@ pSI unn unn unn -rHL +ejv mIP rHL eAa @@ -173921,7 +178209,7 @@ qwo xIe pGi eAd -mkF +jKA kmV xxh kmV @@ -174150,7 +178438,7 @@ prc prc oYd rHL -oYd +wgs unn unn wcd @@ -174341,7 +178629,7 @@ bhp eUb tsC aWc -bwA +pbY hcI hcI hhJ @@ -179412,7 +183700,7 @@ prc oYd oYd oYd -oYd +ohF unn unn unn @@ -180225,7 +184513,7 @@ guz iep guz guz -guz +mil unn unn mil @@ -180474,7 +184762,7 @@ guG iep iep iep -xAQ +iep iep iep guz @@ -180975,14 +185263,14 @@ unn unn unn guz -guz +gSZ nTN rUc sOI eak eak rUc -bPh +dqA iep iep mJk @@ -181227,7 +185515,7 @@ unn unn gEe guz -mQQ +nTN hco owX edX @@ -181235,7 +185523,7 @@ ute ute rDr mDF -tOP +bPh iep lhd guz @@ -181452,7 +185740,7 @@ auT cjq hXC hxs -hrF +iDv gaB vbj esM @@ -181703,7 +185991,7 @@ auT ezW hXC hxs -uDu +rMR uTt jKA lHz @@ -181954,15 +186242,15 @@ jgr auT qwo xIe -sKJ -kmV -jKA +xqJ +mZG +oUr kmV xxh kmV jKA -kmV -bhk +lao +ouN kTp auT auT @@ -182206,7 +186494,7 @@ jgr auT qwo xIe -bhk +rMR jKA kmV xxh @@ -182786,7 +187074,7 @@ jKA jKA jKA jRQ -kmV +vNw bhk wCc dzs @@ -182965,7 +187253,7 @@ wCc ieZ ybb gaB -jKA +uLb kmV oWm vvP @@ -183216,11 +187504,11 @@ auT cjq wCc ieZ -rMR +xqJ lBa jKA -gwW -gsi +chE +rMR hXC hxs cjq @@ -183251,7 +187539,7 @@ bBB kZP frm pyS -ijE +vXB mIc guz guz @@ -183830,7 +188118,7 @@ rny pEI qzu dWS -tTw +eGo iRo xxL kTR @@ -184002,12 +188290,12 @@ iep guz vlT guz -guz +mil iep iep lhd guz -mil +guz guz guG guG @@ -184124,7 +188412,7 @@ mYE rfM eAj nvP -wLi +wkJ jiA ozJ mhV @@ -184806,7 +189094,7 @@ hxs cjq auT qvM -rjM +ycW fEm oRp auT @@ -185057,7 +189345,7 @@ auT auT auT auT -lMP +aya tgl haS nTG @@ -185309,7 +189597,7 @@ auT auT auT auT -lMP +rRT oRp auT auT @@ -186347,7 +190635,7 @@ unn ybU ybU ybU -jbW +ewu rHb lLg kMu @@ -187330,9 +191618,9 @@ vgg hxs uni auT +auT aHb -ksb -aoL +fHp rPf "} (136,1,1) = {" @@ -187539,7 +191827,7 @@ unn guz iep jbZ -nBd +guz unn ewU uni @@ -187581,10 +191869,10 @@ dpI ieN auT auT +auT aHb ksb aoL -unn rPf "} (137,1,1) = {" @@ -187832,11 +192120,11 @@ auT cUZ jcF auT +auT aHb ksb aoL unn -unn rPf "} (138,1,1) = {" @@ -188084,11 +192372,11 @@ xUA bjB bjB aHb +aHb ksb aoL unn unn -unn rPf "} (139,1,1) = {" @@ -188336,11 +192624,11 @@ aep aXL bBa iqf +qqW aoL unn unn unn -unn rPf "} (140,1,1) = {" @@ -188814,7 +193102,7 @@ qwo kTp bhk qYe -aTg +bqQ bhk gdt gdt @@ -189065,8 +193353,8 @@ uKy ezW kTp aTg -bhk -aTg +pGi +muC bhk gdt gdt @@ -189678,7 +193966,7 @@ nSF mQO mQO nSF -xUd +fGw msF txX lxb @@ -189926,7 +194214,7 @@ eTL boZ igb pMD -xUd +rwr nuO kBh dUr @@ -190384,7 +194672,7 @@ fvg bdI jKJ fRS -puw +uDP okO omE cNF @@ -190880,7 +195168,7 @@ tLI nmJ hbq rmG -gFF +xbY gFF aac lSw @@ -193092,7 +197380,7 @@ auT qvM pQp qXE -bGa +pnk ovp nTG auT @@ -193341,8 +197629,8 @@ auT auT sbp qvM -oxt -bGa +urQ +gvZ jKA tgl nTG @@ -193593,8 +197881,8 @@ auT auT qvM bSV -bGa -bGa +dvJ +jFc tgl nTG auT @@ -193838,13 +198126,13 @@ xUA auT auT auT -lMP -uEr +bQp +szT rjM rjM rjM -oxt -bGa +urQ +pnk jKA tgl nTG @@ -194091,7 +198379,7 @@ qlM auT auT wcs -haS +itP haS haS hMP @@ -195219,7 +199507,7 @@ dts mjz lsf qgC -fqQ +wiL nQP jfK wCn @@ -196336,11 +200624,11 @@ tNd fRW iaT unn +hcI unn +hcI unn -unn -unn -unn +hcI unn unn unn @@ -196589,10 +200877,10 @@ tNd unn unn hcI -unn hcI -unn hcI +hcI +iKK unn unn unn @@ -196840,11 +201128,11 @@ xHj xHj tNd vKC -hcI -hcI -hcI -hcI -iKK +dIi +gKk +eKu +tfu +uOP jvG quh unn @@ -197092,12 +201380,12 @@ xHj xHj kmB tNd -dIi +hlt gKk -eKu +lgz tfu -uOP -pVI +vtU +oKc eXH eXH unn @@ -197352,7 +201640,7 @@ vtU jLX tNd tNd -tNd +fRW xHj tNd mSA @@ -197591,7 +201879,7 @@ tNd xHj xHj xHj -tNd +fRW tNd xHj xHj @@ -198350,7 +202638,7 @@ tNd pXa unn unn -tNd +fRW jvG hcI hcI @@ -198603,7 +202891,7 @@ unn unn unn unn -tNd +fRW hcI unn hcI @@ -199476,7 +203764,7 @@ ykM tMx iFO kwC -wMA +hFP sgU wMA wMA @@ -200082,7 +204370,7 @@ mMM dHS dHS bqF -oWE +tuP sPE uQB xCH @@ -200105,14 +204393,14 @@ fwI bSO xHX xHX -wMn +ena qxu nDT fwI ubb qLD kvj -gHi +hcI unn unn unn @@ -200356,7 +204644,7 @@ wRp fwI pJZ uLQ -oMx +lOU atY wMn xkL @@ -200364,7 +204652,7 @@ sso bab osU oMx -gHi +hcI unn unn unn @@ -200616,7 +204904,7 @@ lhN xCw xHX aTz -gHi +hcI unn unn unn @@ -200868,7 +205156,7 @@ lhN bed xHX iZh -gHi +hcI unn unn unn @@ -201117,10 +205405,10 @@ xwH dqP fEY lhN -oFi +fwI bss fwI -gHi +hcI hcI unn unn @@ -202629,7 +206917,7 @@ lhN lhN lhN lhN -muR +kuF kuF kuF tWV @@ -207293,7 +211581,7 @@ tuZ tuZ tuZ tuZ -qoe +sXx fvv fvv unn @@ -207546,8 +211834,8 @@ qoe tuZ qoe qoe -fvv -fvv +bmu +bqJ hLP jCa eEK @@ -208052,7 +212340,7 @@ tuZ tuZ tuZ qoe -qoe +bmu bkG pDH cdU @@ -208609,7 +212897,7 @@ lNm gvD gvD ruJ -gvD +aKH ruJ gvD kCg @@ -208848,27 +213136,27 @@ unn unn unn unn -gFh +hcI aio lYe fkO -pbH +aQR pbH glH -bOV +bVq hXO cNg pzt elr bOV -pbH +pBL rzl rGY aRs wEc pbH qfd -jNm +jlm ldR lnP kAk