diff --git a/code/__DEFINES/__game.dm b/code/__DEFINES/__game.dm index ead4c9665c7c..eab0d15902a4 100644 --- a/code/__DEFINES/__game.dm +++ b/code/__DEFINES/__game.dm @@ -38,6 +38,7 @@ block( \ #define MAP_ICE_COLONY_V3 "Shivas Snowball" //Ice Rework, low pop enabled. #define MAP_RUNTIME "USS Runtime" #define MAP_LV522_CHANCES_CLAIM "LV-522 Chance's Claim" // Highpop Only +#define MAP_LV759_HYBRISA_PROSPERA "LV-759 Hybrisa Prospera" // Highpop Only #define MAP_NEW_VARADERO "New Varadero"//ice colony underground but as its own map #define MAP_CHINOOK "Chinook 91 GSO" //admin level diff --git a/code/__DEFINES/sounds.dm b/code/__DEFINES/sounds.dm index 541d95d28189..c387f8b26287 100644 --- a/code/__DEFINES/sounds.dm +++ b/code/__DEFINES/sounds.dm @@ -87,3 +87,11 @@ #define SCAPE_PL_ENG list('sound/soundscape/engamb1.ogg', 'sound/soundscape/engamb2.ogg', 'sound/soundscape/engamb3.ogg', 'sound/soundscape/engamb4.ogg', 'sound/soundscape/engamb5.ogg', 'sound/soundscape/engamb6.ogg', 'sound/soundscape/engamb7.ogg', ) #define SCAPE_PL_HANGAR list('sound/soundscape/hangaramb1.ogg', 'sound/soundscape/hangaramb2.ogg', 'sound/soundscape/hangaramb3.ogg', 'sound/soundscape/hangaramb4.ogg', 'sound/soundscape/hangaramb5.ogg', 'sound/soundscape/hangaramb6.ogg', 'sound/soundscape/hangaramb7.ogg', 'sound/soundscape/hangaramb8.ogg', 'sound/soundscape/hangaramb9.ogg', 'sound/soundscape/hangaramb10.ogg', ) #define SCAPE_PL_ARES list('sound/soundscape/mother.ogg') + +// Hybrisa Soundscapes + +#define SCAPE_PL_LV759_OUTDOORS list('sound/soundscape/lv759/outdoors/wind4.ogg','sound/soundscape/lv759/outdoors/wind5.ogg','sound/soundscape/lv759/outdoors/wind6.ogg','sound/soundscape/lv759/outdoors/wind7.ogg','sound/soundscape/lv759/outdoors/wind8.ogg','sound/soundscape/lv759/outdoors/wind9.ogg','sound/soundscape/lv759/outdoors/wind10.ogg','sound/soundscape/lv759/outdoors/wind11.ogg','sound/soundscape/lv759/outdoors/wind12.ogg','sound/soundscape/lv759/outdoors/wind13.ogg','sound/soundscape/lv759/outdoors/wind14.ogg','sound/soundscape/lv759/outdoors/wind15.ogg','sound/soundscape/lv759/outdoors/wind16.ogg','sound/soundscape/lv759/outdoors/wind17.ogg','sound/soundscape/lv759/outdoors/wind18.ogg','sound/soundscape/lv759/outdoors/wind19.ogg','sound/soundscape/lv759/outdoors/wind20.ogg','sound/soundscape/lv759/outdoors/wind21.ogg','sound/soundscape/lv759/outdoors/wind22.ogg','sound/soundscape/lv759/outdoors/wind23.ogg','sound/soundscape/lv759/outdoors/wind24.ogg','sound/soundscape/lv759/outdoors/wind25.ogg','sound/soundscape/lv759/outdoors/wind26.ogg','sound/soundscape/lv759/outdoors/wind27.ogg','sound/soundscape/lv759/outdoors/wind28.ogg',) +#define SCAPE_PL_LV759_INDOORS list('sound/soundscape/lv522/indoors/indoor_wind.ogg','sound/soundscape/lv522/indoors/indoor_wind2.ogg') +#define SCAPE_PL_LV759_DERELICTSHIP list('sound/soundscape/lv759/indoors/derelict1.ogg','sound/soundscape/lv759/indoors/derelict2.ogg','sound/soundscape/lv759/indoors/derelict3.ogg','sound/soundscape/lv759/indoors/derelict4.ogg','sound/soundscape/lv759/indoors/derelict5.ogg','sound/soundscape/lv759/indoors/derelict6.ogg','sound/soundscape/lv759/indoors/derelict7.ogg','sound/soundscape/lv759/indoors/derelict8.ogg') +#define SCAPE_PL_LV759_CAVES list('sound/soundscape/lv759/outdoors/deepcave1.ogg','sound/soundscape/lv759/outdoors/deepcave2.ogg') +#define SCAPE_PL_LV759_WEYMART list('sound/soundscape/lv759/indoors/weymart1.ogg','sound/soundscape/lv759/indoors/weymart2.ogg','sound/soundscape/lv759/indoors/weymart3.ogg','sound/soundscape/lv759/indoors/weymart4.ogg') diff --git a/code/__DEFINES/weather.dm b/code/__DEFINES/weather.dm index c67575f80720..f5dcc894d9c6 100644 --- a/code/__DEFINES/weather.dm +++ b/code/__DEFINES/weather.dm @@ -6,6 +6,7 @@ #define PROB_WEATHER_BIG_RED 30 #define PROB_WEATHER_LV624 30 #define PROB_WEATHER_NEW_VARADERO 100 +#define PROB_WEATHER_LV759 100 #define WEATHER_TYPE_NO_WEATHER 0 #define WEATHER_TYPE_SNOW 1 diff --git a/code/controllers/subsystem/weather.dm b/code/controllers/subsystem/weather.dm index a3fdfe509a96..6a022c052907 100644 --- a/code/controllers/subsystem/weather.dm +++ b/code/controllers/subsystem/weather.dm @@ -202,3 +202,6 @@ SUBSYSTEM_DEF(weather) /obj/effect/weather_vfx_holder/rain icon_state = "strata_storm" alpha = 50 +/obj/effect/weather_vfx_holder/hybrisa_rain + icon_state = "hybrisa_rain" + alpha = 50 diff --git a/code/datums/weather/weather_events/lv759_hybrisa_prospera.dm b/code/datums/weather/weather_events/lv759_hybrisa_prospera.dm new file mode 100644 index 000000000000..6e3aee7b4c99 --- /dev/null +++ b/code/datums/weather/weather_events/lv759_hybrisa_prospera.dm @@ -0,0 +1,37 @@ +/datum/weather_event/hybrisa_light_rain + name = "Hybrisa Light Rain" + + display_name = "Light Rain" + + length = 10 MINUTES + + lightning_chance = 4 + + fire_smothering_strength = 2 + + turf_overlay_icon_state = "hybrisa_rain" + turf_overlay_alpha = 40 + + effect_message = null + damage_per_tick = 0 + + ambience = 'sound/ambience/rainandthunderlong.ogg' + +/datum/weather_event/hybrisa_very_light_rain + name = "Hybrisa Very Light Rain" + + display_name = "Very Light Rain" + + length = 10 MINUTES + + lightning_chance = 2 + + fire_smothering_strength = 1 + + turf_overlay_icon_state = "hybrisa_rain" + turf_overlay_alpha = 25 + + effect_message = null + damage_per_tick = 0 + + ambience = 'sound/ambience/rainandthunderlong.ogg' diff --git a/code/datums/weather/weather_map_holders/lv759_hybrisa_prospera.dm b/code/datums/weather/weather_map_holders/lv759_hybrisa_prospera.dm new file mode 100644 index 000000000000..e06abe87ed98 --- /dev/null +++ b/code/datums/weather/weather_map_holders/lv759_hybrisa_prospera.dm @@ -0,0 +1,20 @@ +/datum/weather_ss_map_holder/lv759_hybrisa_prospera + name = "LV-759 Map Holder" + + warn_time = 1 MINUTES + min_time_between_events = 12 MINUTES + min_time_between_checks = 0 + min_check_variance = 0 + + no_weather_turf_icon_state = "strata_clearsky" + + potential_weather_events = list( + /datum/weather_event/hybrisa_light_rain, + /datum/weather_event/hybrisa_very_light_rain, + ) + +/datum/weather_ss_map_holder/lv759_hybrisa_prospera/should_affect_area(area/A) + return !CEILING_IS_PROTECTED(A.ceiling, CEILING_GLASS) + +/datum/weather_ss_map_holder/lv759_hybrisa_prospera/should_start_event() + return prob(PROB_WEATHER_LV759) diff --git a/code/game/area/LV759_Hybrisa_Prospera.dm b/code/game/area/LV759_Hybrisa_Prospera.dm new file mode 100644 index 000000000000..a3f4afa8be18 --- /dev/null +++ b/code/game/area/LV759_Hybrisa_Prospera.dm @@ -0,0 +1,694 @@ +//lv759 AREAS--------------------------------------// + +/area/lv759 + name = "Hybrisa Prospera" + icon = 'icons/turf/hybrisareas.dmi' + icon_state = "hybrisa" + can_build_special = TRUE + powernet_name = "ground" + minimap_color = MINIMAP_AREA_COLONY + +//parent types + +/area/lv759/indoors + name = "Hybrisa - Outdoors" + icon_state = "cliff_blocked"//because this is a PARENT TYPE and you should not be using it and should also be changing the icon!!! + ceiling = CEILING_METAL + soundscape_playlist = SCAPE_PL_LV522_INDOORS + +/area/lv759/outdoors + name = "Hybrisa - Outdoors" + icon_state = "cliff_blocked"//because this is a PARENT TYPE and you should not be using it and should also be changing the icon!!! + ceiling = CEILING_NONE + soundscape_playlist = SCAPE_PL_LV759_OUTDOORS + +/area/lv759/oob + name = "Out Of Bounds" + icon_state = "oob" + ceiling = CEILING_MAX + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL + +//Landing Zone 1 + +/area/lv759/landing_zone_1 + name = "Hybrisa - Landing Zone One" + icon_state = "explored" + is_resin_allowed = FALSE + is_landing_zone = TRUE + minimap_color = MINIMAP_AREA_LZ + +/area/lv759/landing_zone_1/ceiling + ceiling = CEILING_METAL + +/area/lv759/landing_zone_1/tunnel + name = "Hybrisa - Landing Zone One Tunnels" + ceiling = CEILING_METAL + +/area/shuttle/drop1/lv759 + name = "Hybrisa - Dropship Alamo Landing Zone" + icon_state = "shuttle" + icon = 'icons/turf/area_shiva.dmi' + +/area/lv759/landing_zone_1/lz1_console + name = "Hybrisa - Dropship Alamo Console" + icon_state = "tcomsatcham" + requires_power = FALSE + +//Landing Zone 2 + +/area/lv759/landing_zone_2 + name = "Hybrisa - Landing Zone Two" + icon_state = "explored" + is_resin_allowed = FALSE + is_landing_zone = TRUE + minimap_color = MINIMAP_AREA_LZ + +/area/lv759/landing_zone_2/ceiling + ceiling = CEILING_METAL + +/area/shuttle/drop2/lv759 + name = "Hybrisa - Dropship Normandy Landing Zone" + icon_state = "shuttle2" + icon = 'icons/turf/area_shiva.dmi' + +/area/lv759/landing_zone_2/lz2_console + name = "Hybrisa - Dropship Normandy Console" + icon_state = "tcomsatcham" + requires_power = FALSE + +//Outdoors areas + +// Caves +/area/lv759/indoors/caves + name = "Hybrisa - Caverns" + icon_state = "caves_north" + ceiling = CEILING_NONE + soundscape_playlist = SCAPE_PL_LV759_CAVES +/area/lv759/indoors/caves/west_caves + name = "Caverns - West" + icon_state = "caves_west" +/area/lv759/indoors/caves/east_caves + name = "Caverns - East" + icon_state = "caves_east" +/area/lv759/indoors/caves/south_caves + name = "Caverns - South" + icon_state = "caves_south" +/area/lv759/indoors/caves/south_east_caves + name = "Caverns - Southeast" + icon_state = "caves_southeast" +/area/lv759/indoors/caves/south_west_caves + name = "Caverns - Southwest" + icon_state = "caves_southwest" +/area/lv759/indoors/caves/north_west_caves + name = "Caverns - Northwest" + icon_state = "caves_northwest" +/area/lv759/outdoors/caves/north_west_caves_outdoors + name = "Caverns - Northwest" + icon_state = "caves_northwest" +/area/lv759/indoors/caves/north_east_caves + name = "Caverns - Northeast" + icon_state = "caves_northeast" +/area/lv759/indoors/caves/north_caves + name = "Caverns - North" + icon_state = "caves_north" +/area/lv759/indoors/caves/central_caves + name = "Caverns - Central" + icon_state = "caves_central" + +// Caves Central Plateau +/area/lv759/outdoors/caveplateau + name = "Caverns - Plateau" + icon_state = "caves_plateau" + ceiling = CEILING_NONE + soundscape_playlist = SCAPE_PL_LV522_OUTDOORS + +// Colony Streets +/area/lv759/outdoors/colony_streets + name = "Colony Streets" + icon_state = "colonystreets_north" + ceiling = CEILING_NONE +/area/lv759/outdoors/colony_streets/windbreaker + name = "Colony Windbreakers" + icon_state = "tcomsatcham" + requires_power = FALSE + ceiling = CEILING_NONE + +/area/lv759/outdoors/colony_streets/windbreaker/observation + name = "Colony Windbreakers - Observation" + icon_state = "purple" + requires_power = FALSE + ceiling = CEILING_GLASS + soundscape_playlist = SCAPE_PL_LV522_INDOORS + +/area/lv759/outdoors/colony_streets/central_streets + name = "Central Street - West" + icon_state = "colonystreets_west" + +/area/lv759/outdoors/colony_streets/east_central_street + name = "Central Street - East" + icon_state = "colonystreets_east" + +/area/lv759/outdoors/colony_streets/south_street + name = "Colony Streets - South" + icon_state = "colonystreets_south" + +/area/lv759/outdoors/colony_streets/south_east_street + name = "Colony Streets - Southeast" + icon_state = "colonystreets_southeast" + +/area/lv759/outdoors/colony_streets/south_west_street + name = "Colony Streets - Southwest - WY Checkpoint Passthrough" + icon_state = "colonystreets_southwest" + +/area/lv759/outdoors/colony_streets/north_west_street + name = "Colony Streets - Northwest" + icon_state = "colonystreets_northwest" + +/area/lv759/outdoors/colony_streets/north_east_street + name = "Colony Streets - Northeast" + icon_state = "colonystreets_northeast" + +/area/lv759/outdoors/colony_streets/north_street + name = "Colony Streets - North" + icon_state = "colonystreets_north" + +//Spaceport Indoors +/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/engineering + name = "Weyland Yutani Celestia Gateway Space-Port - Engineering" + 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" + 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" + +/area/lv759/indoors/spaceport/docking_bay_1 + name = "Weyland Yutani Celestia Gateway Space-Port - Docking Bay: 1" + icon_state = "WYSpaceport" + +/area/lv759/indoors/spaceport/starglider + name = "WY-LWI StarGlider SG-200" + icon_state = "wydropship" + requires_power = FALSE +/area/lv759/indoors/spaceport/horizon_runner + name = "WY-LWI Horizon Runner HR-150" + icon_state = "wydropship" + requires_power = FALSE + +// 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 + soundscape_playlist = SCAPE_PL_ELEVATOR_MUSIC +/area/lv759/indoors/meridian/meridian_showroom + name = "Meridian - Showroom" + icon_state = "meridian" + minimap_color = MINIMAP_AREA_COLONY + soundscape_playlist = SCAPE_PL_ELEVATOR_MUSIC +/area/lv759/indoors/meridian/meridian_office + name = "Meridian - Office" + 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/west + name = "West Apartment Bedrooms and Recroom" + icon_state = "green" + minimap_color = MINIMAP_AREA_COLONY + +/area/lv759/indoors/apartment_services/west + name = "West Apartment Services" + icon_state = "green" + minimap_color = MINIMAP_AREA_COLONY + +/area/lv759/indoors/apartment/east + name = "East Apartment Bedrooms and Foyer" + icon_state = "green" + minimap_color = MINIMAP_AREA_COLONY + +/area/lv759/indoors/apartment_services/east + name = "East Apartment Services" + icon_state = "green" + 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 + name = "Weyland Yutani Offices - Colony Supervisors Office" + +// Bar & Entertainment Complex +/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 + name = "Bar - Restrooms" +/area/lv759/indoors/bar/maintenance + name = "Bar - Maintenance" +/area/lv759/indoors/bar/kitchen + name = "Bar - Kitchen" + +//Botany +/area/lv759/indoors/botany/botany_greenhouse + name = "Botany - Greenhouse" + icon_state = "botany" +/area/lv759/indoors/botany/botany_hallway + name = "Botany - Hallway" + icon_state = "botany" +/area/lv759/indoors/botany/botany_maintenance + name = "Botany - Maintenance" + icon_state = "botany" +/area/lv759/indoors/botany/botany_mainroom + name = "Botany - Main Room" + icon_state = "botany" + +// Hosptial +/area/lv759/indoors/hospital + icon_state = "medical" + minimap_color = MINIMAP_AREA_MEDBAY +/area/lv759/indoors/hospital/paramedics_garage + name = "Nova Medica Hospital Complex - Paramedic's Garage" +/area/lv759/indoors/hospital/cryo_room + name = "Nova Medica Hospital Complex - Cryo Ward" +/area/lv759/indoors/hospital/emergency_room + name = "Nova Medica Hospital Complex - Emergency Room" +/area/lv759/indoors/hospital/reception + name = "Nova Medica Hospital Complex - Reception" +/area/lv759/indoors/hospital/cmo_office + name = "Nova Medica Hospital Complex - Chief Medical Officer's Office" +/area/lv759/indoors/hospital/maintenance + name = "Nova Medica Hospital Complex - Engineering Maintenance" +/area/lv759/indoors/hospital/pharmacy + name = "Nova Medica Hospital Complex - Pharmacy & Outgoing Foyer" +/area/lv759/indoors/hospital/outgoing + name = "Nova Medica Hospital Complex - Outgoing Ward" +/area/lv759/indoors/hospital/central_hallway + name = "Nova Medica Hospital Complex - Central Hallway" +/area/lv759/indoors/hospital/east_hallway + name = "Nova Medica Hospital Complex - East Hallway" +/area/lv759/indoors/hospital/medical_storage + name = "Nova Medica Hospital Complex - Medical Storage" +/area/lv759/indoors/hospital/operation + name = "Nova Medica Hospital Complex - Operation Theatres & Observation" +/area/lv759/indoors/hospital/patient_ward + name = "Nova Medica Hospital Complex - Patient Ward" +/area/lv759/indoors/hospital/virology + name = "Nova Medica Hospital Complex - Virology" +/area/lv759/indoors/hospital/morgue + name = "Nova Medica Hospital Complex - Morgue" +/area/lv759/indoors/hospital/icu + name = "Nova Medica Hospital Complex - Intensive Care Ward" +/area/lv759/indoors/hospital/storage + name = "Nova Medica Hospital Complex - Storage Room" +/area/lv759/indoors/hospital/maintenance_north + name = "Nova Medica Hospital Complex - Maintenance North" +/area/lv759/indoors/hospital/maintenance_south + name = "Nova Medica Hospital Complex - Maintenance South" +/area/lv759/indoors/hospital/janitor + name = "Nova Medica Hospital Complex - Janitors Closet" + +// Mining + +/area/lv759/indoors/mining_outpost + icon_state = "mining" + minimap_color = MINIMAP_AREA_COLONY +/area/lv759/indoors/mining_outpost/north + name = "WY - KMCC - Mining Outpost - North" + icon_state = "mining" + minimap_color = MINIMAP_AREA_COLONY +/area/lv759/indoors/mining_outpost/north_maint + name = "WY - KMCC - Mining Outpost - North - Maintenance" + icon_state = "mining" + minimap_color = MINIMAP_AREA_COLONY +/area/lv759/indoors/mining_outpost/northeast + name = "WY - KMCC - Mining Outpost - Northeast" + icon_state = "mining" + minimap_color = MINIMAP_AREA_COLONY +/area/lv759/indoors/mining_outpost/south + name = "WY - KMCC - Mining Outpost - South" + icon_state = "mining" + minimap_color = MINIMAP_AREA_COLONY +/area/lv759/indoors/mining_outpost/vehicledeployment + name = "WY - KMCC - Mining Vehicle Deployment South" + icon_state = "mining" + minimap_color = MINIMAP_AREA_COLONY +/area/lv759/indoors/mining_outpost/processing + name = "WY - KMCC - Mining Processing & Storage" + icon_state = "mining" + minimap_color = MINIMAP_AREA_COLONY +/area/lv759/indoors/mining_outpost/east + name = "WY - KMCC - Mining Outpost - East" + icon_state = "mining" + minimap_color = MINIMAP_AREA_COLONY +/area/lv759/indoors/mining_outpost/east_dorms + name = "WY - KMCC - Mining Outpost - East Dorms" + icon_state = "mining" + minimap_color = MINIMAP_AREA_COLONY +/area/lv759/indoors/mining_outpost/east_deploymentbay + name = "WY - KMCC - Mining Outpost - East - Deployment Bay" + icon_state = "mining" + minimap_color = MINIMAP_AREA_COLONY +/area/lv759/indoors/mining_outpost/east_command + name = "WY - KMCC - Mining Outpost - East - Command Center" + icon_state = "mining" + minimap_color = MINIMAP_AREA_COLONY + +// Electrical Substations +/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 +/area/lv759/indoors/power_plant/south_hallway + name = "Weyland-Yutani DynaGrid Nexus - South Hallway" +/area/lv759/indoors/power_plant/geothermal_generators + name = "Weyland-Yutani DynaGrid Nexus - Geothermal Generators Room" +/area/lv759/indoors/power_plant/power_storage + name = "Weyland-Yutani DynaGrid Nexus - Power Storage Room" +/area/lv759/indoors/power_plant/transformers_north + name = "Weyland-Yutani DynaGrid Nexus - Transformers - North" +/area/lv759/indoors/power_plant/transformers_south + name = "Weyland-Yutani DynaGrid Nexus - Transformers - South" +/area/lv759/indoors/power_plant/gas_generators + name = "Weyland-Yutani DynaGrid Nexus - Gas Mixing & Storage " +/area/lv759/indoors/power_plant/fusion_generators + name = "Weyland-Yutani DynaGrid Nexus - Control Center" +/area/lv759/indoors/power_plant/telecomms + icon_state = "comms_1" + name = "Weyland-Yutani DynaGrid Nexus - Telecommunications" +/area/lv759/indoors/power_plant/workers_canteen + name = "Weyland-Yutani DynaGrid Nexus - Worker's Canteen" +/area/lv759/indoors/power_plant/workers_canteen_kitchen + name = "Weyland-Yutani DynaGrid Nexus - Worker's Canteen - Kitchen" +/area/lv759/indoors/power_plant/equipment_east + name = "Weyland-Yutani DynaGrid Nexus - Equipment Storage Room - East" +/area/lv759/indoors/power_plant/equipment_west + name = "Weyland-Yutani DynaGrid Nexus - Equipment Storage Room - West" + +// Marshalls +/area/lv759/indoors/colonial_marshals + name = "CMB - Sentinel Outpost" + icon_state = "security_hub" + minimap_color = MINIMAP_AREA_SEC +/area/lv759/indoors/colonial_marshals/prisoners_cells + name = "CMB - Sentinel Outpost - Maximum Security Ward - Cells" +/area/lv759/indoors/colonial_marshals/prisoners_foyer + name = "CMB - Sentinel Outpost - Maximum Security Ward - Foyer" +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area + name = "CMB - Sentinel Outpost - Maximum Security Ward - Recreation Area & Shower Room" +/area/lv759/indoors/colonial_marshals/garage + name = "CMB - Sentinel Outpost - Vehicle Deployment & Maintenace" +/area/lv759/indoors/colonial_marshals/armory_foyer + name = "CMB - Sentinel Outpost - Armory Foyer" +/area/lv759/indoors/colonial_marshals/armory + name = "CMB - Sentinel Outpost - Armory" +/area/lv759/indoors/colonial_marshals/armory_firingrange + name = "CMB - Sentinel Outpost - Firing Range" +/area/lv759/indoors/colonial_marshals/armory_evidenceroom + name = "CMB - Sentinel Outpost - Evidence Room" +/area/lv759/indoors/colonial_marshals/office + name = "CMB - Sentinel Outpost - Office" +/area/lv759/indoors/colonial_marshals/reception + name = "CMB - Sentinel Outpost - Reception Office" +/area/lv759/indoors/colonial_marshals/hallway_central + name = "CMB - Sentinel Outpost - Central Hallway" +/area/lv759/indoors/colonial_marshals/hallway_south + name = "CMB - Sentinel Outpost - South Hallway" +/area/lv759/indoors/colonial_marshals/hallway_reception + name = "CMB - Sentinel Outpost - Reception Hallway" +/area/lv759/indoors/colonial_marshals/hallway_north + name = "CMB - Sentinel Outpost - North Hallway" +/area/lv759/indoors/colonial_marshals/hallway_north_locker + name = "CMB - Sentinel Outpost - North Hallway - Locker Room" +/area/lv759/indoors/colonial_marshals/holding_cells + name = "CMB - Sentinel Outpost - Holding Cells" +/area/lv759/indoors/colonial_marshals/head_office + name = "CMB - Sentinel Outpost - Forensics Office" +/area/lv759/indoors/colonial_marshals/north_office + name = "CMB - Sentinel Outpost - North Office" +/area/lv759/indoors/colonial_marshals/wardens_office + name = "CMB - Sentinel Outpost - Wardens Office" +/area/lv759/indoors/colonial_marshals/interrogation + name = "CMB - Sentinel Outpost - Interrogation" +/area/lv759/indoors/colonial_marshals/press_room + name = "CMB - Sentinel Outpost - Court Room" +/area/lv759/indoors/colonial_marshals/changing_room + name = "CMB - Sentinel Outpost - Changing Room" +/area/lv759/indoors/colonial_marshals/restroom + name = "CMB - Sentinel Outpost - Restroom & Showers" +/area/lv759/indoors/colonial_marshals/south_maintenance + name = "CMB - Sentinel Outpost - Maintenance - South" +/area/lv759/indoors/colonial_marshals/north_maintenance + name = "CMB - Sentinel Outpost - Maintenance - North" +/area/lv759/indoors/colonial_marshals/southwest_maintenance + name = "CMB - Sentinel Outpost - Maintenance - Southwest" + + +// Jack's Surplus +/area/lv759/indoors/jacks_surplus + name = "Jack's Military Surplus" + icon_state = "jacks" + minimap_color = MINIMAP_AREA_COLONY + +//Weyland Yutani - Resource Recovery Facility +/area/lv759/indoors/recycling_plant + name = "Weyland Yutani - Resource Recovery Facility" + icon_state = "recycling" + minimap_color = MINIMAP_AREA_COLONY +/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 +/area/lv759/indoors/southwest_public_restroom + name = "Public Restroom - Southwest" + icon_state = "restroom" + minimap_color = MINIMAP_AREA_COLONY + +//Nightgold Casino +/area/lv759/indoors/casino + name = "Night Gold Casino" + icon_state = "nightgold" + minimap_color = MINIMAP_AREA_ENGI +/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 = "Pizzaria" + icon_state = "pizza" + minimap_color = MINIMAP_AREA_ENGI + +//T-comms +/area/lv759/indoors/tcomms_northwest + name = "Telecommunications Substation - Northwest" + icon_state = "comms_1" + minimap_color = MINIMAP_AREA_ENGI + +// Weymart +/area/lv759/indoors/weymart + name = "Weymart" + icon_state = "weymart" + minimap_color = MINIMAP_AREA_COMMAND + soundscape_playlist = SCAPE_PL_LV759_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/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" +/area/lv759/indoors/wy_security/checkpoint_central + name = "Weyland Yutani Security Checkpoint - Central" + icon_state = "security_checkpoint_central" +/area/lv759/indoors/wy_security/checkpoint_west + name = "Weyland Yutani Security Checkpoint - West" + icon_state = "security_checkpoint_west" +/area/lv759/indoors/wy_security/checkpoint_northwest + name = "Weyland Yutani Security Checkpoint - North West" + icon_state = "security_checkpoint_northwest" + +// Misc +/area/lv759/derelictship + name = "Derelict Ship" + icon_state = "derelictship" + minimap_color = MINIMAP_AREA_COLONY + ceiling = CEILING_MAX + soundscape_playlist = SCAPE_PL_LV759_DERELICTSHIP +/area/lv759/indoors/hobosecret + name = "Hidden Hobo Haven" + icon_state = "hobo" + ceiling = CEILING_MAX + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL + soundscape_playlist = SCAPE_PL_LV759_CAVES diff --git a/code/game/machinery/doors/poddoor.dm b/code/game/machinery/doors/poddoor.dm index 0a3b873ce385..2531d2c09e47 100644 --- a/code/game/machinery/doors/poddoor.dm +++ b/code/game/machinery/doors/poddoor.dm @@ -317,3 +317,49 @@ density = TRUE opacity = TRUE vehicle_resistant = TRUE + +// Hybrisa Shutters + +/obj/structure/machinery/door/poddoor/hybrisa + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + icon_state = "almayer_pdoor1" + base_icon_state = "almayer_pdoor" + openspeed = 4 + +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters/Initialize() + . = ..() + if(opacity) + set_opacity(0) + +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters + name = "\improper Shutters" + desc = null + icon_state = "almayer_pdoor1" + base_icon_state = "almayer_pdoor" + opacity = FALSE + +/obj/structure/machinery/door/poddoor/hybrisa/shutters + name = "\improper Shutters" + desc = null + icon_state = "shutter1" + base_icon_state = "shutter" + +/obj/structure/machinery/door/poddoor/hybrisa/white + name = null + desc = "That looks like it doesn't open easily." + icon_state = "w_almayer_pdoor1" + base_icon_state = "w_almayer_pdoor" + unslashable = TRUE + +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door + desc = "That looks like it doesn't open easily." + icon_state = "pdoor1" + base_icon_state = "pdoor" + unslashable = TRUE + +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters + name = "\improper Shutters" + desc = null + icon_state = "almayer_pdoor1" + base_icon_state = "almayer_pdoor" + opacity = FALSE diff --git a/code/game/machinery/groundmap_geothermal.dm b/code/game/machinery/groundmap_geothermal.dm index 087facdbf5ee..f7f3b1c93bbf 100644 --- a/code/game/machinery/groundmap_geothermal.dm +++ b/code/game/machinery/groundmap_geothermal.dm @@ -201,6 +201,88 @@ /obj/structure/machinery/power/geothermal/ex_act(severity, direction) return FALSE //gameplay-wise these should really never go away +/obj/structure/machinery/colony_electrified_fence_switch + name = "Colony electrified fence Switch" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "panelnopower" + desc = "This switch controls the electrified fences. It only functions when there is power." + density = FALSE + anchored = TRUE + var/ispowered = FALSE + var/turned_on = 0 //has to be toggled in SOMEWHERE + use_power = USE_POWER_IDLE + unslashable = TRUE + unacidable = TRUE + var/list/fencelist = list() // This will save our list of electrified fences on the map + power_machine = TRUE + +/obj/structure/machinery/colony_electrified_fence_switch/Initialize(mapload, ...) + . = ..() + return INITIALIZE_HINT_LATELOAD + +/obj/structure/machinery/colony_electrified_fence_switch/LateInitialize() + . = ..() + for(var/obj/structure/fence/electrified/fence in GLOB.all_fences) + fencelist += fence + fence.fswitch = src + start_processing() + +/obj/structure/machinery/colony_electrified_fence_switch/Destroy() + for(var/obj/structure/fence/electrified/fence as anything in fencelist) + fence.fswitch = null + fencelist = null + return ..() + +/obj/structure/machinery/colony_electrified_fence_switch/update_icon() + if(!ispowered) + icon_state = "panelnopower" + else if(turned_on) + icon_state = "panelon" + else + icon_state = "paneloff" + +/obj/structure/machinery/colony_electrified_fence_switch/process() + var/lightpower = 0 +// for(var/obj/structure/machinery/colony_floodlight/floodlight as anything in floodlist) +// if(!floodlight.is_lit) +// continue +// lightpower += floodlight.power_tick + use_power(lightpower) + +/obj/structure/machinery/colony_electrified_fence_switch/power_change() + ..() + if((stat & NOPOWER)) + if(ispowered && turned_on) + toggle_lights() + ispowered = FALSE + turned_on = FALSE + update_icon() + else + ispowered = TRUE + update_icon() + +/obj/structure/machinery/colony_electrified_fence_switch/proc/toggle_lights() + for(var/obj/structure/fence/electrified/fence as anything in fencelist) + fence.toggle_power() + +/obj/structure/machinery/colony_electrified_fence_switch/attack_hand(mob/user as mob) + if(!ishuman(user)) + to_chat(user, "Nice try.") + return FALSE + if(!ispowered) + to_chat(user, "Nothing happens.") + return FALSE + playsound(src,'sound/items/Deconstruct.ogg', 30, 1) + use_power(5) + toggle_lights() + turned_on = !turned_on + update_icon() + return TRUE + + + + + //Putting these here since it's power-related /obj/structure/machinery/colony_floodlight_switch name = "Colony Floodlight Switch" @@ -461,6 +543,18 @@ else if(!is_lit) . += SPAN_INFO("It doesn't seem powered.") +/obj/structure/machinery/colony_floodlight/street + name = "Colony Streetlight" + icon_state = "street_off" + +/obj/structure/machinery/colony_floodlight/street/update_icon() + if(damaged) + icon_state = "street_dmg" + else if(is_lit) + icon_state = "street_on" + else + icon_state = "street_off" + #undef FLOODLIGHT_REPAIR_UNSCREW #undef FLOODLIGHT_REPAIR_CROWBAR #undef FLOODLIGHT_REPAIR_WELD diff --git a/code/game/objects/effects/decals/hybrisa_decals.dm b/code/game/objects/effects/decals/hybrisa_decals.dm new file mode 100644 index 000000000000..a9118b94e484 --- /dev/null +++ b/code/game/objects/effects/decals/hybrisa_decals.dm @@ -0,0 +1,193 @@ +/// Hybrisa Decals + +/obj/effect/hybrisa + icon = 'icons/effects/64x64hybrisa_decals.dmi' + icon_state = "weylandyutanilogo1" + layer = TURF_LAYER + plane = FLOOR_PLANE + +//Roadlines + +/obj/effect/hybrisa/decal/road + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_W1" +/obj/effect/hybrisa/decal/road/lines1 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_W1" +/obj/effect/hybrisa/decal/road/lines2 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_N2" +/obj/effect/hybrisa/decal/road/lines3 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_S3" +/obj/effect/hybrisa/decal/road/lines4 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_E4" +/obj/effect/hybrisa/decal/road/lines5 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_M1" +/obj/effect/hybrisa/decal/road/lines6 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_M2" +/obj/effect/hybrisa/decal/road/corner + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_corner" +/obj/effect/hybrisa/decal/road/roadmiddle + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "roadlinesmiddle" + + +// Dam Roadlines smaller +/obj/effect/hybrisa/decal/road/road_edge + name = "road" + icon_state = "road_edge_decal1" +/obj/effect/hybrisa/decal/road/road_stop + name = "road" + icon_state = "stop_decal1" + +// Double Roadlines +/obj/effect/hybrisa/decal/doubleroad + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "ZD_W1" +/obj/effect/hybrisa/decal/doubleroad/lines1 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "ZD_W1" +/obj/effect/hybrisa/decal/doubleroad/lines2 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "ZD_N2" +/obj/effect/hybrisa/decal/doubleroad/lines3 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "ZD_S3" +/obj/effect/hybrisa/decal/doubleroad/lines4 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "ZD_E4" +/obj/effect/hybrisa/decal/doubleroad/lines5 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "ZD_M1" +/obj/effect/hybrisa/decal/doubleroad/lines6 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "ZD_M2" + +//Gold lines +/obj/effect/hybrisa/decal/gold + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_S" +/obj/effect/hybrisa/decal/gold/line1 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_S" +/obj/effect/hybrisa/decal/gold/line2 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_E" +/obj/effect/hybrisa/decal/gold/line3 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_N" +/obj/effect/hybrisa/decal/gold/line4 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "Z_W" + +// Red & White Warning Stripes + +/obj/effect/hybrisa/decal/warning/redandwhite_SEcorner + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "red_SE-out" +/obj/effect/hybrisa/decal/warning/redandwhite_S + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "red_S" +/obj/effect/hybrisa/decal/warning/redandwhite_SWcorner + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "red_SW-out" +/obj/effect/hybrisa/decal/warning/redandwhite_E + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "red_E" +/obj/effect/hybrisa/decal/warning/redandwhite_W + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "red_W" +/obj/effect/hybrisa/decal/warning/redandwhite_NEcorner + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "red_NE-out" +/obj/effect/hybrisa/decal/warning/redandwhite_N + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "red_N" +/obj/effect/hybrisa/decal/warning/redandwhite_NWcorner + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "red_NW-out" + +// Angled Warning-Stripes +/obj/effect/hybrisa/decal/warningstripes_angled + name = "warning stripes" + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "warningstripes_angled" +/obj/effect/hybrisa/decal/warningstripes_angled_corner + name = "warning stripes" + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "warningstripes_angled_corner" + +// Grate + +/obj/effect/hybrisa/decal/grate + name = "solid metal grate" + desc = "A metal grate." + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "zhalfgrate1" + +// 64x64 Decals + +/obj/effect/hybrisa/decal/WY/WY1 + icon = 'icons/effects/64x64hybrisa_decals.dmi' + icon_state = "weylandyutanilogo1" + +/obj/effect/hybrisa/decal/WY/WYworn + icon = 'icons/effects/64x64hybrisa_decals.dmi' + icon_state = "weylandyutanilogo2" + +/obj/effect/hybrisa/decal/roadcross + icon = 'icons/effects/64x64hybrisa_decals.dmi' + icon_state = "roadcross" +/obj/effect/hybrisa/decal/checkpoint_decal + icon = 'icons/effects/64x64hybrisa_decals.dmi' + icon_state = "checkpoint_decal" +/obj/effect/hybrisa/decal/workers_decal + icon = 'icons/effects/64x64hybrisa_decals.dmi' + icon_state = "workers_decal" + +// 64x128 Decals +/obj/effect/hybrisa/decal/meridianlogo + icon = 'icons/effects/meridianlogo.dmi' + icon_state = "meridian_left" +/obj/effect/hybrisa/decal/meridianlogo/meridianlogo_left + icon_state = "meridian_left" +/obj/effect/hybrisa/decal/meridianlogo/meridianlogo_right + icon_state = "meridian_right" + +/// Dirt & Grime + +/obj/effect/hybrisa/decal/dirt + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "dirt" + +/obj/effect/hybrisa/decal/dirt_2 + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "dirt_2" + +/obj/effect/hybrisa/decal/bloodtrail + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "bloodtrail" + +/obj/effect/hybrisa/decal/tiretrack + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "tiremarks" + +/obj/effect/hybrisa/decal/trash + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "trash_1" + +/// Engineer_ship +/obj/effect/hybrisa/decal/engineership_corners + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "engPlatform_corners" + +/obj/effect/hybrisa/decal/egg_base + name = "strange goop" + desc = null + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "egg_base" diff --git a/code/game/objects/effects/decals/posters.dm b/code/game/objects/effects/decals/posters.dm index 23f7b8c5296a..9684062634a4 100644 --- a/code/game/objects/effects/decals/posters.dm +++ b/code/game/objects/effects/decals/posters.dm @@ -125,14 +125,14 @@ icon_state = "poster7" /obj/structure/sign/poster/ad/Initialize() - serial_number = pick(7,8,9,10,11,13,18,22,35,36,37) + serial_number = pick(7,8,9,10,11,13,18,22,35,36,37,43,45,47,48,56,59,70,72) .=..() /obj/structure/sign/poster/art icon_state = "poster6" /obj/structure/sign/poster/art/Initialize() - serial_number = pick(6,23,24) + serial_number = pick(6,23,24,57,58) .=..() /obj/structure/sign/poster/blacklight @@ -174,14 +174,14 @@ icon_state = "poster4" /obj/structure/sign/poster/propaganda/Initialize() - serial_number = pick(4,14,15,20,21,40,41) + serial_number = pick(4,14,15,20,21,40,41,42,49,64,65) .=..() /obj/structure/sign/poster/safety icon_state = "poster27" /obj/structure/sign/poster/safety/Initialize() - serial_number = pick(27,28,30,31) + serial_number = pick(27,28,30,31,44,66,68,69,71) .=..() /obj/structure/sign/poster/io @@ -200,3 +200,39 @@ /obj/structure/sign/poster/hero/voteno/Initialize() serial_number = 40 .=..() + + +//////////////// +//Hybrisa Posters// +//////////////// + +/obj/structure/sign/poster/corporate + icon_state = "poster50" + +/obj/structure/sign/poster/corporate/Initialize() + serial_number = pick(50,51,60,61,62,63,67) + .=..() +/obj/structure/sign/poster/kellandmining + icon_state = "poster46" + +/obj/structure/sign/poster/kellandmining/Initialize() + serial_number = 46 + .=..() +/obj/structure/sign/poster/marshalls + icon_state = "poster52" + +/obj/structure/sign/poster/marshalls/Initialize() + serial_number = pick(52,53) + .=..() +/obj/structure/sign/poster/wylogo + icon_state = "poster55" + +/obj/structure/sign/poster/wylogo/Initialize() + serial_number = pick(18,55) + .=..() +/obj/structure/sign/poster/pimp + icon_state = "poster54" + +/obj/structure/sign/poster/pimp/Initialize() + serial_number = 54 + .=..() diff --git a/code/game/objects/effects/decals/posters/poster_list.dm b/code/game/objects/effects/decals/posters/poster_list.dm index 27d8a06a4125..36841f3f7f3e 100644 --- a/code/game/objects/effects/decals/posters/poster_list.dm +++ b/code/game/objects/effects/decals/posters/poster_list.dm @@ -213,3 +213,129 @@ Template icon_state="poster41" name = "Falling Falcons" desc = "Promotional material for the 2nd Company of the 2nd Battalion of the 4th Brigade, the Falling Falcons. Designed by an unknown artist and printed in an effort to bolster the ranks of the Falling Falcons." + +// Hybrisa +/datum/poster/poster_42 + icon_state="poster42" + name = "Colonial Marines poster" + desc = "Join the Colonial Marines. Enlist today, protect tomorrow!" +/datum/poster/poster_43 + icon_state="poster43" + name = "Koorlander Gold" + desc = "Koorlander - lovingly machine-rolled for YOUR pleasure." +/datum/poster/poster_44 + icon_state="poster44" + name = "Saftey poster" + desc = "WASTE damages PROFIT - Think On!" +/datum/poster/poster_45 + icon_state="poster45" + name = "Pizza Galaxy poster" + desc = "This poster depicts a delicious looking slice of Pizza, Yum." +/datum/poster/poster_46 + icon_state="poster46" + name = "Kelland Mining co. poster" + desc = "A simplified version of the Kelland Mining co. logo.The Kelland Mining Company is owned by Prospectia, a sub-division of the San Rei Corporation, which is in turn owned by the Weyland-Yutani Corporation." +/datum/poster/poster_47 + icon_state="poster47" + name = "EAT" + desc = "This is less of a poster and more of an advertisement for those gross power bars." +/datum/poster/poster_48 + icon_state="poster48" + name = "Classic Cola poster" + desc = "This poster depicts a classic cola can. With a taste that's been around for centuries. Nobody can beat it." +/datum/poster/poster_49 + icon_state="poster49" + name = "Colonial Marines poster" + desc = "Join the Colonial Marines. Enlist today, protect tomorrow!" +/datum/poster/poster_50 + icon_state="poster50" + name = "Synthetic 'Daniel' poster" + desc = "An ominous forward facing profile of the Synthetic model 'Daniel'. Not quite a second generation model but something inbetween, suited for the needs of colonists. The poster is more art then an advertisement." +/datum/poster/poster_51 + icon_state="poster51" + name = "Synthetic 'Daniel' poster" + desc = "An ominous side facing profile of the Synthetic model 'Daniel'. Not quite a second generation model but something inbetween, suited for the needs of colonists. The poster is more art then an advertisement." +/datum/poster/poster_52 + icon_state="poster52" + name = "Colonial Marshalls poster" + desc = "To live, to serve, wherever humanity roams." +/datum/poster/poster_53 + icon_state="poster53" + name = "Colonial Marshalls poster" + desc = "The laws of Earth stretch beyond the Sol: The Colonial Marshals." +/datum/poster/poster_54 + icon_state="poster54" + name = "Pimp Clown poster" + desc = "Always returning. Always watching." +/datum/poster/poster_55 + icon_state="poster55" + name = "Weyland-Yutani poster" + desc = "You don't have much choice in brand loyalty when there's basically only one brand." +/datum/poster/poster_56 + icon_state="poster56" + name = "Koorlander Gold" + desc = "Koorlander Golds, lovingly machine rolled for YOUR pleasure." +/datum/poster/poster_57 + icon_state="poster57" + name = "art?" + desc = "This poster depicts some curved lines that some pretentious art snob valued at over $12,000,000. Too bad this is just a low-resolution print." +/datum/poster/poster_58 + icon_state="poster58" + name = "art?" + desc = "This poster depicts outsider geometric postmodern ascetic abject social expressionism art...you think." +/datum/poster/poster_59 + icon_state="poster59" + name = "Davenport Gin poster" + desc = "On your way back home? Toast your return with Davenport gin." +/datum/poster/poster_60 + icon_state="poster60" + name = "Weyland Yutani - 'Daniel' Model Synthetic poster" + desc = "A poster depicting a child in the arms of a Weyland Yutani 'Daniel' model Synthetic, Who thought this was a good idea?" +/datum/poster/poster_61 + icon_state="poster61" + name = "Saftey poster" + desc = "Silence is not a Virtue - Do Not Share Sensitive Information..." +/datum/poster/poster_62 + icon_state="poster62" + name = "Synthetic 'Daniel' poster" + desc = "An ominous forward facing profile of the Synthetic model 'Daniel'. Not quite a second generation model but something inbetween, suited for the needs of colonists. The poster is more art then an advertisement." +/datum/poster/poster_63 + icon_state="poster63" + name = "Synthetic 'Daniel' poster" + desc = "An ominous side facing profile of the Synthetic model 'Daniel'. Not quite a second generation model but something inbetween, suited for the needs of colonists. The poster is more art then an advertisement." +/datum/poster/poster_64 + icon_state="poster64" + name = "Colonial Marine Corps poster" + desc = "Every Paycheck a Fortune! Every Formation a Parade! - Join the Colonial Marines!" +/datum/poster/poster_65 + icon_state="poster65" + name = "Colonial Marine Corps poster" + desc = "This poster depicts the logo of the Colonial Marine Corps, Oorah!" +/datum/poster/poster_66 + icon_state="poster66" + name = "Saftey poster" + desc = "Save Resources! Switch Off Before You Clock Off." +/datum/poster/poster_67 + icon_state="poster67" + name = "Weyland Yutani - 'Daniel' Model Synthetic poster" + desc = "A poster depicting a child holding the hands of a Weyland Yutani 'Daniel' model Synthetic, Who thought this was a good idea?" +/datum/poster/poster_68 + icon_state="poster68" + name = "Saftey poster" + desc = "Clutter Clouds the Mind - Clean Workstation = Clear Head!" +/datum/poster/poster_69 + icon_state="poster69" + name = "Saftey poster" + desc = "NO foreign objects allowed - that means YOU Smokey Joe!" +/datum/poster/poster_70 + icon_state="poster70" + name = "Souto Blue" + desc = "Souto Blue. If you don't drink Souto, you probably do stuff like floss and value your kidneys...wimp. Printed in Havana." +/datum/poster/poster_71 + icon_state="poster71" + name = "Saftey poster" + desc = "REMEMBER - Check Once, Twice, Thrice!" +/datum/poster/poster_72 + icon_state="poster72" + name = "Souto Lime" + desc = "Souto Lime. If you don't drink Souto, you probably do stuff like floss and value your kidneys...wimp. Printed in Havana." diff --git a/code/game/objects/structures/barricade/handrail.dm b/code/game/objects/structures/barricade/handrail.dm index ae166dbbf985..c302b5c6f54e 100644 --- a/code/game/objects/structures/barricade/handrail.dm +++ b/code/game/objects/structures/barricade/handrail.dm @@ -198,3 +198,62 @@ /obj/structure/barricade/handrail/sandstone/b icon_state = "hr_sandstone_b" + +// Hybrisa Barricades + +/obj/structure/barricade/handrail/hybrisa + icon_state = "plasticroadbarrierred" + stack_amount = 0 //we do not want it to drop any stuff when destroyed + destroyed_stack_amount = 0 + +// Plastic +/obj/structure/barricade/handrail/hybrisa/road/plastic + name = "plastic road barrier" + icon_state = "plasticroadbarrierred" + barricade_hitsound = 'sound/effects/thud.ogg' + +/obj/structure/barricade/handrail/hybrisa/road/plastic/red + name = "plastic road barrier" + icon_state = "plasticroadbarrierred" + +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue + name = "plastic road barrier" + icon_state = "plasticroadbarrierblue" + +/obj/structure/barricade/handrail/hybrisa/road/plastic/black + name = "plastic road barrier" + icon_state = "plasticroadbarrierblack" + +//Wood + +/obj/structure/barricade/handrail/hybrisa/road/wood + name = "wood road barrier" + icon_state = "roadbarrierwood" + barricade_hitsound = 'sound/effects/woodhit.ogg' +/obj/structure/barricade/handrail/hybrisa/road/wood/orange + name = "wood road barrier" + icon_state = "roadbarrierwood" +/obj/structure/barricade/handrail/hybrisa/road/wood/blue + name = "wood road barrier" + icon_state = "roadbarrierpolice" + +// Metal +/obj/structure/barricade/handrail/hybrisa/road/metal + name = "metal road barrier" + icon_state = "centerroadbarrier" +/obj/structure/barricade/handrail/hybrisa/road/metal/metaltan + name = "metal road barrier" + icon_state = "centerroadbarrier" +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark + name = "metal road barrier" + icon_state = "centerroadbarrier2" +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark2 + name = "metal road barrier" + icon_state = "centerroadbarrier3" +/obj/structure/barricade/handrail/hybrisa/road/metal/double + name = "metal road barrier" + icon_state = "centerroadbarrierdouble" + +/obj/structure/barricade/handrail/hybrisa/handrail + name = "haindrail" + icon_state = "handrail_hybrisa" diff --git a/code/game/objects/structures/crates_lockers/largecrate.dm b/code/game/objects/structures/crates_lockers/largecrate.dm index 39a659c5f397..c58916c95f2d 100644 --- a/code/game/objects/structures/crates_lockers/largecrate.dm +++ b/code/game/objects/structures/crates_lockers/largecrate.dm @@ -352,6 +352,26 @@ GLOBAL_LIST_INIT(rbarrel_color_list, list(COLOR_SILVER, desc = "A white storage barrel." icon_state = "barrel_white" +/obj/structure/largecrate/random/barrel/medical + name = "white barrel" + desc = "A white storage barrel." + icon_state = "barrel_medical" + +/obj/structure/largecrate/random/barrel/black + name = "black barrel" + desc = "A black storage barrel." + icon_state = "barrel_wy" + +/obj/structure/largecrate/random/barrel/brown + name = "brown barrel" + desc = "A brown storage barrel." + icon_state = "barrel_tan" + +/obj/structure/largecrate/random/barrel/purewhite + name = "white barrel" + desc = "A white storage barrel." + icon_state = "barrel_purewhite" + /obj/structure/largecrate/random/secure name = "secure supply crate" desc = "A secure crate." diff --git a/code/game/objects/structures/fence.dm b/code/game/objects/structures/fence.dm index db24dfdfebdd..cd7f2dafcd1b 100644 --- a/code/game/objects/structures/fence.dm +++ b/code/game/objects/structures/fence.dm @@ -221,8 +221,9 @@ spawn(2) if(!src) return for(var/obj/structure/fence/W in orange(src, 1)) - if(abs(x - W.x) - abs(y - W.y)) //Doesn't count grilles, placed diagonally to src - junction |= get_dir(src, W) + if(istypestrict(W,/obj/structure/fence )) + if(abs(x - W.x) - abs(y - W.y)) //Doesn't count grilles, placed diagonally to src + junction |= get_dir(src, W) if(cut) icon_state = "broken[basestate][junction]" else @@ -233,3 +234,74 @@ health -= round(exposed_volume / 100) healthcheck(0) //Don't make hit sounds, it's dumb with fire/heat ..() + +GLOBAL_LIST_INIT(all_fences, list()) + + +// Hybrisa Electric Fence +/obj/structure/fence/electrified + name = "electrified fence " + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "highvoltagegrille_off" + basestate = "highvoltagegrille" + var/electrified = FALSE + var/fswitch + throwpass = TRUE + unacidable = TRUE + +/obj/structure/fence/electrified/update_nearby_icons() + return + +/obj/structure/fence/electrified/update_icon() + if(cut) + icon_state = "[basestate]_broken" + else + if(electrified) + icon_state = "[basestate]" + else + icon_state = "[basestate]_off" + +/obj/structure/fence/electrified/proc/toggle_power() + if(electrified) + electrified = FALSE + else + electrified = TRUE + src.update_icon() + +/obj/structure/fence/electrified/Initialize() + ..() + GLOB.all_fences += src + +/obj/structure/fence/electrified/Destroy() + GLOB.all_fences -= src + ..() + +/obj/structure/fence/electrified/proc/electrocute_human(mob/living/carbon/human/electrocuted) + var/mob/living/carbon/human/human = electrocuted + human.apply_effect(1,STUN) + human.apply_effect(1,PARALYZE) + var/datum/effect_system/spark_spread/spark_system = new + spark_system.set_up(5, 0, src) + spark_system.attach(src) + spark_system.start(src) + +/obj/structure/fence/electrified/attackby(obj/item/W, mob/user) + if(src.electrified && !src.cut) + if(istype(user, /mob/living/carbon/human)) + var/mob/living/carbon/human/human = user + if(human.gloves) + var/obj/item/clothing/gloves/G = human.gloves + if(G.siemens_coefficient != 0) + src.electrocute_human(human) + else + src.electrocute_human(human) + . = ..() + +/obj/structure/fence/electrified/ex_act(severity) + health -= severity/2 + healthcheck(0, 1) + + + + + diff --git a/code/game/objects/structures/hybrisa_props.dm b/code/game/objects/structures/hybrisa_props.dm new file mode 100644 index 000000000000..224db87511aa --- /dev/null +++ b/code/game/objects/structures/hybrisa_props.dm @@ -0,0 +1,2060 @@ +// Hybrisa props + +/obj/structure/prop/hybrisa + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + icon_state = "pimp" + +// Vehicles + +/obj/structure/prop/hybrisa/vehicles + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + icon_state = "SUV" + health = 3000 + var/damage_state = 0 + var/brute_multiplier = 1 + +/obj/structure/prop/hybrisa/vehicles/attack_alien(mob/living/carbon/xenomorph/user) + user.animation_attack_on(src) + take_damage( rand(user.melee_damage_lower, user.melee_damage_upper) * brute_multiplier) + playsound(src, 'sound/effects/metalscrape.ogg', 25, 1) + if(health <= 0) + user.visible_message(SPAN_DANGER("[user] slices [src] apart!"), \ + SPAN_DANGER("We slice [src] apart!"), null, 5, CHAT_TYPE_XENO_COMBAT) + else + user.visible_message(SPAN_DANGER("[user] [user.slashes_verb] [src]!"), \ + SPAN_DANGER("We [user.slash_verb] [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT) + update_icon() + return XENO_ATTACK_ACTION + +/obj/structure/prop/hybrisa/vehicles/update_icon() + switch(health) + if(2500 to 3000) + icon_state = initial(icon_state) + return + if(2000 to 2500) + damage_state = 1 + if(1500 to 2000) + damage_state = 2 + if(1000 to 1500) + damage_state = 3 + if(500 to 1000) + damage_state = 4 + if(0 to 500) + damage_state = 5 + icon_state = "[initial(icon_state)]_damage_[damage_state]" +var/damage_state = 0 + +/obj/structure/prop/hybrisa/vehicles/proc/explode(dam, mob/M) + src.visible_message(SPAN_DANGER("[src] blows apart!"), null, null, 1) + playsound(loc, 'sound/effects/car_crush.ogg', 25) + var/turf/Tsec = get_turf(src) + new /obj/item/stack/rods(Tsec) + new /obj/item/stack/rods(Tsec) + new /obj/item/stack/sheet/metal(Tsec) + new /obj/item/stack/sheet/metal(Tsec) + new /obj/item/stack/cable_coil/cut(Tsec) + + new /obj/effect/spawner/gibspawner/robot(Tsec) + new /obj/effect/decal/cleanable/blood/oil(src.loc) + + deconstruct(FALSE) +/obj/structure/prop/hybrisa/vehicles/proc/take_damage(dam, mob/M) + if(health) //Prevents unbreakable objects from being destroyed + health -= dam + if(health <= 0) + explode() + else + update_icon() + +/obj/structure/prop/hybrisa/vehicles/bullet_act(obj/projectile/P) + if(P.ammo.damage) + take_damage(P.ammo.damage) + update_icon() + +/obj/structure/prop/hybrisa/vehicles/suv + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + icon_state = "SUV" + +/obj/structure/prop/hybrisa/vehicles/suvdamaged + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + icon_state = "SUV_damaged" + +/obj/structure/prop/hybrisa/vehicles/largetruck + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + icon_state = "zenithlongtruck3" + +/obj/structure/prop/hybrisa/vehicles/Car + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + icon_state = "MeridianCar_1" + + +// Very Large Vehicles + +/obj/structure/prop/hybrisa/vehicles/large_vehicles + icon = 'icons/obj/structures/props/128x32_vehiclesexpanded.dmi' + icon_state = "armoredtruck_wy_security_1" + density = TRUE + layer = ABOVE_MOB_LAYER + +// Misc +/obj/structure/prop/hybrisa/vehicles/large_vehicles/ambulance + name = "ambulance" + desc = "Seems to be broken down." + icon_state = "ambulance" + bound_height = 64 + bound_width = 96 + +// Armored Truck + +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks + icon_state = "armoredtruck_wy_security_1" + bound_height = 64 + bound_width = 96 +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/WY_Security/Truck_1 + name = "Weyland-Yutani security truck" + desc = "Seems to be broken down." + icon_state = "armoredtruck_wy_security_1" + +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/WY_Security/Truck_2 + name = "Weyland-Yutani security truck" + desc = "Seems to be broken down." + icon_state = "armoredtruck_wy_security_2" + +// Armored Truck Goods +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/heavy_loader/white + name = "heavy loader truck" + desc = "Seems to be broken down." + icon_state = "armoredtruck_white_white" +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/heavy_loader/white_teal + name = "heavy loader truck" + desc = "Seems to be broken down." + icon_state = "armoredtruck_white_teal" +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/heavy_loader/blue_white + name = "heavy loader truck" + desc = "Seems to be broken down." + icon_state = "armoredtruck_blue_white" + +// Mega-Hauler Trucks 128x64 + +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck + name = "mega-hauler truck" + icon_state = "longtruck_kellandmining" + desc = "Seems to be broken down." + icon = 'icons/obj/structures/props/128x32_vehiclesexpanded.dmi' + bound_height = 64 + bound_width = 128 + unslashable = TRUE + unacidable = TRUE + density = TRUE + +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/kelland + icon_state = "longtruck_kellandmining" +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/red_stripe + icon_state = "longtruck_blue_redstripe" +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/blue_stripe + icon_state = "longtruck_red_bluestripe" +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/brown + icon_state = "longtruck_brown" +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/donk + icon_state = "longtruck_donk" + +//WY +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/wy_black + name = "Weyland-Yutani mega-hauler truck" + icon_state = "longtruck_wy_black" +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/wy_blue + name = "Weyland-Yutani mega-hauler truck" + icon_state = "longtruck_wy_blue" +// SUV +/obj/structure/prop/hybrisa/vehicles/suv + name = "SUV" + desc = "Seems to be broken down." + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + icon_state = "SUV" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE +/obj/structure/prop/hybrisa/vehicles/suv/suv_1 + icon_state = "SUV1" +/obj/structure/prop/hybrisa/vehicles/suv/suv_2 + icon_state = "SUV2" +/obj/structure/prop/hybrisa/vehicles/suv/suv_5 + icon_state = "SUV5" +/obj/structure/prop/hybrisa/vehicles/suv/suv_6 + icon_state = "SUV6" +/obj/structure/prop/hybrisa/vehicles/suv/suv_7 + icon_state = "SUV7" +/obj/structure/prop/hybrisa/vehicles/suv/suv_8 + icon_state = "SUV8" + +// Meridian Cars + +/obj/structure/prop/hybrisa/vehicles/Car + name = "Mono-Spectra" + desc = "The 'Mono-Spectra', a mass-produced civilian vehicle for the colonial markets, in and outside of the United Americas. Produced by 'Meridian' a car marque and associated operating division of the Weyland-Yutani Corporation." + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + icon_state = "MeridianCar_1" + bound_height = 32 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE + layer = ABOVE_MOB_LAYER + + + + + +/obj/structure/prop/hybrisa/vehicles/Car/Red + icon = 'icons/obj/structures/props/car_damage_states.dmi' + icon_state = "car_red" + +/obj/structure/prop/hybrisa/vehicles/Car/Car_1 + icon_state = "MeridianCar_2" +/obj/structure/prop/hybrisa/vehicles/Car/Car_2 + icon_state = "MeridianCar_3" +/obj/structure/prop/hybrisa/vehicles/Car/Car_3 + icon_state = "MeridianCar_4" +/obj/structure/prop/hybrisa/vehicles/Car/Car_4 + icon_state = "MeridianCar_5" +/obj/structure/prop/hybrisa/vehicles/Car/Car_5 + icon_state = "MeridianCar_6" + +// Car Chassis + +/obj/structure/prop/hybrisa/vehicles/Car/Car_chassis + desc = "A Mono-Spectra chassis in the early stages of assembly." + +/obj/structure/prop/hybrisa/vehicles/Car/Car_chassis + name = "Mono-Spectra Chassis" + icon_state = "MeridianCar_shell" + +// damaged suv + +/obj/structure/prop/hybrisa/vehicles/suvdamaged + name = "heavily damaged SUV" + desc = "A shell of a vehicle, broken down beyond repair." + +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged0 + icon_state = "SUV_damaged" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged1 + icon_state = "SUV1_damaged" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged2 + icon_state = "SUV2_damaged" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE + +// small trucks + +/obj/structure/prop/hybrisa/vehicles/truck + name = "truck" + icon_state = "zentruck1" + desc = "Seems to be broken down." + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE +/obj/structure/prop/hybrisa/vehicles/truck/truck1 + icon_state = "zentruck2" +/obj/structure/prop/hybrisa/vehicles/truck/truck2 + icon_state = "zentruck3" +/obj/structure/prop/hybrisa/vehicles/truck/truck3 + icon_state = "zentruck4" +/obj/structure/prop/hybrisa/vehicles/truck/truck4 + icon_state = "zentruck5" +/obj/structure/prop/hybrisa/vehicles/truck/truck5 + icon_state = "truck_cargo" +/obj/structure/prop/hybrisa/vehicles/truck/truck6 + icon_state = "truck" +/obj/structure/prop/hybrisa/vehicles/truck/garbage + name = "garbage truck" + icon_state = "zengarbagetruck" + desc = "Seems to be broken down." +/obj/structure/prop/hybrisa/vehicles/truck/mining + name = "mining supply truck" + icon_state = "truck_mining" + desc = "Seems to be broken down." +// large trucks + +/obj/structure/prop/hybrisa/vehicles/largetruck + name = "mega-hauler truck" + icon_state = "zenithlongtruck4" + desc = "Seems to be broken down." + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE +/obj/structure/prop/hybrisa/vehicles/largetruck/largetruck1 + icon_state = "zenithlongtruck2" +/obj/structure/prop/hybrisa/vehicles/largetruck/largetruck2 + icon_state = "zenithlongtruck3" +/obj/structure/prop/hybrisa/vehicles/largetruck/largetruck3 + icon_state = "zenithlongtruck4" +/obj/structure/prop/hybrisa/vehicles/largetruck/largetruck4 + icon_state = "zenithlongtruck5" + +// mining truck + +/obj/structure/prop/hybrisa/vehicles/largetruck/largetruckmining + icon_state = "zenithlongtruckkellandmining1" +/obj/structure/prop/hybrisa/vehicles/largetruck/largetruckmining + name = "Kelland mining mega-hauler truck" +/obj/structure/prop/hybrisa/vehicles/largetruck/largetruckmining/mining + icon_state = "zenithlongtruckkellandmining1" + +// w-y truck + +/obj/structure/prop/hybrisa/vehicles/largetruck/largetruckwy + icon_state = "zenithlongtruckweyland1" +/obj/structure/prop/hybrisa/vehicles/largetruck/largetruckwy + name = "Weyland-Yutani mega-hauler truck" +/obj/structure/prop/hybrisa/vehicles/largetruck/largetruckwy/wy1 + icon_state = "zenithlongtruckweyland1" +/obj/structure/prop/hybrisa/vehicles/largetruck/largetruckwy/wy2 + icon_state = "zenithlongtruckweyland2" + +// Colony Crawlers + +/obj/structure/prop/hybrisa/vehicles/colonycrawlers + icon_state = "crawler_wy2" + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE + +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining + icon_state = "miningcrawler1" + desc = "It is a tread bound crawler used in harsh conditions. Supplied by The Kelland Mining Company; A subsidiary of Weyland Yutani." + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining2 + icon_state = "crawler_fuel" + desc = "It is a tread bound crawler used in harsh conditions. Supplied by The Kelland Mining Company; A subsidiary of Weyland Yutani." + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining3 + icon_state = "crawler_covered_bed" + desc = "It is a tread bound crawler used in harsh conditions. Supplied by The Kelland Mining Company; A subsidiary of Weyland Yutani." + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science + icon_state = "crawler_wy2" + desc = "It is a tread bound crawler used in harsh conditions. This one is designed for personnel transportation. Supplied by Orbital Blue International; 'Your friends, in the Aerospace business.' A subsidiary of Weyland Yutani." + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + +// science crawlers + +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science + name = "weyland-yutani colony crawler" + +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science1 + icon_state = "crawler_wy1" + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science2 + icon_state = "crawler_wy2" + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + +// Mining Crawlers + +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining + name = "kelland mining colony crawler" + +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining/mining1 + desc = "It is a tread bound crawler used in harsh conditions. Supplied by The Kelland Mining Company; A subsidiary of Weyland Yutani." + icon_state = "miningcrawler2" +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining/mining2 + desc = "It is a tread bound crawler used in harsh conditions. Supplied by The Kelland Mining Company; A subsidiary of Weyland Yutani." + icon_state = "miningcrawler3" +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining/mining3 + desc = "It is a tread bound crawler used in harsh conditions. Supplied by The Kelland Mining Company; A subsidiary of Weyland Yutani." + icon_state = "miningcrawler4" +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining/mining4 + desc = "It is a tread bound crawler used in harsh conditions. Supplied by The Kelland Mining Company; A subsidiary of Weyland Yutani." + icon_state = "miningcrawlerblank" + +// Special SUV's + +/obj/structure/prop/hybrisa/vehicles/suv/misc + name = "Weyland-Yutani rapid response vehicle" + desc = "Seems to be broken down." + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + icon_state = "WYSUV1" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE +/obj/structure/prop/hybrisa/vehicles/suv/misc/wy1 + icon_state = "WYSUV1" +/obj/structure/prop/hybrisa/vehicles/suv/misc/wy2 + icon_state = "WYSUV2" +/obj/structure/prop/hybrisa/vehicles/suv/misc/wy3 + icon_state = "WYSUV3" +/obj/structure/prop/hybrisa/vehicles/suv/misc/ambulance + name = "emergency response medical van" + desc = "Seems to be broken down." + icon_state = "ambulance" +/obj/structure/prop/hybrisa/vehicles/suv/misc/whitevan + name = "maintenance SUV" + desc = "Seems to be broken down." + icon_state = "whitevan" +/obj/structure/prop/hybrisa/vehicles/suv/misc/maintenance + name = "maintenance SUV" + desc = "Seems to be broken down." + icon_state = "maintenaceSUV" +/obj/structure/prop/hybrisa/vehicles/suv/misc/marshalls + name = "colonial marshalls rapid response SUV" + desc = "Seems to be broken down." + icon_state = "marshalls" +/obj/structure/prop/hybrisa/vehicles/suv/misc/marshalls2 + name = "colonial marshalls rapid response SUV" + desc = "Seems to be broken down." + icon_state = "marshalls2" +/obj/structure/prop/hybrisa/vehicles/suv/misc/expensive + name = "Expensive looking SUV" + desc = "Seems to be broken down." + icon_state = "SUV9" +/obj/structure/prop/hybrisa/vehicles/suv/misc/expensive2 + name = "Expensive Weyland-Yutani SUV" + desc = "Seems to be broken down." + icon_state = "blackSUV" +/obj/structure/prop/hybrisa/vehicles/suv/misc/expensive3 + name = "The Pimp-Mobile" + desc = "Seems to be broken down." + icon_state = "pimpmobile" + +// Vans + +/obj/structure/prop/hybrisa/vehicles/van + name = "van" + desc = "Seems to be broken down." + icon = 'icons/obj/structures/props/vehiclesexpanded.dmi' + icon_state = "greyvan" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE +/obj/structure/prop/hybrisa/vehicles/van/vandamaged + name = "van" + desc = "A shell of a vehicle, broken down beyond repair." + icon_state = "greyvan_damaged" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE +/obj/structure/prop/hybrisa/vehicles/van/vanpizza + name = "pizza delivery van" + desc = "Seems to be broken down." + icon_state = "pizzavan" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE +/obj/structure/prop/hybrisa/vehicles/van/vanmining + name = "Kelland Mining van" + desc = "Seems to be broken down." + icon_state = "kellandminingvan" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE +/obj/structure/prop/hybrisa/vehicles/van/hyperdynevan + name = "Hyperdyne van" + desc = "Seems to be broken down." + icon_state = "hyperdynevan" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE +/obj/structure/prop/hybrisa/vehicles/crashedcarsleft + name = "car pileup" + desc = "Burned out wrecked vehicles block your path." + icon = 'icons/obj/structures/props/crashedcars.dmi' + icon_state = "crashedcarsleft" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE + layer = 5 +/obj/structure/prop/hybrisa/vehicles/crashedcarsright + name = "car pileup" + desc = "Burned out wrecked vehicles block your path." + icon = 'icons/obj/structures/props/crashedcars.dmi' + icon_state = "crashedcarsright" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + density = TRUE + layer = 5 + +// Cave props + +/obj/structure/prop/hybrisa/boulders + icon = 'icons/obj/structures/props/boulder_largedark.dmi' + icon_state = "boulder_largedark1" + +/obj/structure/prop/hybrisa/boulders/large_boulderdark + name = "boulder" + desc = "A large rock. It's not cooking anything." + icon = 'icons/obj/structures/props/boulder_largedark.dmi' + icon_state = "boulder_largedark1" + density = TRUE + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1 + icon_state = "boulder_largedark1" +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2 + icon_state = "boulder_largedark2" +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark3 + icon_state = "boulder_largedark3" +/obj/structure/prop/hybrisa/boulders/wide_boulderdark + name = "boulder" + desc = "A large rock. It's not cooking anything." + icon = 'icons/obj/structures/props/boulder_widedark.dmi' + icon_state = "boulderwidedark" + density = TRUE + bound_height = 32 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1 + icon_state = "boulderwidedark" +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder2 + icon_state = "boulderwidedark2" +/obj/structure/prop/hybrisa/boulders/smallboulderdark + name = "boulder" + icon_state = "bouldersmalldark1" + desc = "A large rock. It's not cooking anything." + icon = 'icons/obj/structures/props/boulder_small.dmi' + unslashable = TRUE + unacidable = TRUE + density = TRUE +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1 + icon_state = "bouldersmalldark1" +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2 + icon_state = "bouldersmalldark2" +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3 + icon_state = "bouldersmalldark3" + +/obj/structure/prop/hybrisa/cavedecor + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + name = "stalagmite" + icon_state = "stalagmite" + desc = "A cave stalagmite." + layer = TURF_LAYER + plane = FLOOR_PLANE +/obj/structure/prop/hybrisa/cavedecor/stalagmite0 + icon_state = "stalagmite" +/obj/structure/prop/hybrisa/cavedecor/stalagmite1 + icon_state = "stalagmite1" +/obj/structure/prop/hybrisa/cavedecor/stalagmite2 + icon_state = "stalagmite2" +/obj/structure/prop/hybrisa/cavedecor/stalagmite3 + icon_state = "stalagmite3" +/obj/structure/prop/hybrisa/cavedecor/stalagmite4 + icon_state = "stalagmite4" +/obj/structure/prop/hybrisa/cavedecor/stalagmite5 + icon_state = "stalagmite5" + + +// Supermart + +/obj/structure/prop/hybrisa/supermart + name = "long rack" + icon_state = "longrack1" + desc = "A long shelf filled with various foodstuffs" + icon = 'icons/obj/structures/props/supermart.dmi' + density = TRUE + +/obj/structure/prop/hybrisa/supermart/rack/longrackempty + name = "shelf" + desc = "A long empty shelf." + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "longrackempty" +/obj/structure/prop/hybrisa/supermart/rack/longrack1 + name = "shelf" + desc = "A long shelf filled with various foodstuffs" + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "longrack1" +/obj/structure/prop/hybrisa/supermart/rack/longrack2 + name = "shelf" + desc = "A long shelf filled with various foodstuffs" + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "longrack2" +/obj/structure/prop/hybrisa/supermart/rack/longrack3 + name = "shelf" + desc = "A long shelf filled with various foodstuffs" + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "longrack3" +/obj/structure/prop/hybrisa/supermart/rack/longrack4 + name = "shelf" + desc = "A long shelf filled with various foodstuffs" + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "longrack4" +/obj/structure/prop/hybrisa/supermart/rack/longrack5 + name = "shelf" + desc = "A long shelf filled with various foodstuffs" + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "longrack5" +/obj/structure/prop/hybrisa/supermart/rack/longrack6 + name = "shelf" + desc = "A long shelf filled with various foodstuffs" + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "longrack6" +/obj/structure/prop/hybrisa/supermart/rack/longrack7 + name = "shelf" + desc = "A long shelf filled with various foodstuffs" + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "longrack7" + +/obj/structure/prop/hybrisa/supermart/supermartbelt + name = "conveyor belt" + desc = "A conveyor belt." + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "checkoutbelt" + +/obj/structure/prop/hybrisa/supermart/freezer + name = "commercial freezer" + desc = "A commercial grade freezer." + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "freezerupper" + density = TRUE +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer1 + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "freezerupper" +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer2 + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "freezerlower" +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer3 + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "freezermid" +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer4 + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "freezerupper1" +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer5 + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "freezerlower1" +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer6 + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "freezermid1" + +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketempty + name = "basket" + desc = "A basket." + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "supermarketbasketempty" +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketoranges + name = "basket" + desc = "A basket full of oranges." + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "supermarketbasket1" +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketpears + name = "basket" + desc = "A basket full of pears." + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "supermarketbasket2" +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketcarrots + name = "basket" + desc = "A basket full of carrots." + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "supermarketbasket3" +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketmelons + name = "basket" + desc = "A basket full of melons." + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "supermarketbasket4" +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketapples + name = "basket" + desc = "A basket full of apples." + icon = 'icons/obj/structures/props/supermart.dmi' + icon_state = "supermarketbasket5" + +// Hospital + +/obj/structure/prop/hybrisa/hospital + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "hospital" +/obj/structure/prop/hybrisa/hospital/hospitaldivider + name = "hospital divider" + desc = "A hospital divider for privacy." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "hospitalcurtain" + layer = ABOVE_MOB_LAYER + +// Furniture + +/obj/structure/prop/hybrisa/furniture + icon = 'icons/obj/structures/props/zenithtables.dmi' + icon_state = "blackmetaltable" + +/obj/structure/prop/hybrisa/furniture/tables + icon = 'icons/obj/structures/props/zenithtables.dmi' + icon_state = "table_pool" + +/obj/structure/prop/hybrisa/furniture/tables/tableblack + name = "large metal table" + desc = "A large black metal table, looks very expensive." + icon_state = "blackmetaltable" + density = TRUE + climbable = TRUE + breakable = TRUE + bound_height = 32 + bound_width = 64 + debris = list(/obj/item/stack/sheet/metal) + +/obj/structure/prop/hybrisa/furniture/tables/tableblack/blacktablecomputer + icon = 'icons/obj/structures/props/zenithtables.dmi' + icon_state = "blackmetaltable_computer" + +/obj/structure/prop/hybrisa/furniture/tables/tablewood + name = "large wood table" + desc = "A large wooden table, looks very expensive." + icon_state = "brownlargetable" + density = TRUE + climbable = TRUE + breakable = TRUE + bound_height = 32 + bound_width = 64 + debris = list(/obj/item/stack/sheet/wood) + +/obj/structure/prop/hybrisa/furniture/tables/tablewood/woodtablecomputer + icon = 'icons/obj/structures/props/zenithtables.dmi' + icon_state = "brownlargetable_computer" + +/obj/structure/prop/hybrisa/furniture/tables/tablepool + name = "pool table" + desc = "A large table used for Pool." + icon = 'icons/obj/structures/props/zenithtables.dmi' + icon_state = "table_pool" + density = TRUE + bound_height = 32 + bound_width = 64 + climbable = TRUE + breakable = TRUE + debris = list(/obj/item/stack/sheet/wood) +/obj/structure/prop/hybrisa/furniture/tables/tablegambling + name = "gambling table" + desc = "A large table used for gambling." + icon = 'icons/obj/structures/props/zenithtables.dmi' + icon_state = "table_cards" + density = TRUE + bound_height = 32 + bound_width = 64 + climbable = TRUE + breakable = TRUE + debris = list(/obj/item/stack/sheet/wood) + +// Chairs +/obj/structure/bed/hybrisa/chairs + name = "expensive chair" + desc = "A expensive looking chair" + +/obj/structure/bed/hybrisa/chairs/black + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "comfychair_zenithblack" +/obj/structure/bed/hybrisa/chairs/red + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "comfychair_zenithred" +/obj/structure/bed/hybrisa/chairs/blue + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "comfychair_zenithblue" +/obj/structure/bed/hybrisa/chairs/brown + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "comfychair_zenithbrown" + +// Beds + +/obj/structure/bed/hybrisa + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "hybrisa" + +/obj/structure/bed/hybrisa/prisonbed + name = "bunk bed" + desc = "A sorry looking bunk-bed." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "prisonbed" + +/obj/structure/bed/hybrisa/bunkbed1 + name = "bunk bed" + desc = "A comfy looking bunk-bed." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "zbunkbed" + +/obj/structure/bed/hybrisa/bunkbed2 + name = "bunk bed" + desc = "A comfy looking bunk-bed." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "zbunkbed2" + +/obj/structure/bed/hybrisa/bunkbed3 + name = "bunk bed" + desc = "A comfy looking bunk-bed." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "zbunkbed3" + +/obj/structure/bed/hybrisa/bunkbed4 + name = "bunk bed" + desc = "A comfy looking bunk-bed." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "zbunkbed4" + +/obj/structure/bed/hybrisa/hospitalbeds + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "hospital" + +/obj/structure/bed/hybrisa/hospitalbeds/hospitalbed1 + name = "hospital bed" + desc = "A mattress seated on a rectangular metallic frame with wheels. This is used to support a lying person in a comfortable manner." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "bigrollerempty2_up" + +/obj/structure/bed/hybrisa/hospitalbeds/hospitalbed2 + name = "hospital bed" + desc = "A mattress seated on a rectangular metallic frame with wheels. This is used to support a lying person in a comfortable manner." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "bigrollerempty_up" + +/obj/structure/bed/hybrisa/hospitalbeds/hospitalbed3 + name = "hospital bed" + desc = "A mattress seated on a rectangular metallic frame with wheels. This is used to support a lying person in a comfortable manner." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "bigrollerempty3_up" + +// Xenobiology + +/obj/structure/prop/hybrisa/xenobiology + icon = 'icons/obj/structures/props/zenithxenocryogenics.dmi' + icon_state = "xenocellemptyon" + layer = ABOVE_MOB_LAYER + + +/obj/structure/prop/hybrisa/xenobiology/small/empty + name = "specimen containment cell" + desc = "It's empty." + icon = 'icons/obj/structures/props/zenithxenocryogenics.dmi' + icon_state = "xenocellemptyon" + density = TRUE +/obj/structure/prop/hybrisa/xenobiology/small/offempty + name = "specimen containment cell" + desc = "It's turned off and empty." + icon = 'icons/obj/structures/props/zenithxenocryogenics.dmi' + icon_state = "xenocellemptyoff" + density = TRUE +/obj/structure/prop/hybrisa/xenobiology/small/larva + name = "specimen containment cell" + desc = "There is something worm-like inside..." + icon = 'icons/obj/structures/props/zenithxenocryogenics.dmi' + icon_state = "xenocelllarva" + density = TRUE +/obj/structure/prop/hybrisa/xenobiology/small/egg + name = "specimen containment cell" + desc = "There is, what looks like some sort of egg inside..." + icon = 'icons/obj/structures/props/zenithxenocryogenics.dmi' + icon_state = "xenocellegg" + density = TRUE +/obj/structure/prop/hybrisa/xenobiology/small/hugger + name = "specimen containment cell" + desc = "There's something spider-like inside..." + icon = 'icons/obj/structures/props/zenithxenocryogenics.dmi' + icon_state = "xenocellhugger" + density = TRUE +/obj/structure/prop/hybrisa/xenobiology/small/cracked1 + name = "specimen containment cell" + desc = "Looks like something broke it...from the inside." + icon = 'icons/obj/structures/props/zenithxenocryogenics.dmi' + icon_state = "xenocellcrackedempty" + density = TRUE +/obj/structure/prop/hybrisa/xenobiology/small/cracked2 + name = "specimen containment cell" + desc = "Looks like something broke it...from the inside." + icon = 'icons/obj/structures/props/zenithxenocryogenics.dmi' + icon_state = "xenocellcrackedempty2" + density = TRUE +/obj/structure/prop/hybrisa/xenobiology/small/crackedegg + name = "specimen containment cell" + desc = "Looks like something broke it, there's a giant empty egg inside." + icon = 'icons/obj/structures/props/zenithxenocryogenics.dmi' + icon_state = "xenocellcrackedegg" + density = TRUE +/obj/structure/prop/hybrisa/xenobiology/big + name = "specimen containment cell" + desc = "A giant tube with a hulking monstrosity inside, is this thing alive?" + icon = 'icons/obj/structures/props/zenithxenocryogenics2.dmi' + icon_state = "bigqueencryo1" + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE + +/obj/structure/prop/hybrisa/xenobiology/big/bigleft + icon = 'icons/obj/structures/props/zenithxenocryogenics2.dmi' + icon_state = "bigqueencryo1" + layer = ABOVE_MOB_LAYER +/obj/structure/prop/hybrisa/xenobiology/big/bigright + icon = 'icons/obj/structures/props/zenithxenocryogenics2.dmi' + icon_state = "bigqueencryo2" + layer = ABOVE_MOB_LAYER +/obj/structure/prop/hybrisa/xenobiology/big/bigbottomleft + icon = 'icons/obj/structures/props/zenithxenocryogenics2.dmi' + icon_state = "bigqueencryo3" + density = TRUE + layer = ABOVE_MOB_LAYER +/obj/structure/prop/hybrisa/xenobiology/big/bigbottomright + icon = 'icons/obj/structures/props/zenithxenocryogenics2.dmi' + icon_state = "bigqueencryo4" + density = TRUE + layer = ABOVE_MOB_LAYER + +/obj/structure/prop/hybrisa/xenobiology/misc + name = "strange egg" + desc = "A strange ancient looking egg, it seems to be inert." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "inertegg" + unslashable = TRUE + indestructible = TRUE + layer = 2 + +// Engineer + +/obj/structure/prop/hybrisa/engineer + icon = 'icons/obj/structures/props/engineerJockey.dmi' + icon_state = "spacejockey" + +/obj/structure/prop/hybrisa/engineer/spacejockey + name = "Giant Pilot" + desc = "A Giant Alien life form. Looks like it's been dead a long time. Fossilized. Looks like it's growing out of the chair. Bones are bent outward, like it exploded from inside." + icon = 'icons/obj/structures/props/engineerJockey.dmi' + icon_state = "spacejockey" + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE + layer = ABOVE_MOB_LAYER + +/obj/structure/prop/hybrisa/engineer/giantpodbroken + name = "Giant Hypersleep Chamber" + desc = "What looks to be a Giant Hypersleep Chamber, this one appears to contain a Alien life form. it looks like it's been dead for a long time, Fossilized. From what you can see it's bones are bent outwards, the chambers outer shell has holes melted, pushing outwards. " + icon = 'icons/obj/structures/props/engineerPod.dmi' + icon_state = "pod_broken" + bound_height = 96 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE + layer = ABOVE_MOB_LAYER + density = TRUE +obj/structure/prop/hybrisa/engineer/giantpod + name = "Giant Hypersleep Chamber" + desc = "What looks to be a Giant Hypersleep Chamber, a strange alien design, unlike anything you've ever seen before. It's empty." + icon = 'icons/obj/structures/props/engineerPod.dmi' + icon_state = "pod" + bound_height = 96 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE + density = TRUE +obj/structure/prop/hybrisa/engineer/giantconsole + name = "Giant Alien Console" + desc = "A Giant Alien console of some kind, unlike anything you've ever seen before. Who knows the purpose of this strange technology..." + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "engineerconsole" + bound_height = 32 + bound_width = 32 + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE + density = TRUE +/obj/structure/prop/hybrisa/engineer/engineerpillar + icon = 'icons/obj/structures/props/zenithengineerpillarangled.dmi' + icon_state = "engineerpillar_SW1fade" + bound_height = 64 + bound_width = 128 + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE + layer = ABOVE_MOB_LAYER + +/obj/structure/prop/hybrisa/engineer/engineerpillar/northwesttop + name = "strange pillar" + icon = 'icons/obj/structures/props/zenithengineerpillarangled.dmi' + icon_state = "engineerpillar_NW1" +/obj/structure/prop/hybrisa/engineer/engineerpillar/northwestbottom + name = "strange pillar" + icon = 'icons/obj/structures/props/zenithengineerpillarangled.dmi' + icon_state = "engineerpillar_NW2" +/obj/structure/prop/hybrisa/engineer/engineerpillar/southwesttop + name = "strange pillar" + icon = 'icons/obj/structures/props/zenithengineerpillarangled.dmi' + icon_state = "engineerpillar_SW1" +/obj/structure/prop/hybrisa/engineer/engineerpillar/southwestbottom + name = "strange pillar" + icon = 'icons/obj/structures/props/zenithengineerpillarangled.dmi' + icon_state = "engineerpillar_SW2" +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest1 + name = "strange pillar" + icon = 'icons/obj/structures/props/zenithengineerpillarangled.dmi' + icon_state = "engineerpillar_SW1fade" +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2 + name = "strange pillar" + icon = 'icons/obj/structures/props/zenithengineerpillarangled.dmi' + icon_state = "engineerpillar_SW2fade" + +/obj/structure/prop/hybrisa/engineer/blackgoocontainer + name = "strange container" + icon_state = "blackgoocontainer1" + desc = "A strange alien container, who knows what's inside..." + icon = 'icons/obj/structures/props/blackgoocontainers.dmi' + +// Airport + +/obj/structure/prop/hybrisa/airport + name = "nose cone" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "dropshipfrontwhite1" + unslashable = TRUE + unacidable = TRUE + +/obj/structure/prop/hybrisa/airport/dropshipnosecone + name = "nose cone" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "dropshipfrontwhite1" + indestructible = TRUE + layer = ABOVE_MOB_LAYER +/obj/structure/prop/hybrisa/airport/dropshipwingleft + name = "wing" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "dropshipwingtop1" + indestructible = TRUE + layer = ABOVE_MOB_LAYER +/obj/structure/prop/hybrisa/airport/dropshipwingright + name = "wing" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "dropshipwingtop2" + indestructible = TRUE + layer = ABOVE_MOB_LAYER +/obj/structure/prop/hybrisa/airport/dropshipvent1left + name = "vent" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "dropshipvent1" + indestructible = TRUE + layer = ABOVE_MOB_LAYER +/obj/structure/prop/hybrisa/airport/dropshipvent2right + name = "vent" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "dropshipvent2" + indestructible = TRUE + layer = ABOVE_MOB_LAYER +/obj/structure/prop/hybrisa/airport/dropshipventleft + name = "vent" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "dropshipvent3" + indestructible = TRUE + layer = ABOVE_MOB_LAYER +/obj/structure/prop/hybrisa/airport/dropshipventright + name = "vent" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "dropshipvent4" + indestructible = TRUE + layer = ABOVE_MOB_LAYER + +// Dropship damage + +/obj/structure/prop/hybrisa/airport/dropshipenginedamage + name = "dropship damage" + desc = "the engine appears to have severe damage." + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "dropship_engine_damage" + bound_height = 64 + bound_width = 96 + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE + +/obj/structure/prop/hybrisa/airport/dropshipenginedamagenofire + name = "dropship damage" + desc = "the engine appears to have severe damage." + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "dropship_engine_damage_nofire" + bound_height = 64 + bound_width = 96 + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE + +/obj/structure/prop/hybrisa/airport/refuelinghose + name = "refueling hose" + desc = "A long refueling hose that connects to various types of dropships." + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "fuelline1" + bound_height = 64 + bound_width = 96 + unslashable = TRUE + unacidable = TRUE +/obj/structure/prop/hybrisa/airport/refuelinghose2 + name = "refueling hose" + desc = "A long refueling hose that connects to various types of dropships." + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "fuelline2" + bound_height = 64 + bound_width = 96 + unslashable = TRUE + unacidable = TRUE + +// Pilot body + +/obj/structure/prop/hybrisa/airport/deadpilot1 + name = "decapitated Weyland-Yutani Pilot" + desc = "What remains of a Weyland-Yutani Pilot. Their entire head is missing. Where'd it roll off to?..." + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "pilotbody_decap1" + bound_height = 64 + bound_width = 96 + unslashable = TRUE + unacidable = TRUE +/obj/structure/prop/hybrisa/airport/deadpilot2 + name = "decapitated Weyland-Yutani Pilot" + desc = "What remains of a Weyland-Yutani Pilot. Their entire head is missing. Where'd it roll off to?..." + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "pilotbody_decap2" + bound_height = 64 + bound_width = 96 + unslashable = TRUE + unacidable = TRUE + +// Misc + +/obj/structure/prop/hybrisa/misc + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "roadbarrier" + +// Floor props + +/obj/structure/prop/hybrisa/misc/floorprops + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "solidgrate1" + +/obj/structure/prop/hybrisa/misc/floorprops/grate + name = "solid metal grate" + desc = "A metal grate." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "solidgrate1" + +/obj/structure/prop/hybrisa/misc/floorprops/grate2 + name = "solid metal grate" + desc = "A metal grate." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "solidgrate5" + +/obj/structure/prop/hybrisa/misc/floorprops/grate3 + name = "solid metal grate" + desc = "A metal grate." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "zhalfgrate1" + +/obj/structure/prop/hybrisa/misc/floorprops/floorglass + name = "reinforced glass floor" + desc = "A heavily reinforced glass floor panel, this looks almost indestructible." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "solidgrate2" + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2 + name = "reinforced glass floor" + desc = "A heavily reinforced glass floor panel, this looks almost indestructible." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "solidgrate3" + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE + layer = 2.1 +/obj/structure/prop/hybrisa/misc/floorprops/floorglass3 + name = "reinforced glass floor" + desc = "A heavily reinforced glass floor panel, this looks almost indestructible." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "solidgrate4" + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE + +// Graffiti + +/obj/structure/prop/hybrisa/misc/graffiti + name = "graffiti" + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "zgraffiti4" + bound_height = 64 + bound_width = 96 + unslashable = TRUE + unacidable = TRUE + breakable = TRUE + +/obj/structure/prop/hybrisa/misc/graffiti/graffiti1 + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "zgraffiti1" +/obj/structure/prop/hybrisa/misc/graffiti/graffiti2 + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "zgraffiti2" +/obj/structure/prop/hybrisa/misc/graffiti/graffiti3 + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "zgraffiti3" +/obj/structure/prop/hybrisa/misc/graffiti/graffiti4 + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "zgraffiti4" +/obj/structure/prop/hybrisa/misc/graffiti/graffiti5 + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "zgraffiti5" +/obj/structure/prop/hybrisa/misc/graffiti/graffiti6 + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "zgraffiti6" +/obj/structure/prop/hybrisa/misc/graffiti/graffiti7 + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "zgraffiti7" + +// Wall Blood + +/obj/structure/prop/hybrisa/misc/blood + name = "blood" + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "wallblood_floorblood" + unslashable = TRUE + unacidable = TRUE + breakable = TRUE + +/obj/structure/prop/hybrisa/misc/blood/blood1 + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "wallblood_floorblood" +/obj/structure/prop/hybrisa/misc/blood/blood2 + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "wall_blood_1" +/obj/structure/prop/hybrisa/misc/blood/blood3 + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "wall_blood_2" + +// Fire + +/obj/structure/prop/hybrisa/misc/fire/fire1 + name = "fire" + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "zfire_smoke" + layer = 5 + light_on = TRUE + light_power = 2 + light_range = 3 + +/obj/structure/prop/hybrisa/misc/fire/fire2 + name = "fire" + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "zfire_smoke2" + layer = 5 + light_on = TRUE + light_power = 2 + light_range = 3 + +/obj/structure/prop/hybrisa/misc/fire/firebarrel + name = "barrel" + icon = 'icons/obj/structures/props/64x96-zenithrandomprops.dmi' + icon_state = "zbarrelfireon" + layer = 5 + light_on = TRUE + light_power = 2 + light_range = 3 + +// Misc + +/obj/structure/prop/hybrisa/misc/commandosuitemptyprop + name = "Weyland-Yutani 'Ape-Suit' Showcase" + desc = "A display model of the Weyland-Yutani 'Apesuit', shame it's only a model..." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "dogcatchersuitempty1" + +/obj/structure/prop/hybrisa/misc/cabinet + name = "cabinet" + desc = "a small cabinet with drawers." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "sidecabinet" +/obj/structure/prop/hybrisa/misc/trash/green + name = "trash bin" + desc = "A Weyland-Yutani trash bin used for disposing your unwanted items, or you can just throw your shit on the ground like every other asshole." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "trashgreen" + density = TRUE +/obj/structure/prop/hybrisa/misc/trash/blue + name = "trash bin" + desc = "A Weyland-Yutani trash bin used for disposing your unwanted items, or you can just throw your shit on the ground like every other asshole." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "trashblue" + density = TRUE +/obj/structure/prop/hybrisa/misc/redmeter + name = "meter" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "redmeter" + +/obj/structure/prop/hybrisa/misc/firebarreloff + name = "barrel" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "zfirebarreloff" + +/obj/structure/prop/hybrisa/misc/trashbagfullprop + name = "trash bag" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "ztrashbag" + +/obj/structure/prop/hybrisa/misc/slotmachine + name = "slot machine" + desc = "A slot machine." + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "slotmachine" + bound_width = 32 + bound_height = 32 + anchored = TRUE + density = TRUE + layer = 3.2 +/obj/structure/prop/hybrisa/misc/slotmachine_broken + name = "slot machine" + desc = "A broken slot machine." + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "slotmachine_broken" + bound_width = 32 + bound_height = 32 + anchored = TRUE + density = TRUE + layer = 3.2 +/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1 + name = "coffee machine" + desc = "A coffee machine." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "coffee" + +/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine2 + name = "coffee machine" + desc = "A coffee machine." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "coffee_cup" + +/obj/structure/prop/hybrisa/misc/machinery/computers + name = "computer" + icon_state = "mapping_comp" + +/obj/structure/prop/hybrisa/misc/machinery/computers/computerwhite/computer1 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "mapping_comp" + +/obj/structure/prop/hybrisa/misc/machinery/computers/computerwhite/computer2 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "mps" + +/obj/structure/prop/hybrisa/misc/machinery/computers/computerwhite/computer3 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "sensor_comp1" + +/obj/structure/prop/hybrisa/misc/machinery/computers/computerwhite/computer4 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "sensor_comp2" + +/obj/structure/prop/hybrisa/misc/machinery/computers/computerwhite/computer5 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "sensor_comp3" + + +/obj/structure/prop/hybrisa/misc/machinery/computers/computerblack/computer1 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "blackmapping_comp" + +/obj/structure/prop/hybrisa/misc/machinery/computers/computerblack/computer2 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "blackmps" + +/obj/structure/prop/hybrisa/misc/machinery/computers/computerblack/computer3 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "blacksensor_comp1" + +/obj/structure/prop/hybrisa/misc/machinery/computers/computerblack/computer4 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "blacksensor_comp2" + +/obj/structure/prop/hybrisa/misc/machinery/computers/computerblack/computer5 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "blacksensor_comp3" + + +/obj/structure/prop/hybrisa/misc/machinery/screens + name = "monitor" +/obj/structure/prop/hybrisa/misc/machinery/screens/frame + icon_state = "frame" +/obj/structure/prop/hybrisa/misc/machinery/screens/security + icon_state = "security" +/obj/structure/prop/hybrisa/misc/machinery/screens/evac + icon_state = "evac" +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert + icon_state = "redalert" +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank + icon_state = "redalertblank" +/obj/structure/prop/hybrisa/misc/machinery/screens/entertainment + icon_state = "entertainment" +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen + icon_state = "telescreen" +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbroke + icon_state = "telescreenb" +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbrokespark + icon_state = "telescreenbspark" + +// Multi-Monitor + +//Green +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off + icon_state = "multimonitorsmall_off" +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on + icon_state = "multimonitorsmall_on" +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off + icon_state = "multimonitormedium_off" +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_on + icon_state = "multimonitormedium_on" +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_off + icon_state = "multimonitorbig_off" +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on + icon_state = "multimonitorbig_on" + +// Blue + +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off + icon_state = "bluemultimonitorsmall_off" +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on + icon_state = "bluemultimonitorsmall_on" +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_off + icon_state = "bluemultimonitormedium_off" +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on + icon_state = "bluemultimonitormedium_on" +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorbig_off + icon_state = "bluemultimonitorbig_off" +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorbig_on + icon_state = "bluemultimonitorbig_on" + +// Egg +/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_off + icon_state = "wallegg_off" +/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on + icon_state = "wallegg_on" + +/obj/structure/prop/hybrisa/misc/fake/pipes + name = "disposal pipe" + +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1 + layer = 2 + icon_state = "pipe-s" +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe2 + layer = 2 + icon_state = "pipe-c" +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3 + layer = 2 + icon_state = "pipe-j1" +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe4 + layer = 2 + icon_state = "pipe-y" +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe5 + layer = 2 + icon_state = "pipe-b" + +/obj/structure/prop/hybrisa/misc/fake/wire + name = "power cable" + +/obj/structure/prop/hybrisa/misc/fake/wire/red + layer = 2 + icon_state = "intactred" +/obj/structure/prop/hybrisa/misc/fake/wire/yellow + layer = 2 + icon_state = "intactyellow" +/obj/structure/prop/hybrisa/misc/fake/wire/blue + layer = 2 + icon_state = "intactblue" + + +/obj/structure/prop/hybrisa/misc/fake/heavydutywire + name = "heavy duty wire" + +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy1 + layer = 2 + icon_state = "0-1" +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2 + layer = 2 + icon_state = "1-2" +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3 + layer = 2 + icon_state = "1-4" +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4 + layer = 2 + icon_state = "1-2-4" +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy5 + layer = 2 + icon_state = "1-2-4-8" + +/obj/structure/prop/hybrisa/misc/fake/lattice + name = "structural lattice" + +/obj/structure/prop/hybrisa/misc/fake/lattice/full + icon_state = "latticefull" + layer = 2 + +// Barriers + +/obj/structure/prop/hybrisa/misc/road + name = "road barrier" + desc = "A plastic barrier for blocking entry." + breakable = TRUE + debris = list(/obj/item/stack/sheet/mineral/plastic) + +/obj/structure/prop/hybrisa/misc/road/roadbarrierred + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "roadbarrier" +/obj/structure/prop/hybrisa/misc/road/roadbarrierredlong + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "roadbarrier4" +/obj/structure/prop/hybrisa/misc/road/roadbarrierblue + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "roadbarrier2" +/obj/structure/prop/hybrisa/misc/road/roadbarrierbluelong + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "roadbarrier5" +/obj/structure/prop/hybrisa/misc/road/roadbarrierwyblack + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "roadbarrier3" +/obj/structure/prop/hybrisa/misc/road/roadbarrierwyblacklong + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "roadbarrier6" +/obj/structure/prop/hybrisa/misc/road/roadbarrierwyblackjoined + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "roadbarrierjoined3" +/obj/structure/prop/hybrisa/misc/road/roadbarrierjoined + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "roadbarrierjoined" + +/obj/structure/prop/hybrisa/misc/road/wood + name = "road barrier" + desc = "A wooden barrier for blocking entry." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "roadbarrierwood" + breakable = TRUE + debris = list(/obj/item/stack/sheet/wood) + +/obj/structure/prop/hybrisa/misc/road/wood/roadbarrierwoodorange + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "roadbarrierwood" +/obj/structure/prop/hybrisa/misc/road/wood/roadbarrierwoodblue + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "roadbarrierpolice" + +// Cargo Containers extended + +/obj/structure/prop/hybrisa/containersextended + name = "cargo container" + desc = "a cargo container." + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "blackwyleft" + bound_width = 32 + bound_height = 32 + density = TRUE + health = 200 + opacity = TRUE + anchored = TRUE + unslashable = TRUE + unacidable = TRUE + layer = 5 + +/obj/structure/prop/hybrisa/containersextended/blueleft + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "blueleft" +/obj/structure/prop/hybrisa/containersextended/blueright + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "blueright" +/obj/structure/prop/hybrisa/containersextended/greenleft + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "greenleft" +/obj/structure/prop/hybrisa/containersextended/greenright + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "greenright" +/obj/structure/prop/hybrisa/containersextended/tanleft + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "tanleft" +/obj/structure/prop/hybrisa/containersextended/tanright + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "tanright" +/obj/structure/prop/hybrisa/containersextended/redleft + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "redleft" +/obj/structure/prop/hybrisa/containersextended/redright + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "redright" +/obj/structure/prop/hybrisa/containersextended/greywyleft + name = "Weyland-Yutani cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "greywyleft" +/obj/structure/prop/hybrisa/containersextended/greywyright + name = "Weyland-Yutani cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "greywyright" +/obj/structure/prop/hybrisa/containersextended/lightgreywyleft + name = "Weyland-Yutani cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "lightgreywyleft" +/obj/structure/prop/hybrisa/containersextended/lightgreywyright + name = "Weyland-Yutani cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "lightgreywyright" +/obj/structure/prop/hybrisa/containersextended/blackwyleft + name = "Weyland-Yutani cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "blackwyleft" +/obj/structure/prop/hybrisa/containersextended/blackwyright + name = "Weyland-Yutani cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "blackwyright" +/obj/structure/prop/hybrisa/containersextended/whitewyleft + name = "Weyland-Yutani cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "whitewyleft" +/obj/structure/prop/hybrisa/containersextended/whitewyright + name = "Weyland-Yutani cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "whitewyright" + +/obj/structure/prop/hybrisa/containersextended/tanwywingsleft + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "tanwywingsleft" +/obj/structure/prop/hybrisa/containersextended/tanwywingsright + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "tanwywingsright" +/obj/structure/prop/hybrisa/containersextended/greenwywingsleft + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "greenwywingsleft" +/obj/structure/prop/hybrisa/containersextended/greenwywingsright + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "greenwywingsright" +/obj/structure/prop/hybrisa/containersextended/bluewywingsleft + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "bluewywingsleft" +/obj/structure/prop/hybrisa/containersextended/bluewywingsright + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "bluewywingsright" +/obj/structure/prop/hybrisa/containersextended/redwywingsleft + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "redwywingsleft" +/obj/structure/prop/hybrisa/containersextended/redwywingsright + name = "cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "redwywingsright" +/obj/structure/prop/hybrisa/containersextended/medicalleft + name = "medical cargo containers" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "medicalleft" +/obj/structure/prop/hybrisa/containersextended/medicalright + name = "medical cargo containers" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "medicalright" +/obj/structure/prop/hybrisa/containersextended/emptymedicalleft + name = "medical cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "emptymedicalleft" +/obj/structure/prop/hybrisa/containersextended/emptymedicalright + name = "medical cargo container" + icon = 'icons/obj/structures/props/containersextended.dmi' + icon_state = "emptymedicalright" + +/// Fake Platforms + +/obj/structure/prop/hybrisa/fakeplatforms + name = "platform" + +/obj/structure/prop/hybrisa/fakeplatforms/platform1 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "engineer_platform" + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE +/obj/structure/prop/hybrisa/fakeplatforms/platform2 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "engineer_platform_platformcorners" + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE +/obj/structure/prop/hybrisa/fakeplatforms/platform3 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "platform" + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE +/obj/structure/prop/hybrisa/fakeplatforms/platform4 + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "zenithplatform3" + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE + +// Grille + +/obj/structure/prop/hybrisa/misc/highvoltagegrille + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "highvoltagegrille" + +// Greeblies +/obj/structure/prop/hybrisa/misc/buildinggreeblies + name = "machinery" + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "buildingventbig1" + bound_width = 64 + bound_height = 32 + density = TRUE + health = 200 + anchored = TRUE + layer = 5 +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble1 + icon_state = "buildingventbig2" +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble2 + icon_state = "buildingventbig3" +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble3 + icon_state = "buildingventbig4" +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble4 + icon_state = "buildingventbig5" +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble5 + icon_state = "buildingventbig6" +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble6 + icon_state = "buildingventbig7" +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7 + icon_state = "buildingventbig8" +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble8 + icon_state = "buildingventbig9" +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble9 + icon_state = "buildingventbig10" +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble10 + density = FALSE + icon_state = "buildingventbig11" +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble11 + density = FALSE + icon_state = "buildingventbig12" +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble12 + density = FALSE + icon_state = "buildingventbig13" + +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall + name = "wall vent" + name = "wall vent" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "smallwallvent1" + density = FALSE +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2 + name = "wall vent" + icon_state = "smallwallvent2" +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2 + name = "wall vent" + icon_state = "smallwallvent2" +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3 + name = "wall vent" + icon_state = "smallwallvent3" + + +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer + name = "machinery" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "zcomputermachine" + density = TRUE + +/obj/structure/prop/hybrisa/misc/metergreen + name = "meter" + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "biggreenmeter1" + + +// MISC + +/obj/structure/prop/hybrisa/misc/stoneplanterseats + name = "concrete seated planter" + desc = "A decorative concrete planter with seating attached, the seats are fitted with synthetic leather, they've faded in time.." + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "planterseats" + bound_width = 32 + bound_height = 64 + density = TRUE + health = 200 + anchored = TRUE + +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty + name = "concrete planter" + desc = "A decorative concrete planter." + icon_state = "planterempty" + +/obj/structure/prop/hybrisa/misc/concretestatue + name = "concrete statue" + desc = "A decorative statue with the Weyland-Yutani 'Wings' adorned on it, A corporate brutalist piece of art." + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "concretesculpture" + bound_width = 64 + bound_height = 64 + density = TRUE + anchored = TRUE + unslashable = TRUE + unacidable = TRUE + indestructible = TRUE + +/obj/structure/prop/hybrisa/misc/detonator + name = "inactive detonator" + desc = "A detonator for explosives, this one appears to be missing a vital component." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "detonator" + density = TRUE + anchored = TRUE + +/obj/structure/prop/hybrisa/misc/firehydrant + name = "fire hydrant" + desc = "A fire hydrant public water outlet, designed for quick access to water." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "firehydrant" + density = TRUE + anchored = TRUE +/obj/structure/prop/hybrisa/misc/phonebox + name = "phonebox" + desc = "A phone-box, it doesn't seem to be working, the line must be down." + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "phonebox_closed" + layer = ABOVE_MOB_LAYER + bound_width = 32 + bound_height = 32 + density = TRUE + anchored = TRUE +/obj/structure/prop/hybrisa/misc/phonebox/broken + desc = "A phone-box, it doesn't seem to be working, the line must be down. The glass has been broken." + icon_state = "phonebox_closed_broken" + +/obj/structure/prop/hybrisa/misc/phonebox/lightup + desc = "A phone-box, it doesn't seem to be working, the line must be down." + icon_state = "phonebox_closed_light" + +/obj/structure/prop/hybrisa/misc/bench + name = "bench" + desc = "A metal frame, with seats that are fitted with synthetic leather, they've faded in time." + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "seatedbench" + bound_width = 32 + bound_height = 64 + layer = 4 + density = FALSE + health = 200 + anchored = TRUE + +// Signs + +/obj/structure/prop/hybrisa/signs + name = "neon sign" + icon = 'icons/obj/structures/props/zenith64x64_signs.dmi' + icon_state = "jacksopen_on" + bound_height = 64 + bound_width = 64 + unslashable = TRUE + unacidable = TRUE + layer = ABOVE_MOB_LAYER + +/obj/structure/prop/hybrisa/signs/casniosign + name = "casino sign" + icon = 'icons/obj/structures/props/zenith64x64_signs.dmi' + icon_state = "nightgoldcasinoopen_on" +/obj/structure/prop/hybrisa/signs/jackssign + name = "jack's surplus sign" + icon = 'icons/obj/structures/props/zenith64x64_signs.dmi' + icon_state = "jacksopen_on" +/obj/structure/prop/hybrisa/signs/opensign + name = "open sign" + icon = 'icons/obj/structures/props/zenith64x64_signs.dmi' + icon_state = "open_on" +/obj/structure/prop/hybrisa/signs/opensign2 + name = "open sign" + icon = 'icons/obj/structures/props/zenith64x64_signs.dmi' + icon_state = "open_on2" +/obj/structure/prop/hybrisa/signs/pizzasign + name = "pizza sign" + icon = 'icons/obj/structures/props/zenith64x64_signs.dmi' + icon_state = "pizzaneon_on" +/obj/structure/prop/hybrisa/signs/weymartsign + name = "weymart sign" + icon = 'icons/obj/structures/props/zenith64x64_signs.dmi' + icon_state = "weymartsign2" +/obj/structure/prop/hybrisa/signs/mechanicsign + name = "mechanic sign" + icon = 'icons/obj/structures/props/zenith64x64_signs.dmi' + icon_state = "mechanicopen_on2" +/obj/structure/prop/hybrisa/signs/cuppajoessign + name = "cuppa joe's sign" + icon = 'icons/obj/structures/props/zenith64x64_signs.dmi' + icon_state = "cuppajoes" +/obj/structure/prop/hybrisa/signs/barsign + name = "bar sign" + icon = 'icons/obj/structures/props/zenith64x64_signs.dmi' + icon_state = "barsign_on" + +// Small Sign +/obj/structure/prop/hybrisa/signs/high_voltage + name = "warning sign" + desc = "DANGER - HIGH VOLTAGE - DEATH!." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "shockyBig" +/obj/structure/prop/hybrisa/signs/high_voltage/small + name = "warning sign" + desc = "DANGER - HIGH VOLTAGE - DEATH!." + icon = 'icons/obj/structures/props/zenithrandomprops.dmi' + icon_state = "shockyTiny" + +// Billboards, Signs and Posters + +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards + name = "billboard" + desc = "A advertisement billboard." + icon = 'icons/obj/structures/props/32x64_zenithbillboards.dmi' + icon_state = "billboard_bigger" + bound_width = 64 + bound_height = 32 + density = FALSE + health = 200 + anchored = TRUE +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1 + name = "billboard" + desc = "A advertisement billboard." + icon = 'icons/obj/structures/props/32x64_zenithbillboards.dmi' + icon_state = "billboard1" +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard2 + name = "billboard" + desc = "A advertisement billboard." + icon = 'icons/obj/structures/props/32x64_zenithbillboards.dmi' + icon_state = "billboard2" +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard3 + name = "billboard" + desc = "A advertisement billboard." + icon = 'icons/obj/structures/props/32x64_zenithbillboards.dmi' + icon_state = "billboard3" +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard4 + name = "billboard" + desc = "A advertisement billboard." + icon = 'icons/obj/structures/props/32x64_zenithbillboards.dmi' + icon_state = "billboard4" + +// Big Road Signs +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns + name = "road sign" + desc = "A road sign." + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "roadsign_1" + bound_width = 64 + bound_height = 32 + density = FALSE + health = 200 + anchored = TRUE + layer = 8 +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_1 + icon_state = "roadsign_1" +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_2 + icon_state = "roadsign_2" + +// Car Factory + +/obj/structure/prop/hybrisa/Factory + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "factory_roboticarm" + +/obj/structure/prop/hybrisa/Factory/Robotic_arm + name = "Robotic arm" + desc = "A robotic arm used in the construction of 'Meridian' Automobiles." + icon_state = "factory_roboticarm" + bound_width = 64 + bound_height = 32 + anchored = TRUE +/obj/structure/prop/hybrisa/Factory/Robotic_arm/Flipped + icon_state = "factory_roboticarm2" +/obj/structure/prop/hybrisa/Factory/Conveyor_belt + name = "large conveyor belt" + desc = "A large conveyor belt used in industrial factories." + icon_state = "factory_conveyer" + density = FALSE + + +// Hybrisa Lattice + +/obj/structure/prop/hybrisa/lattice_prop + desc = "A support lattice." + name = "lattice" + icon = 'icons/obj/structures/props/hybrisa_lattice.dmi' + icon_state = "lattice1" + density = FALSE + layer = RIPPLE_LAYER + +/obj/structure/prop/hybrisa/lattice_prop/lattice_1 + icon_state = "lattice1" +/obj/structure/prop/hybrisa/lattice_prop/lattice_2 + icon_state = "lattice2" +/obj/structure/prop/hybrisa/lattice_prop/lattice_3 + icon_state = "lattice3" +/obj/structure/prop/hybrisa/lattice_prop/lattice_4 + icon_state = "lattice4" +/obj/structure/prop/hybrisa/lattice_prop/lattice_5 + icon_state = "lattice5" +/obj/structure/prop/hybrisa/lattice_prop/lattice_6 + icon_state = "lattice6" + +// Street light +/obj/structure/prop/hybrisa/misc/trafficlight + name = "traffic light" + desc = "A traffic light" + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "trafficlight" + bound_width = 32 + bound_height = 32 + density = TRUE + health = 200 + anchored = TRUE + layer = ABOVE_MOB_LAYER + +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_on + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "trafficlight_on" +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt_on + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "trafficlight_alt_on" +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi' + icon_state = "trafficlight_alt" diff --git a/code/game/objects/structures/landing_signs.dm b/code/game/objects/structures/landing_signs.dm index 9e9e83928c54..7e97fa83ef5c 100644 --- a/code/game/objects/structures/landing_signs.dm +++ b/code/game/objects/structures/landing_signs.dm @@ -59,3 +59,24 @@ name = "Chigusa Shipyard Sign" desc = "A large sign that reads 'Chigusa Shipyard - Subsidary of Weyland-Yutani Corporation'. Acid burns checker the sign like buckshot." icon_state = "laz_sign" //TODO make unique icon. + +/obj/structure/lz_sign/hybrisa_sign + name = "Hybrisa Prospera welcome sign" + desc = "A large sign that reads 'Welcome to Hybrisa Prospera', The Weyland Yutani 'Wings' and logo adorn the sign, as well as some information about the colony." + icon = 'icons/obj/structures/props/landing_signs.dmi' + icon_state = "hybrisa_sign" + +/obj/structure/lz_sign/hybrisa_sign/damaged + name = "Hybrisa Prospera Welcome sign" + desc = "A large sign that reads 'Welcome to Hybrisa Prospera', The Weyland Yutani corporate 'Wings' and logo adorn the sign, as well as some information about the colony." + icon_state = "hybrisa_sign_d" + +/obj/structure/lz_sign/hybrisa_sign/medical + name = "Hybrisa Prospera - Emergency Medical Landing Zone one sign" + desc = "A large sign that reads 'Emergency Medical - HBP - LZ - 01'." + icon_state = "hybrisamedical_sign" + +/obj/structure/lz_sign/hybrisa_sign/mining + name = "Hybrisa Prospera - Weyland-Yutani Kelland Mining - Landing Zone two sign" + desc = "A large sign that reads 'WY - KMCC Mining - HBP - LZ - 01' The Kelland Mining logo is adorns the sign." + icon_state = "hybrisamining_sign" diff --git a/code/game/objects/structures/platforms.dm b/code/game/objects/structures/platforms.dm index cfffbc90fb7c..24a6114619da 100644 --- a/code/game/objects/structures/platforms.dm +++ b/code/game/objects/structures/platforms.dm @@ -208,3 +208,109 @@ /obj/structure/platform_decoration/mineral/sandstone/runed name = "sandstone temple platform corner" color = "#b29082" + + +/// Hybrisa Platforms + +/obj/structure/platform/hybrisa + icon_state = "hybrisa" + +/obj/structure/platform_decoration/hybrisa + icon_state = "hybrisa" + +/obj/structure/platform/hybrisa/engineer + icon_state = "engineer_platform" + name = "raised metal edge" + desc = "A raised level of metal, often used to elevate areas above others, or construct bridges. You could probably climb it." + climb_delay = 10 + +/obj/structure/platform_decoration/hybrisa/engineer_corner + name = "raised metal corner" + desc = "The corner of what appears to be raised piece of metal, often used to imply the illusion of elevation in non-Euclidean 2d spaces. But you don't know that, you're just a spaceman with a rifle." + icon_state = "engineer_platform_deco" + +/obj/structure/platform_decoration/hybrisa/engineer_cornerbits + name = "raised metal corner" + desc = "The corner of what appears to be raised piece of metal, often used to imply the illusion of elevation in non-Euclidean 2d spaces. But you don't know that, you're just a spaceman with a rifle." + icon_state = "engineer_platform_platformcorners" + + +/obj/structure/platform/hybrisa/rockdark + icon_state = "kutjevo_rockdark" + name = "raised rock edges" + desc = "A collection of stones and rocks that provide ample grappling and vaulting opportunity. Indicates a change in elevation. You could probably climb it." + +/obj/structure/platform_decoration/hybrisa/rockdark + name = "raised rock corner" + desc = "A collection of stones and rocks that cap the edge of some conveniently 1-meter-long lengths of perfectly climbable chest high walls." + icon_state = "kutjevo_rock_decodark" + + +/obj/structure/platform/hybrisa/metalplatform1 + icon_state = "zenithstone" + name = "raised metal edge" + desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it." +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1 + icon_state = "zenithstone_deco" + name = "raised metal corner" + desc = "A raised level of metal, often used to elevate areas above others. This is the corner." + +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2 + name = "raised metal corner" + desc = "A raised level of metal, often used to elevate areas above others. This is the corner." + icon_state = "strata_metalplatform_deco2" + +/obj/structure/platform/hybrisa/metalplatform2 + name = "raised metal edge" + desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it." + icon_state = "strata_metalplatform2" + +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3 + name = "raised metal corner" + desc = "A raised level of metal, often used to elevate areas above others. This is the corner." + icon_state = "strata_metalplatform_deco3" + +/obj/structure/platform/hybrisa/metalplatform3 + name = "raised metal edge" + desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it." + icon_state = "strata_metalplatform3" + +/obj/structure/platform/hybrisa/metalplatform4 + icon_state = "zenithplatform" + name = "raised metal platform" + desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it." + +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4 + icon_state = "zenithplatform_deco" + name = "raised metal corner" + desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it." + +/obj/structure/platform/hybrisa/metalplatform5 + icon_state = "zenithplatform2" + name = "raised metal platform" + desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it." + +/obj/structure/platform_decoration/hybrisa/metalplatformdeco5 + icon_state = "zenithplatform_deco2" + name = "raised metal corner" + desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it." + +/obj/structure/platform/hybrisa/metalplatform6 + icon_state = "zenithplatform3" + name = "raised metal platform" + desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it." + +/obj/structure/platform/hybrisa/metalplatformstair1 + icon_state = "zenithplatform_stair" + name = "raised metal platform" + desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it." + +/obj/structure/platform/hybrisa/metalplatformstair2 + icon_state = "zenithplatform_stair_alt" + name = "raised metal platform" + desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it." + +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6 + icon_state = "zenithplatform_deco3" + name = "raised metal corner" + desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it." diff --git a/code/game/objects/structures/stool_bed_chair_nest/bed.dm b/code/game/objects/structures/stool_bed_chair_nest/bed.dm index 7469a568f7e0..8bf80dfb8909 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/bed.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/bed.dm @@ -429,3 +429,98 @@ GLOBAL_LIST_EMPTY(activated_medevac_stretchers) icon = 'icons/monkey_icos.dmi' icon_state = "bedroll" rollertype = /obj/structure/bed/bedroll + +//Hospital Rollers (non foldable) + +/obj/structure/bed/roller/hospital + name = "hospital bed" + icon = 'icons/obj/structures/rollerbed.dmi' + icon_state = "bigrollerempty_up" + foldabletype = null + base_bed_icon = "bigrollerempty" + + var/body_icon_state = "bigroller" + var/raised_with_body = TRUE + var/mob/living/carbon/human/body + var/datum/equipment_preset/body_preset = /datum/equipment_preset/corpse/colonist/random + +/obj/structure/bed/roller/hospital/Initialize(mapload, ...) + . = ..() + create_body() + update_icon() + +/obj/structure/bed/roller/hospital/Destroy() + if(body) + QDEL_NULL(body) + return ..() + +/obj/structure/bed/roller/hospital/attackby() + if(body) + return + ..() + +/obj/structure/bed/roller/hospital/attack_hand() + if(body) + if(raised_with_body) + raised_with_body = FALSE + update_icon() + return + else + dump_body() + update_icon() + return + ..() + +/obj/structure/bed/roller/hospital/update_icon() + overlays.Cut() + if(body) + icon_state = body_icon_state + "body" + if(raised_with_body) + icon_state = icon_state + "_up" + else + icon_state = icon_state + "_down" + else + ..() + +/obj/structure/bed/roller/hospital/MouseDrop_T(atom/dropping, mob/user) + if(body) + return + ..() + +/obj/structure/bed/roller/hospital/proc/create_body() + body = new() + contents += body + arm_equipment(body, body_preset, TRUE, FALSE) + body.death(create_cause_data("exposure")) + +/obj/structure/bed/roller/hospital/proc/dump_body() + var/turf/dump_turf = get_turf(src) + body.forceMove(dump_turf) + contents -= body + body = null + +/obj/structure/bed/roller/hospital/bloody + base_bed_icon = "bigrollerbloodempty" + body_icon_state = "bigrollerblood" + body_preset = /datum/equipment_preset/corpse/colonist/random/burst + +/obj/structure/bed/roller/hospital_empty + icon_state = "bigrollerempty2_down" + foldabletype = null +/obj/structure/bed/roller/hospital_empty/bigrollerempty + icon_state = "bigrollerempty_down" + buckling_y = 2 + base_bed_icon = "bigrollerempty" +/obj/structure/bed/roller/hospital_empty/bigrollerempty2 + icon_state = "bigrollerempty2_down" + buckling_y = 2 + base_bed_icon = "bigrollerempty2" +/obj/structure/bed/roller/hospital_empty/bigrollerempty3 + icon_state = "bigrollerempty3_down" + buckling_y = 2 + base_bed_icon = "bigrollerempty3" +/obj/structure/bed/roller/hospital_empty/bigrollerbloodempty + icon_state = "bigrollerbloodempty_down" + buckling_y = 2 + base_bed_icon = "bigrollerbloodempty" + diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 6ab70b8266f4..c1308fa530c5 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -987,3 +987,198 @@ icon_state = "paddedsec_rwindow0" basestate = "paddedsec_rwindow" window_frame = /obj/structure/window_frame/corsat/security + +// Hybrisa Windows + + +// Colony +/obj/structure/window/framed/hybrisa/colony + name = "window" + icon = 'icons/turf/walls/hybrisa_colony_window.dmi' + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window inside a wall frame." + health = 40 + window_frame = /obj/structure/window_frame/hybrisa/colony + +/obj/structure/window/framed/hybrisa/colony/reinforced + name = "reinforced window" + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window. Light refracts incorrectly when looking through. It looks rather strong. Might take a few good hits to shatter it." + health = 100 + reinf = 1 + window_frame = /obj/structure/window_frame/hybrisa/colony/reinforced + +/obj/structure/window/framed/hybrisa/colony/hull + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window. Something tells you this one is somehow indestructible." + not_damageable = TRUE + not_deconstructable = TRUE + unslashable = TRUE + unacidable = TRUE + health = 1000000 + +// Research +/obj/structure/window/framed/hybrisa/research + name = "window" + icon = 'icons/turf/walls/hybrisaresearchbrown_windows.dmi' + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window inside a wall frame." + health = 40 + window_frame = /obj/structure/window_frame/hybrisa/research + +/obj/structure/window/framed/hybrisa/research/reinforced + name = "reinforced window" + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window. Light refracts incorrectly when looking through. It looks rather strong. Might take a few good hits to shatter it." + health = 100 + reinf = 1 + window_frame = /obj/structure/window_frame/hybrisa/research/reinforced + +/obj/structure/window/framed/hybrisa/research/hull + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window. Something tells you this one is somehow indestructible." + not_damageable = TRUE + not_deconstructable = TRUE + unslashable = TRUE + unacidable = TRUE + health = 1000000 + +// Marshalls + +/obj/structure/window/framed/hybrisa/marshalls + name = "window" + icon = 'icons/turf/walls/hybrisa_marshalls_windows.dmi' + icon_state = "prison_window0" + basestate = "prison_window" + window_frame = /obj/structure/window_frame/hybrisa/marshalls +/obj/structure/window/framed/hybrisa/marshalls/reinforced + name = "reinforced window" + desc = "A glass window with a special rod matrix inside a wall frame. It looks rather strong. Might take a few good hits to shatter it." + health = 100 + reinf = 1 + icon_state = "prison_rwindow0" + basestate = "prison_rwindow" + window_frame = /obj/structure/window_frame/hybrisa/marshalls/reinforced +/obj/structure/window/framed/hybrisa/marshalls/cell + name = "cell window" + icon_state = "prison_cellwindow0" + basestate = "prison_cellwindow" + desc = "A glass window with a special rod matrix inside a wall frame." + +// Hospital + +/obj/structure/window/framed/hybrisa/colony/hospital + name = "window" + icon = 'icons/turf/walls/hybrisa_hospital_colonywindows.dmi' + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window inside a wall frame." + health = 40 + window_frame = /obj/structure/window_frame/hybrisa/colony/hospital + +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced + name = "reinforced window" + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window. Light refracts incorrectly when looking through. It looks rather strong. Might take a few good hits to shatter it." + health = 100 + reinf = 1 + window_frame = /obj/structure/window_frame/hybrisa/colony/hospital/reinforced + +/obj/structure/window/framed/hybrisa/colony/hospital/hull + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window. Something tells you this one is somehow indestructible." + not_damageable = TRUE + not_deconstructable = TRUE + unslashable = TRUE + unacidable = TRUE + health = 1000000 + +// Office + +/obj/structure/window/framed/hybrisa/colony/office + name = "window" + icon = 'icons/turf/walls/hybrisa_offices_windows.dmi' + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window inside a wall frame." + health = 40 + window_frame = /obj/structure/window_frame/hybrisa/colony/office + +/obj/structure/window/framed/hybrisa/colony/office/reinforced + name = "reinforced window" + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window. Light refracts incorrectly when looking through. It looks rather strong. Might take a few good hits to shatter it." + health = 100 + reinf = 1 + window_frame = /obj/structure/window_frame/hybrisa/colony/office/reinforced + +/obj/structure/window/framed/hybrisa/colony/office/hull + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window. Something tells you this one is somehow indestructible." + not_damageable = TRUE + not_deconstructable = TRUE + unslashable = TRUE + unacidable = TRUE + health = 1000000 + +// Engineering + +/obj/structure/window/framed/hybrisa/colony/engineering + name = "window" + icon = 'icons/turf/walls/hybrisa_engineering_windows.dmi' + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window inside a wall frame." + health = 40 + window_frame = /obj/structure/window_frame/hybrisa/colony/engineering + +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced + name = "reinforced window" + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window. Light refracts incorrectly when looking through. It looks rather strong. Might take a few good hits to shatter it." + health = 100 + reinf = 1 + window_frame = /obj/structure/window_frame/hybrisa/colony/engineering/reinforced + +/obj/structure/window/framed/hybrisa/colony/engineering/hull + icon_state = "strata_window0" + basestate = "strata_window" + desc = "A glass window. Something tells you this one is somehow indestructible." + not_damageable = TRUE + not_deconstructable = TRUE + unslashable = TRUE + unacidable = TRUE + health = 1000000 + +// Space-Port + +/obj/structure/window/framed/hybrisa/spaceport + name = "window" + icon = 'icons/turf/walls/hybrisa_spaceport_windows.dmi' + icon_state = "prison_window0" + basestate = "prison_window" + window_frame = /obj/structure/window_frame/hybrisa/spaceport +/obj/structure/window/framed/hybrisa/spaceport/reinforced + name = "reinforced window" + desc = "A glass window with a special rod matrix inside a wall frame. It looks rather strong. Might take a few good hits to shatter it." + health = 100 + reinf = 1 + icon_state = "prison_rwindow0" + basestate = "prison_rwindow" + window_frame = /obj/structure/window_frame/hybrisa/spaceport/reinforced +/obj/structure/window/framed/hybrisa/spaceport/cell + name = "window" + icon_state = "prison_cellwindow0" + basestate = "prison_cellwindow" + desc = "A glass window with a special rod matrix inside a wall frame." diff --git a/code/game/objects/structures/window_frame.dm b/code/game/objects/structures/window_frame.dm index 2c165b424dad..5a35e1d0361d 100644 --- a/code/game/objects/structures/window_frame.dm +++ b/code/game/objects/structures/window_frame.dm @@ -300,3 +300,109 @@ /obj/structure/window_frame/corsat/security window_type = /obj/structure/window/framed/corsat/security + + +// Hybrisa Window Frames + +// Research +/obj/structure/window_frame/hybrisa/research + icon = 'icons/turf/walls/hybrisaresearchbrown_windows.dmi' + icon_state = "strata_window0_frame" + basestate = "strata_window" + +/obj/structure/window_frame/hybrisa/research/reinforced + icon_state = "strata_window0_frame" + basestate = "strata_window" + reinforced = TRUE + +/obj/structure/window_frame/hybrisa/research/hull + icon_state = "strata_window0_frame" + basestate = "strata_window" + unslashable = TRUE + unacidable = TRUE + +// Marshalls +/obj/structure/window_frame/hybrisa/marshalls + icon = 'icons/turf/walls/hybrisa_marshalls_windows.dmi' + icon_state = "prison_rwindow0_frame" + basestate = "prison_rwindow" + +/obj/structure/window_frame/hybrisa/marshalls/reinforced + icon = 'icons/turf/walls/hybrisa_marshalls_windows.dmi' + icon_state = "prison_rwindow0_frame" + basestate = "prison_rwindow" + reinforced = TRUE + +// Colony +/obj/structure/window_frame/hybrisa/colony + icon = 'icons/turf/walls/hybrisa_colony_window.dmi' + icon_state = "strata_window0_frame" + basestate = "strata_window" +/obj/structure/window_frame/hybrisa/colony/reinforced + icon_state = "strata_window0_frame" + basestate = "strata_window" + reinforced = TRUE +/obj/structure/window_frame/hybrisa/colony/hull + icon_state = "strata_window0_frame" + basestate = "strata_window" + unslashable = TRUE + unacidable = TRUE + +// Hosptial + +/obj/structure/window_frame/hybrisa/colony/hospital + icon = 'icons/turf/walls/hybrisa_hospital_colonywindows.dmi' + icon_state = "strata_window0_frame" + basestate = "strata_window" +/obj/structure/window_frame/hybrisa/colony/hospital/reinforced + icon_state = "strata_window0_frame" + basestate = "strata_window" + reinforced = TRUE +/obj/structure/window_frame/hybrisa/colony/hospital/hull + icon_state = "strata_window0_frame" + basestate = "strata_window" + unslashable = TRUE + unacidable = TRUE + +// Offices + +/obj/structure/window_frame/hybrisa/colony/office + icon = 'icons/turf/walls/hybrisa_offices_windows.dmi' + icon_state = "strata_window0_frame" + basestate = "strata_window" +/obj/structure/window_frame/hybrisa/colony/office/reinforced + icon_state = "strata_window0_frame" + basestate = "strata_window" + reinforced = TRUE +/obj/structure/window_frame/hybrisa/colony/office/hull + icon_state = "strata_window0_frame" + basestate = "strata_window" + unslashable = TRUE + unacidable = TRUE + +// Engineering +/obj/structure/window_frame/hybrisa/colony/engineering + icon = 'icons/turf/walls/hybrisa_engineering_windows.dmi' + icon_state = "strata_window0_frame" + basestate = "strata_window" +/obj/structure/window_frame/hybrisa/colony/engineering/reinforced + icon_state = "strata_window0_frame" + basestate = "strata_window" + reinforced = TRUE +/obj/structure/window_frame/hybrisa/colony/engineering/hull + icon_state = "strata_window0_frame" + basestate = "strata_window" + unslashable = TRUE + unacidable = TRUE + +// Space-Port +/obj/structure/window_frame/hybrisa/spaceport + icon = 'icons/turf/walls/hybrisa_spaceport_windows.dmi' + icon_state = "prison_rwindow0_frame" + basestate = "prison_rwindow" + +/obj/structure/window_frame/hybrisa/spaceport/reinforced + icon = 'icons/turf/walls/hybrisa_spaceport_windows.dmi' + icon_state = "prison_rwindow0_frame" + basestate = "prison_rwindow" + reinforced = TRUE diff --git a/code/game/turfs/auto_turf.dm b/code/game/turfs/auto_turf.dm index e07f7324bcc2..24395740bea7 100644 --- a/code/game/turfs/auto_turf.dm +++ b/code/game/turfs/auto_turf.dm @@ -339,3 +339,30 @@ /turf/open/auto_turf/shale/layer2 icon_state = "shale_2" bleed_layer = 2 + + +// Hybrisa auto-turf + +/turf/open/auto_turf/hybrisashale + layer_name = list("wind blown dirt", "volcanic plate rock", "volcanic plate and rock", "this layer does not exist") + icon = 'icons/turf/floors/auto_shaledesaturated.dmi' + icon_prefix = "shale" + +/turf/open/auto_turf/hybrisashale/get_dirt_type() + return DIRT_TYPE_SHALE + +/turf/open/auto_turf/hybrisashale/layer0 + icon_state = "shale_0" + bleed_layer = 0 + +/turf/open/auto_turf/hybrisashale/layer0_plate //for inner plate shenanigans + icon_state = "shale_1_alt" + bleed_layer = 0 + +/turf/open/auto_turf/hybrisashale/layer1 + icon_state = "shale_1" + bleed_layer = 1 + +/turf/open/auto_turf/hybrisashale/layer2 + icon_state = "shale_2" + bleed_layer = 2 diff --git a/code/game/turfs/closed.dm b/code/game/turfs/closed.dm index bf84bc04bf10..a04921743343 100644 --- a/code/game/turfs/closed.dm +++ b/code/game/turfs/closed.dm @@ -367,3 +367,15 @@ /turf/closed/shuttle/transit/r_end icon_state = "swall8" + +// Hybrisa Shuttles + +/turf/closed/shuttle/dropship2/WY/HorizonRunner + name = "\improper WY-LWI Horizon Runner HR-150" + desc = "The WY-LWI Horizon Runner HR-150, a collaborative creation of Lunnar-Welsun Industries and Weyland-Yutani. This small dropship is designed for short-range commercial transport." + icon = 'icons/turf/dropship4.dmi' + +/turf/closed/shuttle/dropship2/WY/StarGlider + name = "\improper WY-LWI StarGlider SG-200" + desc = "The WY-LWI StarGlider SG-200, a product of the collaborative ingenuity between Weyland Yutani and Lunnar-Welsun Industries, This small dropship is designed for short-range commercial transport." + icon = 'icons/turf/dropship4.dmi' diff --git a/code/game/turfs/open.dm b/code/game/turfs/open.dm index ac1635f151dd..0b2d001e349e 100644 --- a/code/game/turfs/open.dm +++ b/code/game/turfs/open.dm @@ -959,3 +959,379 @@ name = "floor" icon_state = "dark_sterile" supports_surgery = TRUE + + + +// Hybrisa tiles + + +/turf/open/hybrisa + name = "floor" + icon = 'icons/turf/floors/hybrisafloors.dmi' + icon_state = "hybrisa" + + +/turf/open/floor/hybrisa + name = "floor" + icon = 'icons/turf/floors/hybrisafloors.dmi' + icon_state = "hybrisa" + + +// Street + + +/turf/open/hybrisa/street + name = "floor" + icon = 'icons/turf/floors/hybrisafloors.dmi' + icon_state = "cement1" + baseturfs = /turf/open/asphalt + + +/turf/open/hybrisa/street/cement1 + icon_state = "cement1" +/turf/open/hybrisa/street/cement2 + icon_state = "cement2" +/turf/open/hybrisa/street/cement3 + icon_state = "cement3" +/turf/open/hybrisa/street/asphalt + icon_state = "asphalt_old" +/turf/open/hybrisa/street/sidewalk + icon_state = "sidewalk" +/turf/open/hybrisa/street/sidewalkfull + icon_state = "sidewalkfull" +/turf/open/hybrisa/street/sidewalkcorner + icon_state = "sidewalkcorner" +/turf/open/hybrisa/street/sidewalkcenter + icon_state = "sidewalkcenter" +/turf/open/hybrisa/street/roadlines + icon_state = "asphalt_old_roadlines" +/turf/open/hybrisa/street/roadlines2 + icon_state = "asphalt_old_roadlines2" +/turf/open/hybrisa/street/roadlines3 + icon_state = "asphalt_old_roadlines3" +/turf/open/hybrisa/street/roadlines4 + icon_state = "asphalt_old_roadlines4" +/turf/open/hybrisa/street/CMB_4x4_emblem + icon_state = "marshallsemblem_concrete_2x2" + +// Unweedable + +/turf/open/hybrisa/street/underground_unweedable + name = "floor" + icon = 'icons/turf/floors/hybrisafloors.dmi' + icon_state = "underground" + baseturfs = /turf/open/asphalt + allow_construction = FALSE +/turf/open/hybrisa/metal/underground_unweedable + name = "floor" + icon = 'icons/turf/floors/floors.dmi' + icon_state = "bcircuit" + allow_construction = FALSE + + +/turf/open/hybrisa/street/underground_unweedable/is_weedable() + return NOT_WEEDABLE + +// Engineer Ship Hull +/turf/open/engineership/ship_hull + name = "strange metal wall" + desc = "Nigh indestructible walls that make up the hull of an unknown ancient ship." + icon = 'icons/turf/floors/engineership.dmi' + icon_state = "engineerwallfloor1" + baseturfs = /turf/open/asphalt + allow_construction = FALSE + +/turf/open/engineership/ship_hull/is_weedable() + return NOT_WEEDABLE + +// Carpet + + +/turf/open/floor/hybrisa/carpet + name = "floor" + icon = 'icons/turf/floors/hybrisafloors.dmi' + icon_state = "carpetred" + + +/turf/open/floor/hybrisa/carpet/carpetfadedred + icon_state = "carpetfadedred" +/turf/open/floor/hybrisa/carpet/carpetgreen + icon_state = "carpetgreen" +/turf/open/floor/hybrisa/carpet/carpetbeige + icon_state = "carpetbeige" +/turf/open/floor/hybrisa/carpet/carpetblack + icon_state = "carpetblack" +/turf/open/floor/hybrisa/carpet/carpetred + icon_state = "carpetred" +/turf/open/floor/hybrisa/carpet/carpetdarkerblue + icon_state = "carpetdarkerblue" +/turf/open/floor/hybrisa/carpet/carpetorangered + icon_state = "carpetorangered" +/turf/open/floor/hybrisa/carpet/carpetblue + icon_state = "carpetblue" +/turf/open/floor/hybrisa/carpet/carpetpatternblue + icon_state = "carpetpatternblue" +/turf/open/floor/hybrisa/carpet/carpetpatternbrown + icon_state = "carpetpatternbrown" +/turf/open/floor/hybrisa/carpet/carpetreddeco + icon_state = "carpetred_deco" +/turf/open/floor/hybrisa/carpet/carpetbluedeco + icon_state = "carpetblue_deco" +/turf/open/floor/hybrisa/carpet/carpetblackdeco + icon_state = "carpetblack_deco" +/turf/open/floor/hybrisa/carpet/carpetbeigedeco + icon_state = "carpetbeige_deco" +/turf/open/floor/hybrisa/carpet/carpetgreendeco + icon_state = "carpetgreen_deco" + +// Tile + +/turf/open/floor/hybrisa/tile + name = "floor" + icon = 'icons/turf/floors/hybrisafloors.dmi' + icon_state = "supermartfloor1" + + +/turf/open/floor/hybrisa/tile/supermartfloor1 + icon_state = "supermartfloor1" +/turf/open/floor/hybrisa/tile/supermartfloor2 + icon_state = "supermartfloor2" +/turf/open/floor/hybrisa/tile/cuppajoesfloor + icon_state = "cuppafloor" +/turf/open/floor/hybrisa/tile/tilered + icon_state = "tilered" +/turf/open/floor/hybrisa/tile/tileblue + icon_state = "tileblue" +/turf/open/floor/hybrisa/tile/tilegreen + icon_state = "tilegreen" +/turf/open/floor/hybrisa/tile/tileblackcheckered + icon_state = "tileblack" +/turf/open/floor/hybrisa/tile/tilewhitecheckered + icon_state = "tilewhitecheck" +/turf/open/floor/hybrisa/tile/tilelightbeige + icon_state = "tilelightbeige" +/turf/open/floor/hybrisa/tile/tilebeigecheckered + icon_state = "tilebeigecheck" +/turf/open/floor/hybrisa/tile/tilebeige + icon_state = "tilebeige" +/turf/open/floor/hybrisa/tile/tilewhite + icon_state = "tilewhite" +/turf/open/floor/hybrisa/tile/tilegrey + icon_state = "tilegrey" +/turf/open/floor/hybrisa/tile/tileblack + icon_state = "tileblack2" +/turf/open/floor/hybrisa/tile/beigetileshiny + icon_state = "beigetileshiny" +/turf/open/floor/hybrisa/tile/blacktileshiny + icon_state = "blacktileshiny" +/turf/open/floor/hybrisa/tile/cementflat + icon_state = "cementflat" +/turf/open/floor/hybrisa/tile/beige_bigtile + icon_state = "beige_bigtile" +/turf/open/floor/hybrisa/tile/yellow_bigtile + icon_state = "yellow_bigtile" +/turf/open/floor/hybrisa/tile/darkgrey_bigtile + icon_state = "darkgrey_bigtile" +/turf/open/floor/hybrisa/tile/darkbrown_bigtile + icon_state = "darkbrown_bigtile" +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile + icon_state = "darkbrowncorner_bigtile" +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile + icon_state = "asteroidfloor_bigtile" +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile + icon_state = "asteroidwarning_bigtile" +/turf/open/floor/hybrisa/tile/lightbeige_bigtile + icon_state = "lightbeige_bigtile" +/turf/open/floor/hybrisa/tile/green_bigtile + icon_state = "green_bigtile" +/turf/open/floor/hybrisa/tile/greencorner_bigtile + icon_state = "greencorner_bigtile" +/turf/open/floor/hybrisa/tile/greenfull_bigtile + icon_state = "greenfull_bigtile" +// Wood + +/turf/open/floor/hybrisa/wood + name = "floor" + icon = 'icons/turf/floors/hybrisafloors.dmi' + icon_state = "darkerwood" + + +/turf/open/floor/hybrisa/wood/greywood + icon_state = "greywood" +/turf/open/floor/hybrisa/wood/blackwood + icon_state = "blackwood" +/turf/open/floor/hybrisa/wood/darkerwood + icon_state = "darkerwood" +/turf/open/floor/hybrisa/wood/redwood + icon_state = "redwood" + + +// Metal + + +/turf/open/floor/hybrisa/metal + name = "floor" + icon = 'icons/turf/floors/hybrisafloors.dmi' + icon_state = "bluemetal1" + + +/turf/open/floor/hybrisa/metal/bluemetal1 + icon_state = "bluemetal1" +/turf/open/floor/hybrisa/metal/bluemetalfull + icon_state = "bluemetalfull" +/turf/open/floor/hybrisa/metal/bluemetalcorner + icon_state = "bluemetalcorner" +/turf/open/floor/hybrisa/metal/orangelinecorner + icon_state = "orangelinecorner" +/turf/open/floor/hybrisa/metal/orangeline + icon_state = "orangeline" +/turf/open/floor/hybrisa/metal/darkblackmetal1 + icon_state = "darkblackmetal1" +/turf/open/floor/hybrisa/metal/darkblackmetal2 + icon_state = "darkblackmetal2" +/turf/open/floor/hybrisa/metal/darkredfull2 + icon_state = "darkredfull2" +/turf/open/floor/hybrisa/metal/redcorner + icon_state = "zredcorner" +/turf/open/floor/hybrisa/metal/grated + icon_state = "rampsmaller" +/turf/open/floor/hybrisa/metal/stripe_red + icon_state = "stripe_red" +/turf/open/floor/hybrisa/metal/zbrownfloor1 + icon_state = "zbrownfloor1" +/turf/open/floor/hybrisa/metal/zbrownfloor_corner + icon_state = "zbrownfloorcorner1" +/turf/open/floor/hybrisa/metal/zbrownfloor_full + icon_state = "zbrownfloorfull1" +/turf/open/floor/hybrisa/metal/greenmetal1 + icon_state = "greenmetal1" +/turf/open/floor/hybrisa/metal/greenmetalfull + icon_state = "greenmetalfull" +/turf/open/floor/hybrisa/metal/greenmetalcorner + icon_state = "greenmetalcorner" +/turf/open/floor/hybrisa/metal/metalwhitefull + icon_state = "metalwhitefull" +// Misc + +/turf/open/floor/hybrisa/misc + name = "floor" + icon = 'icons/turf/floors/hybrisafloors.dmi' + icon_state = "marshallsemblem" + + +/turf/open/floor/hybrisa/misc/marshallsemblem + icon_state = "marshallsemblem" +/turf/open/floor/hybrisa/misc/wybiglogo + name = "Weyland-Yutani corp. - bulding better worlds." + icon_state = "big8x8wylogo" +/turf/open/floor/hybrisa/misc/wysmallleft + icon_state = "weylandyutanismall1" +/turf/open/floor/hybrisa/misc/wysmallright + icon_state = "weylandyutanismall2" +/turf/open/floor/hybrisa/misc/spaceport1 + icon_state = "spaceport1" +/turf/open/floor/hybrisa/misc/spaceport2 + icon_state = "spaceport2" + + +// Dropship + + +/turf/open/hybrisa/dropship + name = "floor" + icon = 'icons/turf/floors/hybrisafloors.dmi' + icon_state = "dropshipfloor1" + +/turf/open/hybrisa/dropship/dropship1 + icon_state = "dropshipfloor1" +/turf/open/hybrisa/dropship/dropship2 + icon_state = "dropshipfloor2" +/turf/open/hybrisa/dropship/dropship3 + icon_state = "dropshipfloor2" +/turf/open/hybrisa/dropship/dropship3 + icon_state = "dropshipfloor3" +/turf/open/hybrisa/dropship/dropship4 + icon_state = "dropshipfloor4" +/turf/open/hybrisa/dropship/dropshipfloorcorner1 + icon_state = "dropshipfloorcorner1" +/turf/open/hybrisa/dropship/dropshipfloorcorner2 + icon_state = "dropshipfloorcorner2" +/turf/open/hybrisa/dropship/dropshipfloorfull + icon_state = "dropshipfloorfull" + +// Engineer tiles + +/turf/open/engineership + name = "floor" + desc = "A strange metal floor, unlike any metal you've seen before." + icon = 'icons/turf/floors/engineership.dmi' + icon_state = "hybrisa" + baseturfs = /turf/open/asphalt + +/turf/open/engineership/engineer_floor1 + icon_state = "engineer_metalfloor_3" +/turf/open/engineership/engineer_floor2 + icon_state = "engineer_floor_4" +/turf/open/engineership/engineer_floor3 + icon_state = "engineer_metalfloor_2" +/turf/open/engineership/engineer_floor4 + icon_state = "engineer_metalfloor_1" +/turf/open/engineership/engineer_floor5 + icon_state = "engineerlight" +/turf/open/engineership/engineer_floor6 + icon_state = "engineer_floor_2" +/turf/open/engineership/engineer_floor7 + icon_state = "engineer_floor_1" +/turf/open/engineership/engineer_floor8 + icon_state = "engineer_floor_5" +/turf/open/engineership/engineer_floor9 + icon_state = "engineer_metalfloor_4" +/turf/open/engineership/engineer_floor10 + icon_state = "engineer_floor_corner1" +/turf/open/engineership/engineer_floor11 + icon_state = "engineer_floor_corner2" +/turf/open/engineership/engineer_floor12 + icon_state = "engineerwallfloor1" +/turf/open/engineership/engineer_floor13 + icon_state = "outerhull_dir" +/turf/open/engineership/engineer_floor14 + icon_state = "engineer_floor_corner3" + +// Pillars +/turf/open/engineership/pillars + name = "strange metal pillar" + desc = "A strange metal pillar, unlike any metal you've seen before." + icon_state = "eng_pillar1" + +/turf/open/engineership/pillars/north/pillar1 + icon_state = "eng_pillar1" +/turf/open/engineership/pillars/north/pillar2 + icon_state = "eng_pillar2" +/turf/open/engineership/pillars/north/pillar3 + icon_state = "eng_pillar3" +/turf/open/engineership/pillars/north/pillar4 + icon_state = "eng_pillar4" +/turf/open/engineership/pillars/south/pillarsouth1 + icon_state = "eng_pillarsouth1" +/turf/open/engineership/pillars/south/pillarsouth2 + icon_state = "eng_pillarsouth2" +/turf/open/engineership/pillars/south/pillarsouth3 + icon_state = "eng_pillarsouth3" +/turf/open/engineership/pillars/south/pillarsouth4 + icon_state = "eng_pillarsouth4" +/turf/open/engineership/pillars/west/pillarwest1 + icon_state = "eng_pillarwest1" +/turf/open/engineership/pillars/west/pillarwest2 + icon_state = "eng_pillarwest2" +/turf/open/engineership/pillars/west/pillarwest3 + icon_state = "eng_pillarwest3" +/turf/open/engineership/pillars/west/pillarwest4 + icon_state = "eng_pillarwest4" +/turf/open/engineership/pillars/east/pillareast1 + icon_state = "eng_pillareast1" +/turf/open/engineership/pillars/east/pillareast2 + icon_state = "eng_pillareast2" +/turf/open/engineership/pillars/east/pillareast3 + icon_state = "eng_pillareast3" +/turf/open/engineership/pillars/east/pillareast4 + icon_state = "eng_pillareast4" diff --git a/code/game/turfs/walls/wall_types.dm b/code/game/turfs/walls/wall_types.dm index 3e87af54c7e0..aeb06beaec05 100644 --- a/code/game/turfs/walls/wall_types.dm +++ b/code/game/turfs/walls/wall_types.dm @@ -1292,3 +1292,206 @@ INITIALIZE_IMMEDIATE(/turf/closed/wall/indestructible/splashscreen) color = "#c5beb4" desc = "Ancient beyond measure, these walls make up the hull of a vessel of non human origin. Despite this, they can be felled with plastic explosives like any other opaque blocker." hull = 0 + + +// Hybrisa Wall Types + +// Derelict Ship +/turf/closed/wall/engineership + name = "strange metal wall" + desc = "Nigh indestructible walls that make up the hull of an unknown ancient ship." + icon = 'icons/turf/walls/engineership.dmi' + icon_state = "metal"//DMI specific name + walltype = WALL_HUNTERSHIP + hull = 1 + +// Rock +/turf/closed/wall/hybrisa/rock + name = "rock wall" + desc = "Massive columns comprised of anicent sedimentary rocks loom before you." + icon = 'icons/turf/walls/kutjevorockdark.dmi' + icon_state = "rock" + walltype = WALL_KUTJEVO_ROCK + hull = 1 + +// Marshalls +/turf/closed/wall/hybrisa/marhsalls + name = "metal wall" + icon = 'icons/turf/walls/hybrisa_marshalls.dmi' + icon_state = "metal" + walltype = WALL_METAL +/turf/closed/wall/hybrisa/marhsalls_reinforced + name = "reinforced metal wall" + icon = 'icons/turf/walls/hybrisa_marshalls.dmi' + icon_state = "rwall" + walltype = WALL_REINFORCED + +/turf/closed/wall/hybrisa/marhsalls_unmeltable + name = "heavy reinforced wall" + desc = "A huge chunk of ultra-reinforced metal used to separate rooms. Looks virtually indestructible." + icon = 'icons/turf/walls/hybrisa_marshalls.dmi' + icon_state = "hwall" + walltype = WALL_REINFORCED + hull = 1 + +// Research + +/turf/closed/wall/hybrisa/research/ribbed //this guy is our reinforced replacement + name = "ribbed facility walls" + icon = 'icons/turf/walls/hybrisaresearchbrownwall.dmi' + icon_state = "strata_ribbed_outpost_" + desc = "A thick and chunky metal wall covered in jagged ribs." + walltype = WALL_STRATA_OUTPOST_RIBBED + damage_cap = HEALTH_WALL_REINFORCED + +/turf/closed/wall/hybrisa/research + name = "bare facility walls" + icon = 'icons/turf/walls/hybrisaresearchbrownwall.dmi' + icon_state = "strata_bare_outpost_" + desc = "A thick and chunky metal wall. The surface is barren and imposing." + walltype = WALL_STRATA_OUTPOST_BARE + +/turf/closed/wall/hybrisa/research/reinforced + name = "ribbed facility walls" + icon_state = "strata_ribbed_outpost_" + desc = "A thick and chunky metal wall covered in jagged ribs." + walltype = WALL_STRATA_OUTPOST_RIBBED + damage_cap = HEALTH_WALL_REINFORCED + +/turf/closed/wall/hybrisa/research/reinforced/hull + hull = 1 + icon_state = "strata_hull" + desc = "A thick and chunky metal wall that is, just by virtue of its placement and imposing presence, entirely indestructible." + +// Colony Walls +/turf/closed/wall/hybrisa/colony/ribbed //this guy is our reinforced replacement + name = "ribbed metal walls" + icon = 'icons/turf/walls/hybrisa_colonywall.dmi' + icon_state = "strata_ribbed_outpost_" + desc = "A thick and chunky metal wall covered in jagged ribs." + walltype = WALL_STRATA_OUTPOST_RIBBED + damage_cap = HEALTH_WALL_REINFORCED + +/turf/closed/wall/hybrisa/colony + name = "bare metal walls" + icon = 'icons/turf/walls/hybrisa_colonywall.dmi' + icon_state = "strata_bare_outpost_" + desc = "A thick and chunky metal wall. The surface is barren and imposing." + walltype = WALL_STRATA_OUTPOST_BARE + +/turf/closed/wall/hybrisa/colony/reinforced + name = "ribbed metal walls" + icon_state = "strata_ribbed_outpost_" + desc = "A thick and chunky metal wall covered in jagged ribs." + walltype = WALL_STRATA_OUTPOST_RIBBED + damage_cap = HEALTH_WALL_REINFORCED + +/turf/closed/wall/hybrisa/colony/reinforced/hull + hull = 1 + icon_state = "strata_hull" + desc = "A thick and chunky metal wall that is, just by virtue of its placement and imposing presence, entirely indestructible." + +// Hospital + +/turf/closed/wall/hybrisa/colony/hospital/ribbed //this guy is our reinforced replacement + name = "ribbed metal walls" + icon = 'icons/turf/walls/hybrisa_colonywall_hospital.dmi' + icon_state = "strata_ribbed_outpost_" + desc = "A thick and chunky metal wall covered in jagged ribs." + walltype = WALL_STRATA_OUTPOST_RIBBED + damage_cap = HEALTH_WALL_REINFORCED + +/turf/closed/wall/hybrisa/colony/hospital + name = "bare metal walls" + icon = 'icons/turf/walls/hybrisa_colonywall_hospital.dmi' + icon_state = "strata_bare_outpost_" + desc = "A thick and chunky metal wall. The surface is barren and imposing." + walltype = WALL_STRATA_OUTPOST_BARE + +/turf/closed/wall/hybrisa/colony/hospital/reinforced + name = "ribbed metal walls" + icon_state = "strata_ribbed_outpost_" + desc = "A thick and chunky metal wall covered in jagged ribs." + walltype = WALL_STRATA_OUTPOST_RIBBED + damage_cap = HEALTH_WALL_REINFORCED + +/turf/closed/wall/hybrisa/colony/hospital/reinforced/hull + hull = 1 + icon_state = "strata_hull" + desc = "A thick and chunky metal wall that is, just by virtue of its placement and imposing presence, entirely indestructible." + +// Offices +/turf/closed/wall/hybrisa/colony/office/ribbed //this guy is our reinforced replacement + name = "ribbed metal walls" + icon = 'icons/turf/walls/hybrisa_offices_colonywall.dmi' + icon_state = "strata_ribbed_outpost_" + desc = "A thick and chunky metal wall covered in jagged ribs." + walltype = WALL_STRATA_OUTPOST_RIBBED + damage_cap = HEALTH_WALL_REINFORCED + +/turf/closed/wall/hybrisa/colony/office + name = "bare metal walls" + icon = 'icons/turf/walls/hybrisa_offices_colonywall.dmi' + icon_state = "strata_bare_outpost_" + desc = "A thick and chunky metal wall. The surface is barren and imposing." + walltype = WALL_STRATA_OUTPOST_BARE + +/turf/closed/wall/hybrisa/colony/office/reinforced + name = "ribbed metal walls" + icon_state = "strata_ribbed_outpost_" + desc = "A thick and chunky metal wall covered in jagged ribs." + walltype = WALL_STRATA_OUTPOST_RIBBED + damage_cap = HEALTH_WALL_REINFORCED + +/turf/closed/wall/hybrisa/colony/office/reinforced/hull + hull = 1 + icon_state = "strata_hull" + desc = "A thick and chunky metal wall that is, just by virtue of its placement and imposing presence, entirely indestructible." + +// Engineering +/turf/closed/wall/hybrisa/colony/engineering/ribbed //this guy is our reinforced replacement + name = "ribbed metal walls" + icon = 'icons/turf/walls/hybrisa_engineering_wall.dmi' + icon_state = "strata_ribbed_outpost_" + desc = "A thick and chunky metal wall covered in jagged ribs." + walltype = WALL_STRATA_OUTPOST_RIBBED + damage_cap = HEALTH_WALL_REINFORCED + +/turf/closed/wall/hybrisa/colony/engineering + name = "bare metal walls" + icon = 'icons/turf/walls/hybrisa_engineering_wall.dmi' + icon_state = "strata_bare_outpost_" + desc = "A thick and chunky metal wall. The surface is barren and imposing." + walltype = WALL_STRATA_OUTPOST_BARE + +/turf/closed/wall/hybrisa/colony/engineering/reinforced + name = "ribbed metal walls" + icon_state = "strata_ribbed_outpost_" + desc = "A thick and chunky metal wall covered in jagged ribs." + walltype = WALL_STRATA_OUTPOST_RIBBED + damage_cap = HEALTH_WALL_REINFORCED + +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull + hull = 1 + icon_state = "strata_hull" + desc = "A thick and chunky metal wall that is, just by virtue of its placement and imposing presence, entirely indestructible." + +// Space-Port +/turf/closed/wall/hybrisa/spaceport + name = "metal wall" + icon = 'icons/turf/walls/hybrisa_spaceport_walls.dmi' + icon_state = "metal" + walltype = WALL_METAL +/turf/closed/wall/hybrisa/spaceport_reinforced + name = "reinforced metal wall" + icon = 'icons/turf/walls/hybrisa_spaceport_walls.dmi' + icon_state = "rwall" + walltype = WALL_REINFORCED + +/turf/closed/wall/hybrisa/spaceport_unmeltable + name = "heavy reinforced wall" + desc = "A huge chunk of ultra-reinforced metal used to separate rooms. Looks virtually indestructible." + icon = 'icons/turf/walls/hybrisa_spaceport_walls.dmi' + icon_state = "hwall" + walltype = WALL_REINFORCED + hull = 1 diff --git a/code/modules/cm_marines/equipment/maps.dm b/code/modules/cm_marines/equipment/maps.dm index f41c8d6f971b..c39d71979a11 100644 --- a/code/modules/cm_marines/equipment/maps.dm +++ b/code/modules/cm_marines/equipment/maps.dm @@ -127,6 +127,12 @@ html_link = "images/b/bb/C_claim.png" color = "cyan" +/obj/item/map/lv759_map + name = "\improper LV-759 Map" + desc = "An overview of LV-759 schematics." + html_link = "images/b/bb/C_claim.png" //needs proper image still. + color = "#005eab" + /obj/item/map/new_varadero name = "\improper New Varadero map" desc = "A labeled blueprint of the UA outpost New Varadero" @@ -149,6 +155,7 @@ GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps()) MAP_CORSAT = new /obj/item/map/corsat(), MAP_KUTJEVO = new /obj/item/map/kutjevo_map(), MAP_LV522_CHANCES_CLAIM = new /obj/item/map/lv522_map(), + MAP_LV759_HYBRISA_PROSPERA = new /obj/item/map/lv759_map(), MAP_NEW_VARADERO = new /obj/item/map/new_varadero() ) diff --git a/code/modules/mob/holder.dm b/code/modules/mob/holder.dm index b2a68c997ec9..e3c5d38aaaee 100644 --- a/code/modules/mob/holder.dm +++ b/code/modules/mob/holder.dm @@ -115,3 +115,38 @@ /obj/item/holder/mouse/brown/Tom name = "Tom" desc = "Jerry the cat is not amused." + +// Rat + +/obj/item/holder/rat + name = "rat" + desc = "It's a big rat." + icon = 'icons/mob/animal.dmi' + icon_state = "rat_white" + w_class = SIZE_TINY; + flags_equip_slot = null + +/obj/item/holder/rat/white + icon_state = "rat_white" + +/obj/item/holder/rat/gray + icon_state = "rat_gray" + +/obj/item/holder/rat/brown + icon_state = "rat_brown" + +/obj/item/holder/rat/black + icon_state = "rat_black" + + +/obj/item/holder/rat/white/Milky + name = "Milky" + desc = "An escaped test rat from the Weyland-Yutani Research Facility. Hope it doesn't have some sort of genetically engineered disease or something..." + +/obj/item/holder/rat/brown/Old_Timmy + name = "Old Timmy" + desc = "An ancient looking rat from the old days of the colony." + +/obj/item/holder/rat/black/Korey + name = "Korey" + desc = "An escaped test rat from the Weyland-Yutani Research Facility. Hope it doesn't have some sort of genetically engineered disease or something..." diff --git a/code/modules/mob/living/carbon/xenomorph/attack_alien.dm b/code/modules/mob/living/carbon/xenomorph/attack_alien.dm index d57df232cda4..d6e56ecc431e 100644 --- a/code/modules/mob/living/carbon/xenomorph/attack_alien.dm +++ b/code/modules/mob/living/carbon/xenomorph/attack_alien.dm @@ -499,6 +499,18 @@ healthcheck() return XENO_ATTACK_ACTION +/obj/structure/fence/electrified/attack_alien(mob/living/carbon/xenomorph/M) + if(src.electrified && !src.cut) //this is placeholder, needs to be updated + M.apply_damage(100,BURN) + M.apply_effect(1,STUN) + M.apply_effect(1,PARALYZE) + var/datum/effect_system/spark_spread/spark_system = new + spark_system.set_up(5, 0, src) + spark_system.attach(src) + spark_system.start(src) + . = ..() + + //Slashin mirrors /obj/structure/mirror/attack_alien(mob/living/carbon/xenomorph/M) M.animation_attack_on(src) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Crusher.dm b/code/modules/mob/living/carbon/xenomorph/castes/Crusher.dm index d2c0b0e40e59..844de68fb62e 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Crusher.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Crusher.dm @@ -177,6 +177,15 @@ . = TRUE + else if(istype(target, /obj/structure/fence/electrified)) + var/obj/structure/fence/electrified/fence = target + if (fence.cut) + . = FALSE + else + src.visible_message(SPAN_DANGER("[src] smashes into [fence]!")) + fence.cut_grille() + . = TRUE + // Anything else? else if (isobj(target)) diff --git a/code/modules/mob/living/carbon/xenomorph/mutators/strains/crusher/charger.dm b/code/modules/mob/living/carbon/xenomorph/mutators/strains/crusher/charger.dm index 17b5cf62052c..4a46c3d152eb 100644 --- a/code/modules/mob/living/carbon/xenomorph/mutators/strains/crusher/charger.dm +++ b/code/modules/mob/living/carbon/xenomorph/mutators/strains/crusher/charger.dm @@ -268,6 +268,19 @@ charger_ability.stop_momentum() +/obj/structure/fence/electrified/handle_charge_collision(mob/living/carbon/xenomorph/xeno, datum/action/xeno_action/onclick/charger_charge/charger_ability) + if(!charger_ability.momentum) + charger_ability.stop_momentum() + return + attack_generic(xeno,CHARGER_DAMAGE_CADE) + playsound(loc, 'sound/effects/grillehit.ogg', 25, 1) + if(QDELETED(src)) + if(prob(50)) + charger_ability.lose_momentum(CCA_MOMENTUM_LOSS_MIN) + return XENO_CHARGE_TRY_MOVE + + charger_ability.stop_momentum() + // Crates /obj/structure/largecrate/handle_charge_collision(mob/living/carbon/xenomorph/xeno, datum/action/xeno_action/onclick/charger_charge/charger_ability) diff --git a/code/modules/mob/living/simple_animal/friendly/rat.dm b/code/modules/mob/living/simple_animal/friendly/rat.dm new file mode 100644 index 000000000000..3a750889cd5f --- /dev/null +++ b/code/modules/mob/living/simple_animal/friendly/rat.dm @@ -0,0 +1,170 @@ +/mob/living/simple_animal/rat + name = "rat" + real_name = "rat" + desc = "It's a big, disease-ridden rodent." + icon_state = "rat_gray" + icon_living = "rat_gray" + icon_dead = "rat_gray_dead" + speak = list("Squeek!","SQUEEK!","Squeek?") + speak_emote = list("squeeks","squeeks","squiks") + emote_hear = list("squeeks","squeaks","squiks") + emote_see = list("runs in a circle", "shakes", "scritches at something") + mob_size = MOB_SIZE_SMALL + speak_chance = 1 + turns_per_move = 5 + see_in_dark = 6 + maxHealth = 10 + health = 10 + meat_type = /obj/item/reagent_container/food/snacks/meat + response_help = "pets the" + response_disarm = "gently pushes aside the" + response_harm = "stamps on the" + density = FALSE + var/body_color //black, brown, gray and white, leave blank for random + layer = ABOVE_LYING_MOB_LAYER + min_oxy = 16 //Require atleast 16kPA oxygen + minbodytemp = 223 //Below -50 Degrees Celcius + maxbodytemp = 323 //Above 50 Degrees Celcius + universal_speak = 0 + universal_understand = 1 + holder_type = /obj/item/holder/rat + +/mob/living/simple_animal/rat/Life(delta_time) + ..() + if(!stat && prob(speak_chance)) + for(var/mob/M in view()) + M << 'sound/effects/mousesqueek.ogg' + + if(!ckey && stat == CONSCIOUS && prob(0.5)) + set_stat(UNCONSCIOUS) + icon_state = "rat_[body_color]_sleep" + wander = 0 + speak_chance = 0 + //snuffles + else if(stat == UNCONSCIOUS) + if(ckey || prob(1)) + set_stat(CONSCIOUS) + icon_state = "rat_[body_color]" + wander = 1 + else if(prob(5)) + INVOKE_ASYNC(src, PROC_REF(emote), "snuffles") + +/mob/living/simple_animal/rat/New() + ..() + + add_verb(src, list( + /mob/living/proc/ventcrawl, + /mob/living/proc/hide, + )) + if(!name) + name = "[name] ([rand(1, 1000)])" + if(!body_color) + body_color = pick( list("brown","gray","white") ) + icon_state = "rat_[body_color]" + icon_living = "rat_[body_color]" + icon_dead = "rat_[body_color]_dead" + if(!desc) + desc = "It's a small [body_color] rodent, often seen hiding in maintenance areas and making a nuisance of itself." + +/mob/living/simple_animal/rat/initialize_pass_flags(datum/pass_flags_container/PF) + ..() + if (PF) + PF.flags_pass = PASS_FLAGS_CRAWLER + +/mob/living/simple_animal/rat/splat(mob/killer) + src.health = 0 + src.set_stat(DEAD) + src.icon_dead = "rat_[body_color]_splat" + src.icon_state = "rat_[body_color]_splat" + layer = ABOVE_LYING_MOB_LAYER + if(client) + client.time_died_as_mouse = world.time + +/mob/living/simple_animal/rat/start_pulling(atom/movable/AM)//Prevents rat from pulling things + to_chat(src, SPAN_WARNING("You are too small to pull anything.")) + return + +/mob/living/simple_animal/rat/Crossed(AM as mob|obj) + if( ishuman(AM) ) + if(!ckey && stat == UNCONSCIOUS) + set_stat(CONSCIOUS) + icon_state = "rat_[body_color]" + wander = 1 + else if(!stat && prob(5)) + var/mob/M = AM + to_chat(M, SPAN_NOTICE(" [icon2html(src, M)] Squeek!")) + M << 'sound/effects/mousesqueek.ogg' + ..() + +/mob/living/simple_animal/rat/death() + layer = ABOVE_LYING_MOB_LAYER + if(client) + client.time_died_as_mouse = world.time + ..() + +/mob/living/simple_animal/rat/MouseDrop(atom/over_object) + if(!CAN_PICKUP(usr, src)) + return ..() + var/mob/living/carbon/H = over_object + if(!istype(H) || !Adjacent(H) || H != usr) return ..() + + if(H.a_intent == INTENT_HELP) + get_scooped(H) + return + else + return ..() + +/mob/living/simple_animal/rat/get_scooped(mob/living/carbon/grabber) + if (stat >= DEAD) + return + ..() + +/* + * rat types + */ + +/mob/living/simple_animal/rat/white + body_color = "white" + icon_state = "rat_white" + desc = "It's a small laboratory rat." + holder_type = /obj/item/holder/rat/white + +/mob/living/simple_animal/rat/gray + body_color = "gray" + icon_state = "rat_gray" + holder_type = /obj/item/holder/rat/gray + +/mob/living/simple_animal/rat/brown + body_color = "brown" + icon_state = "rat_brown" + holder_type = /obj/item/holder/rat/brown +/mob/living/simple_animal/rat/black + body_color = "black" + icon_state = "rat_black" + holder_type = /obj/item/holder/rat/black + +/mob/living/simple_animal/rat/white/Milky + name = "Milky" + desc = "An escaped test rat from the Weyland-Yutani Research Facility. Hope it doesn't have some sort of genetically engineered disease or something..." + gender = MALE + response_help = "pets" + response_disarm = "gently pushes aside" + response_harm = "stamps on" + holder_type = /obj/item/holder/rat/white/Milky + +/mob/living/simple_animal/rat/brown/Old_Timmy + name = "Old Timmy" + desc = "An ancient looking rat from the old days of the colony." + response_help = "pets" + response_disarm = "gently pushes aside" + response_harm = "splats" + holder_type = /obj/item/holder/rat/brown/Old_Timmy + +/mob/living/simple_animal/rat/black/Korey + name = "Korey" + desc = "An escaped test rat from the Weyland-Yutani Research Facility. Hope it doesn't have some sort of genetically engineered disease or something..." + gender = MALE + response_help = "pets" + response_disarm = "gently pushes aside" + response_harm = "stamps on" + holder_type = /obj/item/holder/rat/black/Korey diff --git a/colonialmarines.dme b/colonialmarines.dme index 236f38d3e7c7..076126510c4d 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -679,12 +679,14 @@ #include "code\datums\weather\weather_events\faction_clash.dm" #include "code\datums\weather\weather_events\lv522_chances_claim.dm" #include "code\datums\weather\weather_events\lv624.dm" +#include "code\datums\weather\weather_events\lv759_hybrisa_prospera.dm" #include "code\datums\weather\weather_events\new_varadero.dm" #include "code\datums\weather\weather_events\sorokyne.dm" #include "code\datums\weather\weather_map_holders\big_red.dm" #include "code\datums\weather\weather_map_holders\faction_clash.dm" #include "code\datums\weather\weather_map_holders\lv522_chances_claim.dm" #include "code\datums\weather\weather_map_holders\lv624.dm" +#include "code\datums\weather\weather_map_holders\lv759_hybrisa_prospera.dm" #include "code\datums\weather\weather_map_holders\new_varadero.dm" #include "code\datums\weather\weather_map_holders\sorokyne.dm" #include "code\datums\xeno_shields\xeno_shield.dm" @@ -722,6 +724,7 @@ #include "code\game\area\kutjevo.dm" #include "code\game\area\LV522_Chances_Claim.dm" #include "code\game\area\LV624.dm" +#include "code\game\area\LV759_Hybrisa_Prospera.dm" #include "code\game\area\prison.dm" #include "code\game\area\Prison_Station_FOP.dm" #include "code\game\area\prison_v3_fiorina.dm" @@ -1006,6 +1009,7 @@ #include "code\game\objects\effects\temporary_visuals.dm" #include "code\game\objects\effects\decals\crayon.dm" #include "code\game\objects\effects\decals\hefa_cult_decals.dm" +#include "code\game\objects\effects\decals\hybrisa_decals.dm" #include "code\game\objects\effects\decals\kutjevo_decals.dm" #include "code\game\objects\effects\decals\medical_decals.dm" #include "code\game\objects\effects\decals\misc.dm" @@ -1259,6 +1263,7 @@ #include "code\game\objects\structures\flora.dm" #include "code\game\objects\structures\girders.dm" #include "code\game\objects\structures\grille.dm" +#include "code\game\objects\structures\hybrisa_props.dm" #include "code\game\objects\structures\ice_caves.dm" #include "code\game\objects\structures\inflatable.dm" #include "code\game\objects\structures\janicart.dm" @@ -2072,6 +2077,7 @@ #include "code\modules\mob\living\simple_animal\friendly\farm_animals.dm" #include "code\modules\mob\living\simple_animal\friendly\lizard.dm" #include "code\modules\mob\living\simple_animal\friendly\mouse.dm" +#include "code\modules\mob\living\simple_animal\friendly\rat.dm" #include "code\modules\mob\living\simple_animal\friendly\spiderbot.dm" #include "code\modules\mob\living\simple_animal\friendly\tomato.dm" #include "code\modules\mob\living\simple_animal\hostile\alien.dm" @@ -2434,4 +2440,5 @@ #include "interface\interface.dm" #include "interface\skin.dmf" #include "maps\_basemap.dm" +#include "maps\map_files\LV759_Hybrisa_Prospera\LV759_Hybrisa_Prospera.dmm" // END_INCLUDE diff --git a/icons/effects/64x64hybrisa_decals.dmi b/icons/effects/64x64hybrisa_decals.dmi new file mode 100644 index 000000000000..3bbc0280ac95 Binary files /dev/null and b/icons/effects/64x64hybrisa_decals.dmi differ diff --git a/icons/effects/hybrisa_decals.dmi b/icons/effects/hybrisa_decals.dmi new file mode 100644 index 000000000000..417b61f14560 Binary files /dev/null and b/icons/effects/hybrisa_decals.dmi differ diff --git a/icons/effects/meridianlogo.dmi b/icons/effects/meridianlogo.dmi new file mode 100644 index 000000000000..6c7d0be3ed4c Binary files /dev/null and b/icons/effects/meridianlogo.dmi differ diff --git a/icons/effects/weather.dmi b/icons/effects/weather.dmi index 9ef3dc2d1d2b..e9d289c36477 100644 Binary files a/icons/effects/weather.dmi and b/icons/effects/weather.dmi differ diff --git a/icons/mob/animal.dmi b/icons/mob/animal.dmi index 8246bb4f70aa..1d37c660df6c 100644 Binary files a/icons/mob/animal.dmi and b/icons/mob/animal.dmi differ diff --git a/icons/obj/items/trash.dmi b/icons/obj/items/trash.dmi index f9efbc2fadfb..23c0a8e1d26d 100644 Binary files a/icons/obj/items/trash.dmi and b/icons/obj/items/trash.dmi differ diff --git a/icons/obj/structures/crates.dmi b/icons/obj/structures/crates.dmi index 07ccce5f0abb..c8b04317276b 100644 Binary files a/icons/obj/structures/crates.dmi and b/icons/obj/structures/crates.dmi differ diff --git a/icons/obj/structures/doors/zenithshutters.dmi b/icons/obj/structures/doors/zenithshutters.dmi new file mode 100644 index 000000000000..60aa3b31524b Binary files /dev/null and b/icons/obj/structures/doors/zenithshutters.dmi differ diff --git a/icons/obj/structures/handrail.dmi b/icons/obj/structures/handrail.dmi index 91978cf1c8c4..f46f23c4b8c0 100644 Binary files a/icons/obj/structures/handrail.dmi and b/icons/obj/structures/handrail.dmi differ diff --git a/icons/obj/structures/machinery/big_floodlight.dmi b/icons/obj/structures/machinery/big_floodlight.dmi index b76f63956a2c..151845bade9c 100644 Binary files a/icons/obj/structures/machinery/big_floodlight.dmi and b/icons/obj/structures/machinery/big_floodlight.dmi differ diff --git a/icons/obj/structures/props/128x32_vehiclesexpanded.dmi b/icons/obj/structures/props/128x32_vehiclesexpanded.dmi new file mode 100644 index 000000000000..e09764cda1f5 Binary files /dev/null and b/icons/obj/structures/props/128x32_vehiclesexpanded.dmi differ diff --git a/icons/obj/structures/props/32x64_zenithbillboards.dmi b/icons/obj/structures/props/32x64_zenithbillboards.dmi new file mode 100644 index 000000000000..4b9fa7a62b21 Binary files /dev/null and b/icons/obj/structures/props/32x64_zenithbillboards.dmi differ diff --git a/icons/obj/structures/props/64x64_zenithrandomprops.dmi b/icons/obj/structures/props/64x64_zenithrandomprops.dmi new file mode 100644 index 000000000000..2488e18a215b Binary files /dev/null and b/icons/obj/structures/props/64x64_zenithrandomprops.dmi differ diff --git a/icons/obj/structures/props/64x96-zenithrandomprops.dmi b/icons/obj/structures/props/64x96-zenithrandomprops.dmi new file mode 100644 index 000000000000..1f116a1d6cab Binary files /dev/null and b/icons/obj/structures/props/64x96-zenithrandomprops.dmi differ diff --git a/icons/obj/structures/props/blackgoocontainers.dmi b/icons/obj/structures/props/blackgoocontainers.dmi new file mode 100644 index 000000000000..7bc4619a2813 Binary files /dev/null and b/icons/obj/structures/props/blackgoocontainers.dmi differ diff --git a/icons/obj/structures/props/boulder_largedark.dmi b/icons/obj/structures/props/boulder_largedark.dmi new file mode 100644 index 000000000000..f56a5edf3c77 Binary files /dev/null and b/icons/obj/structures/props/boulder_largedark.dmi differ diff --git a/icons/obj/structures/props/boulder_small.dmi b/icons/obj/structures/props/boulder_small.dmi new file mode 100644 index 000000000000..6c019ab2247d Binary files /dev/null and b/icons/obj/structures/props/boulder_small.dmi differ diff --git a/icons/obj/structures/props/boulder_widedark.dmi b/icons/obj/structures/props/boulder_widedark.dmi new file mode 100644 index 000000000000..079b4377d3c9 Binary files /dev/null and b/icons/obj/structures/props/boulder_widedark.dmi differ diff --git a/icons/obj/structures/props/car_damage_states.dmi b/icons/obj/structures/props/car_damage_states.dmi new file mode 100644 index 000000000000..2c5dc2323de1 Binary files /dev/null and b/icons/obj/structures/props/car_damage_states.dmi differ diff --git a/icons/obj/structures/props/containersextended.dmi b/icons/obj/structures/props/containersextended.dmi new file mode 100644 index 000000000000..2585863fc592 Binary files /dev/null and b/icons/obj/structures/props/containersextended.dmi differ diff --git a/icons/obj/structures/props/crashedcars.dmi b/icons/obj/structures/props/crashedcars.dmi new file mode 100644 index 000000000000..f93ed5765786 Binary files /dev/null and b/icons/obj/structures/props/crashedcars.dmi differ diff --git a/icons/obj/structures/props/dark_fence.dmi b/icons/obj/structures/props/dark_fence.dmi new file mode 100644 index 000000000000..a4184b5bbf58 Binary files /dev/null and b/icons/obj/structures/props/dark_fence.dmi differ diff --git a/icons/obj/structures/props/dropshipdamage.dmi b/icons/obj/structures/props/dropshipdamage.dmi new file mode 100644 index 000000000000..4252ec2727ee Binary files /dev/null and b/icons/obj/structures/props/dropshipdamage.dmi differ diff --git a/icons/obj/structures/props/electric_fence.dmi b/icons/obj/structures/props/electric_fence.dmi new file mode 100644 index 000000000000..9e86a7cc3d0f Binary files /dev/null and b/icons/obj/structures/props/electric_fence.dmi differ diff --git a/icons/obj/structures/props/engineerJockey.dmi b/icons/obj/structures/props/engineerJockey.dmi new file mode 100644 index 000000000000..85a88e306d46 Binary files /dev/null and b/icons/obj/structures/props/engineerJockey.dmi differ diff --git a/icons/obj/structures/props/engineerPod.dmi b/icons/obj/structures/props/engineerPod.dmi new file mode 100644 index 000000000000..658af17b3ebb Binary files /dev/null and b/icons/obj/structures/props/engineerPod.dmi differ diff --git a/icons/obj/structures/props/hosptialrollerbeds.dmi b/icons/obj/structures/props/hosptialrollerbeds.dmi new file mode 100644 index 000000000000..81720b970309 Binary files /dev/null and b/icons/obj/structures/props/hosptialrollerbeds.dmi differ diff --git a/icons/obj/structures/props/hybrisa_lattice.dmi b/icons/obj/structures/props/hybrisa_lattice.dmi new file mode 100644 index 000000000000..64c208df74b0 Binary files /dev/null and b/icons/obj/structures/props/hybrisa_lattice.dmi differ diff --git a/icons/obj/structures/props/hybrisaplatforms.dmi b/icons/obj/structures/props/hybrisaplatforms.dmi new file mode 100644 index 000000000000..0bd5ebcb92d3 Binary files /dev/null and b/icons/obj/structures/props/hybrisaplatforms.dmi differ diff --git a/icons/obj/structures/props/landing_signs.dmi b/icons/obj/structures/props/landing_signs.dmi index 95d538c73a86..15468d157f8a 100644 Binary files a/icons/obj/structures/props/landing_signs.dmi and b/icons/obj/structures/props/landing_signs.dmi differ diff --git a/icons/obj/structures/props/platforms.dmi b/icons/obj/structures/props/platforms.dmi index c0fbf42633a7..d3b50e6407b4 100644 Binary files a/icons/obj/structures/props/platforms.dmi and b/icons/obj/structures/props/platforms.dmi differ diff --git a/icons/obj/structures/props/posters.dmi b/icons/obj/structures/props/posters.dmi index 2e38605a4785..e66392cd0a23 100644 Binary files a/icons/obj/structures/props/posters.dmi and b/icons/obj/structures/props/posters.dmi differ diff --git a/icons/obj/structures/props/supermart.dmi b/icons/obj/structures/props/supermart.dmi new file mode 100644 index 000000000000..b6c2cd5eae68 Binary files /dev/null and b/icons/obj/structures/props/supermart.dmi differ diff --git a/icons/obj/structures/props/vehiclesexpanded.dmi b/icons/obj/structures/props/vehiclesexpanded.dmi new file mode 100644 index 000000000000..e0ceb99570a4 Binary files /dev/null and b/icons/obj/structures/props/vehiclesexpanded.dmi differ diff --git a/icons/obj/structures/props/zenith64x64_signs.dmi b/icons/obj/structures/props/zenith64x64_signs.dmi new file mode 100644 index 000000000000..fbb897b73e07 Binary files /dev/null and b/icons/obj/structures/props/zenith64x64_signs.dmi differ diff --git a/icons/obj/structures/props/zenithengineerpillarangled.dmi b/icons/obj/structures/props/zenithengineerpillarangled.dmi new file mode 100644 index 000000000000..316f99b3c1e5 Binary files /dev/null and b/icons/obj/structures/props/zenithengineerpillarangled.dmi differ diff --git a/icons/obj/structures/props/zenithrandomprops.dmi b/icons/obj/structures/props/zenithrandomprops.dmi new file mode 100644 index 000000000000..289fb207acb0 Binary files /dev/null and b/icons/obj/structures/props/zenithrandomprops.dmi differ diff --git a/icons/obj/structures/props/zenithtables.dmi b/icons/obj/structures/props/zenithtables.dmi new file mode 100644 index 000000000000..4c8ae0c1601d Binary files /dev/null and b/icons/obj/structures/props/zenithtables.dmi differ diff --git a/icons/obj/structures/props/zenithxenocryogenics.dmi b/icons/obj/structures/props/zenithxenocryogenics.dmi new file mode 100644 index 000000000000..c7c9ff5ab466 Binary files /dev/null and b/icons/obj/structures/props/zenithxenocryogenics.dmi differ diff --git a/icons/obj/structures/props/zenithxenocryogenics2.dmi b/icons/obj/structures/props/zenithxenocryogenics2.dmi new file mode 100644 index 000000000000..3ab574862b50 Binary files /dev/null and b/icons/obj/structures/props/zenithxenocryogenics2.dmi differ diff --git a/icons/obj/structures/rollerbed.dmi b/icons/obj/structures/rollerbed.dmi index c0d32adc116d..5ec4d03420e4 100644 Binary files a/icons/obj/structures/rollerbed.dmi and b/icons/obj/structures/rollerbed.dmi differ diff --git a/icons/turf/dropship4.dmi b/icons/turf/dropship4.dmi new file mode 100644 index 000000000000..00c0020797a8 Binary files /dev/null and b/icons/turf/dropship4.dmi differ diff --git a/icons/turf/floors/auto_shaledesaturated.dmi b/icons/turf/floors/auto_shaledesaturated.dmi new file mode 100644 index 000000000000..04d285425b0c Binary files /dev/null and b/icons/turf/floors/auto_shaledesaturated.dmi differ diff --git a/icons/turf/floors/engineership.dmi b/icons/turf/floors/engineership.dmi new file mode 100644 index 000000000000..1bd8eac884f5 Binary files /dev/null and b/icons/turf/floors/engineership.dmi differ diff --git a/icons/turf/floors/engineership32x32s.dmi b/icons/turf/floors/engineership32x32s.dmi new file mode 100644 index 000000000000..7c452abe54b1 Binary files /dev/null and b/icons/turf/floors/engineership32x32s.dmi differ diff --git a/icons/turf/floors/hybrisa_dirt.dmi b/icons/turf/floors/hybrisa_dirt.dmi new file mode 100644 index 000000000000..6504617aadc0 Binary files /dev/null and b/icons/turf/floors/hybrisa_dirt.dmi differ diff --git a/icons/turf/floors/hybrisafloors.dmi b/icons/turf/floors/hybrisafloors.dmi new file mode 100644 index 000000000000..1dd47c112b3e Binary files /dev/null and b/icons/turf/floors/hybrisafloors.dmi differ diff --git a/icons/turf/hybrisareas.dmi b/icons/turf/hybrisareas.dmi new file mode 100644 index 000000000000..caebef6edb21 Binary files /dev/null and b/icons/turf/hybrisareas.dmi differ diff --git a/icons/turf/walls/bunkerblue.dmi b/icons/turf/walls/bunkerblue.dmi new file mode 100644 index 000000000000..011d891a83e7 Binary files /dev/null and b/icons/turf/walls/bunkerblue.dmi differ diff --git a/icons/turf/walls/bunkermint.dmi b/icons/turf/walls/bunkermint.dmi new file mode 100644 index 000000000000..47c615f20480 Binary files /dev/null and b/icons/turf/walls/bunkermint.dmi differ diff --git a/icons/turf/walls/bunkerred.dmi b/icons/turf/walls/bunkerred.dmi new file mode 100644 index 000000000000..fb75d6c0b027 Binary files /dev/null and b/icons/turf/walls/bunkerred.dmi differ diff --git a/icons/turf/walls/bunkeryellow.dmi b/icons/turf/walls/bunkeryellow.dmi new file mode 100644 index 000000000000..aa8c3fa20be1 Binary files /dev/null and b/icons/turf/walls/bunkeryellow.dmi differ diff --git a/icons/turf/walls/engineership.dmi b/icons/turf/walls/engineership.dmi new file mode 100644 index 000000000000..d5835f30ec4e Binary files /dev/null and b/icons/turf/walls/engineership.dmi differ diff --git a/icons/turf/walls/hybrisa_colony_window.dmi b/icons/turf/walls/hybrisa_colony_window.dmi new file mode 100644 index 000000000000..b2aa19c52e29 Binary files /dev/null and b/icons/turf/walls/hybrisa_colony_window.dmi differ diff --git a/icons/turf/walls/hybrisa_colonywall.dmi b/icons/turf/walls/hybrisa_colonywall.dmi new file mode 100644 index 000000000000..4bf9a08d8d6b Binary files /dev/null and b/icons/turf/walls/hybrisa_colonywall.dmi differ diff --git a/icons/turf/walls/hybrisa_colonywall_hospital.dmi b/icons/turf/walls/hybrisa_colonywall_hospital.dmi new file mode 100644 index 000000000000..3486f215bb06 Binary files /dev/null and b/icons/turf/walls/hybrisa_colonywall_hospital.dmi differ diff --git a/icons/turf/walls/hybrisa_engineering_wall.dmi b/icons/turf/walls/hybrisa_engineering_wall.dmi new file mode 100644 index 000000000000..8ccd048b03ba Binary files /dev/null and b/icons/turf/walls/hybrisa_engineering_wall.dmi differ diff --git a/icons/turf/walls/hybrisa_engineering_windows.dmi b/icons/turf/walls/hybrisa_engineering_windows.dmi new file mode 100644 index 000000000000..d23e113bf8cc Binary files /dev/null and b/icons/turf/walls/hybrisa_engineering_windows.dmi differ diff --git a/icons/turf/walls/hybrisa_hospital_colonywindows.dmi b/icons/turf/walls/hybrisa_hospital_colonywindows.dmi new file mode 100644 index 000000000000..a895a63ca02f Binary files /dev/null and b/icons/turf/walls/hybrisa_hospital_colonywindows.dmi differ diff --git a/icons/turf/walls/hybrisa_marshalls.dmi b/icons/turf/walls/hybrisa_marshalls.dmi new file mode 100644 index 000000000000..5fd22790540c Binary files /dev/null and b/icons/turf/walls/hybrisa_marshalls.dmi differ diff --git a/icons/turf/walls/hybrisa_marshalls_windows.dmi b/icons/turf/walls/hybrisa_marshalls_windows.dmi new file mode 100644 index 000000000000..fabff65fb03b Binary files /dev/null and b/icons/turf/walls/hybrisa_marshalls_windows.dmi differ diff --git a/icons/turf/walls/hybrisa_offices_colonywall.dmi b/icons/turf/walls/hybrisa_offices_colonywall.dmi new file mode 100644 index 000000000000..f4dd0711093c Binary files /dev/null and b/icons/turf/walls/hybrisa_offices_colonywall.dmi differ diff --git a/icons/turf/walls/hybrisa_offices_windows.dmi b/icons/turf/walls/hybrisa_offices_windows.dmi new file mode 100644 index 000000000000..3966d92e66e3 Binary files /dev/null and b/icons/turf/walls/hybrisa_offices_windows.dmi differ diff --git a/icons/turf/walls/hybrisa_spaceport_walls.dmi b/icons/turf/walls/hybrisa_spaceport_walls.dmi new file mode 100644 index 000000000000..38de0f7680f8 Binary files /dev/null and b/icons/turf/walls/hybrisa_spaceport_walls.dmi differ diff --git a/icons/turf/walls/hybrisa_spaceport_windows.dmi b/icons/turf/walls/hybrisa_spaceport_windows.dmi new file mode 100644 index 000000000000..01016c382cda Binary files /dev/null and b/icons/turf/walls/hybrisa_spaceport_windows.dmi differ diff --git a/icons/turf/walls/hybrisaresearchbrown_windows.dmi b/icons/turf/walls/hybrisaresearchbrown_windows.dmi new file mode 100644 index 000000000000..2af3984e0b7d Binary files /dev/null and b/icons/turf/walls/hybrisaresearchbrown_windows.dmi differ diff --git a/icons/turf/walls/hybrisaresearchbrownwall.dmi b/icons/turf/walls/hybrisaresearchbrownwall.dmi new file mode 100644 index 000000000000..dd299a78151b Binary files /dev/null and b/icons/turf/walls/hybrisaresearchbrownwall.dmi differ diff --git a/icons/turf/walls/kutjevorockdark.dmi b/icons/turf/walls/kutjevorockdark.dmi new file mode 100644 index 000000000000..44f4db8f3122 Binary files /dev/null and b/icons/turf/walls/kutjevorockdark.dmi differ diff --git a/map_config/maps.txt b/map_config/maps.txt index 885b1e76faad..5ede4a34c8cf 100644 --- a/map_config/maps.txt +++ b/map_config/maps.txt @@ -57,6 +57,9 @@ map lv522_chances_claim minplayers 130 endmap +map lv759_hybrisa_prospera +endmap + map new_varadero endmap diff --git a/maps/lv759_hybrisa_prospera.json b/maps/lv759_hybrisa_prospera.json new file mode 100644 index 000000000000..858402fcf81e --- /dev/null +++ b/maps/lv759_hybrisa_prospera.json @@ -0,0 +1,46 @@ +{ + "map_name": "LV-759 Hybrisa Prospera", + "short_name": "Hybrisa", + "map_path": "map_files/LV759_Hybrisa_Prospera", + "map_file": "LV759_Hybrisa_Prospera.dmm", + "webmap_url": "LV759", + + "weather_holder": "/datum/weather_ss_map_holder/lv759_hybrisa_prospera", + "survivor_types": [ + "/datum/equipment_preset/survivor/forecon/standard" + ], + "synth_survivor_types": [ + "/datum/equipment_preset/synth/survivor/forecon" + ], + "CO_survivor_types": [ + "/datum/equipment_preset/survivor/forecon/major" + ], + "defcon_triggers": [ + 3300, + 2100, + 1450, + 580, + 0.0 + ], + "survivor_message": "As the city burns, you find yourself among the dwindling few who survived the initial onslaught, The catastrophic breach shattered the once-prosperous world of LV-759, home to a large industrial Weyland-Yutani colony known as Hybrisa Prospera. Through sheer will or cunning, you've evaded the relentless alien onslaught so far... but the nightmare persists.", + "map_item_type": "/obj/item/map/lv759_map", + "monkey_types": [ + "monkey" + ], + "environment_traits": { "Fog": true }, + "traits": [{ "Ground": true }], + "xvx_hives": { + "xeno_hive_alpha": 0, + "xeno_hive_bravo": 0, + "xeno_hive_charlie": 0, + "xeno_hive_delta": 0 + }, + "camouflage": "urban", + "gamemodes": [ + "Distress Signal", + "Hunter Games", + "Hive Wars", + "Faction Clash", + "Infection" + ] +} diff --git a/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm b/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm new file mode 100644 index 000000000000..bd9fe388e4ca --- /dev/null +++ b/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm @@ -0,0 +1,203327 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aac" = ( +/obj/structure/grille, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/barricade/handrail/wire, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"aak" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"aap" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_4{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office) +"aaw" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/structure/largecrate/random/case/small, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"aaA" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"aaF" = ( +/obj/structure/closet/crate/construction, +/obj/item/stack/sheet/metal/med_large_stack, +/obj/item/stack/rods, +/obj/item/stack/sheet/aluminum, +/obj/item/stack/sheet/glass, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"aaL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"aaQ" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"aaR" = ( +/obj/structure/sign/poster/propaganda, +/obj/structure/sign/poster/propaganda{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/jacks_surplus) +"aaU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/wirecutters, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/spaceport/cargo) +"aaW" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"aaZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ashtray/glass{ + icon_state = "ashtray_bork_gl"; + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/shard, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"abb" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"abh" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8; + pixel_x = 6 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8; + layer = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4; + layer = 4; + pixel_x = 6 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"abm" = ( +/obj/structure/prop/hybrisa/containersextended/tanright{ + layer = 6; + pixel_x = -4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"abn" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/engineer/blackgoocontainer, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"abq" = ( +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = -3 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north) +"abs" = ( +/obj/docking_port/stationary/marine_dropship/lz2, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"abu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"abx" = ( +/obj/structure/sign/safety/synth_storage{ + desc = "Semiotic Standard denoting the nearby presence of a cargo depot."; + name = "cargo depot semiotic" + }, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"abC" = ( +/obj/structure/machinery/door/airlock/almayer/secure/autoname, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"abN" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 8 + }, +/obj/structure/barricade/handrail/kutjevo, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"abR" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/recycling_plant/garage) +"abS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 2; + name = "\improper Hospital - Triage" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/paramedics_garage) +"abW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light, +/turf/open/floor/prison, +/area/lv759/landing_zone_2) +"abY" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"acc" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"aci" = ( +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"acj" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"acm" = ( +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_dorms) +"acp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/hospital/virology) +"acr" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"acs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/girder, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"acB" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/casino/casino_vault) +"acE" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"acI" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"acJ" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"acM" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"acN" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/vehicles/van/vanpizza{ + pixel_y = 5; + layer = 4.2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"acQ" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"acW" = ( +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"acZ" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"add" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart" + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"adj" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/large_stack, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_factory) +"adl" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime1" + }, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"adr" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryomid" + }, +/obj/structure/pipes/standard/simple/visible{ + dir = 9; + layer = 3 + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/cryo_room) +"ads" = ( +/obj/structure/window/framed/corsat, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"adu" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8; + layer = 3.25 + }, +/obj/item/card/id/guest, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"adA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/item/weapon/broken_bottle, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"adD" = ( +/obj/structure/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant/garage) +"adE" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "92" + }, +/area/lv759/indoors/spaceport/starglider) +"adM" = ( +/obj/structure/disposalpipe/tagger{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/bar) +"adS" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"adT" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"adV" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/eat, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"adZ" = ( +/obj/structure/largecrate/random/barrel{ + desc = "A yellow storage barrel."; + icon_state = "barrel_yellow"; + name = "yellow barrel"; + pixel_x = 6; + pixel_y = -16 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"aef" = ( +/turf/closed/wall/hybrisa/rock, +/area/lv759/outdoors/caveplateau) +"aei" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/bar/entertainment) +"aep" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_caves) +"aes" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"aet" = ( +/obj/structure/prop/hybrisa/supermart/rack/longrack1, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"aeu" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"aew" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 8; + pixel_y = 12; + pixel_x = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"aeA" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"aeD" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood/gibs/robot, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged1{ + dir = 4; + layer = 4; + pixel_x = -5 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"aeK" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital -Triage" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/emergency_room) +"aeM" = ( +/obj/structure/window/framed/hybrisa/spaceport, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/flight_control_room) +"aeS" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + icon_state = "zbrownfloor2"; + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"aeT" = ( +/obj/item/fuelCell, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/engineering) +"aeU" = ( +/obj/structure/sign/safety/high_voltage{ + pixel_x = 11 + }, +/obj/structure/sign/safety/electronics, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant) +"aeZ" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/casino/casino_vault) +"afb" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"afc" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/tcomms_northwest) +"afi" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/obj/item/storage/secure/briefcase, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"afk" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"afF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"afG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_factory) +"afH" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/indoors/weyyu_office/hallway) +"afP" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.8; + pixel_x = -17; + pixel_y = -9 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"afT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-5"; + layer = 5; + level = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"afV" = ( +/obj/structure/machinery/vending/coffee, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"afW" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_4{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"agc" = ( +/obj/structure/sign/safety/maint, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_command) +"age" = ( +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_mainroom) +"agr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"ags" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"agu" = ( +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"agC" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"agG" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 15; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"agI" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"agL" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/floor) +"agM" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"agN" = ( +/obj/structure/platform/hybrisa/metalplatformstair1, +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"agT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"agY" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/east_central_street) +"ahb" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"ahg" = ( +/obj/effect/hybrisa/decal/checkpoint_decal{ + dir = 8; + pixel_x = -6 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/central_streets) +"ahq" = ( +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"ahr" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"ahw" = ( +/obj/structure/cable/white{ + icon_state = "1-10"; + level = 2 + }, +/obj/structure/cable/white{ + icon_state = "5-8"; + level = 2 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"ahx" = ( +/obj/structure/surface/rack, +/obj/item/device/radio, +/obj/item/device/radio, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/telecomms) +"ahB" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 2; + name = "\improper Hospital - Medical Storage" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/medical_storage) +"ahC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"ahK" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/mining_outpost/processing) +"ahU" = ( +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/hallway_north) +"ahW" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"aic" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = -4 + }, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"aie" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"aif" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "\improper Security Checkpoint" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"aig" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"aii" = ( +/obj/item/storage/bag/plasticbag, +/obj/item/storage/box/donkpockets, +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/conveyor{ + layer = 3 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"aik" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 22 + }, +/obj/effect/hybrisa/decal/gold/line1, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"aiq" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_x = 4; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"aiw" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/road/wood/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"aix" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/power_plant/south_hallway) +"aiy" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"aiG" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/colonist, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment_services/east) +"aiH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider"; + pixel_y = -8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"aiI" = ( +/obj/item/toy/plush/therapy/random_color, +/obj/structure/bed/hybrisa/prisonbed, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"aiN" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/item/stack/rods, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"aiR" = ( +/obj/structure/machinery/deployable/barrier{ + pixel_y = -12 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"aiS" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining2{ + dir = 1; + layer = 4; + pixel_x = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"aiW" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"aiZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 8 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"ajj" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + locked = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"ajp" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "zwing7"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"ajt" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/prison{ + icon_state = "floor_marked" + }, +/area/lv759/indoors/spaceport/starglider) +"ajB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/power_storage) +"ajC" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/weyyu_office) +"ajD" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"ajF" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/door/window/brigdoor/northleft{ + dir = 4 + }, +/obj/item/ammo_magazine/flamer_tank/empty, +/obj/item/ammo_casing/bullet, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"ajI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 4 + }, +/area/lv759/indoors/spaceport/cargo) +"ajN" = ( +/obj/structure/prop/hybrisa/containersextended/bluewywingsleft{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ajP" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ajV" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 4; + plane = -6 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ajW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "hybrisacheckpoint_center"; + name = "\improper Lockdown" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"ajX" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + pixel_y = 5; + pixel_x = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"ake" = ( +/obj/structure/bed/sofa/vert/white/top, +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"akj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/item/stack/cable_coil/orange, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"akk" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"akn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/ore_box{ + pixel_x = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"akp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"aku" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/prop/cash_register/open, +/obj/item/spacecash/c10, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"akz" = ( +/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/close{ + layer = 6 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"akH" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"akO" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"akP" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + req_one_access = null + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"akV" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"ald" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"alf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/item/device/analyzer, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/landing_zone_2) +"alg" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"alk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"als" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"alv" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar/entertainment) +"alA" = ( +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = -17 + }, +/obj/structure/surface/rack, +/obj/item/tool/pickaxe/drill, +/obj/item/tool/pickaxe/drill{ + pixel_y = 8 + }, +/obj/item/tool/pickaxe/drill{ + pixel_y = -8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"alK" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_12"; + pixel_x = 7; + pixel_y = 12 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"alL" = ( +/obj/item/clothing/head/welding, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"alO" = ( +/obj/effect/hybrisa/decal/grate, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"alQ" = ( +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet03" + }, +/area/lv759/indoors/hospital/cmo_office) +"alU" = ( +/obj/structure/largecrate/random/barrel/green{ + layer = 4; + pixel_x = -6 + }, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"ama" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"amb" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/prop/colony/folded_bedroll, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/apartment/west) +"amd" = ( +/obj/structure/prop/almayer/missile_tube{ + color = "grey"; + desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; + icon_state = "missiletubesouth"; + name = "\improper massive vent"; + pixel_x = -15 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"amg" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"amh" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"ami" = ( +/obj/structure/machinery/autolathe/armylathe, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "2-9"; + layer = 5; + level = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"amj" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"amv" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"amy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"amB" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/card{ + dir = 4; + layer = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"amO" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"amU" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"amY" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"anc" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/folder/black, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/item/tool/pen{ + pixel_x = 12; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"anf" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_showroom) +"anm" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"anq" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "hybrisacheckpoint_center"; + name = "\improper Lockdown" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"ans" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "hybrisaLZ2_1"; + name = "Emergency Lockdown" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"anA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/lv759/indoors/recycling_plant) +"anN" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/showcase{ + icon_state = "comm_server" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"anX" = ( +/obj/item/weapon/gun/rifle/nsg23/no_lock, +/obj/item/ammo_magazine/rifle/nsg23/extended, +/obj/structure/barricade/deployable{ + damage_state = 2; + dir = 8; + health = 140; + icon_state = "folding_2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"anZ" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/east_caves) +"aob" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = 6 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"aol" = ( +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"aom" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"aon" = ( +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -2 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"aoo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"aoy" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/storage/briefcase, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"aoL" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"aoS" = ( +/obj/structure/platform/hybrisa/metalplatform2, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/central_streets) +"aoY" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"apc" = ( +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoe"; + name = "cuppa joe's coffee cup" + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"apf" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"api" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/kelland{ + layer = 4; + pixel_y = -6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"apj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"apq" = ( +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cuppajoes) +"aps" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"apv" = ( +/obj/structure/machinery/door/airlock/almayer/generic/glass{ + dir = 1; + name = "Meridian - Managers Office" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/meridian/meridian_managersoffice) +"apA" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2"; + level = 2; + color = "#550d0d" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/structure_lattice{ + desc = "An old company comms tower used to transmit communications between subspace bodies. Looks like this one has seen better days."; + dir = 4; + icon = 'icons/obj/structures/machinery/comm_tower2.dmi'; + icon_state = "construct_9_1"; + layer = 5; + level = 5; + name = "destroyed comms tower" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"apJ" = ( +/obj/structure/closet/crate, +/obj/item/clothing/head/beanie/gray, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"apP" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/tool/stamp/denied, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/colonial_marshals/press_room) +"apU" = ( +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/turf/open/floor/almayer{ + allow_construction = 0 + }, +/area/lv759/indoors/spaceport/baggagehandling) +"apW" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"aqa" = ( +/obj/structure/machinery/fermenter, +/obj/structure/sign/safety/maint{ + pixel_x = 34 + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"aqh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"aqr" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"aqu" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"aqC" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"aqD" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/platform/stair_cut{ + icon_state = "platform_stair_alt" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"aqG" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"aqM" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/gas_generators) +"aqS" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"aqT" = ( +/obj/structure/platform_decoration/strata/metal, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + pixel_x = 1 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"aqX" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"arc" = ( +/obj/structure/window/framed/hybrisa/marshalls/cell, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"ark" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"arl" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"arm" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/phonebox/lightup{ + light_color = "#00AAFF"; + light_on = 1; + light_power = 3; + light_range = 4; + pixel_x = 5; + pixel_y = -12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"arp" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/reception) +"arr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorbig_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"arx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/obj/item/paper/crumpled, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"ary" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"arA" = ( +/turf/open/floor/plating, +/area/lv759/indoors/hospital/east_hallway) +"arC" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/effect/spawner/random/pills/midchance, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/mining_outpost/east_dorms) +"arD" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance) +"arO" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"arR" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/monkey_spawn, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"arY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/closet, +/obj/item/clothing/accessory/patch/upp, +/obj/item/clothing/accessory/patch/royal_marines, +/obj/item/clothing/accessory/patch/forecon, +/obj/item/clothing/accessory/patch/falcon, +/obj/item/clothing/accessory/patch, +/obj/item/storage/box/saltshaker, +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = 8 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -9; + pixel_y = 7 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -9; + pixel_y = 7 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = 8 + }, +/obj/item/poster, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/jacks_surplus) +"arZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"asj" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl3" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ask" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice1"; + pixel_x = -26; + pixel_y = -13 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"asn" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"asx" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"asy" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_east) +"asz" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"asG" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2{ + dir = 1; + id = "sh_dropship2"; + name = "\improper WY-LWI StarGlider SG-200 airlock" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"asH" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"asJ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + name = "Mining Substation - Vehicle and Equipment Storage" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/northeast) +"asM" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"asQ" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"asR" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"asU" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform_decoration/kutjevo{ + dir = 4 + }, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "kutjevo_platform_sm" + }, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"atb" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"atj" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"atr" = ( +/obj/item/stack/rods, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"atZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"aub" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"aud" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"aui" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/weymart) +"auk" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"aun" = ( +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/heavy_loader/white_teal{ + dir = 4; + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"aup" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/jacks_surplus) +"aus" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/vehicles/truck/truck3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"auz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/structure/machinery/gear{ + id = "supply_elevator_gear" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"auE" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"auN" = ( +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 11; + pixel_y = 8 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"auP" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"auQ" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"auT" = ( +/turf/closed/wall/engineership, +/area/lv759/oob) +"auV" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_2) +"auY" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"avd" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"avk" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"avm" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/reception) +"avp" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"avs" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"avA" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"avB" = ( +/obj/structure/platform_decoration/mineral{ + dir = 4; + color = "#7e7d72" + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"avE" = ( +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"avG" = ( +/obj/structure/bed/hybrisa/bunkbed4, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"avI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/card{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"avJ" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble11{ + pixel_x = -16; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"avM" = ( +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"avR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/hybrisa/prisonbed{ + dir = 6 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/mining_outpost/east_dorms) +"avS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/structure/sign/safety/bathwomens{ + pixel_x = 14; + pixel_y = -26 + }, +/turf/open/floor/prison, +/area/lv759/indoors/bar/entertainment) +"avX" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"awr" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"awv" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"awC" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/power_storage) +"awD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/platform/mineral{ + dir = 1 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"awG" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/medical_decals{ + dir = 8; + icon_state = "triagedecaldir" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"awM" = ( +/obj/structure/bed/roller, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"awS" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"awT" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 6; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/meridian/meridian_managersoffice) +"awU" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/storage/firstaid/regular{ + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"axd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"axe" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/pressroom) +"axf" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"axi" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison, +/area/lv759/landing_zone_2) +"axn" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/weymart/maintenance) +"axv" = ( +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/central_caves) +"axx" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"axD" = ( +/obj/item/stack/sheet/metal/small_stack, +/obj/structure/prop/hybrisa/signs/mechanicsign{ + light_color = "#0085FF"; + light_on = 1; + light_power = 3; + light_range = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"axF" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"axH" = ( +/obj/structure/largecrate/random/case/double, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"axL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"axY" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"ayd" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"ayv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ayw" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"ayC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"ayD" = ( +/obj/structure/sign/poster/ad, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cuppajoes) +"ayI" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/item/stack/rods, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"ayK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ayM" = ( +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/metal/greenmetalfull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"ayN" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/turf/closed/wall/engineership, +/area/lv759/oob) +"ayO" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/morgue) +"ayX" = ( +/obj/structure/prop/almayer/missile_tube{ + color = "grey"; + desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; + icon_state = "missiletubesouth"; + name = "\improper massive vent"; + pixel_x = -15 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/monorail, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"aza" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"azq" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"azr" = ( +/obj/structure/window/framed/hybrisa/spaceport/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"azs" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"azu" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"azC" = ( +/obj/structure/platform_decoration/shiva{ + dir = 1 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/spaceport/cargo) +"azF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"azI" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 15 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/caves/north_caves) +"azO" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"aAd" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"aAh" = ( +/obj/structure/sign/safety/maint, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/engineering) +"aAm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"aAn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"aAo" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/meridian/meridian_managersoffice) +"aAr" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + pixel_x = -16; + pixel_y = 34 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/north_street) +"aAu" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_2) +"aAw" = ( +/obj/structure/barricade/wooden, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"aAz" = ( +/obj/structure/prop/hybrisa/containersextended/redleft, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"aAB" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"aAC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 4 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"aAE" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"aAG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/indoors/garage_workshop) +"aAH" = ( +/obj/item/stack/sheet/metal, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"aAJ" = ( +/obj/structure/machinery/blackbox_recorder, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/whiskey_outpost/inside/caves) +"aAM" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/apartment_services/east) +"aAO" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"aAS" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"aAW" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/storage/box/gloves{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/clothing/head/surgery/green, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"aBc" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"aBq" = ( +/obj/structure/prop/hybrisa/xenobiology/big/bigbottomright{ + layer = 7 + }, +/turf/open/floor/corsat, +/area/whiskey_outpost/inside/caves) +"aBC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"aBI" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"aBT" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Toilet Unit" + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"aBX" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/item/tool/warning_cone{ + pixel_x = -27; + pixel_y = 3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"aCc" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"aCi" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = 16; + pixel_y = 8 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/card/id/pmc/ds, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office) +"aCm" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"aCq" = ( +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/garage_reception) +"aCt" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"aCA" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cargo_container/grant/left, +/obj/structure/sign/poster/propaganda{ + pixel_y = 6; + pixel_x = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"aCE" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"aCF" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/lv759/indoors/garage_restroom) +"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" + }, +/area/lv759/outdoors/colony_streets/north_street) +"aCR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/structure/closet/crate/weapon{ + opened = 1 + }, +/obj/effect/spawner/random/gun/shotgun/lowchance, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"aCU" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/southwest_public_restroom) +"aCZ" = ( +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"aDa" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"aDj" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"aDt" = ( +/obj/item/smallDelivery{ + pixel_x = -12; + pixel_y = 22 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"aDx" = ( +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 2 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/bed/chair/wheelchair, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"aDD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"aDJ" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"aDK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"aDM" = ( +/obj/item/clothing/suit/storage/labcoat, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/hybrisa/dropship/dropship4, +/area/whiskey_outpost/inside/caves) +"aDN" = ( +/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; + health = 25000 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 8 + }, +/turf/open/floor/prison, +/area/lv759/indoors/bar/entertainment) +"aDT" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"aDU" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"aDV" = ( +/obj/structure/curtain/medical, +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/operation) +"aDW" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"aDY" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"aEc" = ( +/obj/structure/surface/rack{ + layer = 1 + }, +/obj/item/tool/warning_cone, +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 19 + }, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"aEd" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"aEi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"aEn" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"aEq" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/structure/machinery/light/spot{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"aEs" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"aEu" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cargo_maintenance) +"aEv" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/cmo_office) +"aEz" = ( +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"aEB" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"aEE" = ( +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"aEI" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/indoors/electical_systems/substation2) +"aEJ" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_2) +"aEQ" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"aET" = ( +/obj/vehicle/train/cargo/engine{ + dir = 2 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"aEU" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"aEX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"aFb" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"aFe" = ( +/obj/structure/fence/electrified{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_east_caves) +"aFm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"aFn" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"aFp" = ( +/obj/structure/prop/hybrisa/signs/pizzasign{ + dir = 1; + light_color = "#FF9100"; + light_on = 1; + light_power = 4; + light_range = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"aFr" = ( +/obj/structure/bed/stool, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"aFt" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/caves/north_east_caves) +"aFx" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"aFy" = ( +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + level = 1; + plane = -7 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"aFB" = ( +/obj/effect/decal/cleanable/generic, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"aFC" = ( +/obj/structure/surface/rack, +/obj/item/prop/colony/canister{ + pixel_y = 11 + }, +/obj/item/prop/colony/canister, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"aFD" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_1) +"aFM" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/electical_systems/substation1) +"aFW" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"aFX" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"aGa" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/maintenance_jack, +/obj/item/device/multitool, +/turf/open/shuttle/escapepod{ + icon_state = "floor8" + }, +/area/lv759/indoors/electical_systems/substation2) +"aGd" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"aGg" = ( +/obj/structure/barricade/deployable{ + damage_state = 3; + health = 50; + icon_state = "folding_3" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"aGh" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"aGi" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_2{ + dir = 8; + pixel_x = 8; + pixel_y = -5 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"aGn" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"aGp" = ( +/obj/structure/bed/bedroll{ + dir = 10 + }, +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/obj/item/prop/colony/usedbandage{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"aGt" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"aGD" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2/autoname{ + dir = 1; + name = "\improper Hospital - Virology" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/virology) +"aGF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"aGH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/indoors/garage_reception) +"aGM" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/red, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"aGN" = ( +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/obj/item/reagent_container/spray/plantbgone, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/obj/item/reagent_container/spray/plantbgone, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/structure/sign/safety/bathunisex{ + pixel_x = -16; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"aGY" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/recharger, +/obj/item/handcuffs, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"aHa" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/roller, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"aHb" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 6 + }, +/area/lv759/oob) +"aHc" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 + }, +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"aHh" = ( +/obj/item/stack/rods, +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"aHk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"aHl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 17 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 17 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"aHn" = ( +/obj/structure/platform, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"aHo" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard2{ + dir = 6; + pixel_y = 34 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_street) +"aHw" = ( +/obj/structure/bed/chair{ + icon_state = "chair_alt"; + layer = 4; + pixel_x = 3; + pixel_y = 17 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"aHy" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/science, +/obj/item/tool/crew_monitor, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"aHF" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/east) +"aHH" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"aHJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"aHL" = ( +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 2 + }, +/obj/structure/machinery/line_nexter{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"aHN" = ( +/obj/structure/machinery/atm{ + name = "Automatic Teller Machine"; + pixel_y = 30 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"aHU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 6; + pixel_y = -7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"aHV" = ( +/obj/structure/machinery/sentry_holder/colony{ + pixel_y = 26 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"aHX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"aHZ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"aIc" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"aIh" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"aIl" = ( +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 8 + }, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/garage_managersoffice) +"aIr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/almayer/computers/mapping_computer{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer"; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 3 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"aIB" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/item/paper/crumpled, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"aIE" = ( +/obj/structure/machinery/vending/cola{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"aIF" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"aIH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"aIL" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 6 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"aJd" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 5 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"aJe" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"aJj" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"aJr" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/spaceport/cargo) +"aJs" = ( +/obj/structure/closet/secure_closet, +/turf/open/hybrisa/dropship/dropship4, +/area/whiskey_outpost/inside/caves) +"aJE" = ( +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_street) +"aJK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"aJM" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"aJN" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"aJV" = ( +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"aKb" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame, +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_2/ceiling) +"aKe" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"aKh" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"aKm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"aKp" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"aKq" = ( +/obj/structure/ore_box{ + layer = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"aKr" = ( +/turf/open/floor/strata{ + dir = 1; + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"aKA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"aKJ" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"aKK" = ( +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"aKN" = ( +/obj/structure/largecrate/random/case/double, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/landing_zone_2) +"aKO" = ( +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/casino/casino_vault) +"aKQ" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{ + dir = 1; + pixel_x = 3 + }, +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"aKR" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/engineering) +"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/caves/north_west_caves) +"aKZ" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/morgue) +"aLb" = ( +/obj/item/device/motiondetector, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"aLh" = ( +/obj/structure/sign/safety/east{ + pixel_x = -17 + }, +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "hybrisaLZ2_2"; + name = "Emergency Lockdown" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"aLi" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/fake_wood, +/area/lv759/indoors/bar) +"aLj" = ( +/obj/structure/prop/hybrisa/misc/phonebox/lightup{ + light_color = "#00AAFF"; + light_on = 1; + light_power = 3; + light_range = 4; + pixel_x = 5 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"aLt" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"aLy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"aLz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/powercell, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/hospital/maintenance) +"aLI" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"aLJ" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 22 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"aLO" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/device/encryptionkey/WY, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"aLZ" = ( +/obj/structure/bed/sofa{ + icon_state = "couch_hori3" + }, +/obj/item/storage/briefcase{ + pixel_y = -2 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"aMa" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/east) +"aMd" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"aMi" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/largecrate/random/mini/small_case, +/obj/effect/spawner/random/tool, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"aMl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel{ + pixel_x = 6; + pixel_y = -16 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"aMp" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"aMt" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + layer = 2 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/derelictship) +"aMu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/shard, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"aMy" = ( +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"aMB" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/central_streets) +"aMD" = ( +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/dropship_equipment/fuel/fuel_enhancer, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"aMG" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant) +"aMI" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/electical_systems/substation2) +"aMM" = ( +/obj/item/shard, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"aMN" = ( +/obj/structure/sign/poster/ad{ + pixel_x = 4 + }, +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 12; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/north_street) +"aMQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"aMU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"aMW" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/south) +"aNg" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"aNl" = ( +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/interrogation) +"aNA" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/janitor) +"aNF" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "4" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hobosecret) +"aNI" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east_dorms) +"aNQ" = ( +/obj/structure/closet/secure_closet, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"aNS" = ( +/obj/structure/machinery/computer/med_data, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"aNT" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 2 + }, +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"aNW" = ( +/obj/structure/platform/hybrisa/metalplatformstair1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/engineering) +"aOa" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_3{ + dir = 1; + layer = 3.1; + pixel_x = -8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"aOc" = ( +/obj/structure/machinery/power/geothermal, +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation2) +"aOe" = ( +/obj/structure/sign/poster/art, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/kitchen) +"aOg" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"aOt" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"aOH" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/obj/item/weapon/gun/shotgun/double/sawn, +/obj/structure/bed/bedroll{ + dir = 9; + layer = 4 + }, +/obj/item/toy/plush/runner{ + dir = 4; + layer = 4 + }, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "4" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/hobosecret) +"aOL" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/toilet{ + dir = 4 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"aOO" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/outdoors/colony_streets/north_west_street) +"aOW" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"aPa" = ( +/obj/item/stack/sheet/cardboard, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_17"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/pizzabox, +/obj/item/poster, +/mob/living/simple_animal/rat/brown/Old_Timmy, +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hobosecret) +"aPb" = ( +/obj/item/stack/cable_coil/cyan, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"aPc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart"; + pixel_y = 9 + }, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"aPi" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/turf/open/shuttle{ + icon_state = "rasputin14" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"aPl" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"aPr" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"aPt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"aPv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/landing_zone_2) +"aPz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"aPG" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"aPJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + pixel_y = -8 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/east_central_street) +"aPM" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"aPN" = ( +/obj/structure/machinery/body_scanconsole, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/cryo_room) +"aQd" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"aQg" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/spawner/random/toolbox{ + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/north_street) +"aQl" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"aQr" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet9-4" + }, +/area/lv759/indoors/apartment_services/east) +"aQt" = ( +/obj/structure/machinery/door/morgue{ + name = "Hosptial - Morgue Cold Room East" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"aQB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"aQG" = ( +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/oob) +"aQI" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/airport/deadpilot1, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/turf/open/hybrisa/dropship/dropshipfloorcorner1, +/area/lv759/indoors/spaceport/starglider) +"aQO" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"aQS" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"aRf" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"aRh" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"aRj" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"aRl" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"aRn" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_5{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"aRq" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"aRr" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/obj/structure/machinery/recharge_station{ + layer = 2.9 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"aRs" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"aRu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/spaceport/cuppajoes) +"aRB" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"aRG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/clothing/head/welding, +/obj/item/tool/wrench{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"aRI" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 2; + name = "\improper Hospital - Patients Observations" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/outgoing) +"aRK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"aRN" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltop"; + layer = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"aRV" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"aRX" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/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/caves/north_west_caves) +"aSb" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/electical_systems/substation2) +"aSg" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"aSi" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_west_street) +"aSk" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"aSn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime1, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/north_street) +"aSr" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/east) +"aSx" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"aSz" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/west_caves) +"aSA" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/south_east_caves) +"aSB" = ( +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 11; + pixel_y = 15 + }, +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/stock_parts/matter_bin, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"aSG" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/containersextended/lightgreywyright, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"aSJ" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar) +"aSR" = ( +/obj/effect/hybrisa/decal/meridianlogo/meridianlogo_right, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_foyer) +"aSX" = ( +/obj/item/ammo_magazine/rifle/mar40, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"aTg" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"aTm" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"aTv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"aTx" = ( +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"aTC" = ( +/obj/structure/machinery/atm{ + pixel_y = 28; + pixel_x = -2 + }, +/obj/item/spacecash/c1{ + pixel_x = 12; + pixel_y = 4 + }, +/obj/item/spacecash/ewallet, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"aTG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"aTI" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"aTL" = ( +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"aTO" = ( +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"aTP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"aUa" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"aUh" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"aUk" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4"; + pixel_x = 6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"aUq" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"aUr" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_1{ + pixel_y = 16; + pixel_x = -26 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_factory) +"aUs" = ( +/obj/structure/bed/roller, +/obj/item/trash/used_stasis_bag, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"aUv" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"aUy" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"aUA" = ( +/obj/structure/window/framed/hybrisa/spaceport/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"aUI" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"aUQ" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + pixel_x = 4; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"aUU" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"aVc" = ( +/obj/structure/prop/almayer/computers/sensor_computer3{ + desc = null; + icon_state = "sensor_comp3_off"; + name = "computer" + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"aVk" = ( +/obj/item/reagent_container/food/drinks/cans/classcola, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"aVn" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"aVs" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"aVu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"aVE" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/item/reagent_container/glass/bucket/janibucket, +/obj/structure/surface/rack, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 6 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"aVF" = ( +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 2 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -17 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"aVG" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"aVH" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"aVI" = ( +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart) +"aVR" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/black, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"aVS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"aVY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"aWa" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/chips, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/obj/structure/prop/hybrisa/misc/graffiti/graffiti2{ + pixel_x = -10 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/north_street) +"aWc" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"aWg" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"aWh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"aWl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + amount = 15 + }, +/turf/open/hybrisa/street/roadlines3, +/area/lv759/outdoors/colony_streets/north_west_street) +"aWo" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"aWr" = ( +/obj/structure/largecrate/mule, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"aWA" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office) +"aWE" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/toolbox{ + pixel_y = 12 + }, +/obj/item/tool/pickaxe/hammer, +/obj/item/tool/weldingtool{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"aWM" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"aWN" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.8 + }, +/obj/structure/platform, +/obj/structure/barricade/handrail/wire{ + layer = 3 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"aWO" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_corner{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"aWQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/paper, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "red4" + }, +/area/lv759/indoors/spaceport/security) +"aWW" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 5 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"aXj" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_east) +"aXx" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/colonial_marshals/office) +"aXy" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "\improper Security Checkpoint" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"aXC" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines1{ + pixel_x = -1 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"aXD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/pen/blue, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 9 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"aXF" = ( +/obj/structure/largecrate/random/barrel/black{ + layer = 3.1 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"aXL" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_caves) +"aXQ" = ( +/turf/open/floor/prison, +/area/lv759/indoors/bar) +"aXS" = ( +/obj/structure/surface/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"aXU" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"aXZ" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"aYf" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"aYg" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"aYh" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/meridian/meridian_office) +"aYj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"aYk" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/changing_room) +"aYz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/whiskey_outpost/inside/caves) +"aYA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"aYC" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/curtain/open/shower, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment_services/west) +"aYD" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/turf/open/hybrisa/dropship/dropshipfloorcorner2, +/area/lv759/indoors/spaceport/starglider) +"aYE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/supply/supplies/metal, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"aYJ" = ( +/obj/item/tool/wet_sign{ + pixel_y = 18 + }, +/obj/item/tool/wet_sign{ + layer = 4; + pixel_x = -9; + pixel_y = 17 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/recycling_plant/garage) +"aYO" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"aYP" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/barricade/sandbags{ + dir = 4 + }, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"aYR" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"aYS" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/weyyu_office) +"aZa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"aZe" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"aZi" = ( +/obj/item/stool, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/computer/telecomms/server{ + icon_state = "comm_logs0"; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"aZk" = ( +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"aZo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"aZq" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 5 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"aZI" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"aZT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/fancy/vials/random, +/obj/item/device/helmet_visor/medical, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"aZX" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 3; + pixel_y = 15 + }, +/turf/open/floor/prison{ + icon_state = "floor_marked" + }, +/area/lv759/indoors/spaceport/starglider) +"bac" = ( +/obj/item/storage/briefcase{ + pixel_y = -2 + }, +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"bag" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"baj" = ( +/obj/structure/closet, +/obj/item/storage/backpack/lightpack, +/obj/structure/machinery/light/double, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"bal" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/under/marine/veteran/pmc/corporate, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, +/obj/item/storage/belt/gun/m4a3, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"ban" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 2 + }, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/pressroom) +"bap" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_1/ceiling) +"bas" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"baw" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/stack/sheet/metal/large_stack, +/obj/item/clothing/glasses/welding{ + layer = 3.6; + pixel_x = 2; + pixel_y = 7 + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"bay" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/head_office) +"baA" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"baE" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"baR" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30" + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"baT" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/obj/structure/cargo_container/kelland/right, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"baU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"baY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "6_pack_1_crushed" + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"bbn" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"bbs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/largecrate/supply{ + pixel_x = -4 + }, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"bbx" = ( +/obj/structure/closet, +/obj/item/clothing/mask/rebreather/scarf/tacticalmask/black, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"bbE" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"bbI" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 8 + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"bbJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 22 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/engineering) +"bbM" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"bbT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"bbU" = ( +/obj/structure/grille, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"bbX" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"bcd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/tool/warning_cone, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/garage) +"bce" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp1"; + name = "computer" + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/whiskey_outpost/inside/caves) +"bcg" = ( +/obj/structure/surface/table, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"bck" = ( +/obj/structure/inflatable/popped/door{ + layer = 2 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"bcp" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 4; + icon_state = "leftsecure"; + id = "brg" + }, +/obj/item/weapon/gun/rifle/m16, +/obj/item/weapon/gun/rifle/m16, +/obj/structure/window/reinforced, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"bcw" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"bcA" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"bcK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"bcN" = ( +/obj/item/trash/tray, +/obj/item/reagent_container/food/snacks/margheritaslice, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"bda" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = -2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"bdd" = ( +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 7; + pixel_y = 16 + }, +/turf/open/floor/prison, +/area/lv759/indoors/weymart/backrooms) +"bdi" = ( +/obj/structure/girder, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"bdk" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_x = -11; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_office) +"bdr" = ( +/obj/item/toy/dice, +/obj/effect/hybrisa/decal/gold/line2, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"bds" = ( +/obj/effect/landmark/monkey_spawn, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/east) +"bdt" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"bdu" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/lv759/indoors/bar) +"bdA" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/clothing/suit/storage/hazardvest/black, +/obj/item/clothing/suit/storage/hazardvest/black, +/obj/item/clothing/suit/storage/hazardvest/black, +/obj/item/clothing/suit/storage/hazardvest/black, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clothing/head/hardhat/white, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"bdI" = ( +/obj/structure/surface/rack, +/obj/item/tool/shovel/spade, +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/tool/minihoe{ + pixel_y = -2 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/plantspray/pests, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"bdJ" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"bdM" = ( +/obj/structure/surface/table, +/obj/structure/surface/table, +/obj/item/bodybag/cryobag, +/obj/item/storage/box/syringes, +/turf/open/floor/prison{ + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"bdN" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/central_hallway) +"bdW" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"beb" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"beh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"bep" = ( +/obj/item/clothing/head/bio_hood/scientist, +/turf/open/floor/plating/prison, +/area/lv759/outdoors/caveplateau) +"beA" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/landing_zone_2) +"beD" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + layer = 8; + level = 8; + pixel_x = -26; + pixel_y = 20; + dir = 5 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"beH" = ( +/obj/structure/machinery/floodlight, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"beJ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/landing_zone_2) +"beK" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"beL" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"beM" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/spaceport/docking_bay_1) +"beR" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Weyland Yutani Corporate Offices - Board Room" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/vip) +"beX" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 2; + name = "\improper Hospital - Lobby" + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 2; + name = "\improper Hospital - Lobby" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/reception) +"beZ" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_caves) +"bfb" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/machinery/line_nexter{ + dir = 1; + id = "MTline"; + pixel_y = 3 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/weymart) +"bfg" = ( +/obj/structure/sign/poster/pinup, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/south) +"bfm" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"bfn" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"bfo" = ( +/obj/structure/platform, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"bfr" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"bfv" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"bfA" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"bfD" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"bfK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/prop/hybrisa/xenobiology/small/larva, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"bfO" = ( +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/landing_zone_2/ceiling) +"bfP" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/equipment_west) +"bfR" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"bfT" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/tiretrack, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"bge" = ( +/obj/item/weapon/gun/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/ammo_magazine/revolver/cmb{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/structure/surface/rack, +/obj/item/ammo_magazine/revolver/cmb{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"bgt" = ( +/obj/item/tool/portadialysis, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/medical_storage) +"bgz" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/telecomms) +"bgK" = ( +/obj/item/stack/rods{ + pixel_y = -2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"bgP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"bgR" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"bgS" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/prop/hybrisa/containersextended/greywyleft, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/whiskey_outpost/inside/caves) +"bgU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/stack/rods{ + amount = 25 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_west_caves) +"bha" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"bhf" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"bhk" = ( +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"bhp" = ( +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart/maintenance) +"bhr" = ( +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_south) +"bhu" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"bhv" = ( +/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."; + icon = 'icons/obj/structures/machinery/monitors.dmi'; + icon_state = "auth_off"; + name = "Access console"; + pixel_y = -2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/east) +"bhx" = ( +/obj/structure/sign/safety/one, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/power_plant/telecomms) +"bhA" = ( +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"bhB" = ( +/turf/open/floor/strata{ + icon_state = "orange_icorner" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"bhY" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/item/reagent_container/glass/bucket, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/reagent_dispensers/water_cooler/walk_past{ + pixel_x = 10; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/east_command) +"bia" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"bif" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/east_central_street) +"bit" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"biy" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/patient_ward) +"biC" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/largecrate/random/barrel/blue{ + pixel_x = 9 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/mob/living/simple_animal/rat/gray, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"biK" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/tiretrack{ + pixel_x = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"biL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"biR" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"biU" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/derelictship) +"biZ" = ( +/obj/structure/prop/hybrisa/containersextended/greywyright, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"bjm" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "25" + }, +/area/lv759/indoors/spaceport/starglider) +"bjn" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"bjr" = ( +/turf/open/floor/strata{ + dir = 1; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"bjy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"bjA" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty3_up" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"bjB" = ( +/turf/open/engineership/engineer_floor13{ + dir = 4 + }, +/area/lv759/derelictship) +"bjC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 1; + layer = 5; + level = 5; + pixel_y = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"bjI" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"bjO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"bjP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel{ + desc = "A green storage barrel."; + icon_state = "barrel_green"; + layer = 2; + name = "green barrel"; + pixel_x = 13; + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"bjR" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"bjT" = ( +/obj/item/trash/uscm_mre, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"bka" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "27"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"bkg" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"bkk" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"bko" = ( +/obj/item/weapon/gun/rifle/mar40/carbine, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"bkr" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"bkt" = ( +/obj/structure/prop/hybrisa/misc/firebarreloff, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/oob) +"bku" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"bky" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"bkC" = ( +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/spaceport/kitchen) +"bkD" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"bkG" = ( +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"bkJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/garage) +"bkL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 4; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"bkM" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_east_caves) +"bkQ" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22; + layer = 3.3 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"bkY" = ( +/obj/structure/prop/hybrisa/signs/high_voltage{ + desc = null + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/wy_security/checkpoint_east) +"bkZ" = ( +/turf/open/hybrisa/dropship/dropship3, +/area/whiskey_outpost/inside/caves) +"bld" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/platform_decoration/kutjevo, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"blk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/structure/machinery/gear{ + id = "supply_elevator_gear" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"blq" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dormitories - Bedroom" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/west) +"blt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/tool, +/obj/item/device/flashlight, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop_storage) +"blx" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor12" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"blz" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"blA" = ( +/turf/open/hybrisa/dropship/dropship3, +/area/lv759/indoors/spaceport/horizon_runner) +"blP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/wood/orange{ + layer = 3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_street) +"blS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/mining_outpost/processing) +"blT" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_east) +"blU" = ( +/obj/structure/bed/chair{ + dir = 8; + icon_state = "chair_alt" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"blX" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"blY" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"bmi" = ( +/obj/structure/surface/rack, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"bmk" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"bmp" = ( +/obj/structure/machinery/disposal, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"bms" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + pixel_y = 2 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/apartment/east) +"bmt" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/engineering) +"bmu" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_east_caves) +"bmw" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"bmy" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = -6; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 5 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"bmz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"bmC" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/trash/c_tube{ + pixel_x = -18 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"bmD" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/lv759/indoors/power_plant/gas_generators) +"bmF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"bmS" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"bmU" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/hospital/pharmacy) +"bne" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_maintenance_south) +"bnv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/solid{ + locked = 1; + name = "\improper Dormitories - Foyer" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/apartment_services/east) +"bnA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"bnC" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"bnF" = ( +/obj/structure/prop/almayer/computers/sensor_computer2{ + desc = null; + name = "computer" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/east_command) +"bnK" = ( +/obj/structure/closet/crate/medical, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"bnP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"bnX" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"bnY" = ( +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"boe" = ( +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/light{ + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"bon" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/recycling_plant) +"bor" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"boz" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"boB" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"boD" = ( +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + pixel_x = -8; + pixel_y = 11 + }, +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + pixel_x = 8; + pixel_y = 11 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"boH" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"boK" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/kitchen/tray, +/obj/item/prop/alien/hugger, +/obj/item/tool/surgery/retractor, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"boL" = ( +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"boN" = ( +/obj/structure/machinery/door/airlock/vault/colony{ + locked = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/casino/casino_vault) +"boP" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"boZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"bpa" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"bpe" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/fusion_generators) +"bph" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Bar" + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar) +"bpi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/cable{ + icon_state = "2-8"; + level = 2; + color = "#550d0d" + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"bpl" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"bpt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/obj/structure/prop/hybrisa/vehicles/Car/Car_5{ + dir = 4; + layer = 2.9; + pixel_y = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"bpC" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "hybrisaLZ2_1"; + name = "Emergency Lockdown" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"bpI" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"bpO" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"bqc" = ( +/obj/structure/sign/safety/two, +/obj/structure/sign/safety/synth_storage{ + pixel_x = -17 + }, +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"bqd" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/changing_room) +"bqe" = ( +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing" + }, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"bqf" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"bqi" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_foyer) +"bqk" = ( +/obj/item/trash/hotdog, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/item/stack/sheet/cardboard{ + pixel_y = -12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_8" + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"bql" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/largecrate/random/mini/small_case, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"bqm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/machinery/door/window/southleft{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"bqs" = ( +/obj/structure/girder, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"bqx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + layer = 5; + pixel_x = -6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"bqD" = ( +/obj/structure/closet/medical_wall, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"bqO" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"bre" = ( +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"brf" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/east) +"brg" = ( +/obj/item/stack/sheet/metal, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2" + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"brk" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_x = 1; + pixel_y = 4 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"brn" = ( +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/east) +"brr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"brt" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/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 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/east_command) +"brw" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/obj/item/storage/briefcase{ + pixel_y = -2 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/starglider) +"brx" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 8; + name = "\improper Dormitories - Bedroom" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/west) +"brD" = ( +/obj/structure/surface/rack, +/obj/item/storage/pouch/flare, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"brL" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/medical_storage) +"brR" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "An exchange valve"; + dir = 8; + icon = 'icons/obj/pipes/filter.dmi'; + icon_state = "map"; + name = "Automated Valve" + }, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"brW" = ( +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"bsb" = ( +/obj/structure/machinery/vending/snack{ + icon_state = "snack-broken"; + stat = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"bse" = ( +/obj/effect/spawner/random/tool, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/telecomms) +"bsg" = ( +/obj/structure/flora/pottedplant{ + pixel_y = 6 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"bsm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime1, +/obj/structure/urinal, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/bathroom) +"bso" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"bsr" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/stack/sandbags, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"bsz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines5{ + pixel_y = 5 + }, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/trash, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"bsC" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/largecrate/random/mini{ + pixel_x = 16; + pixel_y = 4 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 11; + pixel_y = 14 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"bsI" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/tool/stamp/weyyu, +/obj/item/tool/pen/fountain, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"bsK" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/lv759/indoors/power_plant/gas_generators) +"bsR" = ( +/obj/item/stack/sheet/wood, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/garage_reception) +"bsS" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + locked = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"bsT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/green, +/obj/item/tool/warning_cone{ + pixel_x = -22; + pixel_y = -7 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"bsY" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"bta" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"btb" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"btc" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"btm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/truck/mining{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"btt" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + access_modified = 1; + name = "Kitchen"; + req_one_access_txt = "30;19" + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/communications_office) +"btu" = ( +/obj/structure/lz_sign/hybrisa_sign/mining, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -20 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/landing_zone_2) +"btx" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"btC" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/item/prop/almayer/comp_open, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"btD" = ( +/obj/structure/bed/chair{ + dir = 4; + icon_state = "chair_alt"; + pixel_x = 12; + pixel_y = 2; + layer = 2.8 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"btK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + pixel_y = 9 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/landing_zone_2) +"btL" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"btN" = ( +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/reagent_container/food/drinks/h_chocolate{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/storage/box/donkpockets, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/breakroom) +"btV" = ( +/obj/structure/surface/table/almayer, +/obj/item/pizzabox/meat, +/obj/item/reagent_container/food/snacks/meatpizzaslice, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/mining_outpost/east_command) +"btY" = ( +/obj/structure/machinery/computer/guestpass, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"buF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"buJ" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/power_storage) +"buM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/vehicles{ + density = 1; + desc = "An old truck, seems to be broken down."; + dir = 1; + icon_state = "truck_damaged"; + name = "truck"; + pixel_y = 9 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_east_street) +"buN" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + layer = 3.5; + pixel_y = 15 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"buP" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"buQ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"buT" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"buU" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 12; + pixel_y = 17 + }, +/obj/item/ashtray/glass{ + icon_state = "ashtray_half_gl"; + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/clothing/mask/cigarette{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/lv759/indoors/bar) +"bvb" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"bvc" = ( +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"bvi" = ( +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/tool/pen, +/obj/item/paper{ + layer = 5; + pixel_x = -7; + pixel_y = 7 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"bvk" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 6 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north) +"bvl" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice1"; + pixel_x = -26; + pixel_y = -13 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"bvu" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"bvK" = ( +/obj/structure/closet/bodybag, +/obj/structure/bed/roller, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"bvN" = ( +/obj/structure/machinery/shower{ + dir = 1; + pixel_y = -1 + }, +/obj/effect/landmark/monkey_spawn, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment_services/east) +"bvS" = ( +/obj/item/reagent_container/food/snacks/mre_pack/meal5, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"bvU" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_foyer) +"bvY" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"bwf" = ( +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"bwh" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/item/storage/fancy/vials, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"bwi" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/trash/liquidfood, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform4{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"bwk" = ( +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"bwm" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -11; + pixel_y = 6 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/spaceport/cargo) +"bwp" = ( +/obj/structure/bed/bedroll, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet07" + }, +/area/lv759/oob) +"bwz" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart) +"bwA" = ( +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"bwC" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/north_street) +"bwI" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/hospital/virology) +"bwK" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"bwO" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"bwP" = ( +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"bwS" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/operation) +"bwX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"bwY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"bwZ" = ( +/obj/structure/window/reinforced, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"bxb" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"bxh" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"bxi" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"bxj" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"bxq" = ( +/obj/structure/machinery/door/airlock/almayer/marine/requisitions{ + dir = 2; + no_panel = 1; + not_weldable = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"bxv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "8-9"; + layer = 5; + level = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"bxA" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/almayer_hull, +/area/lv759/landing_zone_2) +"bxB" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"bxP" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"bxS" = ( +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/power_plant/transformers_south) +"bxT" = ( +/obj/item/inflatable, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"bxV" = ( +/obj/structure/machinery/door/airlock/almayer/maint/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/gas_generators) +"bxX" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_east_street) +"bxY" = ( +/obj/structure/sign/poster/ad, +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 7; + pixel_y = 4 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/tcomms_northwest) +"byb" = ( +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"bye" = ( +/obj/structure/prop/hybrisa/containersextended/medicalleft{ + layer = 3 + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"byh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + dir = 8; + layer = 4; + pixel_x = 5; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"byj" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2) +"byr" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/head_office) +"byy" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"byB" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"byE" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop_storage) +"byG" = ( +/obj/structure/window/framed/corsat, +/obj/structure/machinery/door/poddoor/almayer/closed{ + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "eta"; + name = "Weyland-Yutani Research Facility Lockdown"; + icon_state = "w_almayer_pdoor1"; + dir = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"byH" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/spawner/random/toolbox{ + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"byI" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/reinforced{ + dir = 1; + name = "\improper Flight Control Room" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_1/ceiling) +"byO" = ( +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + pixel_x = -8; + pixel_y = 11 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"byR" = ( +/obj/structure/platform/mineral{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "cyan3" + }, +/area/whiskey_outpost/inside/caves) +"byU" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/trash/boonie, +/obj/item/trash/cheesie, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/paper/crumpled, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"byW" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"byX" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"byY" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"bza" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/item/paper/crumpled, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"bzf" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite2, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"bzo" = ( +/obj/structure/barricade/handrail/strata, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"bzp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 4 + }, +/obj/item/prop/alien/hugger{ + pixel_x = -7; + pixel_y = -5 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"bzu" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/almayer/research/containment/corner{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"bzC" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"bzD" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/oob) +"bzE" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Restroom" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/southwest_public_restroom) +"bzI" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"bzK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"bzL" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"bzR" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 15 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"bzU" = ( +/obj/structure/platform, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"bAb" = ( +/obj/effect/decal/strata_decals/grime/grime2, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"bAd" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats{ + pixel_x = -25; + pixel_y = 6 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"bAk" = ( +/obj/structure/surface/rack, +/obj/item/device/assembly/voice, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"bAn" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/cable_coil/random, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"bAs" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/breakroom) +"bAt" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"bAA" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel/black{ + layer = 3.1; + pixel_y = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"bAF" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/window/framed/hybrisa/colony/engineering/hull, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/lv759/oob) +"bAG" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"bAH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/chem_dispenser/soda/beer{ + icon_state = "dispenser" + }, +/obj/structure/reagent_dispensers/beerkeg/alt{ + pixel_y = -14 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/bar) +"bAL" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"bAO" = ( +/obj/structure/bed/stool, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"bAP" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_5{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"bAT" = ( +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"bBa" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_caves) +"bBg" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"bBi" = ( +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"bBp" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"bBz" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/landing_zone_1) +"bBB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"bBE" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/hybrisa/misc/wysmallleft, +/area/whiskey_outpost/inside/caves) +"bBP" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"bBR" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/largecrate/random/secure{ + layer = 3.2; + pixel_x = 7; + pixel_y = 17 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"bBZ" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan, +/area/lv759/indoors/meridian/meridian_showroom) +"bCb" = ( +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"bCc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/pickaxe/drill, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"bCd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime2, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"bCh" = ( +/turf/open/floor/strata{ + dir = 5; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"bCu" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"bCy" = ( +/obj/structure/closet/firecloset/full, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/power_plant) +"bCz" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"bCN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"bCQ" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/south_east_street) +"bCR" = ( +/obj/structure/sign/safety/distribution_pipes, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"bCT" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + pixel_x = -2 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"bDc" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"bDl" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"bDq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/largecrate/random, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"bDG" = ( +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/tool/pen, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"bDH" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"bDL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"bDM" = ( +/obj/structure/largecrate/supply/supplies/mre, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/item/storage/box/MRE, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/electical_systems/substation3) +"bDP" = ( +/obj/structure/platform_decoration, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"bDR" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/equipment_west) +"bDS" = ( +/obj/structure/machinery/vending/snack{ + density = 0; + icon_state = "snack-broken_old"; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/recycling_plant_office) +"bDT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "hybrisaLZ2_2"; + name = "remote door-control" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + layer = 4; + pixel_x = 16; + pixel_y = 8 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"bDW" = ( +/obj/structure/disposalpipe/tagger/partial, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"bDX" = ( +/obj/structure/window/framed/corsat/research, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + dir = 4; + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"bEe" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy3" + }, +/area/whiskey_outpost/inside/caves) +"bEh" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"bEi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/wrench{ + pixel_x = -7; + pixel_y = -14 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"bEl" = ( +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/east) +"bEm" = ( +/obj/structure/platform_decoration/kutjevo/smooth, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"bEo" = ( +/obj/structure/dropship_equipment/fuel/fuel_enhancer{ + indestructible = 1 + }, +/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/light/blue{ + dir = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"bEy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/wirecutters{ + pixel_y = 6 + }, +/obj/item/storage/toolbox/electrical, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"bEz" = ( +/obj/structure/prop/hybrisa/airport/dropshipwingright, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"bEC" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 8 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"bED" = ( +/obj/structure/platform{ + dir = 8; + layer = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/landing_zone_1) +"bEE" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_foyer) +"bEO" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"bET" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/hallway) +"bFb" = ( +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"bFg" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/press_room) +"bFh" = ( +/obj/structure/platform/mineral, +/obj/structure/platform/mineral{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"bFr" = ( +/obj/structure/bed/hybrisa/bunkbed1{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/apartment/west) +"bFs" = ( +/obj/structure/surface/table, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"bFt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"bFw" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/platform{ + dir = 1; + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"bFx" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/largecrate/random, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = -7; + pixel_y = 16 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"bFL" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/green{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/meridian/meridian_managersoffice) +"bFO" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"bFR" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"bFU" = ( +/obj/structure/closet, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/east) +"bFY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"bGa" = ( +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"bGd" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/west) +"bGe" = ( +/obj/item/reagent_container/hypospray/sedative, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"bGh" = ( +/obj/structure/sign/safety/rewire{ + desc = "Semiotic Standard denoting the nearby presence of a power substation."; + name = "power substation semiotic" + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/electical_systems/substation2) +"bGi" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/morgue) +"bGm" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"bGo" = ( +/obj/structure/largecrate/random/case/small, +/obj/item/device/multitool, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"bGp" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/spaceport/communications_office) +"bGs" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/pillars/south/pillarsouth1, +/area/lv759/oob) +"bGt" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_west) +"bGv" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"bGz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cargo_container/wy/mid{ + layer = 7 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"bGH" = ( +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"bGI" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "hybrisaLZ2_4"; + name = "Emergency Lockdown" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"bGU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"bGY" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"bHc" = ( +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment/east) +"bHd" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/structure/platform/mineral{ + dir = 4; + color = "#7e7d72" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"bHi" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/engineering) +"bHn" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"bHs" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "blue1" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"bHv" = ( +/obj/structure/closet/secure_closet/medical3{ + req_access_txt = "100" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"bHw" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"bHC" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats{ + dir = 1; + pixel_x = -6; + pixel_y = -12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"bHE" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"bHK" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/south_public_restroom) +"bHL" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/item/tool/warning_cone, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"bHS" = ( +/obj/structure/machinery/vending/walkman, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"bIi" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/floor) +"bIn" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_chassis{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"bIo" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/powercell, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"bIu" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/barricade/handrail/wire{ + layer = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"bIJ" = ( +/obj/item/prop/colony/canister{ + pixel_y = 11 + }, +/obj/item/lightstick/planted, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"bIK" = ( +/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/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 11 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/hospital/maintenance_north) +"bIQ" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"bIS" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_east_caves) +"bIW" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"bJg" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -17 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"bJm" = ( +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"bJn" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"bJt" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"bJB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/flashlight/lantern, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"bJJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 1; + pixel_x = -7 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"bJO" = ( +/obj/item/tool/crowbar, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"bJS" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/north_west_street) +"bJT" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"bKg" = ( +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"bKm" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"bKq" = ( +/obj/item/weapon/gun/rifle/mar40/carbine, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"bKt" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_2{ + dir = 8; + pixel_x = -9; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"bKD" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"bKG" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"bKV" = ( +/obj/structure/machinery/computer/crew, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"bKW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/handrail, +/mob/living/simple_animal/rat/gray, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"bKX" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blackcorner" + }, +/area/whiskey_outpost/inside/caves) +"bLb" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_caves) +"bLh" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider"; + pixel_y = 9 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"bLk" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"bLm" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/trash/green, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"bLn" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"bLp" = ( +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/pharmacy) +"bLy" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_east_caves) +"bLF" = ( +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"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 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"bLK" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"bLP" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 4 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"bLS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/sign/safety/ammunition{ + pixel_x = -18 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"bLW" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"bMd" = ( +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/structure/largecrate/supply{ + layer = 3.1; + pixel_y = 15 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + layer = 3.2 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"bMn" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/botany/botany_mainroom) +"bMy" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"bMB" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/machinery/cryobag_recycler, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"bMD" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"bME" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"bMG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"bMM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"bMO" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"bNa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"bNe" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"bNq" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"bNr" = ( +/obj/structure/closet/l3closet/general, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"bNt" = ( +/obj/structure/largecrate/random/case/double, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"bNw" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"bNE" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_1{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"bNH" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"bNN" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/small_stack, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 6 + }, +/area/lv759/indoors/meridian/meridian_factory) +"bNW" = ( +/obj/item/trash/chunk, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"bNY" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"bNZ" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"bOb" = ( +/obj/structure/surface/table, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/structure/surface/rack, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/equipment_east) +"bOg" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/head_office) +"bOj" = ( +/obj/structure/prop/hybrisa/containersextended/tanwywingsleft, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"bOo" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"bOt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/mini{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"bOz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/spawner/random/gun/shotgun/lowchance, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"bOD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/item/tool/shovel/etool/folded, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"bOK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/tiretrack, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"bON" = ( +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/communications_office) +"bOS" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"bOT" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"bOU" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/spaceport/cuppajoes) +"bOV" = ( +/obj/structure/prop/invuln/overhead_pipe, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"bOY" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/stairs/perspective/kutjevo{ + dir = 8 + }, +/obj/structure/platform/kutjevo/smooth, +/obj/structure/barricade/handrail/kutjevo{ + layer = 4 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/press_room) +"bPc" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/west_caves) +"bPf" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"bPh" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"bPm" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"bPp" = ( +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "8-9"; + layer = 5 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"bPt" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"bPC" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = " Bar - Kitchen" + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar/kitchen) +"bPD" = ( +/obj/structure/platform_decoration, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_factory) +"bPI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"bPK" = ( +/obj/structure/cable{ + icon_state = "4-10"; + level = 2; + color = "#550d0d" + }, +/obj/structure/platform/stair_cut, +/obj/structure/platform, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"bPL" = ( +/obj/structure/curtain/medical, +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"bPN" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"bPR" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"bPT" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"bPX" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/cmo_office) +"bQc" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"bQh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 8 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"bQk" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + color = "#ffa700"; + layer = 7 + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"bQl" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caveplateau) +"bQo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"bQq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 1; + layer = 5; + level = 5; + pixel_y = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"bQr" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"bQB" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/garage) +"bQE" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"bQK" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp1"; + name = "computer" + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/whiskey_outpost/inside/caves) +"bQN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xsplatter4" + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"bQO" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"bQU" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/obj/effect/hybrisa/decal/gold/line4, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/casino) +"bQZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"bRa" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"bRk" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"bRl" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_west_street) +"bRu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"bRv" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"bRx" = ( +/obj/structure/surface/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 6 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = -3 + }, +/obj/structure/machinery/light/small/blue, +/turf/open/shuttle/escapepod, +/area/lv759/indoors/power_plant/equipment_east) +"bRA" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor0" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"bRB" = ( +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"bRE" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Kitchen Storage" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"bRM" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/shuttle/dropship{ + icon_state = "floor8" + }, +/area/whiskey_outpost/inside/caves) +"bRP" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caveplateau) +"bRR" = ( +/obj/structure/closet/crate, +/obj/item/clothing/under/colonist, +/obj/item/prop/colony/folded_bedroll, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"bRS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/Car/Car_2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"bRY" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"bSp" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo) +"bSu" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"bSv" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/mining_outpost/east_dorms) +"bSz" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"bSB" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"bSD" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"bSF" = ( +/obj/structure/barricade/sandbags, +/obj/structure/barricade/sandbags{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"bSI" = ( +/obj/structure/platform/hybrisa/metalplatformstair1, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"bST" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/engineering) +"bSV" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"bSY" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/meridian/meridian_factory) +"bTd" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"bTh" = ( +/obj/item/folder/black, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"bTu" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"bTx" = ( +/obj/effect/landmark/corpsespawner/security/marshal, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"bTF" = ( +/obj/effect/hybrisa/decal/gold/line3, +/obj/structure/prop/hybrisa/misc/slotmachine{ + pixel_x = 6 + }, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"bTJ" = ( +/obj/structure/machinery/conveyor, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"bTP" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"bTR" = ( +/obj/structure/platform{ + layer = 3.1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"bTT" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 11; + pixel_y = 15 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"bTX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"bUl" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Toilet Unit" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"bUm" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"bUq" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/hallway_north) +"bUu" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"bUv" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "hybrisamining_northeast1"; + name = "\improper Checkpoint Lock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/northeast) +"bUy" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"bUH" = ( +/obj/structure/prop/almayer/missile_tube{ + color = "grey"; + desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; + icon_state = "missiletubesouth"; + name = "\improper massive vent"; + pixel_x = -15 + }, +/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/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"bUI" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/item/tool/warning_cone, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"bUO" = ( +/obj/item/tool/shovel, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"bUP" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/road/corner{ + dir = 1 + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"bUY" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"bVc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"bVd" = ( +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/breakroom) +"bVe" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/storage) +"bVi" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office) +"bVo" = ( +/obj/effect/hybrisa/decal/checkpoint_decal{ + dir = 1; + pixel_y = -6 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"bVu" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl3" + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"bVw" = ( +/obj/structure/largecrate{ + layer = 3.1; + pixel_y = 12 + }, +/obj/structure/largecrate/random/mini{ + layer = 3.2; + pixel_x = 10; + pixel_y = -7 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"bVD" = ( +/obj/structure/sign/safety/two, +/obj/structure/sign/poster/ad{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/tcomms_northwest) +"bVH" = ( +/obj/effect/hybrisa/decal/gold/line1, +/obj/effect/hybrisa/decal/gold/line4, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/chem_dispenser/soda/beer, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/casino) +"bVM" = ( +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"bVN" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"bVW" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/barricade/handrail/wire{ + layer = 3 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"bVX" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/turf/closed/wall/engineership, +/area/lv759/oob) +"bVY" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"bVZ" = ( +/obj/structure/machinery/processor, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"bWf" = ( +/obj/effect/spawner/random/powercell, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/molten_item, +/obj/structure/platform, +/obj/structure/cable/white{ + color = "007740"; + icon_state = "4-5"; + layer = 5 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"bWh" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"bWj" = ( +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"bWm" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"bWE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/tool/mop{ + pixel_x = -10 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"bWF" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"bWG" = ( +/obj/structure/closet/jcloset, +/obj/item/clothing/shoes/galoshes, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/janitor) +"bWP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"bWU" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/east) +"bWV" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/structure/platform_decoration/kutjevo/smooth{ + dir = 4 + }, +/obj/structure/platform_decoration/kutjevo/smooth{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"bXj" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/entertainment) +"bXl" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"bXn" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"bXo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"bXx" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"bXA" = ( +/obj/structure/sign/nosmoking_2, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cuppajoes) +"bXC" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_managersoffice) +"bXK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/computer/arcade{ + layer = 4; + pixel_y = 12 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet10-8" + }, +/area/lv759/indoors/bar/entertainment) +"bXM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/wood/small_stack, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"bXT" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/landing_zone_1/ceiling) +"bXU" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_y = 10 + }, +/obj/item/reagent_container/glass/paint/remover{ + pixel_x = -12; + pixel_y = 9 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"bXY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_west_caves) +"bXZ" = ( +/obj/structure/closet/bombclosetsecurity, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"bYd" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/kitchen/tray, +/obj/item/reagent_container/dropper, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"bYg" = ( +/obj/structure/machinery/iv_drip{ + layer = 2.9; + pixel_y = 19 + }, +/obj/structure/bed/roller/hospital{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"bYl" = ( +/turf/open/floor/plating, +/area/lv759/indoors/apartment/east) +"bYz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"bYA" = ( +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/north_street) +"bYD" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"bYF" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"bYI" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/cargo_maintenance) +"bYJ" = ( +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/whiskey_outpost/inside/caves) +"bYL" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"bYO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/item/paper_bin, +/obj/effect/spawner/random/pills/highchance, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"bYR" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"bYS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"bYT" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_marked" + }, +/area/lv759/indoors/power_plant/telecomms) +"bYY" = ( +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"bZp" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"bZq" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Weyland Yutani Security Checkpoint" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"bZr" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/west) +"bZs" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_chassis{ + dir = 1 + }, +/obj/structure/prop/hybrisa/Factory/Conveyor_belt{ + layer = 2 + }, +/obj/structure/prop/hybrisa/vehicles/Car/Car_chassis{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"bZt" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/bar) +"bZx" = ( +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"bZB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"bZF" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"bZG" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 10 + }, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"bZN" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"bZQ" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/machinery/door_control/brbutton{ + id = "secretlockdown4"; + pixel_y = 24; + needs_power = 0 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/hospital/virology) +"bZS" = ( +/obj/structure/bed/chair{ + layer = 4; + pixel_y = 13 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"bZU" = ( +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"bZW" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 6 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"caa" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"cad" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"cae" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/van/vandamaged, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"cak" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"cap" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"cas" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"cax" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/centrifuge, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"cay" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"caC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"caG" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"caH" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"caK" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/item/trash/buritto, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"caL" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/folder, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/meridian/meridian_office) +"caN" = ( +/obj/structure/bed/stool, +/obj/effect/hybrisa/decal/gold/line2, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"caZ" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/item/clothing/head/bio_hood/virology, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/hospital/virology) +"cbb" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/paper{ + layer = 2 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/colonial_marshals/office) +"cbh" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "comfychair_blue" + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"cbi" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_foyer) +"cbk" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cbr" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"cbu" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_4{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/breakroom) +"cbz" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining/mining3{ + dir = 4; + pixel_x = -8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"cbG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"cbI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/dropship_hatch/two{ + dir = 1; + name = "\improper WY-LWI StarGlider SG-200 airlock" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"cbJ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/defibrillator, +/obj/item/bedsheet/medical, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"cbM" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/turf/open/floor/prison, +/area/lv759/indoors/bar/entertainment) +"cbP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/metal/greenmetal1, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"cbT" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/obj/item/paper/crumpled, +/turf/open/floor/prison{ + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"cbV" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security_office) +"ccb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/medical{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/hospital/outgoing) +"cch" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"cci" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/vehicles/van/vanmining, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"ccn" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"ccp" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"ccw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/obj/item/trash/c_tube, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ccA" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment_services/east) +"ccC" = ( +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"ccG" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"ccO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"ccQ" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty2{ + icon_state = "bigrollerempty2_up"; + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"ccV" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/spaceport/docking_bay_1) +"cdh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"cdj" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"cdq" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"cdw" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"cdy" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"cdB" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"cdC" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"cdD" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"cdJ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/effect/hybrisa/decal/road/corner{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"cdL" = ( +/obj/structure/prop/hybrisa/vehicles/truck/truck2{ + dir = 1; + pixel_y = 17 + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"cdU" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/caves/north_east_caves) +"cdW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"cdY" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"ced" = ( +/turf/open/floor/prison{ + dir = 5; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"cee" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/trafficlight{ + dir = 8; + pixel_y = 10 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cel" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"cen" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/platform/mineral{ + dir = 8 + }, +/obj/structure/target/alien, +/turf/open/floor/prison{ + icon_state = "floor_marked" + }, +/area/whiskey_outpost/inside/caves) +"cew" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ceB" = ( +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"ceG" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"ceM" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/curtain/open/shower, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment_services/west) +"ceO" = ( +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"ceS" = ( +/obj/structure/prop/hybrisa/containersextended/lightgreywyleft, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"ceW" = ( +/obj/structure/extinguisher_cabinet/alt, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"cfd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison, +/area/lv759/indoors/bar/entertainment) +"cfj" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"cfl" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/girder/reinforced, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + color = "#ffa700"; + layer = 7 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"cfw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"cfy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged0{ + dir = 4; + layer = 2; + pixel_y = 2 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/east_central_street) +"cfB" = ( +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_west_street) +"cfJ" = ( +/obj/item/device/flashlight/lamp/on, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"cfM" = ( +/obj/item/ammo_magazine/m56d, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"cfN" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/changing_room) +"cfP" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/whiskey_outpost/inside/caves) +"cfS" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/small_stack, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/machinery/door_control/brbutton{ + id = "secretlockdown1"; + pixel_y = 24; + needs_power = 0 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"cfU" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_mainroom) +"cfZ" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -6 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_office) +"cgb" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"cgk" = ( +/obj/structure/sign/poster/safety{ + pixel_x = 5 + }, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/baggagehandling) +"cgq" = ( +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"cgy" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"cgF" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/morgue) +"cgJ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/communications{ + dir = 4; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 10 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"cgQ" = ( +/obj/structure/machinery/sentry_holder/colony{ + dir = 1; + pixel_y = -10 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"cgR" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"cgU" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/cryo_room) +"cgV" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"cgW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"chb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/prop/invuln/fusion_reactor, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "6-10"; + layer = 5 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"chc" = ( +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"chm" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice1"; + pixel_x = -26; + pixel_y = -13; + layer = 4.1 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"chy" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"chB" = ( +/obj/structure/closet, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"chE" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + pixel_y = 7; + pixel_x = -4 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"chG" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/bed/chair/wheelchair, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"chL" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"chR" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 8; + pixel_x = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"chT" = ( +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"chU" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "Hydroponics - Greenhouse" + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"chW" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"cii" = ( +/obj/structure/sign/safety/bulkhead_door, +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/docking_bay_2) +"cin" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"cir" = ( +/obj/structure/largecrate/supply{ + pixel_x = -4 + }, +/obj/item/tool/pickaxe/hammer, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"ciu" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"civ" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/computer/communications{ + pixel_x = 12 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/meridian/meridian_office) +"ciz" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_west_caves) +"ciE" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/east) +"ciH" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "\improper Flight Control Room" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/flight_control_room) +"ciZ" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/barricade/handrail/wire{ + layer = 3 + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/powercell{ + layer = 2.9 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"cjn" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 1 + }, +/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/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"cjq" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor5{ + light_on = 1; + light_power = 6; + light_range = 10; + name = "circular light"; + light_color = "#00ffa0" + }, +/area/lv759/oob) +"cjr" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + color = "#ffa700"; + layer = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"cjs" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/hallway_north) +"cjv" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"cjw" = ( +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"cjE" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"cjF" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + layer = 4; + pixel_x = -7 + }, +/obj/structure/platform/strata/metal{ + dir = 8; + layer = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"cjH" = ( +/obj/item/tool/wet_sign{ + layer = 6; + pixel_y = 18 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/south_public_restroom) +"cjI" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "An exchange valve"; + dir = 8; + icon = 'icons/obj/pipes/filter.dmi'; + icon_state = "map"; + name = "Automated Valve" + }, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"cjT" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"cjZ" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_west) +"ckk" = ( +/obj/structure/platform/mineral{ + dir = 4; + color = "#bbbaae" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"ckl" = ( +/obj/item/tool/shovel, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"cko" = ( +/obj/structure/platform_decoration, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"ckt" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/lv759/oob) +"ckv" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 8 + }, +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/paper{ + layer = 2.9 + }, +/obj/item/tool/pen/blue, +/obj/item/card/id/guest, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"ckw" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_west_caves) +"ckx" = ( +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"ckD" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"ckE" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"ckL" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"ckN" = ( +/obj/item/stack/rods, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/central_caves) +"ckP" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"ckV" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/turf/closed/wall/engineership, +/area/lv759/oob) +"clb" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"clf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"cli" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/bar/entertainment) +"cll" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"clm" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"clr" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/east) +"cls" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -4; + pixel_y = 5 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"clt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "6-8"; + layer = 5; + level = 2 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance) +"clv" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"clA" = ( +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"clB" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"clE" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/girder/reinforced, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2" + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"clH" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble6{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_factory) +"clM" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"clO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/item/shard, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_east_street) +"clP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/item/shard, +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + dir = 9; + pixel_y = 34 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"clU" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/west_caves) +"clY" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"cmd" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 6; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-9"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"cmf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/stack/sheet/wood/small_stack, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"cmi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"cmm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"cmn" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/misc/spaceport2, +/area/lv759/indoors/spaceport/docking_bay_1) +"cmu" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"cmy" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + pixel_x = 1 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"cmB" = ( +/obj/structure/prop/hybrisa/vehicles/truck{ + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"cmK" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/window/framed/hybrisa/colony/engineering/hull, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/lv759/oob) +"cmW" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"cmX" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"cmY" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/starglider) +"cnk" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/north_office) +"cnl" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"cnw" = ( +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/meridian/meridian_factory) +"cnB" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/barricade/handrail/strata, +/obj/structure/barricade/handrail/strata, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"cnF" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"cnH" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"cnJ" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_west_caves) +"cnK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_west) +"cnM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/toy/plush/random_plushie, +/obj/structure/bed/hybrisa/prisonbed{ + dir = 9 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/mining_outpost/east_dorms) +"cnN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"cnO" = ( +/obj/structure/platform, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/east_caves) +"cnP" = ( +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/item/prop/colony/usedbandage{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"cnQ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"cnV" = ( +/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/caves/north_east_caves) +"cnY" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"coh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"coo" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/mining_outpost/south) +"cor" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/attachable/bayonet, +/obj/item/prop/magazine/boots/n055, +/obj/item/attachable/bayonet/rmc, +/obj/item/attachable/bayonet/co2, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/east) +"cot" = ( +/obj/item/stack/sheet/cardboard, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"cov" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno{ + dir = 8; + icon_state = "xsplatter5" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"coB" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/south_east_street) +"coF" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"coH" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"coJ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"coK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/recycling_plant) +"coM" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/pizzabox/margherita, +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/food/snacks/margheritaslice{ + desc = "A slice of classic pizza ruined by the corps."; + name = "dirty margherita slice"; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_west_street) +"coN" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"coS" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"coU" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/prop/hybrisa/vehicles/Car/Car_chassis{ + dir = 4; + layer = 3; + pixel_y = -12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 3 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"coY" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"coZ" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"cpk" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"cpp" = ( +/obj/structure/platform/hybrisa/metalplatform4, +/obj/effect/hybrisa/decal/trash{ + dir = 8; + icon_state = "trash_11" + }, +/obj/structure/machinery/light/double/blue, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"cpB" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_street) +"cpD" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/item/tool/pickaxe{ + pixel_y = -3 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"cpE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"cpV" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"cpW" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/item/stack/sandbags_empty, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"cpX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"cpZ" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/telecomms) +"cqb" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/cargo_container/watatsumi/right, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"cqg" = ( +/obj/structure/machinery/light, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair{ + dir = 4; + icon_state = "chair_alt"; + pixel_x = 12; + pixel_y = 2; + layer = 2.8 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"cqi" = ( +/obj/item/reagent_container/food/snacks/eat_bar, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"cqo" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"cqv" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"cqy" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/telecomms) +"cqz" = ( +/obj/structure/janitorialcart, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"cqD" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/outgoing) +"cqH" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "zwing3"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/horizon_runner) +"cqM" = ( +/obj/structure/closet/crate/trashcart{ + layer = 3; + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/pizzabox/margherita, +/obj/effect/decal/cleanable/flour, +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/food/snacks/meat, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/graffiti/graffiti3{ + pixel_x = -12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_west_street) +"cqZ" = ( +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/apartment/east) +"crc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/xenobiology/small/empty, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"crd" = ( +/obj/structure/machinery/door/poddoor/almayer/closed, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"crg" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 5 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"cri" = ( +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty3_up" + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"crn" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/storage/bag/plasticbag, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"crA" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"crD" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"crL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"crO" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"crT" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15" + }, +/obj/item/trash/eat, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"crY" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"csc" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/west_caves) +"csn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable{ + icon_state = "2-8"; + level = 2; + color = "#550d0d" + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"cso" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/spaceport/cargo_maintenance) +"csq" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/barricade/handrail/medical, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"csB" = ( +/obj/structure/largecrate/random/barrel{ + layer = 4; + pixel_x = 6; + pixel_y = -16 + }, +/obj/structure/cargo_container/grant/rightmid{ + desc = "A huge industrial shipping container. Seems to have been vandalized."; + icon = 'icons/obj/structures/props/containersextended.dmi'; + icon_state = "grafcontain3_rm"; + layer = 1; + name = "Vandalized Cargo Container" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"csC" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"csE" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"csF" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"csG" = ( +/obj/structure/stairs/perspective/kutjevo, +/obj/structure/platform/kutjevo/smooth{ + climb_delay = 1; + dir = 4; + layer = 2.99 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -2 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"csP" = ( +/obj/structure/dartboard, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"csR" = ( +/obj/structure/surface/rack, +/obj/item/bodybag/tarp/reactive, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"ctq" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/hallway_north) +"ctx" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north) +"ctB" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"ctD" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"ctF" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"ctH" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + level = 1; + plane = -7 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"ctI" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Weyland Yutani Security Checkpoint" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"ctP" = ( +/obj/structure/sign/poster/pinup, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"ctQ" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/equipment_east) +"ctV" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"ctZ" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1; + pixel_x = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/obj/item/storage/bag/plasticbag, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cua" = ( +/obj/structure/extinguisher_cabinet/lifeboat, +/turf/closed/shuttle/ert{ + icon_state = "wy22" + }, +/area/whiskey_outpost/inside/caves) +"cub" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/item/storage/toolbox/mechanical/green{ + layer = 2; + pixel_y = -12 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_factory) +"cuc" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider, +/area/lv759/indoors/spaceport/starglider) +"cui" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"cuj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/pizzabox/vegetable, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/breakroom) +"cuk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"cul" = ( +/obj/structure/platform/kutjevo/smooth{ + climb_delay = 1; + dir = 8; + layer = 2.99 + }, +/obj/structure/ore_box{ + pixel_x = 5 + }, +/obj/structure/largecrate/random/mini{ + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"cup" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cur" = ( +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"cuu" = ( +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/security) +"cuw" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats{ + dir = 1; + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"cuy" = ( +/obj/structure/barricade/wooden, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"cuA" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"cuB" = ( +/obj/structure/machinery/autolathe/armylathe, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"cuC" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyleft{ + layer = 4; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"cuD" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"cuH" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"cuO" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"cuP" = ( +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = -2 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"cuS" = ( +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_y = 12 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 9 + }, +/area/lv759/indoors/recycling_plant/garage) +"cuZ" = ( +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"cvb" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Bar - Entertainment Subsection" + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar/entertainment) +"cvf" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + pixel_x = 5; + dir = 4; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cvk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_y = 19 + }, +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/item/trash/burger, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"cvm" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"cvn" = ( +/obj/structure/bed/portable_surgery, +/obj/effect/decal/cleanable/blood, +/obj/item/alien_embryo, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"cvq" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/adv{ + pixel_x = 2; + pixel_y = -5 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"cvt" = ( +/obj/structure/window/framed/hybrisa/colony/engineering, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen) +"cvw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 4 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"cvA" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blackcorner" + }, +/area/whiskey_outpost/inside/caves) +"cvB" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"cvF" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"cvG" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"cvJ" = ( +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"cvK" = ( +/obj/item/ammo_magazine/handful/shotgun/flechette, +/obj/item/ammo_magazine/shotgun/flechette, +/obj/structure/closet, +/obj/item/weapon/gun/shotgun/double/mou53, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/casino/casino_vault) +"cvM" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"cvR" = ( +/obj/structure/surface/table, +/obj/item/toy/plush/therapy/random_color, +/turf/open/floor/prison{ + dir = 9; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"cvV" = ( +/obj/structure/machinery/mineral/processing_unit, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"cwe" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"cwh" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7{ + layer = 4; + pixel_x = 2 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"cwi" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "6" + }, +/area/lv759/indoors/spaceport/starglider) +"cwj" = ( +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 2 + }, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"cwl" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/west_caves) +"cwo" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "hybrisaLZ2_1"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat, +/area/lv759/landing_zone_2) +"cwr" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"cwt" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"cwu" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/machinery/deployable/barrier, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"cww" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 8 + }, +/area/lv759/indoors/recycling_plant) +"cwA" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"cwD" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"cwF" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"cwM" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"cwO" = ( +/obj/item/reagent_container/syringe/drugs, +/obj/effect/decal/cleanable/generic, +/obj/item/stack/sheet/cardboard, +/obj/structure/bed/bedroll{ + dir = 9 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"cwP" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/surgical_tray, +/obj/item/tool/surgery/surgicaldrill, +/obj/item/tool/surgery/hemostat, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"cwR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining/mining2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"cxe" = ( +/obj/structure/largecrate/random/mini/small_case, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"cxg" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cxv" = ( +/obj/structure/machinery/fuelcell_recycler, +/obj/structure/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"cxy" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "zenithstone" + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"cxK" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"cxM" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"cxO" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"cxR" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 4; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"cxS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"cyc" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/central_streets) +"cyl" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/landing_zone_2) +"cym" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"cyn" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"cyC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"cyJ" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 1; + pixel_x = -7 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"cyM" = ( +/obj/structure/surface/rack, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/spaceport/cargo) +"cyX" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/hybrisa/metal/greenmetalfull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"czc" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/almayer, +/area/lv759/indoors/spaceport/cargo) +"czd" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/central_caves) +"cze" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 8 + }, +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/paper{ + layer = 2.9 + }, +/obj/item/card/id/guest, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"czj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"czl" = ( +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"czq" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 8 + }, +/area/lv759/indoors/recycling_plant) +"czw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/power_plant/south_hallway) +"czB" = ( +/obj/structure/sign/safety/security, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/security) +"czF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/metal, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"czG" = ( +/obj/structure/largecrate/random/barrel/yellow{ + layer = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"czK" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"czL" = ( +/obj/structure/prop/hybrisa/furniture/tables/tablegambling, +/obj/item/explosive/plastic/custom{ + desc = "A tightly wrapped package of white powder."; + name = "white wrapped package" + }, +/obj/item/explosive/plastic/custom{ + desc = "A tightly wrapped package of white powder."; + name = "white wrapped package"; + pixel_x = 9 + }, +/obj/item/explosive/plastic/custom{ + desc = "A tightly wrapped package of white powder."; + name = "white wrapped package"; + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/flour, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet08" + }, +/area/lv759/oob) +"czP" = ( +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/power_plant/transformers_north) +"czS" = ( +/obj/item/stool, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/virology) +"czV" = ( +/obj/structure/disposalpipe/segment, +/mob/living/simple_animal/rat/gray, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"czX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/storage/box/donkpockets, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"cAb" = ( +/turf/closed/wall/hybrisa/research/reinforced/hull, +/area/lv759/oob) +"cAk" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"cAm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 17 + }, +/obj/structure/cable{ + icon_state = "1-8"; + level = 2; + color = "#550d0d" + }, +/obj/structure/platform, +/obj/structure/platform_decoration/shiva, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"cAn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"cAs" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"cAw" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/platform{ + layer = 4 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"cAx" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"cAC" = ( +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"cAK" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"cAL" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/structure/largecrate/random/mini/small_case{ + layer = 5; + pixel_y = 12 + }, +/obj/structure/largecrate/random/mini/small_case{ + layer = 6; + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"cAP" = ( +/obj/item/paper/crumpled, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"cAU" = ( +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment/east) +"cAY" = ( +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart/backrooms) +"cAZ" = ( +/obj/effect/decal/prints, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/spawner/random/tool, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/electical_systems/substation3) +"cBa" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime1" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"cBb" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"cBf" = ( +/obj/structure/machinery/light/small{ + dir = 1; + pixel_y = 20 + }, +/obj/item/tool/mop{ + layer = 4; + pixel_x = -6; + pixel_y = 24 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"cBg" = ( +/obj/structure/bed/chair{ + dir = 8; + icon_state = "chair_alt"; + pixel_x = -8 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"cBi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/maintenance_east) +"cBk" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/reception) +"cBo" = ( +/obj/item/stack/rods, +/obj/structure/grille, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"cBx" = ( +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/kelland, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"cBG" = ( +/obj/structure/sign/safety/maint, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/maintenance_east) +"cBQ" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/electical_systems/substation1) +"cBR" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/strata{ + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security_office) +"cBY" = ( +/obj/structure/machinery/door/airlock/almayer/secure{ + locked = 1; + name = "Evidence Room" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"cCa" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"cCd" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"cCD" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/hallway_east) +"cCH" = ( +/obj/structure/platform, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_west_caves) +"cCN" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 7; + pixel_y = 16 + }, +/obj/item/storage/box/evidence, +/obj/item/evidencebag, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"cCT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/containersextended/bluewywingsright, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"cCW" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"cDg" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaltan{ + dir = 4; + layer = 3 + }, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_street) +"cDh" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"cDj" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"cDk" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 6 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"cDl" = ( +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"cDq" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/lv759/oob) +"cDA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/prop/hybrisa/containersextended/lightgreywyleft, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"cDB" = ( +/obj/structure/largecrate/random/case/double, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"cDD" = ( +/obj/item/device/flashlight/on, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"cDJ" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/icu) +"cDN" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"cDO" = ( +/obj/structure/sign/poster/marshalls, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/hallway_central) +"cDV" = ( +/obj/structure/computerframe{ + pixel_x = 5; + pixel_y = 16 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/caves/south_east_caves) +"cEe" = ( +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/east_dorms) +"cEf" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 8; + name = "\improper Abandoned Mining Storage" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"cEi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"cEk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"cEw" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"cEz" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"cEA" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"cEG" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"cEH" = ( +/obj/structure/platform_decoration, +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/glass/paint{ + pixel_x = 8; + pixel_y = 14 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"cEN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"cEV" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"cEY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/north_street) +"cFr" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite5, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"cFu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cFx" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/camera_film, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"cFG" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"cFJ" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"cFR" = ( +/obj/structure/platform_decoration, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_south) +"cFT" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"cFV" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"cFZ" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/power_storage) +"cGk" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"cGo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"cGq" = ( +/obj/structure/sign/safety/chem_lab, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"cGr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/obj/item/shard, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + layer = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"cGs" = ( +/obj/structure/platform, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"cGt" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/clothing/gloves/swat, +/obj/item/weapon/gun/energy/taser, +/obj/item/clothing/mask/gas/swat, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"cGy" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + locked = 1; + req_one_access = null; + req_one_access_txt = "19;34;30" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/south_hallway) +"cGA" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"cGB" = ( +/obj/structure/sign/poster/propaganda, +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_2/ceiling) +"cGG" = ( +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"cGK" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/barricade/handrail/medical{ + layer = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"cGP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/hotdog, +/obj/structure/closet/crate/trashcart, +/obj/item/trash/eat, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoe"; + name = "cuppa joe's coffee cup" + }, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/maintenance_east) +"cGU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_west_street) +"cGX" = ( +/obj/structure/catwalk/prison, +/obj/structure/fence/electrified{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"cHd" = ( +/obj/structure/machinery/power/terminal, +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation2) +"cHe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/platform_decoration/mineral{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "cyan4" + }, +/area/whiskey_outpost/inside/caves) +"cHo" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"cHt" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"cHB" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"cHD" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"cHJ" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_east_street) +"cHK" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Dormitories" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"cHL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 20 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"cHQ" = ( +/obj/structure/bed/sofa/vert/white, +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"cHU" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/obj/effect/hybrisa/decal/trash{ + dir = 8; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"cIc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"cId" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cIh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/surface/rack, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/item/fuelCell, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"cIi" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"cIk" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/caves/north_east_caves) +"cIs" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/trash/burger, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"cIu" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/garage_reception) +"cIv" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"cIx" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Weyland Yutani Security Checkpoint" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"cIC" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_2{ + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"cIF" = ( +/obj/structure/sign/safety/landingzone, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/security) +"cIG" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_east_street) +"cIJ" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/recycling_plant) +"cIK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"cJd" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"cJg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/prop/alien/hugger{ + pixel_x = -7; + pixel_y = -5 + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"cJp" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"cJt" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{ + light_color = "#00da64"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/wardens_office) +"cJy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/pharmacy) +"cJz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + layer = 5 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_factory) +"cJI" = ( +/obj/structure/surface/rack, +/obj/effect/hybrisa/decal/dirt, +/obj/item/storage/bag/trash, +/obj/item/storage/bag/trash{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/engineering) +"cJL" = ( +/obj/structure/machinery/light/spot/blue, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/obj/structure/prop/hybrisa/vehicles/Car{ + dir = 4; + pixel_y = 12; + layer = 8 + }, +/turf/open/floor/kutjevo/colors/red, +/area/lv759/indoors/meridian/meridian_showroom) +"cJM" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"cJN" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blackcorner" + }, +/area/whiskey_outpost/inside/caves) +"cJO" = ( +/obj/structure/prop/hybrisa/containersextended/medicalleft, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"cJU" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/west_caves) +"cJW" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/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 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"cKe" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + layer = 3.2 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/spaceport/cargo) +"cKr" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/obj/effect/hybrisa/decal/gold/line1, +/obj/effect/hybrisa/decal/gold/line2, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"cKs" = ( +/obj/item/device/taperecorder, +/obj/item/device/flashlight/lamp, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/interrogation) +"cKu" = ( +/obj/structure/girder, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/hospital/morgue) +"cKB" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/lv759/indoors/spaceport/security) +"cKC" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"cKN" = ( +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_hallway) +"cKX" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/spaceport/docking_bay_1) +"cKZ" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/hospital/maintenance) +"cLa" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"cLb" = ( +/obj/item/tool/screwdriver{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/tool/crowbar/red, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/weymart/backrooms) +"cLd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"cLj" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"cLo" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + req_one_access = null + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"cLp" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"cLq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"cLt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"cLu" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"cLv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"cLw" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/structure/largecrate/random/case/double{ + layer = 6; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"cLC" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"cLF" = ( +/obj/item/storage/backpack/lightpack, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"cLG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"cLK" = ( +/obj/structure/largecrate/guns, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"cLV" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/landing_zone_2) +"cLW" = ( +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/meridian/meridian_managersoffice) +"cMc" = ( +/obj/item/tool/wirecutters/tactical, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/electical_systems/substation2) +"cMi" = ( +/obj/structure/bed/chair/wood/normal, +/obj/effect/hybrisa/decal/dirt, +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "Low security prisoners would smuggle in arcade tickets after visitations. The tickets act as a stand in for paper currency in the prison economy, they're backed by the cigarette standard, since one ticket nets one cigarette at the prize booth. The cigarettes also get smuggled back in."; + name = "\improper arcade tickets"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"cMm" = ( +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/item/tool/mop{ + pixel_y = 6 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_hallway) +"cMq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/weapon/gun/smg/mp5, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"cMw" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/platform_decoration{ + dir = 8; + layer = 4 + }, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"cME" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 10; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"cMI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble10{ + pixel_x = -13; + pixel_y = 18 + }, +/mob/living/simple_animal/rat/gray, +/mob/living/simple_animal/rat/gray, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"cMK" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + dir = 1; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider"; + pixel_y = -7 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"cMT" = ( +/obj/structure/machinery/photocopier{ + pixel_y = 4 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"cMZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_2) +"cNa" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"cNc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"cNg" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/sign/poster/safety, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"cNi" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/north_street) +"cNn" = ( +/obj/structure/machinery/vending/dinnerware, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"cNq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 18 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"cNs" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e" + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"cNt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stool{ + layer = 2; + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/cargo) +"cNv" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"cNA" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/card, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"cNB" = ( +/obj/item/storage/bag/plasticbag, +/obj/item/reagent_container/food/drinks/milk, +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/conveyor{ + layer = 3 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"cND" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart" + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"cNE" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"cNF" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"cNH" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_4{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/virology) +"cNK" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 4 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 4 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"cNN" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cNO" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"cNR" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"cNU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"cNV" = ( +/obj/structure/toilet, +/obj/effect/landmark/monkey_spawn, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"cNW" = ( +/obj/item/reagent_container/blood/empty, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"cNY" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"cNZ" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/hallway_central) +"cOc" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"cOd" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"cOn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"cOq" = ( +/obj/structure/closet/secure_closet/marshal, +/obj/item/clothing/suit/storage/CMB, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/stunprod, +/obj/item/storage/belt/security/MP/CMB/full, +/turf/open/floor/prison{ + dir = 1; + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"cOw" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"cOB" = ( +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 12; + pixel_y = 6 + }, +/obj/item/folder/black, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/vip) +"cOC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"cOD" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/reagent_container/food/drinks/coffeecup, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"cOG" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"cOO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + icon_state = "wy_water_crushed" + }, +/obj/effect/decal/cleanable/generic, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"cOV" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"cOY" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gibarm_flesh" + }, +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"cPb" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"cPd" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/pressroom) +"cPh" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/head_office) +"cPv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/engineering) +"cPz" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/recycling_plant_office) +"cPB" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"cPD" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"cPI" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + light_color = "#00ff9f"; + light_on = 1; + light_power = 2; + light_range = 3; + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"cPM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_west) +"cPP" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"cPW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"cPZ" = ( +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"cQa" = ( +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/north_street) +"cQd" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"cQo" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 4 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"cQs" = ( +/obj/structure/surface/rack, +/obj/item/hardpoint/locomotion/van_wheels{ + unacidable = 1 + }, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop) +"cQx" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard4{ + dir = 1; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"cQy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/lv759/indoors/power_plant/gas_generators) +"cQB" = ( +/obj/structure/largecrate/random/secure{ + pixel_y = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"cQH" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"cQI" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_x = -16; + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"cQL" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"cQM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"cRb" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"cRf" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"cRj" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"cRl" = ( +/obj/structure/barricade/handrail/hybrisa/road/wood/orange{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"cRn" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"cRo" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"cRp" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"cRq" = ( +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"cRz" = ( +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/obj/item/stack/sheet/wood/small_stack{ + layer = 1 + }, +/obj/structure/largecrate/random/barrel/yellow{ + layer = 2 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"cRA" = ( +/obj/structure/surface/rack, +/obj/item/fuelCell, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"cRD" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"cRE" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/secure_data, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"cRF" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/road/wood/orange{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"cRI" = ( +/obj/structure/largecrate/random/case/small{ + pixel_y = 7 + }, +/obj/item/storage/briefcase/stowaway, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"cRL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate, +/obj/item/tool/crowbar, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"cRO" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office) +"cRS" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"cRW" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"cSc" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/wygoon, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"cSi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/east_hallway) +"cSl" = ( +/obj/structure/bed/stool{ + icon_state = "stool_alt" + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet6-2" + }, +/area/lv759/indoors/bar) +"cSv" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/landing_zone_1) +"cSw" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_2) +"cSG" = ( +/obj/structure/surface/rack, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"cSK" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"cSM" = ( +/obj/structure/sign/safety/bathmens, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/west) +"cSP" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"cSQ" = ( +/turf/open/floor/hybrisa/metal/stripe_red, +/area/whiskey_outpost/inside/caves) +"cST" = ( +/turf/open/floor{ + icon_state = "rampbottom" + }, +/area/lv759/indoors/apartment/west) +"cSX" = ( +/obj/structure/bed/stool{ + icon_state = "stool_alt"; + pixel_x = 12; + pixel_y = 15 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/northeast) +"cSY" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"cTf" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/effect/hybrisa/decal/road/corner, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"cTk" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance) +"cTl" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"cTn" = ( +/obj/item/prop/almayer/comp_open, +/obj/item/clothing/head/headset, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/whiskey_outpost/inside/caves) +"cTp" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office) +"cTr" = ( +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"cTx" = ( +/obj/structure/prop/hybrisa/airport/refuelinghose{ + layer = 1; + pixel_x = -12; + pixel_y = -12 + }, +/turf/closed/shuttle/dropship2/transparent{ + icon = 'icons/turf/ert_shuttle.dmi'; + icon_state = "wy27"; + name = "wall" + }, +/area/whiskey_outpost/inside/caves) +"cTy" = ( +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/item/paper{ + layer = 2 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 9 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"cTB" = ( +/obj/structure/cargo_container/watatsumi/left, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"cTD" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyright{ + layer = 4; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"cTE" = ( +/obj/item/storage/briefcase, +/obj/item/clothing/head/bowlerhat, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/hybrisa/dropship/dropship3, +/area/whiskey_outpost/inside/caves) +"cTI" = ( +/obj/structure/barricade/sandbags{ + dir = 4; + icon_state = "sandbag_3" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/mining_outpost/south) +"cTK" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/sign/safety/landingzone{ + pixel_x = -17 + }, +/obj/structure/largecrate/random/barrel/red{ + layer = 5; + pixel_x = 9 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"cTL" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"cTO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4; + layer = 4 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/security) +"cTP" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = 8; + pixel_y = -12 + }, +/turf/closed/wall/hybrisa/marhsalls_unmeltable, +/area/lv759/oob) +"cTS" = ( +/obj/item/prop/colony/usedbandage{ + dir = 10 + }, +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/blood, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"cTX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"cTZ" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"cUb" = ( +/obj/structure/cargo_container/grant/left{ + desc = "A huge industrial shipping container. Seems to have been vandalized."; + icon = 'icons/obj/structures/props/containersextended.dmi'; + icon_state = "grafcontain2_r"; + layer = 4; + name = "Vandalized Cargo Container" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"cUc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + amount = 25 + }, +/turf/open/floor/hybrisa/misc/spaceport2, +/area/lv759/indoors/spaceport/docking_bay_1) +"cUf" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/effect/spawner/random/tool, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"cUi" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"cUn" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/item/clothing/ears/earmuffs, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/ammo_magazine/revolver, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "redfull" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"cUq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"cUr" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cUv" = ( +/obj/structure/sign/safety/landingzone, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"cUx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"cUB" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + dir = 8; + layer = 4; + pixel_x = 5; + pixel_y = 18 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/landing_zone_2/ceiling) +"cUG" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"cUN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"cUT" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"cUW" = ( +/obj/structure/platform{ + layer = 3.1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice1"; + pixel_x = -26; + pixel_y = -13 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"cUZ" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/structure/inflatable/door, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"cVa" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Restroom" + }, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/breakroom) +"cVi" = ( +/obj/structure/sign/safety/bulkhead_door, +/obj/structure/machinery/door_control/brbutton{ + id = "hybrisamining_northeast2"; + indestructible = 1; + layer = 4; + name = "Mining Lockdown"; + pixel_x = 3 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/mining_outpost/northeast) +"cVl" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"cVm" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"cVo" = ( +/obj/effect/hybrisa/decal/dirt, +/mob/living/simple_animal/rat/gray, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"cVq" = ( +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/reception) +"cVE" = ( +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"cVF" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + layer = 5; + pixel_x = -6; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"cVQ" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + light_color = "#00ff9f"; + light_on = 1; + light_power = 2; + light_range = 3; + pixel_x = 2; + pixel_y = 12 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"cVT" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2/ceiling) +"cVZ" = ( +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"cWf" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/misc/spaceport1, +/area/lv759/indoors/spaceport/docking_bay_1) +"cWo" = ( +/obj/structure/sign/poster/kellandmining, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_command) +"cWK" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/restroom) +"cWQ" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cWT" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"cWU" = ( +/obj/item/paper, +/obj/item/paper/crumpled, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"cWV" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/effect/spawner/random/toolbox{ + pixel_y = 12 + }, +/obj/structure/bed/bedroll, +/obj/item/prop/colony/folded_bedroll, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/jacks_surplus) +"cXi" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"cXj" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Weyland Yutani Security Checkpoint" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"cXk" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"cXu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"cXy" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/stack/rods, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"cXz" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_north) +"cXG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"cXM" = ( +/obj/item/clothing/suit/bio_suit/virology, +/obj/item/clothing/head/bio_hood/virology, +/obj/item/reagent_container/syringe/antitoxin, +/obj/item/storage/box/syringes, +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"cXN" = ( +/obj/structure/sign/safety/landingzone{ + pixel_x = -17 + }, +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + layer = 4; + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/machinery/light/blue, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"cXQ" = ( +/obj/item/clothing/mask/tornscarf, +/obj/item/clothing/mask/tornscarf/black, +/obj/item/clothing/mask/tornscarf/green, +/obj/item/clothing/mask/tornscarf/desert, +/obj/item/clothing/mask/tornscarf/snow, +/obj/item/clothing/mask/tornscarf/urban, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"cXV" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop_storage) +"cXW" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"cXZ" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"cYa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/shower{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"cYm" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/garage_restroom) +"cYq" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"cYu" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder2, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"cYE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/central_streets) +"cYJ" = ( +/obj/item/clipboard, +/obj/structure/window/reinforced/toughened, +/obj/item/paper, +/obj/item/tool/stamp{ + pixel_x = -7 + }, +/obj/item/tool/pen, +/obj/effect/landmark/objective_landmark/far, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"cYL" = ( +/obj/structure/ore_box{ + pixel_x = 5 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"cYN" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"cYP" = ( +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"cYT" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "1-6" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"cYX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cYZ" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"cZe" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"cZh" = ( +/obj/structure/ore_box, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"cZl" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"cZo" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/central_streets) +"cZu" = ( +/obj/structure/catwalk/prison, +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"cZy" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"cZz" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"cZA" = ( +/obj/structure/closet/crate/secure, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"cZF" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/cargo_container/kelland/right{ + layer = 5; + pixel_x = 12 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"cZH" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/door/window/brigdoor/northleft{ + dir = 4 + }, +/obj/item/weapon/gun/flamer, +/obj/item/ammo_casing/bullet, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"cZP" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"cZW" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/largecrate/random/case/double{ + layer = 2 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"cZZ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"daj" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"dak" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/firecloset, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/storage) +"dan" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/mining_outpost/east_command) +"dar" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"das" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red4" + }, +/area/lv759/indoors/spaceport/security_office) +"dax" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"daz" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"daC" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = 18; + pixel_y = 11 + }, +/obj/item/storage/fancy/cigarettes/wypacket{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = 10; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"daG" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"daI" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"daW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"dba" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"dbb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/recycling_plant/garage) +"dbd" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/garage_reception) +"dbi" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + indestructible = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant) +"dbo" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"dbp" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/item/shard, +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 1; + pixel_x = 5; + pixel_y = 10 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"dbr" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment/west) +"dbu" = ( +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/caves/north_east_caves) +"dbA" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"dbC" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"dbD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"dbG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"dbM" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"dbW" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"dck" = ( +/obj/structure/machinery/floodlight, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"dcl" = ( +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/hospital/virology) +"dcs" = ( +/obj/structure/stairs/perspective/kutjevo, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"dcw" = ( +/obj/structure/cargo_container/wy/left, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"dcC" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"dcF" = ( +/obj/structure/reagent_dispensers/oxygentank, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"dcK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"dcO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_street) +"dcP" = ( +/obj/structure/platform/hybrisa/metalplatformstair1, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"dcQ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/pill_bottle/packet/kelotane, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"dcT" = ( +/obj/structure/largecrate/supply/supplies/flares, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"dcU" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/landing_zone_2/ceiling) +"dcV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/analyzer/plant_analyzer, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 1 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"ddc" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ddf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ddh" = ( +/obj/item/paper, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"ddi" = ( +/obj/structure/platform/mineral{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "4-6"; + layer = 5; + level = 2 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"ddp" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"dds" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + pixel_y = 34 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ddx" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/east) +"ddG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_east) +"ddI" = ( +/obj/structure/machinery/chem_dispenser/medbay, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/hospital/pharmacy) +"ddQ" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_office) +"ddV" = ( +/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; + health = 25000 + }, +/obj/structure/barricade/sandbags{ + dir = 4; + icon_state = "sandbag_3" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/mining_outpost/south) +"ddW" = ( +/obj/structure/dispenser/oxygen, +/obj/structure/pipes/standard/simple/visible{ + dir = 10 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"ddX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 3 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"ddY" = ( +/obj/structure/bed/chair{ + dir = 4; + icon_state = "chair_alt"; + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"dec" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/storage/box/syringes, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"def" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"deh" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/spawner/random/pills/midchance, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/apartment/east) +"dej" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"den" = ( +/obj/structure/sign/poster/io, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/spaceport/security_office) +"dez" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"deA" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"deH" = ( +/obj/structure/prop/hybrisa/containersextended/medicalright, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"deJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/obj/structure/window_frame/hybrisa/colony/engineering/reinforced, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/power_plant/south_hallway) +"deS" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"dfb" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"dfe" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/containersextended/tanwywingsright, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + layer = 5 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"dff" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/wood/orange{ + layer = 3 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"dfi" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"dfk" = ( +/obj/structure/prop/dam/crane{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/lv759/indoors/spaceport/cargo) +"dfl" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2"; + opacity = 0 + }, +/area/whiskey_outpost/inside/caves) +"dfn" = ( +/obj/item/reagent_container/blood/empty, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"dfr" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/largecrate/random/mini{ + pixel_x = -7; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/misc/blood/blood2, +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/lv759/indoors/bar/entertainment) +"dfs" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"dfv" = ( +/obj/structure/machinery/computer/cameras/wooden_tv{ + desc = "An old TV hooked up to a video cassette recorder, you can even use it to time shift WOW."; + layer = 3.2; + name = "Television set"; + network = null; + pixel_x = -3; + pixel_y = 6 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/casino/casino_office) +"dfB" = ( +/obj/structure/cargo_container/kelland/left{ + layer = 3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"dfK" = ( +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"dfM" = ( +/obj/structure/platform_decoration/strata/metal, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"dfN" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"dfU" = ( +/obj/structure/machinery/disposal, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"dga" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/casino/casino_office) +"dgb" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"dgc" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"dgn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"dgs" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Hospital - Operating Theatre 1" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/operation) +"dgD" = ( +/obj/structure/surface/rack{ + layer = 4 + }, +/obj/item/storage/toolbox/electrical{ + layer = 4; + pixel_y = 9 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "cyan4" + }, +/area/whiskey_outpost/inside/caves) +"dgO" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/dam/drill, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"dgU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_12"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash, +/mob/living/simple_animal/rat/gray, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"dgW" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/largecrate/random/mini{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/smallDelivery{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/smallDelivery{ + pixel_x = 8; + pixel_y = 12; + layer = 2.9 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"dha" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"dhg" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"dho" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"dhr" = ( +/obj/structure/closet/wardrobe/medic_white, +/obj/item/clothing/accessory/armband/med, +/obj/item/clothing/accessory/armband/med, +/obj/item/clothing/accessory/armband/med, +/obj/item/clothing/accessory/armband/med, +/obj/item/clothing/accessory/storage/surg_vest/equipped, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/prison{ + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"dht" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly, +/obj/structure/prop/hybrisa/misc/fake/wire/blue, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"dhz" = ( +/obj/structure/cargo_container/kelland/right{ + layer = 4.1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"dhA" = ( +/obj/effect/spawner/random/toy, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"dhB" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"dhJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "hybrisamining_northeast1"; + name = "\improper Checkpoint Lock" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/northeast) +"dhM" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_1{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"dhN" = ( +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/obj/structure/largecrate/random/mini{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"dhQ" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"dhR" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/bar) +"dhW" = ( +/obj/structure/platform_decoration/mineral{ + dir = 1; + color = "#7e7d72" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/east_central_street) +"dhX" = ( +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/platform, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/cable/white{ + color = "9f8700"; + icon_state = "5-6"; + layer = 5 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"dib" = ( +/obj/structure/machinery/atm{ + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi'; + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"did" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"dig" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"dih" = ( +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"dii" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"dij" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/clothing/head/welding, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"dio" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"diu" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"diw" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_1) +"diy" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"diA" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/landing_zone_1) +"diH" = ( +/obj/structure/machinery/computer/arcade, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"diJ" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/barricade/handrail{ + layer = 4 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/effect/hybrisa/decal/road/lines5, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/road/lines5{ + pixel_y = 5 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"diK" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"diR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/structure/bed/stool, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"diT" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"diU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/powercell{ + pixel_x = 5 + }, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/electical_systems/substation3) +"diX" = ( +/obj/item/stack/sheet/metal, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + pixel_y = -8 + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + pixel_y = -8 + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + pixel_y = -8 + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + layer = 6; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/central_streets) +"diZ" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"djf" = ( +/obj/structure/machinery/vending/snack{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"djh" = ( +/obj/structure/machinery/autolathe/medilathe, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/medical_storage) +"djs" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/central_streets) +"djt" = ( +/obj/structure/platform_decoration/kutjevo/smooth{ + dir = 8 + }, +/obj/structure/barricade/handrail/kutjevo, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/press_room) +"djz" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + light_color = "#00ff9f"; + light_on = 1; + light_power = 2; + light_range = 3; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/engineering) +"djA" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"djD" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_street) +"djI" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/solid{ + dir = 8; + locked = 1; + name = "\improper Dormitories - Bedroom" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/apartment_services/east) +"djJ" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"djL" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"djM" = ( +/obj/structure/closet/crate, +/obj/item/poster, +/obj/item/poster, +/obj/item/poster, +/obj/item/poster, +/obj/item/prop/colony/folded_bedroll, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"djP" = ( +/obj/structure/prop/hybrisa/containersextended/greenleft, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"dkb" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"dkf" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science1{ + dir = 1; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"dkg" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"dkh" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"dkl" = ( +/obj/structure/disposalconstruct, +/obj/effect/spawner/random/tool, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"dkm" = ( +/obj/item/trash/eat, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/recycling_plant_office) +"dkt" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dky" = ( +/obj/item/prop/colony/canister{ + pixel_y = 7 + }, +/obj/item/prop/colony/canister, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"dkz" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/prop/hybrisa/vehicles/Car/Car_2{ + dir = 1; + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"dkJ" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 10 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"dkL" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"dkU" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"dla" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/clothing/gloves/latex, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"dlb" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"dld" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"dlm" = ( +/obj/structure/largecrate/random/mini/med{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"dlq" = ( +/turf/open/floor/hybrisa/misc/wybiglogo{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"dlv" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"dlF" = ( +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"dlL" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "47" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"dlM" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/trash/buritto, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"dlR" = ( +/obj/item/trash/tray, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/item/tool/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"dlT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/corner2, +/area/whiskey_outpost/inside/caves) +"dlZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"dme" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/trash/green{ + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dmh" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"dmu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/computer3frame/wallcomp, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"dmy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"dmI" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2; + pixel_x = 5; + pixel_y = 4 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dmJ" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 10; + layer = 8; + level = 8; + pixel_y = 20 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"dmQ" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"dmV" = ( +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl3" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"dnb" = ( +/obj/structure/machinery/door/window/southleft{ + color = "#FF2300" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"dng" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dnr" = ( +/obj/item/device/flashlight/lantern, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"dnz" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"doe" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/barricade/handrail/wire, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"dog" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/cryo_room) +"dom" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{ + dir = 8 + }, +/obj/structure/prop/hybrisa/containersextended/blackwyright, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"dos" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 1 + }, +/obj/structure/prop/almayer/computers/sensor_computer3{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"dou" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"doy" = ( +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoenolid"; + name = "cuppa joe's coffee cup" + }, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"doF" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 6 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"doH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"doI" = ( +/obj/item/ammo_magazine/rifle/mar40, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"doJ" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/item/stack/sheet/cardboard{ + layer = 1; + pixel_x = 12 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"doL" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/prop/cash_register/off/open, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"doO" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"doX" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"doZ" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/item/reagent_container/glass/rag{ + desc = "A towel for drying yourself."; + icon = 'icons/obj/items/hunter/pred_gear.dmi'; + icon_state = "polishing_rag"; + name = "towel" + }, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/restroom) +"dpa" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"dpf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/power_plant/south_hallway) +"dpn" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"dpq" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Weyland Yutani Security Checkpoint" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_security/checkpoint_central) +"dpr" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"dps" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + layer = 4 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 8; + icon = 'icons/obj/pipes/pipes.dmi'; + 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" + }, +/area/lv759/landing_zone_2/ceiling) +"dpv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"dpw" = ( +/obj/structure/safe{ + spawnkey = 0 + }, +/obj/item/spacecash/c1000, +/obj/item/coin/diamond, +/obj/item/clothing/mask/pig, +/obj/item/weapon/chainofcommand, +/obj/item/clothing/mask/muzzle, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/casino/casino_vault) +"dpy" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"dpB" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + pixel_x = -30; + start_charge = 0 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_east) +"dpD" = ( +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"dpG" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/east_central_street) +"dpI" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"dpJ" = ( +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"dpN" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dpP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"dpQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/item/shard, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"dpT" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"dpW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = -8 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_street) +"dqh" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/east_central_street) +"dql" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -6 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"dqs" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/largecrate/random/secure, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"dqv" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/west) +"dqz" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"dqD" = ( +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 6 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"dqH" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"dqK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/shard, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"dqQ" = ( +/obj/structure/surface/table/gamblingtable{ + layer = 3 + }, +/obj/item/prop/colony/game, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar/entertainment) +"dqS" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dqT" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"dri" = ( +/obj/item/paper, +/obj/item/paper{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/prison, +/area/lv759/indoors/spaceport/communications_office) +"drj" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"drp" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"drs" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on{ + light_color = "#efa531"; + light_on = 1; + light_range = 2 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on{ + dir = 1; + light_color = "#efa531"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"drt" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"drx" = ( +/obj/structure/bed/hybrisa/bunkbed3, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/apartment_services/east) +"drK" = ( +/obj/structure/machinery/light/spot/blue, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red, +/area/lv759/indoors/meridian/meridian_showroom) +"drN" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/pressroom) +"drO" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"drP" = ( +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"drT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"drU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"drV" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + layer = 8; + level = 8; + pixel_y = 20; + dir = 6 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"drZ" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"dsa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/trash/green{ + pixel_x = 1; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"dsb" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"dsc" = ( +/obj/structure/bed/chair/office/dark, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"dsh" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform2, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"dsk" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"dsn" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Hospital - Lobby Reception" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"dsq" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"dsr" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"dst" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dsC" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-4"; + layer = 5; + level = 2 + }, +/obj/structure/grille, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"dsD" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"dsF" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/device/analyzer, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/telecomms) +"dsG" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + dir = 4 + }, +/turf/closed/wall/engineership, +/area/lv759/oob) +"dsI" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"dsK" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/obj/effect/decal/strata_decals/grime/grime1{ + icon_state = "grime2" + }, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"dsM" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/paper/crumpled/bloody{ + pixel_x = -9; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_x = -9 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"dsP" = ( +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"dsR" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"dsT" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/maintenance_east) +"dtf" = ( +/obj/item/stool, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"dtj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/item/trash/cigbutt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"dtk" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8; + pixel_x = -1; + pixel_y = -1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"dts" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 6; + pixel_x = 5 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"dtv" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"dtK" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_factory) +"dtM" = ( +/obj/structure/bedsheetbin{ + icon_state = "linenbin-empty" + }, +/obj/item/storage/bag/plasticbag, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"dtR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dtX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/blue{ + pixel_x = 9 + }, +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 150 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"dtY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 5 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"dui" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"duz" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/prop/hybrisa/containersextended/greenwywingsleft{ + layer = 3 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"duB" = ( +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/central_hallway) +"duN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"duO" = ( +/obj/item/prop/colony/usedbandage{ + dir = 9 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"duU" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"duV" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"dvb" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + dir = 8; + pixel_y = 12; + pixel_x = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"dvd" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno{ + dir = 4; + icon_state = "xsplatter3" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"dvf" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Restroom" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/east) +"dvk" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dvp" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/effect/hybrisa/decal/dirt, +/mob/living/simple_animal/rat/gray, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"dvy" = ( +/obj/structure/prop/hybrisa/furniture/tables/tablepool{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"dvA" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 5 + }, +/area/lv759/indoors/weyyu_office) +"dvD" = ( +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/WY_Security/Truck_1{ + pixel_y = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"dvE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "hybrisaLZ2_3"; + name = "Emergency Lockdown" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"dvH" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"dvQ" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyleft{ + layer = 3 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"dvR" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4, +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"dvT" = ( +/obj/structure/machinery/body_scanconsole{ + layer = 5 + }, +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + dir = 1; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + layer = 2.99; + name = "hospital divider"; + pixel_y = 12 + }, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"dvY" = ( +/obj/structure/machinery/vending/snack, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 5 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"dwc" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"dwd" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"dwg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/mineral{ + dir = 1; + color = "#7e7d72" + }, +/obj/effect/decal/cleanable/blood, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 11; + pixel_y = 21 + }, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/east_central_street) +"dwi" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"dwm" = ( +/obj/item/tool/pickaxe{ + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/clothing/head/hairflower, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"dwu" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"dwv" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"dwA" = ( +/obj/structure/closet/bodybag/cryobag{ + icon_state = "bodybag_folded" + }, +/obj/structure/bed/portable_surgery, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"dwE" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"dwF" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/barricade/handrail/wire{ + layer = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/engineering) +"dwG" = ( +/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" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"dwT" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gibleg" + }, +/obj/structure/bed/roller, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_street) +"dxl" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/obj/structure/machinery/light{ + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"dxv" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/sign/safety/two{ + pixel_x = -17 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"dxC" = ( +/obj/structure/sign/safety/opens_up, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"dxD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/hallway_east) +"dxH" = ( +/obj/structure/machinery/door/window/northleft{ + layer = 3 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/door/window/westleft{ + dir = 2 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"dxK" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"dyi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"dyj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"dyp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"dys" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"dyB" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_street) +"dyC" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/item/stool, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/hospital/maintenance) +"dyD" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/blue, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"dyK" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"dyP" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/structure/machinery/iv_drip{ + layer = 5; + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/landing_zone_1) +"dyT" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/hybrisa/street/cement1, +/area/lv759/indoors/meridian/meridian_maintenance_east) +"dyX" = ( +/obj/structure/machinery/computer/atmos_alert{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"dyY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/engineering) +"dza" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon = 'icons/turf/floors/hybrisafloors.dmi'; + icon_state = "darkredfull2"; + indestructible = 1 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_1) +"dzi" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"dzj" = ( +/obj/item/stack/sheet/cardboard, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/west_caves) +"dzq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"dzs" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"dzu" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"dzv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/east_central_street) +"dzI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/vehicle_spawner/van/decrepit, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/indoors/garage_workshop) +"dzK" = ( +/obj/structure/largecrate/random, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"dzV" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"dzW" = ( +/obj/structure/closet/l3closet/virology, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/hospital/virology) +"dzX" = ( +/obj/item/trash/eat, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/storage/bag/plasticbag, +/obj/item/trash/liquidfood, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"dAc" = ( +/obj/structure/prop/almayer/computers/sensor_computer2{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"dAs" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"dAw" = ( +/obj/structure/tunnel/maint_tunnel/no_xeno_desc{ + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "maintenancehatch_alt" + }, +/obj/item/tool/wet_sign{ + layer = 4; + pixel_x = -9; + pixel_y = 17 + }, +/obj/item/tool/mop{ + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cargo_maintenance) +"dAA" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"dAB" = ( +/obj/structure/window/framed/hybrisa/spaceport/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/security_office) +"dAG" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"dAL" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/spawner/random/gun/pistol/highchance, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"dAM" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"dAQ" = ( +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/casino/casino_office) +"dAX" = ( +/obj/structure/largecrate/random/barrel{ + layer = 3.1; + pixel_x = -17; + pixel_y = -9 + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"dAY" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/item/lightstick/planted, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"dBe" = ( +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"dBf" = ( +/obj/item/tool/pickaxe{ + pixel_y = -3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"dBi" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"dBj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"dBl" = ( +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"dBn" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"dBr" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/emergency_room) +"dBA" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/whiskey_outpost/inside/caves) +"dBB" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"dBC" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"dBD" = ( +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/pharmacy) +"dBE" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/generic, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"dBY" = ( +/obj/structure/largecrate/random, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"dCe" = ( +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"dCh" = ( +/obj/item/device/flashlight/flare, +/turf/open/shuttle/dropship{ + icon_state = "rasputin8" + }, +/area/whiskey_outpost/inside/caves) +"dCi" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"dCk" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/computer/card{ + dir = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"dCo" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"dCr" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"dCu" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"dCv" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"dCy" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 10 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"dCA" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"dCF" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"dCJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"dCK" = ( +/obj/item/tool/candle, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/structure/surface/table/reinforced/cloth{ + color = "#651e12" + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 5 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/lv759/indoors/bar) +"dCM" = ( +/obj/structure/platform/strata/metal, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"dCQ" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"dCW" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/central_caves) +"dDg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/power_storage) +"dDk" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/blood/empty, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"dDL" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"dDP" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/lines6{ + pixel_x = -3 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"dDS" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"dDZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"dEa" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/spaceport/communications_office) +"dEc" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"dEf" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 10 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"dEu" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble9{ + pixel_x = -6; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"dEv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north) +"dEy" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"dEK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + indestructible = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"dEP" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"dES" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/whiskey_outpost/inside/caves) +"dEX" = ( +/obj/structure/catwalk/prison, +/obj/structure/fence/electrified{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"dEY" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/device/flashlight/lantern, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/east_command) +"dFb" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "cyan4" + }, +/area/whiskey_outpost/inside/caves) +"dFf" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"dFi" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + light_color = "#FF004A"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_command) +"dFq" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"dFu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/prop/colony/usedbandage{ + dir = 4 + }, +/obj/item/reagent_container/hypospray/autoinjector/empty/skillless/medium, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"dFz" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"dFA" = ( +/obj/effect/hybrisa/decal/trash{ + dir = 8; + icon_state = "trash_11" + }, +/obj/item/stack/sheet/cardboard{ + pixel_y = -12 + }, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "6_pack_1_crushed" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"dFE" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"dFR" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_west_caves) +"dGd" = ( +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" + }, +/obj/item/tool/surgery/scalpel, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/hospital/morgue) +"dGf" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"dGg" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"dGi" = ( +/obj/structure/cargo_container/grant/left{ + desc = "A huge industrial shipping container. Seems to have been vandalized."; + icon = 'icons/obj/structures/props/containersextended.dmi'; + icon_state = "grafcontain_l"; + layer = 4; + name = "Vandalized Cargo Container" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"dGy" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Toilet Unit" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"dGA" = ( +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"dGB" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble12{ + pixel_x = -13; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"dGG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/window_frame/hybrisa/marshalls/reinforced, +/obj/item/shard, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/hallway_central) +"dHc" = ( +/obj/item/clothing/mask/tornscarf/desert, +/obj/item/clothing/mask/tornscarf/green, +/obj/item/clothing/mask/tornscarf/snow, +/obj/item/clothing/mask/tornscarf/urban, +/obj/item/clothing/accessory/poncho, +/obj/item/clothing/accessory/poncho, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"dHg" = ( +/obj/item/device/megaphone, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"dHj" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines5, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/road/lines5{ + pixel_y = 5 + }, +/obj/structure/prop/hybrisa/vehicles/truck/garbage{ + pixel_x = -12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"dHm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"dHo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/prop/hybrisa/misc/commandosuitemptyprop{ + pixel_y = 4 + }, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"dHp" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/spawner/random/tool, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"dHq" = ( +/obj/structure/closet, +/obj/item/clothing/suit/storage/labcoat, +/obj/structure/machinery/light/double, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"dHt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"dHu" = ( +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/kitchen) +"dHx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/mining_outpost/south) +"dHG" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/hallway_north) +"dHK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"dHX" = ( +/obj/structure/sign/safety/bathunisex, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/restroom) +"dIa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/recycling_plant_office) +"dIf" = ( +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = 8; + pixel_y = -3 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"dIi" = ( +/obj/structure/platform, +/obj/item/stack/rods, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"dIk" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"dIo" = ( +/obj/item/prop/helmetgarb/spent_buckshot, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"dIp" = ( +/obj/structure/barricade/handrail/kutjevo, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"dIv" = ( +/obj/item/stack/sandbags/large_stack, +/obj/item/tool/shovel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_street) +"dIw" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_4{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"dIy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltop"; + layer = 2 + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"dIH" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaltan{ + dir = 1; + layer = 3; + pixel_y = 10 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"dIS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/blue, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"dIT" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/sandbags{ + dir = 4 + }, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"dIU" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_west_caves) +"dJa" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 2; + id = "hybrisagarage_1"; + name = "\improper Garage" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/garage_workshop) +"dJb" = ( +/obj/structure/surface/rack, +/obj/item/storage/beer_pack, +/obj/item/storage/beer_pack, +/obj/item/storage/beer_pack, +/obj/item/storage/beer_pack, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"dJe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"dJp" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"dJq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"dJr" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"dJw" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"dJz" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"dJD" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"dJE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/prop/hybrisa/misc/commandosuitemptyprop{ + pixel_y = 4 + }, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"dJG" = ( +/obj/structure/platform/hybrisa/metalplatform4{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"dJI" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"dJP" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/item/trash/crushed_cup{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/central_streets) +"dJY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"dJZ" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/northeast) +"dKa" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_factory) +"dKb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/largecrate/supply, +/obj/structure/largecrate/supply{ + layer = 3.2; + pixel_x = 10; + pixel_y = 19 + }, +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"dKh" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"dKi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"dKl" = ( +/obj/structure/prop/hybrisa/misc/trash/green{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_street) +"dKo" = ( +/obj/item/paper/crumpled, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/apartment_services/east) +"dKE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"dKK" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"dKO" = ( +/obj/structure/largecrate, +/obj/structure/barricade/handrail/hybrisa/road/wood/orange{ + pixel_x = 4; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"dKQ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"dKV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"dKX" = ( +/obj/structure/prop/hybrisa/containersextended/bluewywingsright{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"dKZ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_north) +"dLa" = ( +/obj/structure/sign/poster/safety, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/garage) +"dLc" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"dLk" = ( +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"dLn" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{ + dir = 1 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/fusion_generators) +"dLp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/stack/rods, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/storage) +"dLq" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 4 + }, +/obj/structure/machinery/floodlight{ + layer = 4 + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/whiskey_outpost/inside/caves) +"dLr" = ( +/obj/structure/sign/safety/two, +/obj/structure/sign/safety/synth_storage{ + pixel_x = -17 + }, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart) +"dLt" = ( +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"dLw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/buritto{ + layer = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"dLB" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/autoname{ + name = "Mining - Processing & Storage" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/mining_outpost/processing) +"dLF" = ( +/obj/structure/surface/table, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/trash/tray, +/obj/item/reagent_container/food/snacks/packaged_burrito, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/lv759/indoors/spaceport/kitchen) +"dLH" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_east_caves) +"dLJ" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/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{ + dir = 4; + pixel_y = -4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"dLN" = ( +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"dLO" = ( +/obj/structure/machinery/door/poddoor/almayer/closed, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"dLQ" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"dLS" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/clipboard, +/obj/item/tool/pen/red/clicky, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced, +/obj/item/paper/crumpled, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"dMc" = ( +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/south_west_street) +"dMd" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"dMh" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/weapon/gun/pistol/highpower, +/turf/open/floor/prison{ + icon_state = "redfull" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"dMq" = ( +/obj/item/tool/mop{ + pixel_y = 20 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"dMr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/largecrate/random/secure{ + layer = 6; + pixel_x = 7; + pixel_y = 17 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"dMt" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment/west) +"dMu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"dMv" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/weyyu_office) +"dMC" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "w-y2" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"dMH" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_west) +"dMJ" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"dMN" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/botany/botany_maintenance) +"dMY" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"dNb" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"dNf" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/press_room) +"dNo" = ( +/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."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "110"; + name = "\improper WY-LWI StarGlider SG-200" + }, +/area/lv759/indoors/spaceport/starglider) +"dNw" = ( +/obj/structure/bed/chair/bolted{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 8 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"dNy" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Bar - Entertainment Subsection" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar/entertainment) +"dNz" = ( +/obj/structure/platform_decoration/strata/metal, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/hallway_north) +"dNB" = ( +/obj/structure/window/framed/hybrisa/colony/engineering, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant) +"dND" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "Bar - Foyer" + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar) +"dNR" = ( +/obj/structure/machinery/door/window/brigdoor/northleft, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"dOa" = ( +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"dOb" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/spaceport/cargo) +"dOg" = ( +/obj/structure/bed/chair{ + pixel_y = 13 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"dOm" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"dOn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dOu" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13, +/area/lv759/oob) +"dOv" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"dOB" = ( +/obj/structure/closet/l3closet/general, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"dOD" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Jack's Military Surplus"; + locked = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/jacks_surplus) +"dOH" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/garage) +"dOL" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"dON" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/machinery/light/blue, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/landing_zone_2) +"dOP" = ( +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/west) +"dOU" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"dOV" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"dOW" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/morgue) +"dOY" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"dPa" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"dPd" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/engineer/engineerpillar/southwestbottom{ + pixel_y = -32 + }, +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/oob) +"dPi" = ( +/obj/structure/closet/crate/freezer/cooler{ + pixel_x = -7 + }, +/obj/structure/closet/crate/freezer/cooler, +/obj/structure/prop/hybrisa/supermart/rack/longrackempty{ + layer = 2 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"dPl" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/holding_cells) +"dPm" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/north_office) +"dPo" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"dPr" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"dPt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/communications{ + dir = 8; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security_office) +"dPC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"dPH" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"dPK" = ( +/obj/structure/sign/safety/synth_storage, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"dPN" = ( +/turf/open/floor/hybrisa/misc/wysmallright, +/area/lv759/indoors/spaceport/docking_bay_1) +"dPY" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14" + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"dQb" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/weyyu_office/breakroom) +"dQj" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"dQv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + icon_state = "yellow3" + }, +/area/lv759/indoors/spaceport/cargo) +"dQw" = ( +/obj/structure/bed/sofa/vert/white, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"dQB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/hybrisa/decal/bloodtrail, +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Restroom" + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar/bathroom) +"dQC" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"dQK" = ( +/obj/structure/barricade/handrail/strata, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/landing_zone_1) +"dQM" = ( +/obj/structure/largecrate/random/case, +/obj/structure/largecrate/random/mini/med{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"dQN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/south_hallway) +"dQU" = ( +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"dQW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"dRh" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpetside" + }, +/area/lv759/indoors/bar) +"dRi" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_caves) +"dRj" = ( +/obj/item/stack/sheet/cardboard/small_stack, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_west) +"dRm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"dRo" = ( +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"dRv" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/hospital/maintenance) +"dRA" = ( +/obj/structure/prop/hybrisa/containersextended/bluewywingsright, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/cargo) +"dRC" = ( +/obj/effect/hybrisa/decal/WY/WYworn{ + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"dRE" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_west) +"dRQ" = ( +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/whiskey_outpost/inside/caves) +"dRR" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"dRZ" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/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/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"dSg" = ( +/obj/item/tool/warning_cone, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"dSj" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/prop/hybrisa/vehicles/truck/truck2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"dSq" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_south) +"dSu" = ( +/obj/structure/cargo_container/kelland/left{ + layer = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"dSv" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"dSy" = ( +/obj/structure/closet/secure_closet/marshal, +/obj/item/clothing/suit/storage/CMB, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/stunprod, +/obj/item/storage/belt/security/MP/CMB/full, +/turf/open/floor/prison{ + dir = 4; + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"dSA" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"dSC" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"dSF" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"dSJ" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"dSM" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"dSP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_container/glass/bucket, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"dSW" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/south_east_street) +"dTa" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"dTe" = ( +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"dTi" = ( +/obj/structure/sign/safety/coffee{ + pixel_x = 17 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_4{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/cuppajoes) +"dTr" = ( +/obj/item/trash/eat, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/central_streets) +"dTu" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_west_caves) +"dTv" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"dTx" = ( +/obj/structure/surface/rack, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/clothing/head/soft/sec/corp, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"dTA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"dTB" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketempty, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"dTI" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"dTL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"dTO" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/obj/structure/machinery/door/window/southleft{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/paper_bin, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"dTS" = ( +/obj/structure/prop/hybrisa/containersextended/blueright{ + layer = 3 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"dTV" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines5{ + pixel_y = 5 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"dTW" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/storage/briefcase{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office/hallway) +"dUe" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"dUf" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/bar) +"dUn" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"dUo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 17; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile{ + dir = 8 + }, +/area/lv759/indoors/mining_outpost/northeast) +"dUr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/lv759/indoors/power_plant/gas_generators) +"dUD" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/horizon_runner) +"dUM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/structure/platform, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 5 + }, +/area/lv759/indoors/spaceport/cargo) +"dUO" = ( +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoenolid"; + name = "cuppa joe's coffee cup" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dUR" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + dir = 8 + }, +/turf/open/engineership/engineer_floor13, +/area/lv759/oob) +"dUV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/van/vanpizza, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dUX" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 1; + pixel_x = 2; + pixel_y = 8; + layer = 9 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"dUZ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/paper/crumpled, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"dVb" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/starglider) +"dVe" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/operation) +"dVh" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"dVk" = ( +/obj/structure/bed/roller, +/obj/structure/closet/bodybag, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"dVo" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = -6; + pixel_y = 16 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"dVr" = ( +/obj/item/tool/wirecutters{ + pixel_x = -8; + pixel_y = 18 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"dVs" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"dVt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/garage) +"dVu" = ( +/obj/structure/platform/mineral{ + dir = 1 + }, +/obj/structure/surface/rack{ + layer = 4 + }, +/obj/item/stack/sheet/plasteel/med_small_stack{ + layer = 4 + }, +/obj/item/stack/cable_coil/blue{ + layer = 4 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/strata{ + dir = 4; + icon_state = "cyan4" + }, +/area/whiskey_outpost/inside/caves) +"dVv" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"dVF" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"dVG" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/pillars/west/pillarwest1, +/area/lv759/oob) +"dVT" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"dVU" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_chassis{ + dir = 4; + layer = 3 + }, +/obj/structure/prop/hybrisa/Factory/Conveyor_belt{ + layer = 2 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"dWc" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 8; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"dWd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/structure/sign/safety/reception{ + desc = "Semiotic Standard denoting the nearby presence of a dormitory area."; + name = "dormitory semiotic" + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"dWh" = ( +/obj/structure/platform/hybrisa/metalplatform2, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 5; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/central_streets) +"dWo" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4; + layer = 2; + pixel_x = 12; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "gibarm_flesh" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar/entertainment) +"dWp" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"dWz" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble11{ + pixel_x = -16; + pixel_y = 18 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"dWA" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"dWF" = ( +/turf/open/floor/almayer/research/containment/corner{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"dWQ" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/truck/garbage{ + layer = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"dWS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"dWW" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"dXd" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/hallway_north) +"dXf" = ( +/obj/structure/sign/safety/conference_room, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/pressroom) +"dXi" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl1" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"dXl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo_maintenance) +"dXq" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"dXr" = ( +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"dXB" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -7 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"dXL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 6; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"dXM" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"dXR" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"dXT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"dXX" = ( +/obj/item/lightstick/planted, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"dYa" = ( +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"dYb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/truck/truck4{ + dir = 1; + layer = 2.8; + pixel_y = -12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"dYh" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/east_central_street) +"dYo" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/electical_systems/substation1) +"dYp" = ( +/obj/structure/machinery/disposal/delivery, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellowcorners2" + }, +/area/whiskey_outpost/inside/caves) +"dYu" = ( +/obj/item/paper{ + layer = 5; + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"dYv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"dYD" = ( +/obj/structure/closet/fireaxecabinet, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"dYH" = ( +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" + }, +/obj/structure/machinery/door/morgue{ + dir = 1; + name = "Hosptial - Morgue Autopsy Room" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"dYL" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"dYT" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/south_public_restroom) +"dYV" = ( +/obj/item/storage/belt/gun/flaregun/full, +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/closet/crate/secure/weyland, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"dYY" = ( +/obj/structure/prop/invuln/minecart_tracks, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"dZd" = ( +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"dZg" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"dZk" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"dZn" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"dZo" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 8; + pixel_x = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"dZp" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"dZq" = ( +/obj/item/prop/colony/canister{ + pixel_y = 11 + }, +/obj/structure/bed/chair{ + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"dZs" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/item/reagent_container/hypospray/autoinjector/emergency, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"dZt" = ( +/obj/structure/machinery/vending/cola{ + density = 0; + pixel_x = 10; + pixel_y = 16 + }, +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"dZw" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"dZx" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1{ + layer = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4; + layer = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"dZD" = ( +/obj/item/shard, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"dZN" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"dZS" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"dZV" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office) +"eac" = ( +/obj/structure/machinery/light/blue, +/obj/structure/barricade/handrail{ + dir = 1; + layer = 2.7; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo) +"eah" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/tcomms_northwest) +"eak" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"eal" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/machinery/sentry_holder/colony{ + dir = 4; + layer = 4; + pixel_x = -24 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ean" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/stack/sheet/cardboard, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"eao" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/glass/paint{ + pixel_x = 5 + }, +/obj/item/reagent_container/glass/paint{ + pixel_x = -5 + }, +/obj/item/reagent_container/glass/paint, +/turf/open/floor/corsat, +/area/lv759/indoors/meridian/meridian_factory) +"eap" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/prison, +/area/lv759/indoors/weymart/backrooms) +"eaq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"eaB" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/uscm_mre, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"eaG" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/obj/structure/prop/hybrisa/lattice_prop/lattice_2{ + pixel_x = -26 + }, +/turf/open/floor/plating, +/area/lv759/indoors/tcomms_northwest) +"eaJ" = ( +/obj/structure/prop/hybrisa/containersextended/blueright, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"eaK" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/item/trash/eat, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"eaN" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/wood/medium_stack, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"eaO" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"eaP" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"eaU" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"eaZ" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"eba" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"ebj" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"ebm" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_factory) +"ebn" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"ebq" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"ebr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"ebu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart"; + pixel_y = 9 + }, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"ebx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/orangelinecorner{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"ebA" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"ebG" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"ebP" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "Righty tighty, lefty loosey!"; + dir = 1; + icon = 'icons/obj/pipes/valve.dmi'; + icon_state = "map_valve1"; + name = "Pressure Valve" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/machinery/portable_atmospherics/powered/pump, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"ebT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"ebV" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ecf" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/outgoing) +"ecg" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/r_n_d/circuit_imprinter, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"eck" = ( +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"ecp" = ( +/obj/structure/platform_decoration/strata/metal, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"ecr" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/machinery/door_control{ + id = "viro_lab_lockdown"; + name = "Virology Lab lockdown button"; + pixel_x = 27; + pixel_y = 11 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/hospital/virology) +"ecs" = ( +/obj/structure/prop/hybrisa/containersextended/lightgreywyleft, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"ecy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"ecz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"ecE" = ( +/obj/structure/bed/hybrisa/bunkbed1{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment_services/east) +"ecT" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform3, +/turf/open/floor/hybrisa/metal/bluemetalcorner{ + dir = 1 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"edb" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + pixel_y = 12 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"edd" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_5{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"edj" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"edo" = ( +/obj/item/stack/rods, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"edp" = ( +/obj/structure/machinery/floodlight, +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"edw" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5"; + pixel_x = 2 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + pixel_y = -6 + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"edy" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"edB" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_1, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"edL" = ( +/obj/structure/surface/table/almayer, +/obj/item/fuelCell, +/obj/item/tool/screwdriver{ + pixel_x = 5; + pixel_y = -4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"edO" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/effect/hybrisa/decal/engineership_corners, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"edP" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + dir = 1; + name = "\improper Synthetic Storage" + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"edQ" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/obj/item/storage/box/sprays, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"edR" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Hydroponics" + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_hallway) +"edT" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"edX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"edY" = ( +/obj/structure/platform{ + dir = 4; + layer = 4 + }, +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"eei" = ( +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"eek" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"eey" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 4; + layer = 4 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"eez" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 6 + }, +/area/lv759/indoors/weyyu_office) +"eeH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 17 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"eeJ" = ( +/obj/structure/barricade/handrail/medical{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"eeL" = ( +/obj/structure/platform/mineral{ + color = "#7e7d72" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/east_central_street) +"eeP" = ( +/turf/closed/wall/hybrisa/rock, +/area/lv759/indoors/caves/south_east_caves) +"eeR" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"eeV" = ( +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"efb" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"efe" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"eff" = ( +/obj/structure/sign/safety/coffee, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/cuppajoes) +"efk" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office) +"efl" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"efm" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/item/tool/screwdriver{ + layer = 3.6; + pixel_x = 9; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"efq" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"efu" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"efv" = ( +/obj/structure/prop/hybrisa/containersextended/lightgreywyright, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"efE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"efF" = ( +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 17 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"efI" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/flask/vacuumflask{ + pixel_y = 20 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = 8; + pixel_y = -3 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"efJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital - Hallway" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/east_hallway) +"efL" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/cargo_container/kelland/right{ + layer = 4.3 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"efT" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "83" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"efW" = ( +/obj/structure/bed/roller, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"ega" = ( +/obj/structure/disposalpipe/segment, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"ege" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"egl" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/east_central_street) +"ego" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"egt" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/fancy/vials/random, +/obj/item/reagent_container/dropper{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/item/reagent_container/glass/beaker/vial, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"egu" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Recreation Room" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/west) +"egv" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"egz" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"egD" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"egI" = ( +/obj/structure/largecrate/random/mini{ + layer = 3.9; + pixel_x = 1; + pixel_y = 14 + }, +/obj/structure/largecrate/random/barrel/black{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"egL" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/electical_systems/substation3) +"egO" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"egS" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/mining_outpost/east_dorms) +"egU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suv/misc/maintenance, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"egY" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame, +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_1/ceiling) +"ehc" = ( +/obj/structure/surface/table/almayer, +/obj/structure/largecrate/random/case/small{ + pixel_y = 9 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"ehd" = ( +/obj/item/stack/rods{ + amount = 25 + }, +/obj/effect/decal/cleanable/generic, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"ehf" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"ehp" = ( +/obj/structure/surface/rack, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_east) +"eht" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"ehw" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + dir = 1; + name = "Weyland Yutani Corporate Offices - Reception" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/weyyu_office) +"ehC" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/prop/hybrisa/signs/casniosign{ + light_color = "#FFEF8E"; + light_on = 1; + light_power = 4; + light_range = 5; + pixel_y = 29 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/item/tool/warning_cone{ + layer = 4; + pixel_x = -20 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + icon_state = "wy_water_crushed" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"ehJ" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"ehM" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/closet/crate/trashcart, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"ehO" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/hallway) +"ehV" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"eib" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"eid" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"eif" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"eig" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard2{ + dir = 8; + pixel_y = 34 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/hallway_east) +"eih" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment_services/east) +"eik" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1"; + pixel_x = 12; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"ein" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/recycling_plant_office) +"eis" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science1{ + dir = 1; + layer = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"eiu" = ( +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/south_east_street) +"eiB" = ( +/obj/item/tool/warning_cone{ + layer = 3.3; + pixel_x = 4; + pixel_y = 18 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/door_control{ + id = "hybrisameridianfactory_1"; + name = "\improper Factory Floor Shutters button"; + pixel_x = 24; + pixel_y = 11 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"eiO" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment/east) +"eiR" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/item/device/radio/headset, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/landing_zone_2/ceiling) +"ejc" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/largecrate/random/mini{ + layer = 5; + pixel_x = -2; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"eje" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ejf" = ( +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ejj" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"ejo" = ( +/obj/structure/surface/table/holotable/wood, +/obj/item/paper_bin, +/obj/item/tool/pen, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"ejt" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor_corner{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"ejv" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"ejx" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/item/reagent_container/food/drinks/cans/cola, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/east) +"ejA" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"ejR" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"ejV" = ( +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/docking_bay_2) +"ekf" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer{ + access_modified = 1; + dir = 1; + name = "\improper Auxiliary Combat Support Secondary Preparations"; + req_one_access = "19;27;22" + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"ekl" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"ekq" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_east_caves) +"eks" = ( +/obj/structure/machinery/door/airlock/almayer/secure/autoname{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/oob) +"ekt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"ekB" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/oob) +"ekD" = ( +/obj/structure/bed/chair{ + icon_state = "chair_alt"; + layer = 4; + pixel_x = 3; + pixel_y = 17 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"ekN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"ekQ" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_off{ + dir = 1; + pixel_x = -2 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"ekY" = ( +/obj/structure/sign/safety/landingzone, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"ekZ" = ( +/obj/item/stack/sheet/wood/large_stack, +/obj/structure/closet/crate, +/obj/item/stack/sheet/plasteel/small_stack, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"eli" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"elj" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"elk" = ( +/obj/structure/disposalpipe/segment, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/bar/entertainment) +"elq" = ( +/obj/structure/machinery/bot/medbot, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"elr" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/effect/hybrisa/decal/dirt, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"elt" = ( +/obj/item/tool/shovel, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"elu" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/office) +"elG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"elK" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"elL" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "67" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"elM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"elP" = ( +/obj/item/prop/colony/folded_bedroll, +/obj/item/prop/helmetgarb/raincover, +/obj/item/prop/tableflag, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"elS" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"elT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/atm{ + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi'; + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ema" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + name = "computer" + }, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"emb" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"emc" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/west_caves) +"emd" = ( +/obj/structure/sign/safety/high_voltage{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/maintenance) +"eme" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/obj/structure/sign/safety/restrictedarea, +/turf/closed/wall/hybrisa/marhsalls_unmeltable, +/area/lv759/oob) +"emf" = ( +/obj/structure/cargo_container/kelland/right, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"emm" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Cuppa Joe's" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cuppajoes) +"emp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/tool/screwdriver{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"emu" = ( +/obj/structure/foamed_metal, +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_2/ceiling) +"emw" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"emG" = ( +/obj/effect/hybrisa/decal/workers_decal, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"emH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"emK" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"emV" = ( +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 11; + pixel_y = 15 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"emX" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/lines6{ + pixel_x = -3 + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/vehicles/Car/Car_2{ + dir = 4; + pixel_x = 6; + pixel_y = -12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"emY" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"enh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/item/weapon/broken_glass, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"enj" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/botany/botany_maintenance) +"enA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"enB" = ( +/obj/structure/surface/table/holotable/wood, +/obj/item/reagent_container/food/snacks/candy, +/obj/item/device/binoculars/civ, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"enE" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"enP" = ( +/obj/item/device/toner, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/north_office) +"enS" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"enV" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + icon_state = "hydrotray4" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"enX" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/curtain/medical, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"enZ" = ( +/obj/structure/sign/safety/restrictedarea, +/obj/structure/sign/safety/maint{ + pixel_y = 32 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"eob" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office) +"eoc" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"eoj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door_control{ + id = "hybrisagarage_1"; + name = "Garage Lockdown"; + pixel_y = -28 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"eoq" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"eov" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"eoN" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"eoO" = ( +/obj/structure/ore_box, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"eoR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/mech_bay_recharge_floor, +/area/whiskey_outpost/inside/caves) +"eoZ" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "4" + }, +/area/lv759/indoors/spaceport/starglider) +"epo" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"epp" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"epq" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/indoors/jacks_surplus) +"epx" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/prop/hybrisa/containersextended/greenwywingsright{ + layer = 3 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"epJ" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"epL" = ( +/obj/structure/prop/hybrisa/misc/phonebox/lightup{ + light_color = "#00AAFF"; + light_on = 1; + light_power = 3; + light_range = 4; + pixel_x = 5 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"epT" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"epU" = ( +/obj/structure/bed/chair/comfy{ + icon_state = "chair_alt" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"epX" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 4; + level = 3; + pixel_y = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"eqg" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/obj/structure/window/reinforced{ + icon_state = "twindow" + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"eqi" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/prop/helmetgarb/gunoil, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"eqj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 4 + }, +/obj/structure/machinery/deployable/barrier{ + pixel_x = -5 + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"eqn" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_x = 4; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"eqB" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/clothing/head/det_hat, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/tool/lighter/zippo/gold, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"eqF" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"eqJ" = ( +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"eqM" = ( +/obj/structure/machinery/meter, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/maintenance) +"eqR" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"eqU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"eqW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/largecrate/random/mini{ + pixel_x = 16; + pixel_y = 4 + }, +/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; + health = 25000 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"erh" = ( +/obj/structure/bed/sofa/vert/grey/top, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"erm" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"erq" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Atmospheric Storage" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_west) +"ers" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/caves/north_east_caves) +"eru" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"erv" = ( +/obj/structure/surface/rack, +/obj/item/tool/wet_sign, +/obj/item/tool/wet_sign{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/tool/wet_sign, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"erx" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"erB" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/emergency_room) +"erD" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/cans/souto/diet/blue{ + pixel_x = -11; + pixel_y = 11 + }, +/obj/item/reagent_container/food/snacks/cookie, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"erT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"esb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"esf" = ( +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_east_street) +"esh" = ( +/obj/structure/surface/rack, +/obj/item/inflatable, +/obj/item/inflatable, +/obj/item/inflatable, +/obj/item/inflatable, +/obj/item/inflatable/door, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"esp" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"esA" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"esB" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/tiretrack, +/obj/effect/hybrisa/decal/dirt, +/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 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 9 + }, +/area/lv759/indoors/spaceport/communications_office) +"esG" = ( +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 9 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"esI" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"esM" = ( +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/stock_parts/matter_bin/adv, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"esO" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"esQ" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/machinery/light/spot{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"etb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"etd" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cuppajoes) +"ete" = ( +/obj/structure/machinery/vending/coffee{ + icon_state = "coffee-broken"; + stat = 1 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"eti" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "rightengine_3" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"eto" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/jacks_surplus) +"etq" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"ett" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 1 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"etu" = ( +/obj/structure/closet/bodybag{ + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"etA" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"etD" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"etK" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/under/marine/veteran/pmc/corporate, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, +/obj/item/storage/belt/gun/m4a3, +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"etN" = ( +/obj/structure/largecrate/random, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"etQ" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + layer = 4 + }, +/turf/open/gm/river, +/area/lv759/outdoors/colony_streets/north_street) +"etV" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 8; + name = "Computer Room"; + req_one_access = null + }, +/turf/open/floor/plating, +/area/lv759/indoors/tcomms_northwest) +"etX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"etZ" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"euc" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + light_color = "#FF004A"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"euh" = ( +/obj/item/tool/mop{ + pixel_y = 23 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/weyyu_office) +"eui" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + pixel_x = 5; + dir = 4; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"eum" = ( +/obj/item/weapon/dart, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"eun" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = 12 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"eup" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/item/tool/kitchen/tray, +/obj/structure/window/reinforced, +/obj/item/stack/sheet/xenochitin, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"euI" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + layer = 4; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_office) +"euK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + panel_open = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"euN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/mining_outpost/south) +"euS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/item/weapon/broken_bottle{ + pixel_x = 11; + pixel_y = -2 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"euU" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"euW" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"euY" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"evk" = ( +/obj/item/stack/sheet/cardboard, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_x = 12; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"evu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_y = -8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"evz" = ( +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/apartment/west) +"evA" = ( +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoenolid"; + name = "cuppa joe's coffee cup" + }, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/spaceport/cuppajoes) +"evB" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "2-6"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance) +"evE" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"evP" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_x = 4; + pixel_y = 22 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"evV" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 4; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"ewd" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/power_plant/workers_canteen) +"ewo" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/east_central_street) +"ewr" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/tcomms_northwest) +"ewL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"ewQ" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = -7; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"ewU" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"ewV" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 5; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"ewY" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"ewZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"exf" = ( +/obj/structure/prop/hybrisa/xenobiology/big/bigright{ + layer = 7 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"exg" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/item/fuelCell, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"exr" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_hallway) +"exu" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"exv" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"exw" = ( +/obj/item/trash/kepler, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/lv759/indoors/bar/entertainment) +"exC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"exE" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"exI" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_chassis{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"exL" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_y = -7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"exN" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"exY" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"eye" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"eyf" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + layer = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable{ + icon_state = "1-6" + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"eyp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"eys" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"eyv" = ( +/obj/structure/sign/safety/south, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"eyz" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Toilet Unit" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/mining_outpost/south) +"eyA" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"eyD" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "An exchange valve"; + dir = 8; + icon = 'icons/obj/pipes/filter.dmi'; + icon_state = "map"; + name = "Automated Valve" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"eyE" = ( +/obj/structure/closet/fireaxecabinet, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/geothermal_generators) +"eyH" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"eyI" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"eyJ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"eyR" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/power_plant/transformers_south) +"eze" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 2 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/garage_managersoffice) +"ezg" = ( +/obj/item/bedsheet/medical, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"ezh" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ezl" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"ezm" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"ezn" = ( +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = 8 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/reagent_container/food/condiment, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"ezo" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + dir = 4; + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"ezE" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{ + dir = 1; + light_color = "#00da64"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/electical_systems/substation3) +"ezH" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"ezM" = ( +/obj/structure/window/reinforced{ + dir = 8; + color = "#FF2300" + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"ezN" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"ezP" = ( +/obj/structure/cargo_container/grant/right, +/obj/structure/sign/poster/marshalls{ + pixel_y = 12; + pixel_x = -4 + }, +/obj/structure/sign/poster/propaganda{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"ezS" = ( +/obj/structure/sign/safety/synth_storage{ + pixel_x = -17 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"ezW" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/pillars/north/pillar4, +/area/lv759/oob) +"ezX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"ezZ" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/item/trash/eat, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_16" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"eAa" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"eAd" = ( +/obj/structure/largecrate/random/case/small, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/landmark/objective_landmark/far, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"eAi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"eAj" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"eAn" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"eAo" = ( +/obj/structure/machinery/conveyor, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"eAp" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/almayer{ + allow_construction = 0 + }, +/area/lv759/indoors/spaceport/baggagehandling) +"eAr" = ( +/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."; + icon = 'icons/obj/structures/machinery/monitors.dmi'; + icon_state = "auth_off"; + name = "Access console"; + pixel_y = -2 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"eAw" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"eAA" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"eAB" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/cable_coil/green{ + icon_state = "coil1" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"eAD" = ( +/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."; + icon = 'icons/obj/structures/machinery/monitors.dmi'; + icon_state = "auth_off"; + name = "Access console"; + pixel_y = -2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"eAG" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/landing_zone_1) +"eAH" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"eAQ" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/surface/rack, +/obj/structure/closet/crate/freezer/cooler, +/obj/structure/closet/crate/freezer/cooler, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"eAU" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/closet/crate/trashcart{ + opened = 1; + layer = 3 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 3.2; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"eAW" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/hallway_central) +"eBe" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime4" + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/lv759/indoors/hospital/virology) +"eBB" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform_decoration/kutjevo{ + dir = 1 + }, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"eBJ" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/item/stack/cable_coil/random, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"eBM" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/starglider) +"eBZ" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/obj/structure/machinery/light/spot{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"eCg" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/recycling_plant/garage) +"eCh" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"eCl" = ( +/obj/structure/bed/stool{ + icon_state = "stool_alt"; + pixel_x = 12; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/northeast) +"eCo" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science1{ + dir = 8; + layer = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"eCt" = ( +/obj/item/clothing/head/welding, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"eCx" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1; + layer = 2 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"eCA" = ( +/obj/structure/morgue/crematorium{ + id = "Hybrisa_Crem_switch2" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"eCB" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"eCG" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"eCO" = ( +/obj/structure/surface/table/almayer, +/obj/structure/bedsheetbin{ + pixel_y = 9 + }, +/obj/item/clothing/under/colonist/ua_civvies, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"eCU" = ( +/obj/structure/sign/nosmoking_2, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/equipment_east) +"eCW" = ( +/mob/living/simple_animal/rat/brown, +/obj/structure/disposalpipe/tagger/partial, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"eDu" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"eDH" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"eDK" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"eDP" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"eDS" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + layer = 8; + level = 8; + pixel_y = 20; + dir = 8; + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"eDT" = ( +/obj/item/tool/mop{ + pixel_y = 23 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"eDV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/item/fuelCell, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"eDX" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/glass/beaker/large, +/obj/item/reagent_container/glass/beaker/large, +/obj/item/reagent_container/glass/beaker/large, +/obj/item/reagent_container/glass/beaker, +/obj/item/reagent_container/glass/beaker, +/obj/item/reagent_container/glass/beaker, +/obj/structure/surface/table/almayer, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/reagent_analyzer, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"eDZ" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"eEn" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/reception) +"eEp" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/bodybags, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"eEq" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor11" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"eEs" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"eEA" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_west) +"eED" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"eEH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/indoors/caves/north_west_caves) +"eEK" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/sign/safety/high_voltage{ + pixel_x = 12 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/electical_systems/substation3) +"eEN" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"eEQ" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/largecrate/supply{ + layer = 3.2; + pixel_x = 10; + pixel_y = 19 + }, +/obj/item/stool, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/whiskey_outpost/inside/caves) +"eEY" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/ship_hull, +/area/lv759/oob) +"eFh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + locked = 1; + name = "\improper Garage - Foyer" + }, +/turf/open/floor/prison, +/area/lv759/indoors/garage_reception) +"eFj" = ( +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant) +"eFl" = ( +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"eFs" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 15 + }, +/obj/item/trash/uscm_mre, +/mob/living/simple_animal/rat/gray, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"eFt" = ( +/obj/item/shard, +/turf/open/shuttle{ + icon_state = "rasputin3" + }, +/area/lv759/indoors/spaceport/starglider) +"eFu" = ( +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"eFv" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart" + }, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart"; + pixel_x = 3; + pixel_y = -9 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"eFx" = ( +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_1) +"eFF" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital - Lobby" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/central_hallway) +"eFH" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/indoors/spaceport/engineering) +"eFS" = ( +/obj/structure/ore_box{ + layer = 2 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"eFU" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"eFY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/structure/prop/hybrisa/vehicles/van/vanmining, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"eFZ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"eGa" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"eGl" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/emergency_room) +"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."; + dir = 8; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "110"; + name = "\improper WY-LWI StarGlider SG-200" + }, +/area/lv759/indoors/spaceport/starglider) +"eGt" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"eGz" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"eGA" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"eGG" = ( +/obj/structure/largecrate/random/case/double{ + layer = 4; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"eGH" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced/toughened, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"eGI" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"eGN" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"eGO" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"eGP" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"eGS" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"eGU" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/garage_managersoffice) +"eGZ" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"eHh" = ( +/obj/structure/prop/hybrisa/furniture/tables/tablepool, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"eHu" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"eHy" = ( +/obj/item/prop/alien/hugger, +/turf/open/shuttle{ + icon_state = "rasputin3" + }, +/area/lv759/indoors/spaceport/starglider) +"eHC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/CMB_4x4_emblem{ + name = "Office of the Colonial Marshals - Concrete Emblem"; + desc = "A small inscription reads - The laws of Earth stretch beyond the Sol. To live, to serve, wherever humanity roams." + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"eHD" = ( +/obj/structure/sign/poster/art, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"eHE" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"eIg" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"eIn" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/electical_systems/substation1) +"eIp" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"eIv" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"eIw" = ( +/obj/structure/surface/rack, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/tool/minihoe{ + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_mainroom) +"eIA" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"eIB" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/obj/structure/prop/hybrisa/misc/trash/green{ + pixel_x = 1; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"eIG" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gibleg" + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl3" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"eIH" = ( +/obj/structure/closet, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"eII" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/strata{ + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"eIL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"eIN" = ( +/obj/structure/disposalpipe/tagger, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"eIP" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/landing_zone_2) +"eIW" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"eIX" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"eIZ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"eJa" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/obj/structure/largecrate/random/secure, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"eJc" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3; + pixel_x = 6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"eJg" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/platform{ + dir = 1; + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"eJh" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/office) +"eJq" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "Righty tighty, lefty loosey!"; + dir = 1; + icon = 'icons/obj/pipes/valve.dmi'; + icon_state = "map_valve1"; + name = "Pressure Valve" + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"eJs" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.7 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"eJt" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo_maintenance) +"eJw" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"eJB" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"eJH" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"eJO" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"eJW" = ( +/obj/structure/surface/rack{ + layer = 1 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/northeast) +"eJZ" = ( +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/emergency_room) +"eKa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"eKg" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gibleg" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaltan, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"eKl" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/snacks/doughslice, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/pizzabox/margherita, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"eKp" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"eKr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"eKu" = ( +/obj/structure/fence/electrified{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/east_caves) +"eKE" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, +/obj/item/prop/helmetgarb/spent_buckshot, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/lv759/indoors/bar/entertainment) +"eKG" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/item/clothing/head/welding, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"eKH" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"eKI" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"eKK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"eKN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/truck/garbage{ + dir = 1; + pixel_x = -4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/recycling_plant/garage) +"eKQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"eKR" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "hybrisacheckpoint_center"; + name = "Checkpoint Lockdown" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"eKV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/hallway_east) +"eKX" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/prop/hybrisa/vehicles/van/hyperdynevan{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"eLa" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"eLd" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/weymart/maintenance) +"eLe" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"eLk" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/inflatable/popped/door{ + layer = 2 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"eLm" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"eLo" = ( +/obj/structure/machinery/blackbox_recorder, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/landing_zone_1/ceiling) +"eLw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"eLx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/orangelinecorner{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"eLz" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft" + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"eLJ" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/c_tube, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"eLK" = ( +/obj/structure/sign/safety/opens_up, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/docking_bay_2) +"eLL" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_off{ + light_color = "#efa531"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"eLR" = ( +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"eLV" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/surface/rack, +/obj/item/stack/sheet/cardboard/full_stack, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"eLY" = ( +/obj/structure/machinery/power/port_gen/pacman, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_2) +"eMa" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"eMc" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = 3 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + layer = 4; + level = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"eMd" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/gun/shotgun/lowchance, +/obj/item/legcuffs/beartrap, +/obj/item/legcuffs/beartrap, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"eMg" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_south) +"eMi" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/pipes/standard/tank/carbon_dioxide, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/obj/item/paper{ + layer = 5; + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"eMm" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"eMr" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/lines6{ + pixel_x = -3 + }, +/obj/structure/prop/hybrisa/vehicles/Car{ + dir = 1; + layer = 8; + pixel_x = 6; + pixel_y = -8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"eMx" = ( +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"eMI" = ( +/obj/structure/platform/strata/metal, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + pixel_x = 1 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"eMO" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#FF2300" + }, +/obj/structure/machinery/igniter{ + layer = 2 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/window/reinforced{ + layer = 3; + color = "#FF2300" + }, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"eMP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable{ + icon_state = "1-8"; + level = 2; + color = "#550d0d" + }, +/obj/structure/platform_decoration/shiva{ + dir = 4 + }, +/obj/structure/platform, +/turf/open/floor/plating, +/area/lv759/indoors/caves/central_caves) +"eMS" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"eMU" = ( +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"eMX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"eNb" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"eNn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_south) +"eNr" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/engineering) +"eNs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/iv_drip{ + layer = 4; + pixel_y = 19 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"eNt" = ( +/obj/effect/hybrisa/decal/tiretrack, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_east_street) +"eNw" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar/entertainment) +"eNQ" = ( +/obj/structure/surface/table, +/obj/item/device/radio, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"eNU" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/prop/hybrisa/vehicles/crashedcarsright{ + pixel_y = -9 + }, +/obj/effect/hybrisa/decal/tiretrack, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4 + }, +/obj/item/stack/rods{ + amount = 25 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"eNW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"eOl" = ( +/obj/item/spacecash/c10, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"eOo" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/wy_blue{ + layer = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"eOq" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"eOu" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + dir = 8 + }, +/turf/closed/wall/engineership, +/area/lv759/oob) +"eOz" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/chem_master/industry_mixer, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"eOE" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"eOH" = ( +/obj/structure/bed/chair/comfy{ + dir = 1; + icon_state = "chair_alt" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"eOO" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "An exchange valve"; + dir = 8; + icon = 'icons/obj/pipes/filter.dmi'; + icon_state = "map"; + name = "Automated Valve" + }, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"eOP" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"eOQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/toy/plush/bee{ + pixel_y = 12 + }, +/obj/structure/bed/hybrisa/prisonbed, +/turf/open/floor/interior/wood, +/area/lv759/indoors/mining_outpost/south) +"eOU" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"eOX" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/jacks_surplus) +"eOZ" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"ePa" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"ePb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "5-8"; + level = 2; + color = "#550d0d" + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"ePf" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"ePk" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 2; + id = "hybrisagarage_2"; + name = "\improper Garage" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/garage_workshop) +"ePl" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/caves/east_caves) +"ePo" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 1; + pixel_x = 2; + pixel_y = 12; + layer = 9 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"ePt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "hybrisaLZ2_2"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat, +/area/lv759/landing_zone_2) +"ePw" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"ePA" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"ePH" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/lv759/indoors/recycling_plant) +"ePL" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"ePO" = ( +/obj/structure/prop/hybrisa/vehicles/suv/misc/maintenance{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"ePR" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"ePT" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"eQe" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/landmark/corpsespawner/wy/manager, +/obj/structure/platform/mineral{ + color = "#bbbaae" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"eQp" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/item/lightstick/planted, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"eQr" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"eQw" = ( +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_factory) +"eQx" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/south_caves) +"eQy" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + dir = 8; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"eQz" = ( +/obj/structure/closet/secure_closet/miner, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/northeast) +"eQR" = ( +/obj/item/trash/c_tube, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/structure/prop/hybrisa/misc/trash/green, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"eQT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/central_streets) +"eQU" = ( +/obj/structure/machinery/cryo_cell, +/obj/effect/decal/medical_decals{ + icon_state = "cryotop" + }, +/obj/structure/pipes/standard/simple/visible, +/obj/structure/pipes/standard/simple/visible{ + layer = 3 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"eQX" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/window/framed/hybrisa/colony/hull, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/oob) +"eRk" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"eRo" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"eRr" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_street) +"eRu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/weapon, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/item/clothing/suit/armor/det_suit, +/obj/item/clothing/suit/armor/det_suit, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"eRA" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"eRB" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"eRH" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"eRM" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"eRQ" = ( +/obj/structure/sign/safety/biohazard, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"eRR" = ( +/obj/structure/machinery/door/airlock/almayer/engineering, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/geothermal_generators) +"eRT" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/colonial_marshals/office) +"eRU" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"eRZ" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 18 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"eSb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"eSc" = ( +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/lightstick/planted, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"eSe" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/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 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"eSj" = ( +/obj/structure/bed/roller, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/hospital/morgue) +"eSl" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 + }, +/obj/structure/machinery/light, +/obj/structure/bed/roller/hospital_empty/bigrollerbloodempty{ + dir = 8; + icon_state = "bigrollerbloodempty_up" + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"eSm" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/sign/safety/security, +/obj/structure/sign/safety/flightcontrol{ + pixel_x = 12 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"eSp" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"eSr" = ( +/obj/structure/surface/rack, +/obj/item/stack/rods/plasteel{ + amount = 36 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"eSz" = ( +/obj/structure/xenoautopsy/jar_shelf{ + layer = 4; + pixel_y = 12 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"eSB" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"eSI" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"eSN" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/structure/largecrate/random, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"eSR" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"eSS" = ( +/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 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/whiskey_outpost/inside/caves) +"eTm" = ( +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_y = 3 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"eTn" = ( +/turf/open/floor/hybrisa/misc/wysmallright, +/area/whiskey_outpost/inside/caves) +"eTF" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"eTL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"eTM" = ( +/obj/structure/platform/hybrisa/metalplatform2, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"eTP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"eTX" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"eTY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -22; + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"eTZ" = ( +/obj/structure/closet, +/obj/item/prop/colony/folded_bedroll, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"eUb" = ( +/obj/structure/janitorialcart, +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 24 + }, +/obj/item/storage/bag/trash{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"eUc" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/recycling_plant_office) +"eUd" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"eUg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"eUl" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "hybrisaLZ2_2"; + name = "Emergency Lockdown" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"eUn" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"eUr" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"eUv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/item/trash/candy, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"eUF" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/lv759/indoors/bar) +"eUM" = ( +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/apartment_services/east) +"eUN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"eUY" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/central_hallway) +"eVc" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "17"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"eVi" = ( +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/apartment_services/east) +"eVm" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/solid{ + dir = 1; + locked = 1; + name = "\improper Dormitories - Bedroom" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"eVt" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/southwesttop{ + pixel_y = -65 + }, +/turf/open/engineership/ship_hull, +/area/lv759/oob) +"eVu" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 5; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/item/storage/bag/trash{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stack/sheet/cardboard, +/obj/effect/hybrisa/decal/dirt, +/mob/living/simple_animal/rat/brown, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"eVy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/structure/largecrate/random/mini{ + pixel_x = -7; + pixel_y = 16 + }, +/obj/structure/powerloader_wreckage, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/engineering) +"eVz" = ( +/obj/structure/machinery/door/airlock/almayer/secure/autoname{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"eVC" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"eVI" = ( +/obj/structure/surface/table/reinforced, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/spawner/random/tool, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"eVS" = ( +/obj/structure/machinery/photocopier, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"eVV" = ( +/turf/open/floor/hybrisa/metal/greenmetal1, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"eWf" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/hallway_north) +"eWh" = ( +/obj/structure/machinery/floodlight, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"eWj" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"eWv" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"eWy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"eWN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"eWP" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"eWU" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"eWX" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/landing_zone_1/ceiling) +"eXi" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"eXl" = ( +/obj/structure/prop/cash_register/off/open{ + pixel_y = 8 + }, +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/spacecash/ewallet, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"eXo" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"eXz" = ( +/obj/effect/hybrisa/decal/road/corner{ + dir = 4 + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = -2 + }, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"eXB" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_2) +"eXG" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"eXH" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"eXI" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"eXL" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/cryo_room) +"eXN" = ( +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"eXU" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/hybrisa/tile/cementflat, +/area/whiskey_outpost/inside/caves) +"eYc" = ( +/obj/structure/largecrate, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = 1; + pixel_y = 14 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"eYd" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "18" + }, +/area/lv759/indoors/spaceport/starglider) +"eYf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"eYj" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"eYp" = ( +/obj/structure/closet/hydrant, +/obj/structure/sign/safety/east{ + pixel_x = -17 + }, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/floor) +"eYu" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/faxmachine/corporate, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"eYy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"eYz" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/indoors/recycling_plant/garage) +"eYA" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"eYB" = ( +/obj/structure/surface/table/reinforced, +/obj/item/roller, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"eYG" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/camera/oldcamera, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"eYI" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"eYN" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "hybrisamining_northeast2"; + name = "\improper Checkpoint Lock" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/northeast) +"eYV" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"eYX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"eYZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"eZg" = ( +/obj/structure/machinery/door/poddoor/almayer/closed, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"eZh" = ( +/obj/structure/barricade/wooden{ + dir = 1; + layer = 3.1; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"eZx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"eZz" = ( +/obj/structure/bed/roller, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"eZA" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"eZD" = ( +/obj/structure/machinery/igniter{ + layer = 2 + }, +/obj/effect/decal/cleanable/molten_item, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/monkey_spawn, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/window/reinforced{ + layer = 3; + color = "#FF2300" + }, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"eZG" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"eZQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/van/vanmining{ + dir = 1; + pixel_y = 12 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"eZR" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/garage) +"eZT" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"eZX" = ( +/obj/item/trash/buritto, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"eZY" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"fah" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Dormitories - Foyer" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/east) +"fak" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"fap" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment_services/east) +"fav" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"faD" = ( +/obj/item/trash/crushed_cup{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/item/trash/eat, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 6; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"faK" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"faM" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/landing_zone_1/ceiling) +"faP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/telecomms) +"faV" = ( +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_hallway) +"faX" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"fba" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/m56d_post, +/obj/structure/barricade/deployable{ + damage_state = 3; + health = 50; + icon_state = "folding_3" + }, +/obj/structure/platform_decoration/shiva{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"fbg" = ( +/obj/item/shard, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood{ + icon_state = "xsplatter1" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"fbo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 5 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"fbr" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"fbs" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "30" + }, +/area/lv759/indoors/spaceport/starglider) +"fbu" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/toy/beach_ball/holoball, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 4 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"fbw" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"fbx" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/tool/mop{ + pixel_y = 23 + }, +/turf/open/hybrisa/dropship/dropship4, +/area/lv759/indoors/spaceport/horizon_runner) +"fbA" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"fbD" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"fbI" = ( +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"fbJ" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 10; + layer = 8; + level = 8; + pixel_y = 20 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"fbK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/prop/hybrisa/xenobiology/small/cracked2, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"fbM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/engineering) +"fbT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"fbU" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"fbW" = ( +/obj/structure/cargo_container/kelland/left, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"fci" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fck" = ( +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/structure/surface/table/almayer, +/obj/item/storage/xeno_tag_case, +/obj/item/clothing/glasses/regular/hipster, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/plating/prison, +/area/lv759/outdoors/caveplateau) +"fcl" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_factory) +"fcp" = ( +/obj/structure/platform/mineral{ + dir = 8; + color = "#bbbaae" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"fcw" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"fcz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + dir = 8; + indestructible = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"fcL" = ( +/obj/effect/hybrisa/decal/dirt, +/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; + health = 25000 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"fcN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"fcP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"fcS" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"fcT" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/effect/hybrisa/decal/road/corner{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"fcU" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Cables" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"fcX" = ( +/obj/structure/sign/safety/storage{ + pixel_x = 16 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/equipment_west) +"fdd" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/cameras/wooden_tv{ + desc = "An old TV hooked up to a video cassette recorder, you can even use it to time shift WOW."; + layer = 3.2; + name = "Television set"; + network = null; + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment/east) +"fdg" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryocell2deval" + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/cryo_room) +"fdk" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"fdE" = ( +/obj/structure/machinery/light, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"fdQ" = ( +/obj/structure/prop/turbine{ + layer = 6 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation1) +"fdR" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"fdX" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/strata{ + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"fea" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"fec" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"fed" = ( +/turf/closed/wall/hybrisa/marhsalls_unmeltable, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"feu" = ( +/obj/structure/sign/safety/terminal{ + pixel_y = 32 + }, +/obj/structure/sign/safety/intercom{ + pixel_x = 15; + pixel_y = 32 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"fey" = ( +/obj/structure/machinery/vending/hydroseeds, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_mainroom) +"fez" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/containersextended/tanwywingsleft, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"feD" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"feG" = ( +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"feM" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"feN" = ( +/obj/structure/prop/hybrisa/Factory/Robotic_arm{ + dir = 4; + layer = 4; + pixel_y = 7; + level = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"feU" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/strata{ + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"feV" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"ffc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"ffe" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caveplateau) +"ffh" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/electical_systems/substation1) +"ffl" = ( +/turf/closed/shuttle/dropship2/transparent{ + desc = "The WY-LWI Horizon Runner HR-150, a collaborative creation of Lunnar-Welsun Industries and Weyland-Yutani. This small dropship is designed for short-range commercial transport."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "96"; + name = "\improper WY-LWI Horizon Runner HR-150" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"ffm" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/tool/wet_sign, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_marked" + }, +/area/lv759/indoors/recycling_plant) +"ffp" = ( +/obj/structure/bedsheetbin{ + icon_state = "linenbin-empty" + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"ffq" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"ffr" = ( +/obj/structure/largecrate/random/barrel{ + icon_state = "barrel_green"; + layer = 4; + name = "green barrel"; + pixel_x = 13; + pixel_y = 16 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/mob/living/simple_animal/rat/gray, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_east_street) +"ffv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/item/card/id/silver/clearance_badge/scientist, +/obj/item/clothing/head/bio_hood/scientist, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"ffy" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"ffz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"ffA" = ( +/obj/structure/janitorialcart, +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 24 + }, +/obj/item/tool/wet_sign{ + pixel_y = 18 + }, +/obj/item/storage/bag/trash{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clothing/head/beret/jan, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"ffE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/medical/bruise_pack, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"ffH" = ( +/obj/structure/machinery/recharge_station{ + layer = 2.9 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"ffM" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + dir = 1; + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"ffN" = ( +/turf/closed/wall/hybrisa/rock, +/area/lv759/indoors/caves/east_caves) +"ffP" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_2) +"ffR" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"ffY" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fgd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/ore_box{ + layer = 2 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"fgi" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/item/stool, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"fgo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"fgq" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"fgv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"fgH" = ( +/obj/effect/acid_hole, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/hospital/morgue) +"fgI" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"fgM" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"fgS" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"fgU" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_hallway) +"fgV" = ( +/obj/structure/machinery/disposal, +/obj/item/trash/burger, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"fgX" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"fha" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"fhe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stool{ + pixel_x = 2; + pixel_y = 27 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/lv759/indoors/bar/entertainment) +"fhl" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/obj/effect/hybrisa/decal/warningstripes_angled_corner{ + dir = 1; + pixel_y = -1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"fhq" = ( +/obj/structure/closet/secure_closet, +/turf/open/hybrisa/dropship/dropship3, +/area/whiskey_outpost/inside/caves) +"fht" = ( +/obj/structure/machinery/autolathe/medilathe, +/obj/structure/window/reinforced, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"fhx" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/lv759/indoors/bar) +"fhz" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"fhH" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"fhM" = ( +/obj/structure/largecrate/random/barrel{ + pixel_x = 6; + pixel_y = -16; + layer = 3.1 + }, +/obj/structure/cargo_container/grant/rightmid{ + desc = "A huge industrial shipping container. Seems to have been vandalized."; + icon = 'icons/obj/structures/props/containersextended.dmi'; + icon_state = "grafcontain_rm"; + name = "Vandalized Cargo Container" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"fhO" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/southwesttop, +/turf/closed/wall/engineership, +/area/lv759/oob) +"fhP" = ( +/obj/structure/window/reinforced, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/recharger, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"fhR" = ( +/obj/structure/surface/rack, +/obj/item/fuelCell{ + layer = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"fid" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 14 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"fie" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"fii" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Court Room" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"fim" = ( +/obj/item/tool/shovel, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"fiw" = ( +/obj/structure/bed/hybrisa/bunkbed1{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment_services/east) +"fiD" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"fiE" = ( +/obj/structure/largecrate/black_market/confiscated_equipment, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/jacks_surplus) +"fiI" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"fiY" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/paper/crumpled, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"fjk" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"fjl" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/power_plant/transformers_north) +"fjn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/closet/crate/weapon, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/weapon/gun/smg/mp5, +/obj/item/attachable/heavy_barrel, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"fjr" = ( +/obj/item/tool/mop, +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"fjC" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar) +"fjJ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = -7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"fjP" = ( +/obj/structure/dropship_equipment/fuel/fuel_enhancer, +/obj/structure/barricade/handrail/wire{ + layer = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/engineering) +"fjV" = ( +/obj/structure/surface/rack, +/obj/item/tool/shovel{ + pixel_y = 11 + }, +/obj/item/tool/shovel, +/obj/item/tool/shovel{ + pixel_y = 11 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"fjY" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"fkb" = ( +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/indoors/spaceport/engineering) +"fke" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trafficlight{ + dir = 8; + pixel_y = 12; + pixel_x = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"fkq" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Hospital - Surgery Observation" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/operation) +"fkv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"fkx" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"fkz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/engineering) +"fkI" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/lv759/indoors/garage_workshop) +"fkJ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"fkL" = ( +/obj/structure/barricade/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"fkO" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/largecrate/random/barrel/blue, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"fkS" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"fkV" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/reagent_analyzer, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"fkW" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat{ + pixel_x = 10; + pixel_y = 1 + }, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/clothing/head/hardhat, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"fkY" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fla" = ( +/obj/structure/sign/safety/bathwomens{ + pixel_x = 16; + pixel_y = 28 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/bathroom) +"flf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"flh" = ( +/obj/structure/bed/chair/wheelchair{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/storage) +"flj" = ( +/obj/effect/hybrisa/decal/road/corner{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"flm" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"fly" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/large_stack, +/obj/item/storage/toolkit, +/obj/item/stack/cable_coil/green, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/whiskey_outpost/inside/caves) +"flz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"flG" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/transformers_north) +"flH" = ( +/obj/structure/bed/hybrisa/bunkbed1, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment_services/east) +"flO" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"flW" = ( +/obj/effect/decal/cleanable/blood{ + layer = 3; + pixel_x = 24 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/whiskey_outpost/inside/caves) +"fmc" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"fmq" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caveplateau) +"fmr" = ( +/obj/structure/machinery/floodlight, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"fms" = ( +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"fmy" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dormitories"; + welded = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"fmC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fmM" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"fmN" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"fmQ" = ( +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"fmR" = ( +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"fmX" = ( +/obj/item/clipboard{ + pixel_y = 4 + }, +/obj/item/paper{ + pixel_y = 4 + }, +/obj/item/tool/pen/fountain{ + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/furniture/tables/tableblack/blacktablecomputer{ + dir = 1; + layer = 2.9; + pixel_x = -2 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/vip) +"fng" = ( +/turf/closed/wall/wood, +/area/lv759/indoors/caves/south_caves) +"fni" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "8-10"; + layer = 5; + level = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"fnj" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"fnk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/lv759/indoors/hospital/virology) +"fnp" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"fny" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/security_office) +"fnz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"fnB" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_east_street) +"fnL" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"fnM" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryomid" + }, +/obj/structure/pipes/standard/manifold/visible{ + layer = 3 + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/cryo_room) +"fnQ" = ( +/obj/structure/largecrate/random/barrel/black{ + layer = 3.1; + pixel_y = 8 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"fnS" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest1{ + dir = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/oob) +"fnT" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"fnY" = ( +/obj/item/stack/sheet/cardboard/small_stack, +/obj/item/paper{ + layer = 2 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"foc" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/mining_outpost/northeast) +"fod" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/glass/beaker/bluespace, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"foe" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"fof" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/prop/cash_register/off, +/turf/open/floor{ + dir = 8; + icon_state = "carpet9-4" + }, +/area/lv759/indoors/bar) +"fon" = ( +/obj/item/stack/rods, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 8 + }, +/area/lv759/indoors/spaceport/cargo) +"foq" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/landing_zone_2) +"fou" = ( +/obj/structure/machinery/shower{ + dir = 1; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"foB" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"foC" = ( +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/tool/mop, +/obj/structure/machinery/vending/snack{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"foH" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 4 + }, +/obj/effect/hybrisa/decal/warningstripes_angled{ + dir = 4; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"foI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/secure, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo_maintenance) +"foM" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"foQ" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"foR" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 5 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"foS" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/spaceport/cargo) +"foU" = ( +/obj/effect/hybrisa/decal/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/obj/item/storage/bag/plasticbag, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"fpa" = ( +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"fpl" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"fpp" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"fpr" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "6_pack_1_crushed" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"fps" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"fpu" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"fpv" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"fpx" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/central_streets) +"fpy" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/fusion_generators) +"fpB" = ( +/obj/structure/machinery/floodlight, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"fpC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/roller, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"fpD" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/lv759/indoors/garage_workshop_storage) +"fpF" = ( +/obj/structure/bed/stool, +/obj/item/storage/box/packet/smoke, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"fpH" = ( +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"fpO" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart) +"fpP" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"fpT" = ( +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"fqa" = ( +/obj/structure/closet/secure_closet/medical3{ + req_access_txt = "100" + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"fqc" = ( +/obj/structure/platform_decoration, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"fqh" = ( +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"fqj" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/obj/item/tool/shovel, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fqn" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"fqt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies{ + pixel_x = -12; + pixel_y = 14 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/north_street) +"fqv" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"fqw" = ( +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"fqH" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"fqI" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + layer = 2 + }, +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoestack2nolid"; + name = "stack of cuppa joe's coffee cups"; + pixel_y = 12 + }, +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoestacknolid"; + name = "stack of cuppa joe's coffee cups"; + pixel_x = 12; + pixel_y = 12 + }, +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoenolid"; + name = "cuppa joe's coffee cup"; + pixel_x = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/strata{ + 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) +"fqV" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"fqW" = ( +/obj/item/clipboard{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/tool/screwdriver{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"frf" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"frg" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"fri" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"frm" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"frr" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform, +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/power_storage) +"frt" = ( +/obj/item/trash/buritto, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/dirt_2, +/mob/living/simple_animal/rat/gray, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"fru" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"frz" = ( +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/heavy_loader/white, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"frC" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/metal/small_stack, +/obj/item/stack/sheet/cardboard/small_stack, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/lv759/indoors/recycling_plant) +"frE" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"frH" = ( +/obj/structure/grille, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"frS" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/machinery/light/blue, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/landing_zone_2) +"frU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"fsh" = ( +/obj/structure/stairs{ + color = "#a6aeab" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"fsi" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant) +"fsz" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"fsJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"fsL" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/structure/cargo_container/kelland/left, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"fsR" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "comfychair_blue" + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"fsV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/truck/truck3{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"ftg" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/hybrisa/decal/gold/line2, +/obj/item/ashtray/bronze{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/storage/fancy/cigarettes/wypacket, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"ftv" = ( +/obj/item/tool/warning_cone{ + pixel_x = -22; + pixel_y = 4 + }, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = 9; + pixel_y = 12 + }, +/obj/structure/largecrate/random/barrel/purewhite{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ftx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 4 + }, +/area/lv759/indoors/recycling_plant) +"ftz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"ftC" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 1 + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison, +/area/lv759/indoors/wy_security/checkpoint_west) +"ftE" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ftF" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"ftI" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"ftN" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/largecrate/random/secure{ + layer = 3.2; + pixel_x = 7; + pixel_y = 17 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"ftP" = ( +/obj/item/clothing/shoes/marine/corporate, +/turf/open/floor/strata{ + dir = 8; + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"fua" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "62" + }, +/area/lv759/indoors/spaceport/starglider) +"fud" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"fue" = ( +/obj/structure/computerframe{ + pixel_x = 5; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/caves/north_east_caves) +"ful" = ( +/obj/structure/window/reinforced/toughened{ + dir = 8; + layer = 2 + }, +/obj/structure/window/reinforced/toughened{ + dir = 1; + layer = 2 + }, +/obj/item/reagent_container/food/drinks/milk{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/item/reagent_container/food/drinks/milk{ + pixel_x = -9 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"fup" = ( +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 2 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/whiskey_outpost/inside/caves) +"fuu" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/structure/grille, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"fux" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/hybrisa/prisonbed{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"fuy" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/east_central_street) +"fuD" = ( +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/effect/hybrisa/decal/trash, +/obj/effect/hybrisa/decal/trash{ + dir = 8; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"fuF" = ( +/obj/structure/closet/secure_closet/brig, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"fuL" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"fuO" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_5{ + dir = 1; + layer = 3 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"fuP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"fuT" = ( +/obj/item/lightstick/planted, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"fuW" = ( +/obj/item/tool/shovel, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"fuZ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/communications/simple, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/whiskey_outpost/inside/caves) +"fvc" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"fvd" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office) +"fvg" = ( +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"fvn" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"fvr" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform3, +/turf/open/floor/hybrisa/metal/bluemetalcorner{ + dir = 4 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"fvv" = ( +/turf/closed/wall/wood, +/area/lv759/indoors/caves/north_east_caves) +"fvA" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"fvC" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Red, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/meridian/meridian_factory) +"fvI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fvK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"fvM" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"fvN" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"fvO" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"fvU" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"fvX" = ( +/obj/item/clothing/suit/armor/det_suit, +/obj/structure/closet/secure_closet/security, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/reception) +"fvZ" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_3{ + pixel_x = -26 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fwc" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/maintenance_east) +"fwd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_y = -8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"fwk" = ( +/obj/effect/hybrisa/decal/road/road_stop, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"fwl" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"fwo" = ( +/obj/structure/bed/chair/comfy{ + dir = 8; + icon_state = "chair_alt" + }, +/obj/effect/hybrisa/decal/gold/line3, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"fwp" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"fwA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"fwE" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"fwK" = ( +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"fwN" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2" + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"fwR" = ( +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"fwS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"fxb" = ( +/obj/structure/bed/chair{ + dir = 8; + icon_state = "chair_alt"; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"fxl" = ( +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/communications_office) +"fxA" = ( +/obj/structure/bed/chair/wheelchair{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/item/tool/wet_sign{ + pixel_y = 18 + }, +/obj/item/tool/wet_sign{ + pixel_y = 18 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/storage) +"fxE" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"fxJ" = ( +/obj/structure/machinery/power/terminal, +/obj/structure/machinery/mech_bay_recharge_port{ + name = "Power Port" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"fxN" = ( +/obj/item/storage/backpack/general_belt, +/obj/item/storage/backpack/general_belt, +/obj/item/device/binoculars/civ, +/obj/item/device/binoculars/civ, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"fxS" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/power_plant/telecomms) +"fxZ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/faxmachine, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"fye" = ( +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/central_streets) +"fyh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"fyk" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"fyo" = ( +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"fyw" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"fyF" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"fyG" = ( +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"fyJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"fyP" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"fyU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"fyW" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"fyY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/freezer/rations{ + opened = 1 + }, +/obj/item/toy/bikehorn/rubberducky{ + pixel_x = 10; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/south) +"fzk" = ( +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_12" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"fzo" = ( +/obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/close, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/recycling_plant_office) +"fzp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/fuelcell_recycler, +/obj/item/prop/colony/canister{ + pixel_y = 7 + }, +/obj/structure/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"fzr" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"fzu" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"fzx" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/trash/barcardine, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/paper/crumpled, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"fzJ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"fzK" = ( +/obj/structure/largecrate/random/case/double{ + layer = 2 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"fzN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"fzO" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"fzR" = ( +/obj/structure/machinery/message_server, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/colonial_marshals/office) +"fzU" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/lv759/indoors/garage_workshop) +"fzW" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"fzX" = ( +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"fzY" = ( +/obj/structure/tent/big{ + icon = 'icons/obj/structures/tents_deployed_urban.dmi' + }, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"fAa" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"fAl" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"fAn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light_construct/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"fAr" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"fAt" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"fAv" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"fAE" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble3{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"fAG" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp1"; + name = "computer" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/meridian/meridian_factory) +"fAJ" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"fAK" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant/south_hallway) +"fAS" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/structure/bed/chair{ + dir = 8; + icon_state = "chair_alt" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"fAU" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fAV" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "leftengine_1" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"fAW" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"fBb" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"fBd" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"fBg" = ( +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/weymart) +"fBj" = ( +/obj/structure/sign/safety/galley, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"fBk" = ( +/obj/structure/machinery/space_heater/radiator/red, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"fBt" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"fBw" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/faxmachine, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/apartment/east) +"fBB" = ( +/obj/structure/sign/poster/marshalls, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"fBC" = ( +/obj/item/clipboard, +/obj/item/packageWrap, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"fBF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"fCf" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/south_east_street) +"fCn" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/almayer{ + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"fCs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/structure/prop/mech/hydralic_clamp, +/turf/open/floor/almayer{ + icon_state = "cargo_arrow" + }, +/area/lv759/indoors/spaceport/engineering) +"fCw" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"fCB" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_17"; + pixel_y = 12 + }, +/mob/living/simple_animal/rat/brown, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"fCC" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_12"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"fCF" = ( +/obj/effect/hybrisa/decal/WY/WYworn{ + pixel_x = -16; + pixel_y = -18 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"fCL" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + icon_state = "bluemultimonitorbig_on"; + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 1; + pixel_y = 32 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"fCM" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"fCV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/structure/machinery/gear{ + id = "supply_elevator_gear" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"fCY" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "hybrisacheckpoint_west"; + name = "Checkpoint Lockdown" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"fDa" = ( +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/weymart) +"fDg" = ( +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/structure/largecrate/random/barrel/black, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"fDk" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"fDl" = ( +/obj/structure/machinery/meter, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/kitchen) +"fDm" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3; + pixel_x = 6 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"fDo" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"fDs" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/storage) +"fDz" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"fDG" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/weyyu_office) +"fDO" = ( +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"fDP" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"fDR" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"fDU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/structure/sign/poster/ad, +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 12; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/cuppajoes) +"fEe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "hybrisaLZ2_2"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat, +/area/lv759/landing_zone_2) +"fEg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"fEi" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"fEl" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"fEm" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"fEn" = ( +/obj/structure/bed/roller, +/obj/structure/closet/bodybag, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"fEo" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"fEr" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/electical_systems/substation1) +"fEt" = ( +/obj/structure/ore_box{ + layer = 5; + pixel_x = -20; + pixel_y = 23 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"fEu" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = -27; + pixel_y = 3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"fEz" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30" + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"fEA" = ( +/obj/effect/spawner/random/toy, +/obj/effect/landmark/objective_landmark/close{ + layer = 5 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"fEC" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform/stair_cut, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"fEI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"fEN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/window_frame/hybrisa/colony/engineering/reinforced, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/power_plant/south_hallway) +"fEO" = ( +/obj/item/lightstick/planted, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"fER" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"fET" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"fFa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"fFc" = ( +/obj/structure/window/framed/hybrisa/spaceport/cell, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/engineering) +"fFh" = ( +/obj/effect/landmark/corpsespawner/colonist, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"fFj" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"fFr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fFv" = ( +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines5, +/obj/structure/largecrate/random/secure{ + layer = 6; + pixel_x = 7 + }, +/obj/item/tool/warning_cone{ + pixel_x = -22; + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"fFw" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 12; + pixel_y = 16 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 9 + }, +/obj/item/reagent_container/food/drinks/shaker, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/hybrisa/decal/gold/line2, +/obj/effect/hybrisa/decal/gold/line3, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/casino) +"fFF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/metal/orangeline, +/area/whiskey_outpost/inside/caves) +"fFI" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"fFK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"fFR" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/item/trash/c_tube, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"fFV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 5 + }, +/area/lv759/indoors/recycling_plant) +"fFW" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/barricade/handrail/strata, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"fFY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"fGi" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/phonebox/lightup{ + light_color = "#00AAFF"; + light_on = 1; + light_power = 3; + light_range = 4; + pixel_x = 10; + pixel_y = -12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"fGn" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"fGv" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 6 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"fGC" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_office) +"fGD" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"fGJ" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"fGN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"fGO" = ( +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/bar) +"fGQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"fGY" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"fHb" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/landing_zone_2) +"fHg" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment/east) +"fHh" = ( +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/tool/shovel, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"fHl" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison{ + dir = 10; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"fHm" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"fHn" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"fHp" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"fHw" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"fHz" = ( +/obj/structure/surface/rack, +/obj/structure/barricade/handrail{ + dir = 1; + layer = 2.7; + pixel_y = 2 + }, +/obj/item/storage/box/wy_mre, +/obj/item/storage/box/wy_mre, +/obj/item/storage/box/wy_mre, +/obj/item/storage/box/wy_mre, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"fHF" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Weymart" + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"fHM" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/structure/largecrate/random/mini/small_case, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"fHQ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"fHS" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"fHZ" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Secretroom"; + indestructible = 1; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"fIc" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fIf" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"fIn" = ( +/obj/structure/sign/safety/bathunisex{ + layer = 2; + pixel_x = 8; + pixel_y = -32 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime4" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/garage_restroom) +"fIp" = ( +/obj/structure/fence/electrified{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"fIt" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"fIv" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/decal/cleanable/generic, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"fIx" = ( +/obj/structure/closet/crate/science, +/obj/effect/spawner/random/pills/highchance, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"fIA" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"fII" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/interrogation) +"fIJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"fIO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"fIS" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"fIU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"fIV" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4; + layer = 2.9 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fJg" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform2, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"fJm" = ( +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"fJn" = ( +/obj/structure/sign/safety/opens_up, +/turf/closed/wall/hybrisa/research/reinforced/hull, +/area/lv759/oob) +"fJQ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"fKc" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"fKk" = ( +/obj/structure/sign/safety/maint, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2) +"fKx" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"fKB" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/landing_zone_2) +"fKF" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"fKG" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 10 + }, +/area/whiskey_outpost/inside/caves) +"fKI" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"fKJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_street) +"fKP" = ( +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/largecrate/random, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"fKQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"fKT" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fLi" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 6; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 5 + }, +/area/lv759/landing_zone_1/ceiling) +"fLl" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"fLq" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/surface/table/almayer, +/obj/item/tool/kitchen/utensil/pfork, +/obj/item/storage/box/donkpockets, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"fLw" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant) +"fLx" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"fLX" = ( +/obj/structure/prop/hybrisa/Factory/Robotic_arm{ + layer = 4; + pixel_y = 7; + level = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"fMg" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 10; + pixel_x = -5 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/indoors/recycling_plant/garage) +"fMk" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/hybrisa/dropship/dropship3, +/area/lv759/indoors/spaceport/starglider) +"fMp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/cleanable/generic, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_west_caves) +"fMq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/weapon/broken_bottle, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/lv759/indoors/recycling_plant) +"fMx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/indoors/garage_workshop) +"fMB" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"fMH" = ( +/obj/structure/platform/kutjevo/smooth{ + climb_delay = 1; + dir = 1; + layer = 2.99 + }, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/colonial_marshals/press_room) +"fMI" = ( +/obj/structure/sign/safety/firingrange, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"fMP" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/west) +"fMQ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"fMX" = ( +/obj/structure/machinery/autolathe, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"fNb" = ( +/obj/item/prop/helmetgarb/spent_buckshot, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"fNf" = ( +/obj/structure/prop/hybrisa/containersextended/tanleft, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_factory) +"fNg" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"fNj" = ( +/obj/structure/sign/poster/clf, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/electical_systems/substation3) +"fNq" = ( +/obj/effect/hybrisa/decal/gold/line1, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"fNt" = ( +/obj/structure/surface/rack, +/obj/structure/barricade/handrail{ + dir = 1; + layer = 2.7; + pixel_y = 2 + }, +/obj/item/stack/sheet/metal/large_stack, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"fNu" = ( +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"fNF" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl3" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/pmc, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_x = -9 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"fNP" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "75" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"fNV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"fNX" = ( +/obj/structure/machinery/medical_pod/sleeper, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"fOb" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_factory) +"fOf" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"fOh" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"fOk" = ( +/obj/structure/closet/secure_closet/warden, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"fOn" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"fOr" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"fOs" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"fOC" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"fOE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8 + }, +/obj/item/clothing/glasses/science, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"fOG" = ( +/obj/structure/prop/hybrisa/containersextended/greenright, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"fOJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"fOO" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"fOP" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"fOS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/garage) +"fPa" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant) +"fPf" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"fPh" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/hospital/maintenance_north) +"fPi" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/wy_security/checkpoint_central) +"fPn" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/mob/living/simple_animal/rat/gray, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fPp" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 4 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"fPq" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"fPs" = ( +/obj/structure/platform/mineral, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"fPu" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"fPz" = ( +/obj/structure/machinery/meter, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cuppajoes) +"fPC" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"fPE" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north_maint) +"fPQ" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + pixel_x = 5; + pixel_y = 5; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"fPT" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"fPX" = ( +/obj/item/tool/surgery/surgicaldrill, +/obj/item/tool/surgery/circular_saw, +/obj/item/tool/surgery/bonesetter, +/obj/item/tool/surgery/FixOVein, +/obj/item/stack/nanopaste, +/obj/structure/surface/table/reinforced, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"fPY" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + layer = 4; + level = 4 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"fQe" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"fQg" = ( +/obj/item/clothing/under/suit_jacket/stowaway, +/obj/item/clothing/under/suit_jacket/burgundy, +/obj/item/clothing/under/suit_jacket, +/obj/structure/closet/cabinet, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/east) +"fQj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/garage) +"fQk" = ( +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/food/snacks/mre_pack/meal1{ + desc = "A tray of standard UA food. Stale cornbread, tomato paste and some green goop fill this tray."; + name = "\improper UA Prepared Meal (cornbread)"; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/metal/greenmetalfull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"fQl" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"fQt" = ( +/turf/closed/wall/hybrisa/rock, +/area/lv759/indoors/caves/south_caves) +"fQu" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"fQA" = ( +/obj/structure/largecrate/supply, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"fQI" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"fQL" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"fQP" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/stock_parts/matter_bin, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"fQT" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/obj/effect/hybrisa/decal/gold/line4, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/casino) +"fQV" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 8; + pixel_y = 12; + pixel_x = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"fQX" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"fQY" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"fRb" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_1{ + pixel_y = 20; + pixel_x = -26 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"fRe" = ( +/obj/structure/machinery/recharge_station, +/obj/structure/catwalk/prison, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"fRi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"fRk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"fRn" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/structure/platform/kutjevo/smooth{ + climb_delay = 1; + dir = 4; + layer = 2.99 + }, +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/surface/rack{ + layer = 3 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/northeast) +"fRs" = ( +/obj/structure/barricade/handrail/medical, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"fRz" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"fRC" = ( +/obj/structure/ore_box{ + pixel_x = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"fRF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/weldpack, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/tool/weldingtool{ + pixel_x = -7; + pixel_y = 3 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"fRP" = ( +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"fRR" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"fRS" = ( +/obj/structure/surface/table, +/obj/structure/machinery/botany/extractor, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"fRW" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/east_caves) +"fSb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"fSk" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/indoors/caves/north_west_caves) +"fSm" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"fSt" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"fSI" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"fSJ" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy8" + }, +/area/whiskey_outpost/inside/caves) +"fSW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"fTb" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/garage) +"fTc" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/r_wall/bunker{ + icon = 'icons/turf/walls/bunkeryellow.dmi'; + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"fTd" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/item/prop/colony/canister{ + pixel_y = 11 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"fTh" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/apartment/east) +"fTj" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"fTn" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"fTs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fTy" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"fTC" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"fTE" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/communications_office) +"fTH" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 1 + }, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/pressroom) +"fTI" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"fTL" = ( +/turf/open/floor/almayer, +/area/lv759/indoors/spaceport/cargo) +"fTP" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"fTT" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/communications/simple, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"fTU" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"fTZ" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/prop/hybrisa/containersextended/medicalright{ + layer = 6 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"fUb" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 4 + }, +/obj/item/storage/bag/ore, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"fUf" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"fUg" = ( +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + layer = 1; + pixel_x = -11; + pixel_y = 8 + }, +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + dir = 1; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + layer = 2; + name = "hospital divider" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"fUi" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 1 + }, +/obj/structure/janitorialcart, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/weyyu_office/pressroom) +"fUm" = ( +/obj/structure/pipes/portables_connector, +/obj/structure/pipes/unary/freezer, +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer1, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"fUo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/structure/largecrate/random/barrel/green{ + layer = 4; + pixel_x = -6 + }, +/obj/item/trash/buritto, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"fUq" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"fUr" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/item/paper{ + layer = 2 + }, +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"fUs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/maintenance_east) +"fUt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"fUA" = ( +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1; + pixel_x = 4; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"fUG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/tool/pickaxe{ + pixel_y = -7 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"fUK" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/lv759/indoors/casino/casino_restroom) +"fUL" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20; + layer = 3 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"fUP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"fUS" = ( +/obj/structure/bed/chair/office/light{ + dir = 1; + pixel_y = 6 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"fUU" = ( +/obj/item/clothing/gloves/marine/veteran/insulated, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange" + }, +/area/lv759/indoors/spaceport/engineering) +"fUY" = ( +/turf/open/floor{ + dir = 6; + icon_state = "carpetside" + }, +/area/lv759/indoors/bar) +"fVe" = ( +/obj/item/trash/cigbutt, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"fVf" = ( +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"fVz" = ( +/obj/structure/sign/safety/security{ + pixel_x = 14 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"fVD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/central_streets) +"fVJ" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"fVM" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"fVN" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_west_caves) +"fVO" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"fVS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/xenobiology/small/offempty, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"fVW" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"fVZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/lv759/indoors/hospital/virology) +"fWi" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + dir = 1; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider" + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"fWn" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/obj/item/reagent_container/food/drinks/flask/weylandyutani, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/starglider) +"fWA" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"fWC" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"fWN" = ( +/obj/item/clothing/suit/storage/jacket/marine/service, +/obj/item/clothing/under/suit_jacket/tan, +/obj/item/clothing/shoes/marine/knife, +/obj/item/clothing/under/marine/dress, +/obj/item/weapon/gun/pistol/m4a3, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/closet/cabinet, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/east) +"fWP" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + icon_state = "wy_water_crushed" + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"fWR" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"fWY" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "Bar - Entertainment Subsection Foyer" + }, +/turf/open/floor/prison, +/area/lv759/indoors/bar/entertainment) +"fXf" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/prop/hybrisa/containersextended/tanwywingsleft, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"fXi" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"fXk" = ( +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"fXn" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"fXp" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_showroom) +"fXx" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"fXC" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/kelland{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"fXD" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/barricade/handrail/strata, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"fXE" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"fXF" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "w-y2" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"fXI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/weapon/stunprod, +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"fXM" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"fXN" = ( +/obj/structure/prop/hybrisa/misc/firebarreloff{ + density = 1 + }, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + pixel_y = 13 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/hobosecret) +"fXR" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced, +/obj/structure/curtain/open/shower, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment_services/west) +"fYa" = ( +/obj/structure/largecrate/supply/supplies/tables_racks, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"fYj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged1, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"fYn" = ( +/obj/structure/sign/poster/propaganda{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"fYq" = ( +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"fYr" = ( +/obj/structure/surface/table/reinforced, +/obj/item/stack/medical/advanced/bruise_pack/upgraded{ + amount = 1; + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/stack/medical/advanced/ointment/upgraded{ + amount = 2; + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/device/healthanalyzer, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"fYy" = ( +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"fYz" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"fYB" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4; + layer = 2.9 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"fYG" = ( +/obj/item/prop/colony/canister{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"fYK" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"fYM" = ( +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"fYO" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/lv759/indoors/hospital/cryo_room) +"fYP" = ( +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/garage_managersoffice) +"fYR" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/sign/safety/ladder, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/lv759/oob) +"fYZ" = ( +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/window/reinforced{ + color = "#FF2300" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"fZd" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"fZe" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/storage/firstaid/regular, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"fZg" = ( +/obj/structure/sign/poster/marshalls, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/office) +"fZi" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caveplateau) +"fZn" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/oob) +"fZz" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + layer = 6; + pixel_x = -5; + pixel_y = -12 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -6 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/central_streets) +"fZE" = ( +/obj/structure/surface/table/reinforced, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/metal/greenmetalfull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"fZG" = ( +/obj/structure/bed/chair/office/light, +/obj/item/prop/helmetgarb/gunoil{ + pixel_x = 2; + pixel_y = 25 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/east) +"fZI" = ( +/obj/structure/machinery/door/poddoor/almayer/closed, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"fZK" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/security_office) +"fZN" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"fZU" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = 11; + pixel_y = 16 + }, +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/weyyu_office) +"gaa" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"gaj" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"gas" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"gat" = ( +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 24 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"gav" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 8 + }, +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/stamp, +/obj/item/paper{ + layer = 2.9 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"gaw" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/spaceport/communications_office) +"gax" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_foyer) +"gaA" = ( +/obj/structure/machinery/vending/cola{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"gaB" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"gaE" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer{ + dir = 1; + name = "\improper Flight Control Room" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_1/ceiling) +"gaL" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"gaP" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"gaS" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"gaT" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"gaV" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"gbf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"gbg" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_west_caves) +"gbk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"gbn" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"gbo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"gbp" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"gbz" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"gbP" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"gbU" = ( +/obj/structure/machinery/light{ + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"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 = "W-Y Enviorment Control System Control Panel" + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"gcg" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"gch" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark, +/mob/living/simple_animal/rat/gray, +/mob/living/simple_animal/rat/brown, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/south_east_street) +"gcj" = ( +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/donk{ + pixel_y = -6 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"gck" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"gcm" = ( +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"gcp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/landing_zone_2) +"gcr" = ( +/obj/structure/cable/white{ + icon_state = "5-10"; + level = 2 + }, +/obj/structure/cable/white{ + icon_state = "2-6"; + level = 2 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"gcs" = ( +/obj/structure/bed/sofa/south/white/right, +/obj/item/storage/briefcase, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment/east) +"gct" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 4; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"gcw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/item/stack/rods, +/obj/item/stock_parts/manipulator, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"gcy" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"gcA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/containersextended/greenwywingsright, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"gcD" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"gcG" = ( +/obj/structure/largecrate/random, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"gcM" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/transformers_south) +"gcP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"gcQ" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"gcY" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/item/tool/crowbar/red{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/tool/shovel, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8; + layer = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"gdk" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/item/paper/crumpled, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"gdm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"gdp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trash/green{ + pixel_y = 2 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"gdt" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"gdu" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + dir = 8; + pixel_x = 5; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/recycling_plant_office) +"gdv" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime4" + }, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"gdA" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gdB" = ( +/obj/structure/surface/table/holotable/wood, +/obj/item/storage/fancy/cigarettes, +/obj/item/tool/lighter/zippo, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"gdJ" = ( +/obj/effect/hybrisa/decal/gold/line4, +/obj/effect/hybrisa/decal/gold/line3, +/obj/structure/machinery/vending/cigarette{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"gdM" = ( +/obj/structure/closet, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"gdQ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/barricade/sandbags{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"gdW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"gea" = ( +/obj/structure/janitorialcart, +/obj/item/tool/mop{ + pixel_x = -10 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"gec" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"geh" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "4-9"; + layer = 5; + level = 2 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"gen" = ( +/obj/structure/machinery/gibber, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"geo" = ( +/obj/structure/bed/chair, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/handcuffs, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/interrogation) +"geB" = ( +/obj/structure/machinery/sleep_console, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/cryo_room) +"geE" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"geH" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = -2 + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"geP" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"geQ" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyleft{ + layer = 3 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"geR" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/interrogation) +"geS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"gfa" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"gfd" = ( +/obj/structure/platform, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"gfe" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/structure/machinery/door_control{ + id = "workshop_br_g"; + name = "Workshop Garage Lockdown"; + pixel_x = 28 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"gff" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"gfg" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gfo" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"gfs" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gfw" = ( +/obj/structure/platform/hybrisa/metalplatform2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"gfx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "5-9"; + layer = 5 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"gfD" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/item/stool{ + layer = 2; + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo) +"gfF" = ( +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/spaceport/starglider) +"gfT" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black, +/obj/structure/machinery/light/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"gfW" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ggc" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"ggh" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "kutjevo_platform_sm" + }, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"ggl" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"ggo" = ( +/obj/structure/sign/safety/medical{ + pixel_x = -17 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"ggA" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/prop/hybrisa/containersextended/greywyright, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/whiskey_outpost/inside/caves) +"ggG" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"ggI" = ( +/obj/structure/machinery/door/airlock/almayer/generic/glass{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/pizzaria) +"ggK" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/pharmacy) +"ggL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/central_streets) +"ggQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suv/misc/marshalls2, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"ggV" = ( +/obj/structure/machinery/light/spot{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/lv759/indoors/spaceport/engineering) +"ghe" = ( +/obj/item/ammo_casing/bullet, +/obj/item/tool/wirecutters, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"ghf" = ( +/obj/structure/largecrate/random/mini/small_case, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"ghi" = ( +/obj/structure/machinery/atm{ + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi'; + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/spacecash/c1{ + pixel_y = -12 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"ghl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cargo_container/wy/left, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"ghp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/item/stack/rods, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-4"; + layer = 5; + level = 2 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"ghu" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/north_street) +"ghv" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/device/flashlight/lamp/tripod, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_8" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ghC" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_west_street) +"ghD" = ( +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = -17 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"ghE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/largecrate/random/mini/med{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"ghG" = ( +/obj/item/tool/pen/blue{ + pixel_x = 6; + pixel_y = -7 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"ghI" = ( +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"gic" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"gig" = ( +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment_services/east) +"gil" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"gio" = ( +/obj/structure/sign/safety/maint, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/cryo_room) +"git" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"giz" = ( +/obj/structure/machinery/computer/ordercomp{ + dir = 1; + icon_state = "alert:1" + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"giD" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/south_east_street) +"giI" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ + name = "Meridian - Showroom" + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_showroom) +"giS" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/hospital/pharmacy) +"giT" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/prop/hybrisa/misc/trafficlight{ + dir = 8; + pixel_y = 10 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"giZ" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"gjm" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"gjn" = ( +/obj/structure/bedsheetbin{ + pixel_y = 6 + }, +/obj/item/clothing/suit/storage/labcoat/researcher, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/spawner/random/attachment, +/turf/open/hybrisa/dropship/dropship4, +/area/whiskey_outpost/inside/caves) +"gjo" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/faxmachine, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/meridian/meridian_office) +"gjs" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite0, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"gju" = ( +/obj/structure/largecrate/random/barrel{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"gjx" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"gjz" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"gjM" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"gjQ" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"gjS" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/reception) +"gjT" = ( +/obj/structure/toilet, +/obj/effect/landmark/monkey_spawn, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"gka" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"gki" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"gks" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/storage/bag/plants, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 8 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"gkB" = ( +/obj/structure/cargo_container/kelland/left{ + layer = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"gkC" = ( +/obj/structure/sign/poster/ad, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/central_streets) +"gkE" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/emergency_room) +"gkF" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/tiretrack, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"gkM" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/blue, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -6 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/item/trash/uscm_mre, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/east_central_street) +"gkO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/mob/living/simple_animal/rat/white, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/hospital/virology) +"gkU" = ( +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/machinery/light/small, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"gkW" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"gkZ" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"gla" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_x = 7; + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"gle" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/indoors/garage_reception) +"gln" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/landing_zone_2) +"glz" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"glD" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 9 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"glG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/window/reinforced/toughened, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced/toughened{ + dir = 8; + layer = 2 + }, +/obj/effect/spawner/random/gun/special/midchance, +/turf/open/floor/strata{ + dir = 8; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"glH" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/barricade/wooden{ + dir = 1; + layer = 3.1; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"glK" = ( +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"glM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"gmb" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/containersextended/greywyleft{ + layer = 4; + pixel_x = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"gme" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/landing_zone_2) +"gmf" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"gmh" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"gmi" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"gmj" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"gmk" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + access_modified = 1; + name = "Kitchen"; + req_one_access_txt = "30;19" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"gml" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/curtain/red, +/turf/open/floor/plating, +/area/lv759/indoors/casino/casino_office) +"gmm" = ( +/obj/item/trash/buritto, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"gmn" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"gmt" = ( +/obj/structure/bed/stool, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"gmv" = ( +/obj/item/reagent_container/blood/empty{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/reagent_container/blood/empty, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"gmw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/food/snacks/fries, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"gmA" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"gmE" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"gmK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/hallway_east) +"gmM" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1{ + layer = 2.9 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"gmO" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"gmT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"gni" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + layer = 3.5; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/east_dorms) +"gnl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/paramedics_garage) +"gnq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/item/shard, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"gnv" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"gnx" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"gny" = ( +/obj/structure/powerloader_wreckage, +/turf/open/floor{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/garage) +"gnz" = ( +/obj/item/clothing/head/hardhat{ + pixel_x = 10; + pixel_y = 1 + }, +/obj/item/storage/toolkit/empty, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"gnA" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"gnI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/sign/safety/maint, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north_maint) +"gnR" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/wy_security/checkpoint_east) +"gnW" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"goc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/item/tool/minihoe, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"gog" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"goh" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/spawner/random/toolbox, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"goi" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"gok" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"gol" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"gon" = ( +/obj/structure/barricade/handrail/medical{ + dir = 4 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"gow" = ( +/obj/item/tool/wirecutters, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"goC" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + layer = 3.5; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"goF" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/east) +"goH" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange" + }, +/area/lv759/indoors/spaceport/engineering) +"goI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"goK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant) +"goN" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"goQ" = ( +/obj/effect/decal/medical_decals{ + dir = 8; + icon_state = "triagedecaldir" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"goT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"goV" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"goX" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 8 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/obj/structure/machinery/light/spot{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"gpg" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"gpj" = ( +/obj/structure/bed/chair{ + dir = 8; + icon_state = "chair_alt"; + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"gpn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = 5; + pixel_y = 20 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_2) +"gpq" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Hospital - Operating Theatre 2" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/operation) +"gps" = ( +/obj/effect/hybrisa/decal/road/road_stop, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"gpw" = ( +/obj/structure/closet/emcloset, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"gpC" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Workers Cafeteria" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen) +"gpE" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/reagent_container/food/snacks/donut, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"gpM" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"gqc" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 32 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/obj/structure/bed/chair{ + layer = 4; + pixel_y = 18 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/spaceport/cuppajoes) +"gqh" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"gqi" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"gqn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = -3 + }, +/obj/item/explosive/grenade/incendiary/molotov, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = 6 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/item/explosive/grenade/incendiary/molotov, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"gqq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"gqt" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_south) +"gqu" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"gqC" = ( +/obj/structure/machinery/door_display/research_cell{ + dir = 4; + has_wall_divider = 1; + id = "Containment Cell 2"; + layer = 3.2; + name = "Cell 2 Control"; + pixel_x = 16; + pixel_y = 16 + }, +/obj/structure/window/framed/corsat/research, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + dir = 4; + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"gqM" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 5; + pixel_x = 15; + pixel_y = 5 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + dir = 8; + layer = 4; + pixel_x = 5; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/wood, +/area/lv759/indoors/hospital/cmo_office) +"gqN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"gqV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"gqY" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"gra" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_street) +"grb" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"gri" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"grp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/floodlight, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"grq" = ( +/obj/structure/machinery/conveyor{ + id = "anomalybelt" + }, +/obj/item/trash/raisins, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/item/weapon/broken_bottle{ + pixel_x = 11; + pixel_y = -2 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant) +"grr" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/trash/c_tube, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"grs" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"gru" = ( +/obj/structure/platform/hybrisa/metalplatform4, +/obj/structure/machinery/light/double/blue, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 27 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"gry" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/east_caves) +"grD" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"grK" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/south_east_street) +"grO" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_dorms) +"grS" = ( +/obj/item/ammo_casing/bullet, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"grW" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"gsb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"gse" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/hospital/maintenance_north) +"gsg" = ( +/turf/open/hybrisa/street/sidewalk{ + 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/derelictship) +"gsl" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/lv759/indoors/bar) +"gso" = ( +/obj/item/stack/rods, +/obj/item/tool/shovel, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"gsw" = ( +/obj/structure/surface/rack, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"gsy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_office) +"gsH" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/north_street) +"gsJ" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"gsP" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/item/stack/rods, +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0" + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"gsT" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"gsU" = ( +/obj/structure/cable{ + icon_state = "4-10"; + color = "#550d0d" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"gsX" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_west_street) +"gsZ" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/spaceport/engineering) +"gtc" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"gtg" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"gth" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"gtj" = ( +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 24 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 2.8; + pixel_x = 15; + pixel_y = 5 + }, +/obj/item/reagent_container/glass/bucket/mopbucket, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/structure/machinery/door_control{ + id = "Entertainment Complex"; + layer = 2; + name = "Storm Shutters"; + pixel_y = 30 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/bar) +"gtq" = ( +/obj/item/stack/cable_coil/cut{ + icon_state = "coil1" + }, +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "33"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"gtu" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"gty" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Toilet Unit" + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"gtD" = ( +/obj/structure/bed/chair{ + icon_state = "chair_alt"; + pixel_x = 3; + pixel_y = 17 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"gtM" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_factory) +"gtQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"gtR" = ( +/obj/structure/bed/sofa/south/grey/right, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"gtT" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"gtV" = ( +/obj/structure/curtain/open/shower, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"gtX" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/surgical_tray, +/obj/item/storage/box/bodybags{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/hospital/morgue) +"gtY" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"gud" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/south_east_caves) +"guk" = ( +/obj/structure/closet/secure_closet, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/hybrisa/dropship/dropship4, +/area/whiskey_outpost/inside/caves) +"gun" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"guq" = ( +/obj/structure/barricade/deployable{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"gur" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"guz" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"guC" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/ore_box, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"guD" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite1, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"guE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"guG" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"guI" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/virology) +"guJ" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"guL" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"guR" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"guV" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/blood/gibs/robot, +/obj/effect/decal/cleanable/generic, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"gvb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/red{ + layer = 6 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble1{ + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_2) +"gvg" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"gvj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/window_frame/hybrisa/colony/engineering/reinforced, +/obj/item/shard, +/turf/open/floor/plating, +/area/lv759/indoors/garage_reception) +"gvs" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"gvv" = ( +/obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + dir = 9; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"gvx" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"gvB" = ( +/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."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "89"; + name = "\improper WY-LWI StarGlider SG-200" + }, +/area/lv759/indoors/spaceport/starglider) +"gvD" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"gvE" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"gvH" = ( +/obj/item/device/flashlight, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"gvJ" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"gvK" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + layer = 7; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/prop/hybrisa/containersextended/greywyleft{ + layer = 6; + pixel_x = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"gvL" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -9 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"gvM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"gvT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"gvX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"gwb" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"gwf" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/faxmachine, +/obj/item/paper, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/whiskey_outpost/inside/caves) +"gwk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"gwl" = ( +/obj/structure/platform/hybrisa/metalplatform3, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_showroom) +"gwr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/hospital/maintenance) +"gws" = ( +/obj/structure/surface/rack, +/obj/item/tool/pickaxe, +/obj/item/tool/pickaxe, +/obj/item/tool/pickaxe{ + pixel_y = -7 + }, +/obj/item/tool/pickaxe{ + pixel_y = -3 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"gwB" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"gwO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "Righty tighty, lefty loosey!"; + dir = 1; + icon = 'icons/obj/pipes/valve.dmi'; + icon_state = "map_valve1"; + name = "Pressure Valve" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"gwS" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/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/derelictship) +"gxd" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_east_street) +"gxf" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/indoors/weyyu_office/hallway) +"gxn" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"gxs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/metal, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"gxt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"gxw" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"gxB" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"gxE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/mining_outpost/northeast) +"gxF" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4; + level = 1; + plane = -7 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + level = 1; + plane = -7 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"gxG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"gxI" = ( +/obj/structure/bed/chair/wheelchair, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"gxN" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"gxP" = ( +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 8 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"gxS" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"gxU" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"gyb" = ( +/obj/structure/cargo_container/kelland/left{ + layer = 5; + pixel_x = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"gyq" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"gyt" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/storage/box/evidence, +/obj/item/evidencebag, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"gyv" = ( +/obj/item/stool{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/item/tool/wrench{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/item/tool/screwdriver, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"gyC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"gyJ" = ( +/obj/structure/sign/safety/one, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart) +"gyL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/south) +"gyS" = ( +/obj/structure/sign/safety/bathunisex{ + pixel_x = -16; + pixel_y = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"gyU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "cyan4" + }, +/area/whiskey_outpost/inside/caves) +"gyX" = ( +/obj/structure/bed/sofa/vert/grey/top, +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"gza" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/largecrate/random/mini/small_case, +/turf/open/floor/strata{ + icon_state = "orange_icorner"; + dir = 1 + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"gzb" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/whiskey_outpost/inside/caves) +"gzg" = ( +/turf/open/floor/almayer/research/containment/corner{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"gzk" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"gzl" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/metal/greenmetal1, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"gzo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"gzp" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"gzr" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"gzs" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/west) +"gzt" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"gzv" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"gzw" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"gzz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble12{ + dir = 1; + pixel_x = 13; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"gzE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/machinery/power/port_gen, +/obj/structure/platform_decoration/shiva{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"gzF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/conveyor, +/obj/structure/largecrate/random/mini/small_case/c, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"gzM" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_1) +"gzO" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/snacks/sliceable/pizza/meatpizza, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -10; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"gzV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/largecrate/random/barrel/red{ + layer = 5; + pixel_x = 9 + }, +/obj/item/tool/hand_labeler{ + layer = 6; + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/clothing/head/hardhat/dblue{ + layer = 7; + pixel_x = 7; + pixel_y = -10 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/northeast) +"gzX" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/landing_zone_2) +"gzZ" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"gAc" = ( +/obj/structure/bed/chair, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/breakroom) +"gAg" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 5 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"gAm" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/outgoing) +"gAn" = ( +/obj/effect/hybrisa/decal/road/road_stop, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"gAp" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + layer = 4; + name = "hospital divider" + }, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"gAv" = ( +/turf/open/floor/strata{ + dir = 9; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"gAD" = ( +/obj/structure/window/framed/bunker/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"gAI" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + layer = 3 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"gAK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/bed/chair{ + icon_state = "chair_alt"; + pixel_x = 3; + pixel_y = 17 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/operation) +"gAS" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"gAU" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/power_plant/workers_canteen) +"gAV" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"gBd" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/ore_box{ + pixel_x = 5 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gBk" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"gBu" = ( +/obj/structure/largecrate/random/barrel/white{ + layer = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"gBx" = ( +/obj/effect/hybrisa/decal/grate, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"gBF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"gBK" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"gBP" = ( +/obj/structure/bed/chair{ + icon_state = "chair_alt"; + pixel_x = 3; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"gBT" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"gBU" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/mining_outpost/northeast) +"gBY" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"gBZ" = ( +/obj/structure/machinery/power/port_gen, +/obj/structure/barricade/deployable{ + damage_state = 3; + dir = 1; + health = 45; + icon_state = "folding_3" + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"gCc" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"gCd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/weapon/dart, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"gCg" = ( +/turf/closed/wall/wood, +/area/lv759/oob) +"gCi" = ( +/obj/structure/prop/hybrisa/misc/redmeter, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/power_storage) +"gCk" = ( +/obj/structure/sign/safety/two, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north_maint) +"gCn" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"gCo" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"gCr" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"gCv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/strata{ + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"gCC" = ( +/obj/structure/largecrate/random/barrel{ + layer = 4; + pixel_x = -6; + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"gCD" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + pixel_x = -2 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"gCE" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Restroom" + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"gCI" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"gCK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"gCR" = ( +/obj/structure/prop/hybrisa/vehicles/truck/truck6{ + dir = 4; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"gCS" = ( +/obj/structure/surface/rack, +/obj/structure/barricade/handrail{ + dir = 1; + layer = 2.7; + pixel_y = 2 + }, +/obj/item/stack/sheet/plasteel/small_stack, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"gCV" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3"; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"gDa" = ( +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/north_office) +"gDq" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/dropship_equipment/fuel/cooling_system{ + indestructible = 1 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"gDr" = ( +/obj/structure/machinery/bot/medbot, +/obj/structure/barricade/handrail/medical{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"gDs" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/shower{ + dir = 1; + pixel_y = -1 + }, +/obj/item/tool/soap{ + pixel_x = 5 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/colonial_marshals/restroom) +"gDw" = ( +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/mining_outpost/east_command) +"gDx" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"gDH" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"gDJ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"gDS" = ( +/obj/structure/platform/strata/metal{ + layer = 6 + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"gEe" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science1{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"gEh" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_4{ + dir = 4; + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"gEi" = ( +/obj/structure/prop/hybrisa/containersextended/blueright, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"gEk" = ( +/obj/structure/machinery/reagentgrinder{ + pixel_y = 9 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"gEn" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"gEq" = ( +/obj/structure/prop/hybrisa/vehicles/truck/truck4{ + dir = 1; + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"gEt" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"gEv" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 24 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"gEw" = ( +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/obj/structure/machinery/photocopier{ + pixel_y = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"gEx" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/obj/effect/hybrisa/decal/road/corner, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"gEE" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"gEI" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/south_east_street) +"gEK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood{ + layer = 3; + pixel_x = 24 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"gEQ" = ( +/obj/structure/bed/stool, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"gFa" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/east_hallway) +"gFf" = ( +/obj/effect/decal/cleanable/blood, +/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; + icon_state = "sandbag_3" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"gFC" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/weapon/gun/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/ammo_magazine/revolver/cmb{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"gFE" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = 5 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"gFF" = ( +/obj/structure/grille, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"gFG" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"gFK" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite0, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"gFW" = ( +/obj/structure/sign/safety/biolab, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"gFZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/item/trash/c_tube, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"gGa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet, +/obj/effect/decal/cleanable/cobweb2, +/obj/item/tool/pickaxe/jackhammer, +/obj/item/tool/pickaxe/jackhammer, +/obj/item/clothing/head/helmet/marine/veteran/mercenary/miner, +/obj/item/tool/shovel, +/obj/item/tool/shovel, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"gGe" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/obj/structure/prop/hybrisa/containersextended/medicalright, +/obj/structure/barricade/handrail/medical{ + dir = 4; + layer = 6 + }, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"gGj" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe2{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -6 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/east_central_street) +"gGs" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gGC" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"gGD" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/paper{ + layer = 2 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"gGS" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/docking_bay_1) +"gGV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/door/window/brigdoor/eastleft, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"gGY" = ( +/obj/structure/catwalk/prison, +/obj/structure/fence/electrified{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"gHc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/mob/living/simple_animal/rat/white, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/hospital/virology) +"gHn" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/brown{ + dir = 8; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"gHu" = ( +/obj/structure/sign/poster/marshalls, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/north_office) +"gHw" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"gHy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"gHA" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/masks, +/obj/item/reagent_container/spray/cleaner{ + layer = 3.1; + pixel_x = -5; + pixel_y = 15 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"gHD" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gHE" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"gHG" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"gHI" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"gHK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 14 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"gHM" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = 1; + pixel_y = 14 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"gHN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"gHP" = ( +/obj/structure/surface/table/reinforced, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/metal/greenmetalfull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"gHR" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_foyer) +"gHS" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"gHZ" = ( +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"gIc" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"gIf" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/east_hallway) +"gIg" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"gIh" = ( +/obj/structure/bed/hybrisa/bunkbed4{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"gIk" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/trashcart{ + opened = 1; + layer = 3 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"gIm" = ( +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"gIp" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"gIu" = ( +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl1" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"gIx" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/whiskey_outpost/inside/caves) +"gIy" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + layer = 4 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1; + layer = 4 + }, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"gIz" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/starglider) +"gIB" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_office) +"gIO" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"gIT" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/kitchen) +"gIZ" = ( +/obj/structure/platform_decoration/kutjevo/smooth{ + dir = 4 + }, +/obj/structure/barricade/handrail/kutjevo, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/press_room) +"gJi" = ( +/obj/effect/hybrisa/decal/road/road_stop, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gJr" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -17 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/east_command) +"gJx" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"gJF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/ignition_switch, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/hospital/virology) +"gJO" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyright, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"gJP" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"gJQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 3; + pixel_y = 12; + name = "feed bucket"; + desc = "A large bucket designed for feeding animals, usually with feed or water." + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = -12; + pixel_y = 12; + name = "feed bucket"; + desc = "A large bucket designed for feeding animals, usually with feed or water." + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/hospital/virology) +"gJZ" = ( +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"gKb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime4" + }, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/mining_outpost/south) +"gKc" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"gKd" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"gKh" = ( +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stock_parts/matter_bin, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"gKi" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"gKk" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/indoors/caves/east_caves) +"gKp" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"gKu" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 1 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"gKz" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office) +"gKC" = ( +/obj/structure/machinery/mineral/processing_unit, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant) +"gKF" = ( +/obj/item/storage/bag/plasticbag, +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/conveyor{ + layer = 3 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"gKG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/medical, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/reception) +"gKH" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "56" + }, +/area/lv759/indoors/spaceport/starglider) +"gKK" = ( +/obj/structure/bed/sofa{ + icon_state = "couch_hori3" + }, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"gKR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl3" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"gLa" = ( +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"gLd" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"gLe" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -6 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/east_central_street) +"gLf" = ( +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/obj/structure/prop/hybrisa/signs/cuppajoessign{ + light_color = "#FF9396"; + light_on = 1; + light_power = 5; + light_range = 6; + pixel_y = 18 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"gLn" = ( +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_showroom) +"gLu" = ( +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"gLA" = ( +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkbrown2" + }, +/area/whiskey_outpost/inside/caves) +"gLC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"gLG" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"gLM" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"gLO" = ( +/obj/effect/hybrisa/decal/WY/WYworn{ + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_east) +"gLP" = ( +/obj/structure/prop/hybrisa/containersextended/blueleft, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"gLS" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"gLT" = ( +/obj/item/defenses/handheld/planted_flag/range, +/turf/open/floor/plating/prison, +/area/lv759/outdoors/caveplateau) +"gLX" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_2{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"gMg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"gMj" = ( +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"gMq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/power_storage) +"gMw" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gMC" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_5{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/central_streets) +"gMG" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"gMK" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"gMS" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + pixel_x = 1 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"gMX" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"gNe" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/recycling_plant/garage) +"gNh" = ( +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/weyyu_office/breakroom) +"gNl" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"gNs" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/decal/strata_decals/grime/grime1{ + icon_state = "grime2" + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/bar/kitchen) +"gNx" = ( +/obj/structure/machinery/vending/cola{ + density = 0; + pixel_y = 16 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"gNH" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile{ + dir = 1 + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"gNP" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gNQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_caves) +"gNW" = ( +/obj/structure/sign/poster/kellandmining, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/processing) +"gNY" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/item/prop/colony/usedbandage{ + dir = 10 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"gOd" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/wood/large_stack, +/obj/item/tool/carpenters_hammer, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"gOh" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"gOm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/recycling_plant/garage) +"gOn" = ( +/obj/structure/closet/secure_closet/marshal, +/obj/item/clothing/suit/storage/CMB, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/stunprod, +/obj/item/storage/belt/security/MP/CMB/full, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"gOs" = ( +/obj/structure/machinery/chem_dispenser/soda/beer{ + dir = 8 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/kitchen) +"gOu" = ( +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = 1; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_caves) +"gOv" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"gOw" = ( +/obj/structure/machinery/door/poddoor/shutters, +/obj/structure/prop/hybrisa/lattice_prop/lattice_2{ + pixel_x = -26 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/tcomms_northwest) +"gOy" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"gOE" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/structure/machinery/floodlight, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{ + dir = 1 + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/whiskey_outpost/inside/caves) +"gOG" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"gOH" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_south) +"gOO" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/maintenance_east) +"gOR" = ( +/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 = 1; + health = 25000; + layer = 5; + level = 3; + pixel_y = 17 + }, +/obj/structure/bed/chair/comfy/orange{ + layer = 5 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/oob) +"gOS" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/storage/belt/marine, +/obj/item/ammo_magazine/rifle/m41aMK1, +/obj/item/ammo_magazine/rifle/m41aMK1, +/obj/item/ammo_magazine/rifle/m41aMK1, +/obj/item/weapon/gun/rifle/m41a/corporate, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"gOW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"gOY" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"gOZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/item/stack/sheet/metal, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"gPb" = ( +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/stock_parts/matter_bin, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"gPc" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"gPg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"gPi" = ( +/obj/structure/closet/bodybag, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"gPr" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"gPt" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4; + layer = 2.9 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"gPv" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"gPx" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/hybrisa/decal/trash, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"gPA" = ( +/obj/structure/cargo_container/horizontal/blue/middle, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"gPE" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"gPG" = ( +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/item/trash/candle, +/obj/structure/surface/table/reinforced/cloth{ + color = "#651e12" + }, +/turf/open/floor/kutjevo/fake_wood, +/area/lv759/indoors/bar) +"gPM" = ( +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"gPN" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"gPP" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/toughened{ + dir = 1; + layer = 2 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/flask, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 9 + }, +/area/lv759/landing_zone_1/ceiling) +"gPQ" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor_corner, +/area/lv759/indoors/meridian/meridian_showroom) +"gPS" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 12 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"gPX" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "Weyland Yutani Corporate Offices - Foyer" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office) +"gQa" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/under/marine/veteran/pmc/corporate, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/security_office) +"gQh" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"gQj" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"gQl" = ( +/obj/structure/sign/safety/three, +/obj/structure/sign/safety/synth_storage{ + pixel_x = -17 + }, +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"gQo" = ( +/obj/structure/prop/hybrisa/misc/graffiti/graffiti4{ + pixel_y = -4 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"gQp" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"gQq" = ( +/obj/structure/window/framed/hybrisa/spaceport, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/hallway_east) +"gQr" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"gQs" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gQw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"gQz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/botany{ + pixel_y = 8 + }, +/turf/open/floor/hybrisa/metal/greenmetalfull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"gQH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/shard, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"gQK" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/obj/effect/spawner/random/pills/highchance, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/lv759/indoors/casino/casino_restroom) +"gQM" = ( +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"gQN" = ( +/obj/structure/computerframe{ + pixel_x = 5; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/caves/east_caves) +"gQO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/stack/sandbags_empty, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"gQV" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/virology) +"gQW" = ( +/turf/open/shuttle/escapepod{ + icon_state = "floor8" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"gQX" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/flight_control_room) +"gQZ" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"gRb" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"gRe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"gRg" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/closet/secure_closet/brig, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"gRi" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Firing Range" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"gRk" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/hallway_north) +"gRl" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"gRn" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"gRt" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"gRK" = ( +/obj/structure/pipes/portables_connector{ + dir = 1 + }, +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer2, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"gRM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/weymart/backrooms) +"gRP" = ( +/obj/item/tool/surgery/retractor, +/obj/item/tool/surgery/cautery, +/obj/item/tool/surgery/bonegel, +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"gRS" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"gRT" = ( +/obj/structure/largecrate/random/barrel/blue, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"gRU" = ( +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment_services/west) +"gRW" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/obj/structure/prop/hybrisa/Factory/Conveyor_belt{ + layer = 2 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"gRZ" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office) +"gSd" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"gSe" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/item/alienjar, +/obj/structure/machinery/r_n_d/organic_analyzer, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "8-9"; + layer = 5 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"gSg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + layer = 4; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/random/gun/pistol/highchance, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"gSk" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_east) +"gSm" = ( +/obj/structure/prop/hybrisa/airport/dropshipvent2right, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"gSn" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"gSq" = ( +/obj/structure/cargo_container/arious/left, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"gSs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"gSt" = ( +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/breakroom) +"gSv" = ( +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_west_caves) +"gSy" = ( +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_hallway) +"gSC" = ( +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing" + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/apartment/west) +"gSF" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "99" + }, +/area/lv759/indoors/spaceport/starglider) +"gSM" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"gSS" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"gSU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"gTa" = ( +/obj/structure/bed/roller, +/obj/structure/closet/bodybag, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"gTb" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/stamp/cmo, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet02" + }, +/area/lv759/indoors/hospital/cmo_office) +"gTc" = ( +/obj/structure/largecrate/random, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = -7; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"gTe" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"gTg" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"gTj" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/obj/structure/inflatable/popped/door{ + layer = 2 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"gTl" = ( +/obj/structure/ore_box, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_caves) +"gTt" = ( +/obj/structure/sign/safety/storage{ + pixel_x = 15; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"gTw" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"gTz" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "95" + }, +/area/lv759/indoors/spaceport/starglider) +"gTD" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 8; + pixel_x = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"gTH" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/lines6{ + pixel_x = -3 + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gTM" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"gTN" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/buritto, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/prop/hybrisa/misc/trash/green, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"gTP" = ( +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/east_central_street) +"gTZ" = ( +/obj/structure/surface/rack, +/obj/item/device/sentry_computer, +/obj/item/device/binoculars, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"gUi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/computer3frame/wallcomp, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"gUk" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/garage_reception) +"gUl" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"gUm" = ( +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/tool/pen{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"gUr" = ( +/obj/structure/largecrate, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"gUs" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"gUv" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"gUw" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1; + layer = 3.3 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"gUG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"gUH" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"gUP" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"gUZ" = ( +/turf/closed/shuttle/dropship2/transparent{ + desc = "The WY-LWI Horizon Runner HR-150, a collaborative creation of Lunnar-Welsun Industries and Weyland-Yutani. This small dropship is designed for short-range commercial transport."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "86"; + name = "\improper WY-LWI Horizon Runner HR-150" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"gVa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"gVe" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"gVj" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"gVo" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/oob) +"gVq" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gVt" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/kitchen/tray{ + pixel_y = 9 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"gVw" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/storage) +"gVA" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_north) +"gVL" = ( +/obj/structure/dropship_equipment/fuel/fuel_enhancer{ + indestructible = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"gVN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7{ + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"gVO" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_restroom) +"gVT" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gWh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"gWi" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/faxmachine, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_managersoffice) +"gWs" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/smallDelivery{ + layer = 5; + pixel_y = 15 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gWw" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"gWy" = ( +/obj/structure/sign/safety/maint, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart/maintenance) +"gWz" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"gWJ" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/north_office) +"gWQ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"gWX" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"gWY" = ( +/obj/item/reagent_container/glass/paint/remover{ + pixel_x = -12; + pixel_y = 9 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_x = 4; + pixel_y = 22 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"gXb" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/stack/sheet/metal, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gXe" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"gXg" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"gXh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"gXq" = ( +/obj/structure/cable/white{ + icon_state = "1-5"; + level = 2 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"gXr" = ( +/obj/structure/largecrate/random/mini/med, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"gXs" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice1"; + pixel_x = -26; + pixel_y = -13 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"gXx" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph." + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/hobosecret) +"gXA" = ( +/obj/structure/barricade/sandbags{ + dir = 8 + }, +/obj/structure/barricade/sandbags, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"gXM" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"gXN" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"gXO" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/structure/barricade/handrail/medical{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"gXX" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/lv759/oob) +"gYa" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"gYf" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/casino/casino_restroom) +"gYg" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/pharmacy) +"gYk" = ( +/obj/structure/coatrack, +/obj/structure/coatrack{ + icon_state = "coat_cmo" + }, +/turf/open/floor/wood, +/area/lv759/indoors/hospital/cmo_office) +"gYn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/structure/prop/hybrisa/vehicles/van/vandamaged{ + dir = 1; + pixel_y = 2 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"gYt" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/apartment/east) +"gYD" = ( +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"gYQ" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/hallway_north) +"gYU" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + light_color = "#FF004A"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/armory) +"gYY" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_street) +"gYZ" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + req_one_access = null; + name = "Communications Substation Two" + }, +/turf/open/floor/plating, +/area/lv759/indoors/tcomms_northwest) +"gZc" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 6 + }, +/area/lv759/indoors/weyyu_office) +"gZg" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 8 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor8" + }, +/area/lv759/indoors/electical_systems/substation2) +"gZh" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/eat, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"gZi" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"gZk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"gZl" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/oob) +"gZm" = ( +/obj/item/prop/colony/canister{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"gZn" = ( +/obj/structure/sign/poster/corporate, +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 12 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"gZt" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"gZu" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -20 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"gZx" = ( +/obj/structure/barricade/handrail{ + dir = 1; + layer = 2.7; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo) +"gZz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"gZA" = ( +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop) +"gZC" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/meridian/meridian_restroom) +"gZD" = ( +/obj/structure/machinery/photocopier, +/obj/item/paper/courtroom{ + name = "A Crash Course in Legal SOP" + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"gZE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"gZJ" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"gZO" = ( +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation1) +"gZQ" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"gZR" = ( +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"haG" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"haJ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/largecrate/random/mini/med, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"haK" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"haL" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"haN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"haP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"haR" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft, +/obj/item/weapon/stunprod, +/obj/structure/machinery/door/window/brigdoor/westleft, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory) +"haS" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"haV" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"haX" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"hbb" = ( +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/equipment_east) +"hbc" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_16" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hbe" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"hbp" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_y = 12 + }, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/hybrisa/street/roadlines3, +/area/lv759/outdoors/colony_streets/east_central_street) +"hbq" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"hbt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hbz" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/electical_systems/substation1) +"hbB" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"hbC" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/item/trash/used_stasis_bag, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/emergency_room) +"hbK" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"hbS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16; + layer = 4.14 + }, +/obj/structure/machinery/colony_floodlight/street{ + pixel_y = 12; + pixel_x = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hbX" = ( +/obj/structure/machinery/vending/coffee, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"hbY" = ( +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoe"; + name = "cuppa joe's coffee cup"; + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/reagent_container/food/drinks/cans/classcola, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"hcf" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"hch" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform{ + layer = 3.1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"hci" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + layer = 3.3 + }, +/obj/structure/platform{ + dir = 1; + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"hco" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"hcr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"hct" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"hcI" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"hcM" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"hcN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"hcV" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"hcX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"hcY" = ( +/obj/item/weapon/gun/smg/mp5, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"hdh" = ( +/obj/structure/surface/table, +/obj/item/storage/pouch/autoinjector/full, +/turf/open/floor/prison{ + dir = 9; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"hdj" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"hdw" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"hdx" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"hdz" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"hdI" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"hdJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"hdO" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"hdS" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/platform{ + dir = 1; + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"hdU" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/power_storage) +"hdV" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"hdW" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_2) +"heb" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/dry_ramen, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"hed" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"hef" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/item/trash/eat, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/south_east_street) +"hei" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/item/stack/folding_barricade/three, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"hej" = ( +/obj/structure/sign/safety/maint, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"hel" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"heu" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_foyer) +"hex" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble9{ + pixel_x = 18; + pixel_y = 12 + }, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"hey" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/trash/uscm_mre, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"heC" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"heE" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"heI" = ( +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"heM" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 5 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"heN" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/armory) +"heP" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"heQ" = ( +/obj/structure/bed/stool{ + icon_state = "stool_alt" + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/lv759/indoors/bar) +"heR" = ( +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"heS" = ( +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/apartment_services/east) +"hfd" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_east_street) +"hfe" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"hfg" = ( +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/recycling_plant_office) +"hfl" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_foyer) +"hft" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"hfv" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider"; + pixel_y = -8 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"hfA" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 8 + }, +/obj/structure/window/framed/hybrisa/spaceport, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/communications_office) +"hfF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"hfL" = ( +/obj/structure/largecrate/mule, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"hfO" = ( +/obj/structure/platform, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"hfP" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"hfS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 1 + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"hfV" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"hfY" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + pixel_y = 12 + }, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet01" + }, +/area/lv759/indoors/hospital/cmo_office) +"hfZ" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_foyer) +"hgj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"hgq" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"hgr" = ( +/obj/effect/hybrisa/decal/checkpoint_decal{ + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"hgs" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"hgv" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hgw" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 9 + }, +/area/lv759/landing_zone_1/ceiling) +"hgz" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2/glass{ + name = "Weyland Yutani Celestia Gateway Space-Port"; + locked = 1; + dir = 1 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/hallway_east) +"hgC" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/pharmacy) +"hgG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/barricade/handrail/kutjevo, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"hgI" = ( +/obj/structure/largecrate/supply/supplies/flares, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"hgL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "kutjevo_platform_sm" + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"hgM" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"hgN" = ( +/obj/structure/machinery/door/window/brigdoor/northleft{ + dir = 4 + }, +/obj/structure/platform_decoration/mineral{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"hgT" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"hhd" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/disk_reader, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"hhg" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office) +"hhv" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security_office) +"hhA" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"hhD" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining/mining4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"hhE" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cuppajoes) +"hhF" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"hhG" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"hhI" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"hhJ" = ( +/obj/structure/sign/safety/restrictedarea, +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"hhL" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/strata{ + icon_state = "orange_icorner"; + dir = 8 + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"hhM" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/grille, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"hhV" = ( +/obj/structure/sign/poster/ad, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/power_plant/workers_canteen) +"hhW" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hie" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 8 + }, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/whiskey_outpost/inside/caves) +"hig" = ( +/obj/item/bananapeel{ + desc = "An experimental B8 Smart-Scope. Based on the technologies used in the Smart Gun by ARMAT, this sight has integrated IFF systems. It can only attach to the L42A Battle Rifle, M44 Combat Revolver, and M46C Pulse Rifle. This one appears to be covered in gun oil"; + icon = 'icons/obj/items/weapons/guns/attachments.dmi'; + icon_state = "iffbarrel"; + name = "Broken B8 Smart-Scope"; + pixel_x = -1; + pixel_y = 11 + }, +/obj/item/attachable/suppressor, +/obj/structure/largecrate/supply, +/obj/effect/spawner/random/attachment, +/obj/item/prop/helmetgarb/netting, +/obj/item/attachable/scope/mini, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"hih" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_1{ + dir = 4; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"hii" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/virology) +"hij" = ( +/obj/structure/machinery/centrifuge, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"hik" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hir" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/catwalk/prison, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/turf/open/floor/prison, +/area/lv759/indoors/caves/north_west_caves) +"hiv" = ( +/obj/structure/largecrate/random/mini/small_case/b, +/obj/structure/barricade/handrail/hybrisa/handrail{ + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"hiw" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office/hallway) +"hiK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"hiL" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"hiP" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"hiS" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"hiT" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"hiV" = ( +/obj/structure/prop/hybrisa/vehicles/suv/misc/expensive3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/oob) +"hjg" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_street) +"hji" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltop" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_1) +"hjm" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe4, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -6 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/east_central_street) +"hjo" = ( +/obj/structure/largecrate/random/case/double, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/cryo_room) +"hjq" = ( +/obj/structure/bed/chair/office/light, +/obj/item/trash/cigbutt, +/obj/item/clothing/head/headset, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"hjw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/pipes/standard/tank/oxygen, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"hjA" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/obj/structure/prop/vehicles{ + density = 1; + dir = 1; + icon_state = "truck_damaged"; + name = "truck" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"hjI" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/clothing/head/hardhat{ + pixel_x = 10; + pixel_y = 1 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"hjN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"hjU" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"hkb" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"hkf" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/hybrisa/dropship/dropshipfloorcorner2, +/area/lv759/indoors/spaceport/starglider) +"hku" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"hkv" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"hkD" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"hkM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"hkT" = ( +/obj/structure/sign/poster/kellandmining{ + layer = 2.9 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north) +"hkW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hkY" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"hlb" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hle" = ( +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/meridian/meridian_managersoffice) +"hls" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/bedsheetbin, +/obj/item/clothing/under/color/orange, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 9 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"hlt" = ( +/obj/structure/platform, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"hlv" = ( +/obj/structure/prop/hybrisa/signs/high_voltage{ + desc = null + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/power_storage) +"hlA" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"hlB" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/electical_systems/substation3) +"hlD" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/hallway) +"hlE" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 15 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/item/trash/c_tube, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"hlI" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"hlK" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 17 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"hlL" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"hlT" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"hlV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"hmb" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"hmh" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/east_hallway) +"hmi" = ( +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = 8 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"hmj" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"hmk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/structure/prop/hybrisa/lattice_prop/lattice_3{ + pixel_x = -26 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"hmn" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"hmv" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/sentry/lowchance, +/obj/effect/spawner/random/supply_kit, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/casino/casino_vault) +"hmy" = ( +/obj/structure/bed/hybrisa/bunkbed2{ + dir = 1 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/apartment/west) +"hmD" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Hospital - Patient Room 2" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/patient_ward) +"hmE" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 10 + }, +/area/lv759/indoors/weyyu_office) +"hmJ" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"hmM" = ( +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 17 + }, +/obj/item/tool/extinguisher{ + layer = 5; + pixel_y = 22 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/northeast) +"hmN" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/apartment/east) +"hmS" = ( +/obj/structure/largecrate/random/barrel/green{ + layer = 5 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"hmY" = ( +/obj/structure/closet/lasertag/red, +/obj/item/clothing/suit/redtag, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"hnb" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"hnk" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"hnl" = ( +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"hnm" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard2{ + dir = 8; + pixel_y = 34 + }, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hnq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"hns" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/item/tool/soap{ + pixel_x = 5 + }, +/obj/effect/landmark/monkey_spawn, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/structure/prop/hybrisa/misc/blood/blood2, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"hnu" = ( +/obj/item/storage/backpack/commando{ + layer = 5 + }, +/obj/structure/closet/crate/secure/weyland{ + layer = 4 + }, +/obj/item/storage/box/wy_mre, +/obj/item/storage/box/wy_mre, +/obj/effect/spawner/random/attachment, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"hnA" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/kitchen/tray, +/obj/item/reagent_container/glass/beaker/silver, +/obj/item/reagent_container/glass/beaker, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"hnC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_east_street) +"hnG" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"hnL" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/ambulance{ + dir = 8; + pixel_x = 6; + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hnV" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hnW" = ( +/obj/structure/bed/chair{ + buckling_y = 6; + dir = 1; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"hoa" = ( +/obj/structure/largecrate/random/mini{ + pixel_x = 16; + pixel_y = 4 + }, +/obj/structure/largecrate/random/mini{ + layer = 3.1; + pixel_x = 10; + pixel_y = -7 + }, +/obj/structure/largecrate/random/mini{ + pixel_x = 9; + pixel_y = 12 + }, +/obj/structure/largecrate/supply{ + layer = 2 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"hof" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1{ + layer = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"hog" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/whiskey_outpost/inside/caves) +"hok" = ( +/obj/effect/hybrisa/decal/trash, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"hoo" = ( +/obj/item/storage/briefcase, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"hot" = ( +/obj/item/stack/snow{ + desc = "A pile of white powder."; + name = "white-powder"; + pixel_y = 4 + }, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet09" + }, +/area/lv759/oob) +"hou" = ( +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"how" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"hox" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/tool/wirecutters{ + pixel_y = -7 + }, +/obj/item/tool/weldpack{ + layer = 3.1; + pixel_x = -5; + pixel_y = 13 + }, +/obj/item/vehicle_clamp, +/obj/item/tool/weldingtool{ + pixel_x = 6; + pixel_y = -8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"hoC" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/gloves{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/structure/machinery/botany/extractor, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"hoE" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"hoI" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hoK" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/obj/structure/reagent_dispensers/beerkeg{ + layer = 4; + pixel_y = 13 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"hoR" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"hpc" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_off{ + dir = 1 + }, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/flight_control_room) +"hpd" = ( +/obj/structure/platform/hybrisa/metalplatform3, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_showroom) +"hpe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"hph" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"hpk" = ( +/obj/structure/barricade/handrail/medical{ + dir = 1; + layer = 5 + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"hpl" = ( +/obj/structure/machinery/computer/secure_data{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"hpm" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"hpo" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"hpu" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"hpv" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_1/ceiling) +"hpC" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/structure/bed/stool, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"hpH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/ore_box{ + pixel_x = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"hpM" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hpT" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"hqi" = ( +/obj/structure/cargo_container/hd/left, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"hqo" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"hqr" = ( +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"hqt" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltop"; + layer = 2 + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"hqz" = ( +/obj/structure/cargo_container/kelland/right, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"hqD" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/whiskey_outpost/inside/caves) +"hqF" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"hqJ" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + dir = 4; + pixel_y = -85; + pixel_x = -12 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 9 + }, +/area/lv759/oob) +"hqP" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"hqQ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "darkredfull2" + }, +/area/lv759/outdoors/colony_streets/north_street) +"hqT" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/northeast) +"hqU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"hqX" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_showroom) +"hra" = ( +/turf/open/floor/hybrisa/misc/wybiglogo{ + dir = 9 + }, +/area/whiskey_outpost/inside/caves) +"hre" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/floodlight, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"hrt" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + layer = 8; + level = 8; + pixel_y = 20; + dir = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"hrv" = ( +/obj/structure/closet, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"hrw" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"hrx" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 1; + layer = 5; + level = 5; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"hry" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"hrz" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"hrE" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/landing_zone_2) +"hrF" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"hrJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"hrO" = ( +/obj/structure/surface/table, +/obj/item/storage/toolbox/mechanical/green, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"hrS" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"hrU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/spacecash/ewallet, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"hrY" = ( +/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/landing_zone_2/ceiling) +"hsa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"hsg" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines5, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hsh" = ( +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"hsp" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + dir = 8; + indestructible = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"hss" = ( +/obj/structure/largecrate/random/barrel/brown, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"hst" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/shuttle{ + icon_state = "rasputin3" + }, +/area/lv759/indoors/spaceport/starglider) +"hsu" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_factory) +"hsv" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hsw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"hsB" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"hsG" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/geothermal_generators) +"hsH" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/south_caves) +"hsL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"hsO" = ( +/obj/effect/hybrisa/decal/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"hsV" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe4, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -6 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/east_central_street) +"hsZ" = ( +/obj/effect/hybrisa/decal/gold/line3, +/obj/item/shard, +/obj/item/weapon/broken_glass, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"htl" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"htm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"htt" = ( +/obj/structure/machinery/door/poddoor/two_tile{ + name = "\improper WY-LWI Horizon Runner HR-150 Podlock" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"htv" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"htz" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/item/storage/pouch/shotgun/large, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"htA" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"htC" = ( +/obj/structure/machinery/biogenerator, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"htL" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"htO" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"htQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"htU" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"htW" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/device/flashlight/pen{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"htX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/vending/snack{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"hub" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"huc" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"hue" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/whiskey_outpost/inside/caves) +"huf" = ( +/obj/item/trash/liquidfood, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"huj" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"hup" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"hur" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + icon_state = "wy_water_crushed" + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"huz" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "94" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"huF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"huG" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"huW" = ( +/obj/structure/machinery/seed_extractor, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"huX" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"huZ" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"hvf" = ( +/obj/structure/largecrate/supply, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"hvh" = ( +/obj/structure/largecrate/supply/explosives/mines, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"hvl" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"hvm" = ( +/obj/item/smallDelivery, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/east_central_street) +"hvp" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2 + }, +/obj/structure/largecrate/random/barrel{ + layer = 2.8; + pixel_x = -17; + pixel_y = -9 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"hvq" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/almayer/handheld1, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/landing_zone_1/ceiling) +"hvr" = ( +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/hotdog, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/reagent_container/food/drinks/cans/classcola{ + icon_state = "cola_crushed" + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"hvt" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Office Armory" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/armory) +"hvD" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"hvE" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"hvK" = ( +/obj/structure/prop/hybrisa/misc/slotmachine{ + pixel_x = 5 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"hvQ" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/electical_systems/substation1) +"hvV" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"hvY" = ( +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 11; + pixel_y = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"hwd" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"hwo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/sign/safety/biohazard{ + pixel_x = -17 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"hwr" = ( +/obj/structure/closet, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"hwu" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"hwy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/item/phone{ + pixel_x = 9; + pixel_y = -10 + }, +/obj/item/reagent_container/food/snacks/eat_bar, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"hwz" = ( +/obj/item/stack/sheet/cardboard/small_stack, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"hwF" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"hwI" = ( +/obj/structure/computer3frame/wallcomp{ + layer = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"hwK" = ( +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_east) +"hwL" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"hwR" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"hwT" = ( +/obj/structure/noticeboard, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart) +"hwX" = ( +/obj/item/spacecash/c1000, +/obj/item/reagent_container/food/snacks/meatpizzaslice{ + layer = 7; + pixel_x = 3; + pixel_y = 12 + }, +/obj/structure/prop/ice_colony/tiger_rug{ + dir = 8 + }, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet02" + }, +/area/lv759/oob) +"hwY" = ( +/obj/item/tool/wirecutters{ + pixel_y = -7 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/lv759/indoors/spaceport/engineering) +"hxf" = ( +/obj/effect/decal/strata_decals/grime/grime1, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -9; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/item/trash/cigbutt, +/obj/item/trash/eat, +/obj/item/trash/hotdog, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/north_street) +"hxi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"hxo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/hybrisa/prisonbed{ + dir = 4 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"hxs" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"hxK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/ceramic_plate{ + pixel_y = 17 + }, +/obj/item/toy/plush/farwa{ + pixel_y = 16 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/lv759/indoors/bar/entertainment) +"hxN" = ( +/obj/structure/closet/firecloset, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"hxQ" = ( +/obj/structure/monorail, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4{ + dir = 4 + }, +/obj/structure/machinery/light/blue, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"hxT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/misc/wysmallleft, +/area/whiskey_outpost/inside/caves) +"hxV" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"hxX" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced/toughened, +/obj/item/weapon/gun/smg/mp5, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"hxZ" = ( +/obj/structure/prop/hybrisa/containersextended/greenright{ + layer = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"hyc" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 6; + pixel_y = -2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"hyn" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_west) +"hyr" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"hyA" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "zwing8"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/horizon_runner) +"hyD" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 8; + layer = 4 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"hyG" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "agentshuttle"; + indestructible = 1; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation2) +"hyI" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"hyJ" = ( +/obj/structure/barricade/handrail/strata, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_hallway) +"hyV" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"hzb" = ( +/obj/item/reagent_container/food/snacks/donkpocket{ + layer = 2 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hzd" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_y = 17 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/sillycup, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"hze" = ( +/obj/item/prop/colony/used_flare, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"hzk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Restroom" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/garage_restroom) +"hzm" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/holding_cells) +"hzo" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/item/storage/fancy/vials/random, +/obj/item/reagent_container/glass/beaker/vial, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"hzp" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hzq" = ( +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"hzt" = ( +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoe"; + name = "cuppa joe's coffee cup"; + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"hzw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/hybrisa/metal/orangelinecorner{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"hzA" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/closet/crate/medical, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"hzB" = ( +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoe"; + name = "cuppa joe's coffee cup"; + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/machinery/light, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"hzH" = ( +/obj/item/device/toner, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"hzL" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/weyyu_office/breakroom) +"hzM" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/curtain/open/shower, +/obj/effect/landmark/monkey_spawn, +/obj/item/tool/soap{ + pixel_x = 2; + pixel_y = -4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment_services/west) +"hzR" = ( +/obj/item/trash/eat, +/obj/item/trash/cigbutt, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"hzS" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/kitchen) +"hzV" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner{ + dir = 4 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"hAa" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaltan{ + dir = 8; + layer = 3 + }, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_street) +"hAc" = ( +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_showroom) +"hAf" = ( +/obj/structure/sign/safety/maint, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"hAh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"hAm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"hAo" = ( +/mob/living/simple_animal/rat/gray, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe5{ + dir = 4; + pixel_y = -1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_12"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/item/trash/c_tube, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hAv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/prop/hybrisa/signs/barsign{ + light_color = "#00AAFF"; + light_on = 1; + light_power = 4; + light_range = 6; + pixel_x = -12 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"hAx" = ( +/obj/structure/prop/hybrisa/airport/refuelinghose2{ + layer = 1; + pixel_x = -12; + pixel_y = -12 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"hAA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"hAB" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"hAF" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"hAK" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"hAX" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"hBa" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"hBc" = ( +/obj/item/clothing/under/darkred, +/obj/item/clothing/under/darkred, +/obj/structure/closet/cabinet, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"hBg" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"hBk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"hBo" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"hBp" = ( +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/breakroom) +"hBs" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/machinery/vending/coffee{ + icon_state = "coffee-broken"; + layer = 4; + stat = 1 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"hBt" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + pixel_y = -2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"hBy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata{ + dir = 8; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"hBC" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketpears{ + pixel_x = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"hBH" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"hBN" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/pharmacy) +"hBO" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"hBX" = ( +/obj/structure/platform/stair_cut, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"hBY" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"hBZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "2-10"; + layer = 5 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"hCb" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"hCc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"hCf" = ( +/turf/open/engineership/engineer_floor5{ + light_on = 1; + light_power = 6; + light_range = 10; + name = "circular light"; + light_color = "#00ffa0" + }, +/area/lv759/derelictship) +"hCg" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"hCj" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/drinks/coffeecup/wy, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/meridian/meridian_office) +"hCk" = ( +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0" + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/obj/structure/prop/ice_colony/ground_wire, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 8; + pixel_x = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"hCr" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"hCs" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/structure/closet/crate/medical, +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"hCC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/central_streets) +"hCG" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"hCH" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_south) +"hCK" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"hCL" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"hCN" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"hCU" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_west_street) +"hCW" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"hCX" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"hCY" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"hDb" = ( +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"hDd" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass/reinforced{ + dir = 2; + name = "Marshalls Armory Hallway" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"hDi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"hDl" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"hDt" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"hDz" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 5 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"hDD" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"hDG" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"hDJ" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"hDQ" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"hEa" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 12; + pixel_y = 16 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_half_br" + }, +/obj/item/trash/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/item/clothing/mask/cigarette/cigar/tarbacks{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/item/spacecash/ewallet, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"hEc" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hEd" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"hEf" = ( +/obj/structure/barricade/handrail/strata{ + layer = 5 + }, +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/pizzabox{ + layer = 3; + pixel_y = 12 + }, +/obj/item/reagent_container/food/snacks/meatpizzaslice{ + layer = 7; + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"hEg" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/monorail, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"hEi" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/weyyu_office) +"hEl" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"hEn" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"hEs" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"hEu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/xenobiology/small/cracked1, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"hEM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"hEP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Restroom" + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar/bathroom) +"hEQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/dam/drill, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"hEV" = ( +/obj/structure/platform/mineral{ + dir = 8 + }, +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"hEZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/medical_decals{ + icon_state = "docdecal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"hFc" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"hFe" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_maintenance_south) +"hFm" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"hFo" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"hFq" = ( +/obj/structure/sign/safety/med_cryo, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/cryo_room) +"hFs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + pixel_y = 13 + }, +/obj/structure/prop/hybrisa/misc/firebarreloff{ + density = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_west_street) +"hFt" = ( +/obj/structure/ore_box, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"hFw" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/iv_drip, +/obj/structure/barricade/handrail/medical{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/emergency_room) +"hFA" = ( +/obj/structure/pipes/standard/tank/oxygen, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"hFK" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"hFO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/landmark/corpsespawner/colonist, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"hFU" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"hGb" = ( +/obj/structure/largecrate/random/barrel/black{ + layer = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"hGf" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/research/reinforced/hull, +/area/lv759/oob) +"hGo" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"hGp" = ( +/obj/item/smallDelivery{ + pixel_x = -12; + pixel_y = 22 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"hGq" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite0, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"hGw" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/emergency_room) +"hGz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/prop/hybrisa/xenobiology/small/egg, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"hGB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/medical{ + dir = 1; + layer = 5 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/hospital/outgoing) +"hGE" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"hGI" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/landing_zone_2) +"hGO" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"hGR" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"hGS" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant_office) +"hHb" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"hHe" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"hHf" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"hHg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/virology) +"hHi" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"hHp" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + layer = 4; + level = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"hHs" = ( +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"hHy" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"hHC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"hHI" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"hHP" = ( +/obj/structure/bed/roller, +/obj/item/trash/used_stasis_bag, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/cryo_room) +"hHS" = ( +/obj/item/clothing/suit/storage/lawyer/bluejacket, +/obj/item/clothing/suit/storage/lawyer/purpjacket, +/obj/structure/coatrack{ + icon_state = "coatrack1" + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"hHV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"hHY" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox{ + pixel_y = 12 + }, +/obj/effect/spawner/random/goggles/lowchance, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"hIb" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"hIe" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_container/food/drinks/cans/classcola, +/obj/item/reagent_container/food/drinks/cans/classcola, +/obj/item/reagent_container/food/drinks/cans/classcola, +/obj/item/reagent_container/food/drinks/cans/classcola, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci, +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/kitchen) +"hIo" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"hIq" = ( +/obj/structure/disposalpipe/tagger, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"hIu" = ( +/obj/structure/sign/safety/restrictedarea, +/obj/structure/sign/safety/hazard{ + pixel_x = 12 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"hIB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/hybrisa/containersextended/greywyleft, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"hID" = ( +/obj/structure/machinery/cm_vending/sorted/medical/chemistry, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"hIE" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite0, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"hIH" = ( +/obj/structure/largecrate/random/mini{ + pixel_x = 16; + pixel_y = 4 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"hIM" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"hIQ" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl1" + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"hIU" = ( +/obj/structure/machinery/computer/med_data, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/virology) +"hJd" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "hybrisacheckpoint_west"; + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"hJe" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_5{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"hJf" = ( +/turf/open/floor/corsat, +/area/whiskey_outpost/inside/caves) +"hJi" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"hJk" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + dir = 8; + indestructible = 1 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"hJm" = ( +/obj/structure/surface/table/almayer, +/obj/item/stack/sheet/metal/large_stack, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/indoors/spaceport/engineering) +"hJr" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"hJz" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"hJF" = ( +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/west) +"hJU" = ( +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_8" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"hJY" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science1{ + layer = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"hKa" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/trash/burger, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"hKe" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"hKf" = ( +/obj/structure/machinery/conveyor, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"hKg" = ( +/obj/structure/window/framed/hybrisa/spaceport/cell, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/kitchen) +"hKl" = ( +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + layer = 3.3; + pixel_x = 8; + pixel_y = 21 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + layer = 4; + pixel_x = -8; + pixel_y = 21 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/north_office) +"hKt" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"hKz" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ + dir = 1 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"hKH" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"hKK" = ( +/obj/structure/bed/chair/wheelchair, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/pharmacy) +"hKN" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy12" + }, +/area/whiskey_outpost/inside/caves) +"hKO" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/device/flashlight/pen{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"hKV" = ( +/obj/structure/bed/chair{ + dir = 8; + layer = 2; + pixel_y = 6 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"hKY" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/toughened{ + dir = 1; + layer = 2 + }, +/obj/item/prop/almayer/comp_open, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/landing_zone_1/ceiling) +"hLc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hLf" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"hLm" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/electrical{ + pixel_y = 9 + }, +/obj/item/storage/toolbox/mechanical, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"hLt" = ( +/obj/structure/ore_box{ + layer = 2 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"hLv" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"hLx" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"hLE" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/kitchen) +"hLF" = ( +/obj/structure/machinery/sentry_holder/colony{ + dir = 1; + pixel_y = -10 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"hLN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/garage_reception) +"hLP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"hLX" = ( +/obj/structure/sign/safety/biolab, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/virology) +"hMc" = ( +/obj/item/stack/sheet/metal, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/misc/spaceport2, +/area/lv759/indoors/spaceport/docking_bay_1) +"hMe" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/bar) +"hMk" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"hMy" = ( +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/tool/shovel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"hMA" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"hME" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"hMF" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"hMI" = ( +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"hML" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"hMN" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"hMP" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"hMU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"hMV" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/item/prop/colony/used_flare, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"hMZ" = ( +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_street) +"hNe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"hNi" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"hNj" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_1) +"hNm" = ( +/obj/structure/platform/hybrisa/metalplatform2, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + icon_state = "wy_water_crushed" + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/central_streets) +"hNo" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/flask/vacuumflask{ + pixel_x = 9; + pixel_y = 17 + }, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/clothing/mask/cigarette/weed{ + pixel_y = -3 + }, +/obj/item/clothing/mask/cigarette/weed, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"hNr" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"hNA" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"hND" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/apartment/west) +"hNH" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hNL" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"hNV" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper Synthetic Storage & Repair" + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"hNX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"hOc" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"hOf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"hOv" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"hOx" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"hOy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/mech_bay_recharge_floor, +/area/whiskey_outpost/inside/caves) +"hOC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"hOD" = ( +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 4 + }, +/obj/structure/bed/roller/hospital/bloody{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"hOE" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"hOF" = ( +/obj/structure/barricade/handrail/strata{ + pixel_x = -1 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"hOJ" = ( +/obj/structure/largecrate/supply{ + layer = 3.1; + pixel_y = 15 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + layer = 3.2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"hOL" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet5-1" + }, +/area/lv759/indoors/bar) +"hOM" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/east_command) +"hOQ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"hOU" = ( +/obj/structure/bed/chair/bolted{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 8 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"hOY" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/patient_ward) +"hOZ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"hPb" = ( +/obj/structure/bed/hybrisa/bunkbed2, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/apartment/west) +"hPh" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/recycling_plant_office) +"hPm" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"hPq" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital -Triage" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"hPt" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor8" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"hPC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital - Patients Observations" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/outgoing) +"hPG" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"hPI" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 5 + }, +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/morgue) +"hPL" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/bench, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"hPM" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"hPS" = ( +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/stock_parts/matter_bin, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"hPV" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"hQb" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "hybrisacheckpoint_west"; + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"hQc" = ( +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 17 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/shiva{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"hQl" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/beakers, +/obj/item/tool/hand_labeler, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"hQu" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"hQE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/droppod{ + desc = "A display model of a Weyland-Yutani orbital drop-pod." + }, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"hQG" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/structure/largecrate/supply{ + pixel_x = -10 + }, +/obj/structure/largecrate/random/mini{ + layer = 7; + pixel_x = -7; + pixel_y = 16 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"hQK" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = 8; + pixel_y = -12 + }, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cuppajoes) +"hQO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform4{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"hQX" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hQY" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"hQZ" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"hRe" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"hRg" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_foyer) +"hRl" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_west_street) +"hRn" = ( +/obj/item/tool/weldingtool{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/item/clothing/head/welding, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/oob) +"hRr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines5{ + pixel_y = 5 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"hRF" = ( +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"hRJ" = ( +/obj/item/reagent_container/food/snacks/meatpizzaslice, +/mob/living/simple_animal/hostile/retaliate/clown{ + desc = "Always returning. Always watching."; + health = 10000; + icon_dead = "pimpclowndead"; + icon_living = "pimpclown"; + icon_state = "pimpclown"; + move_to_delay = 2; + name = "Pimpified Gonzo the Magnificent"; + rapid = 1 + }, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet02" + }, +/area/lv759/oob) +"hRK" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"hRL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/item/tool/weldingtool, +/obj/effect/decal/cleanable/blood/gibs/robot, +/obj/item/stool{ + layer = 4; + pixel_x = -4; + pixel_y = 23 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"hRP" = ( +/obj/structure/prop/hybrisa/vehicles/large_vehicles/ambulance{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"hRV" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + icon_state = "zbrownfloor2"; + dir = 10 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"hRY" = ( +/obj/structure/catwalk/prison, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence/electrified{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"hSe" = ( +/obj/effect/hybrisa/decal/gold/line4, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"hSk" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/indoors/caves/west_caves) +"hSo" = ( +/obj/structure/closet/crate/construction, +/obj/item/storage/bag/trash{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/storage/bag/trash, +/obj/item/storage/beer_pack, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"hSq" = ( +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/hallway_central) +"hSw" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/machinery/light/built{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/oob) +"hSy" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_street) +"hSz" = ( +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"hSB" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hSG" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"hSM" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"hSP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suv/misc/marshalls2, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/colonial_marshals/garage) +"hSQ" = ( +/obj/structure/largecrate/random/mini/small_case{ + layer = 6; + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"hSR" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hSX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hTb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/under/marine/veteran/pmc/corporate, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, +/obj/structure/window/reinforced, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"hTl" = ( +/obj/item/tool/wirecutters, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"hTr" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"hTz" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/structure/largecrate/random/mini{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"hTA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced/toughened, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/reagent_container/food/snacks/donkpocket, +/obj/item/card/id/pmc/ds{ + layer = 2.9 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"hTD" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/effect/decal/strata_decals/grime/grime2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"hTZ" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"hUa" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/west) +"hUd" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hUf" = ( +/obj/structure/bed/chair/comfy{ + dir = 8; + icon_state = "chair_alt" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"hUg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/flour, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"hUm" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/attachable/bayonet, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/landing_zone_2/ceiling) +"hUn" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"hUr" = ( +/obj/item/stack/cable_coil/cyan, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"hUt" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/processing) +"hUw" = ( +/obj/structure/platform/strata/metal, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"hUC" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"hUJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/flora/pottedplant, +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"hUL" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy14" + }, +/area/whiskey_outpost/inside/caves) +"hUP" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Observation Room 1" + }, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/hospital/virology) +"hUY" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat{ + pixel_x = 10; + pixel_y = 1 + }, +/obj/item/clothing/head/hardhat, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"hVb" = ( +/obj/structure/bed/chair/comfy{ + dir = 8; + icon_state = "comfychair_blue" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"hVc" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/r_n_d/protolathe, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"hVd" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"hVh" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood, +/obj/item/prop/colony/usedbandage{ + dir = 1 + }, +/obj/effect/hybrisa/decal/bloodtrail, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"hVl" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/wy_chips/pepper, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"hVp" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/lv759/indoors/spaceport/security_office) +"hVu" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/trash/green, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"hVx" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"hVE" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/head_office) +"hVH" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security_office) +"hVP" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"hWb" = ( +/obj/structure/prop/hybrisa/signs/opensign{ + light_color = "#00AAFF"; + light_on = 1; + light_power = 3; + light_range = 4 + }, +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/garage_reception) +"hWu" = ( +/obj/structure/prop/almayer/computers/sensor_computer2{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp2"; + name = "computer" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/meridian/meridian_factory) +"hWB" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/structure/bed/stool{ + icon_state = "stool_alt" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"hWG" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/central_hallway) +"hWJ" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_east) +"hWL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"hWM" = ( +/obj/structure/sign/safety/biolab, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"hWP" = ( +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"hWW" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"hWZ" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"hXe" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/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" + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"hXh" = ( +/obj/item/stack/sandbags_empty, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"hXp" = ( +/obj/item/tool/pickaxe{ + pixel_y = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"hXs" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + locked = 1; + name = "Electrical Systems - Substation Two" + }, +/turf/open/floor/prison, +/area/lv759/indoors/electical_systems/substation2) +"hXw" = ( +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/cuppajoes) +"hXy" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/flour, +/obj/item/reagent_container/food/snacks/flour, +/obj/item/reagent_container/food/snacks/flour, +/obj/item/reagent_container/food/snacks/flour, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"hXA" = ( +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"hXC" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"hXD" = ( +/obj/structure/machinery/vending/hydronutrients, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_mainroom) +"hXE" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"hXO" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/item/stack/sheet/wood, +/obj/structure/tunnel/maint_tunnel/no_xeno_desc{ + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "maintenancehatch_alt"; + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"hXQ" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"hXU" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"hYn" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/outgoing) +"hYr" = ( +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"hYt" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + icon_state = "blue1" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"hYB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"hYC" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"hYJ" = ( +/obj/effect/hybrisa/decal/checkpoint_decal{ + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"hYL" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/south_east_street) +"hYM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random/case/small, +/obj/item/clothing/head/hardhat/white, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"hYT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hYU" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryocell1decal" + }, +/obj/item/trash/used_stasis_bag, +/obj/structure/bed/roller, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/cryo_room) +"hYW" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty3_up" + }, +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider"; + pixel_y = -8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"hYX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"hYZ" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "15" + }, +/area/lv759/indoors/spaceport/starglider) +"hZa" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/supervisor) +"hZd" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/oob) +"hZf" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/barricade/handrail{ + layer = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"hZg" = ( +/obj/structure/machinery/optable, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/operation) +"hZh" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"hZm" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"hZx" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/east_central_street) +"hZM" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"hZQ" = ( +/obj/structure/surface/table/reinforced, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/item/prop/colony/folded_bedroll, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"hZU" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"hZZ" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/powercell, +/obj/item/tool/shovel, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/mining_outpost/east_command) +"iab" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"iae" = ( +/obj/structure/platform/strata/metal, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"iap" = ( +/obj/structure/platform/strata/metal, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"iat" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/kitchen/tray, +/obj/item/weed_extract, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"iay" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines5, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/road/lines5{ + pixel_y = 5 + }, +/obj/structure/barricade/handrail{ + layer = 4 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"iaE" = ( +/obj/structure/machinery/vending/coffee{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"iaK" = ( +/obj/item/stool, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"iaS" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"iaT" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"iba" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 6 + }, +/area/lv759/landing_zone_1/ceiling) +"ibh" = ( +/obj/item/prop/colony/used_flare, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_west_caves) +"ibA" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"ibD" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"ibR" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"ibZ" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"icb" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_west) +"icp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"icv" = ( +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"icz" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"icC" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"icG" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"icI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 1 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"icM" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"icR" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"icT" = ( +/obj/item/reagent_container/food/snacks/donkpocket, +/obj/item/reagent_container/food/drinks/cans/classcola, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"icV" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"icX" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"ida" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/engineering) +"idr" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-10" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"idx" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"idP" = ( +/obj/structure/cable/white{ + icon_state = "5-8"; + level = 2 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"idT" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/obj/structure/sign/safety/bathmens{ + pixel_y = -26 + }, +/turf/open/floor/prison, +/area/lv759/indoors/bar/entertainment) +"idW" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/xeno_tag_case/full, +/obj/item/storage/xeno_tag_case/full{ + pixel_y = 8 + }, +/obj/item/device/reagent_scanner{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/machinery/biohazard_lockdown{ + pixel_x = 8; + pixel_y = 10 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/whiskey_outpost/inside/caves) +"iea" = ( +/obj/structure/closet/crate, +/obj/item/storage/briefcase, +/obj/item/coin/gold, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/east) +"ied" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ieg" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/south_hallway) +"iek" = ( +/obj/structure/closet/crate/ammo/alt/flame, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/ammo_magazine/shotgun/slugs{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/effect/landmark/wo_supplies/storage/belts/shotgunbelt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"iel" = ( +/obj/structure/platform/strata/metal, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"iem" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"ieo" = ( +/obj/structure/machinery/smartfridge/secure/virology, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"iep" = ( +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"ieq" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"iet" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ieu" = ( +/obj/structure/closet{ + density = 0; + icon_state = "open"; + opened = 1 + }, +/obj/item/storage/briefcase, +/obj/item/tape, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"ieF" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"ieG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/communications/simple{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/security) +"ieH" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 10; + pixel_y = 34 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ieM" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"ieN" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"ieV" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/hardpoint/locomotion/van_wheels{ + unacidable = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 1; + pixel_y = 34 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ieZ" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"ifb" = ( +/obj/structure/surface/rack, +/obj/structure/magazine_box, +/obj/item/weapon/gun/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/weapon/gun/pistol/highpower, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"ife" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ifh" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"ifq" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"ifw" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"ify" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"ifz" = ( +/obj/structure/prop/hybrisa/misc/trash/green, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_12"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"ifG" = ( +/obj/structure/surface/table, +/obj/item/toy/blink, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"ifI" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"ifJ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/caves/north_caves) +"ifL" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 10 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"ifM" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ifO" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"ifV" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/reagent_analyzer, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "0-4"; + layer = 5; + level = 2 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"ifX" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"ifZ" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/north_street) +"igb" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"igf" = ( +/obj/structure/machinery/door/airlock/dropship_hatch/two{ + dir = 1; + name = "\improper WY-LWI Horizon Runner HR-150 airlock" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"igh" = ( +/obj/structure/closet/crate/ammo/alt, +/obj/item/weapon/gun/pistol/m4a3{ + pixel_y = -3 + }, +/obj/item/weapon/gun/pistol/m4a3{ + pixel_y = -3 + }, +/obj/item/ammo_magazine/pistol, +/obj/item/ammo_magazine/pistol, +/obj/item/ammo_magazine/pistol, +/obj/item/ammo_magazine/pistol, +/obj/item/ammo_magazine/pistol, +/obj/item/ammo_magazine/pistol, +/obj/item/ammo_magazine/pistol/ap, +/obj/item/ammo_magazine/pistol/ap, +/obj/item/ammo_magazine/pistol/ap, +/obj/item/ammo_magazine/pistol/ap, +/obj/item/ammo_magazine/pistol/ap, +/obj/item/ammo_magazine/pistol/ap, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"igj" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"igo" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"igz" = ( +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/hypospray, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"igA" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"igB" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor{ + dir = 5; + icon_state = "carpetside" + }, +/area/lv759/indoors/bar) +"igH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "bluecorner" + }, +/area/lv759/indoors/power_plant/telecomms) +"igW" = ( +/obj/structure/machinery/flasher{ + id = "Containment Cell 5"; + layer = 2.1; + name = "Mounted Flash"; + pixel_y = 30 + }, +/obj/structure/machinery/iv_drip, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/research/containment/corner_var1{ + icon_state = "containment_corner_variant_2" + }, +/area/whiskey_outpost/inside/caves) +"igX" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"igY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/item/shard, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"ihb" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"ihd" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = 11; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"iho" = ( +/obj/item/storage/bag/plasticbag, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/weymart) +"ihp" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/catwalk/prison, +/turf/open/floor/prison, +/area/lv759/indoors/caves/north_west_caves) +"ihr" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 + }, +/obj/structure/machinery/door/window/brigdoor/northleft{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/obj/structure/platform/mineral{ + dir = 1; + layer = 2 + }, +/obj/item/ammo_magazine/rifle/m41aMK1, +/obj/item/weapon/gun/rifle/m41a/corporate, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"iht" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/cassette_tape/aesthetic, +/obj/structure/machinery/light/small{ + dir = 1; + pixel_y = 20 + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment_services/east) +"ihw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"ihC" = ( +/obj/structure/sign/safety/restrictedarea, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/power_plant/telecomms) +"ihH" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"ihO" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/obj/effect/landmark/monkey_spawn, +/obj/item/stack/sheet/cardboard{ + layer = 1; + pixel_x = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/south_public_restroom) +"ihX" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/obj/structure/prop/hybrisa/misc/trafficlight{ + dir = 4; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"iia" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"iik" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north_maint) +"iin" = ( +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/trashcart{ + layer = 4; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"iit" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/virology) +"iiu" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/item/reagent_container/glass/beaker, +/obj/item/XenoBio/Blood, +/obj/item/reagent_container/dropper{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"iiR" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"iiV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/whiskey_outpost/inside/caves) +"iiZ" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"ijh" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"ijr" = ( +/obj/item/tool/warning_cone{ + pixel_x = -20; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"iju" = ( +/obj/item/storage/briefcase{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"ijv" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"ijw" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"ijx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"ijA" = ( +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + 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, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/engineering) +"ijO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"ijR" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_street) +"ijS" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime4" + }, +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"ijW" = ( +/obj/structure/machinery/photocopier, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_managersoffice) +"iki" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/virology) +"ikl" = ( +/obj/structure/stairs/perspective/kutjevo, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"ikp" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 8 + }, +/obj/structure/machinery/light/spot{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"ikr" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 6 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"ikF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/pistachios, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/maintenance_east) +"ikH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"ikK" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_1/ceiling) +"ikQ" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"ilb" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ilj" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_factory) +"ilk" = ( +/obj/structure/window/framed/hybrisa/colony/engineering, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant_office) +"ill" = ( +/obj/structure/window/framed/bunker/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"ilm" = ( +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 7; + pixel_y = 16 + }, +/turf/open/floor/prison, +/area/lv759/indoors/weymart/backrooms) +"ilw" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ilE" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"ilL" = ( +/obj/item/tool/pickaxe, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"ilM" = ( +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ilP" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"ilQ" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"ilT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 6 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"ilV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cargo_container/horizontal/blue/top, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"ilX" = ( +/obj/structure/prop/hybrisa/supermart/rack/longrack3, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"ima" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"imb" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caveplateau) +"imc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"imd" = ( +/obj/item/trash/tray, +/obj/item/reagent_container/food/snacks/hotdog, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"imh" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"iml" = ( +/obj/structure/platform/hybrisa/metalplatform4{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_12" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/trash/green, +/obj/structure/platform/hybrisa/metalplatform4, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"imz" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/tcomms_northwest) +"imE" = ( +/obj/structure/machinery/door/window/brigdoor/northleft, +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/door/window/brigdoor/northleft{ + dir = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/pizzaria) +"imJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/west_caves) +"imN" = ( +/obj/item/trash/c_tube, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"imQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/electical_systems/substation3) +"imT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/largecrate/random{ + layer = 4 + }, +/obj/structure/largecrate/random/mini{ + layer = 3.9; + pixel_x = 1; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/ashtray/plastic{ + icon_state = "ashtray_full_bl"; + layer = 5; + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/reagent_container/food/snacks/meatpizzaslice{ + layer = 7; + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/northeast) +"imV" = ( +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/rack, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"ina" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"inj" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"ink" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"inn" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/medical_storage) +"ino" = ( +/obj/item/clothing/suit/storage/hazardvest/blue, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_factory) +"inp" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"inw" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"inx" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"iny" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"inB" = ( +/obj/structure/pipes/standard/tank/nitrogen, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"inF" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/food/snacks/lemoncakeslice, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"inH" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/lv759/indoors/garage_workshop_storage) +"inM" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"inP" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/outdoors/colony_streets/north_street) +"iob" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/lv759/indoors/meridian/meridian_showroom) +"iod" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"iop" = ( +/obj/effect/decal/strata_decals/grime/grime1{ + icon_state = "grime2" + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"iow" = ( +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"ioE" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"ioG" = ( +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/hospital/morgue) +"ioR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/red, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"ioX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"ipb" = ( +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"ipf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_east_street) +"ipr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 4 + }, +/area/lv759/indoors/spaceport/cargo) +"ipt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/north_street) +"ipz" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"ipA" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"ipB" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_marked" + }, +/area/lv759/indoors/power_plant/telecomms) +"ipC" = ( +/obj/structure/largecrate/random/barrel/white{ + layer = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"ipD" = ( +/obj/structure/machinery/deployable/barrier, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"ipI" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottom" + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"ipM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/reagent_container/glass/paint/remover{ + pixel_x = -12; + pixel_y = 9 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/indoors/recycling_plant/garage) +"ipR" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"ipT" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"iqa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/hybrisa/rockdark, +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"iqf" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_caves) +"iqg" = ( +/obj/structure/sign/poster/art, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/west) +"iqn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"iqD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/paramedics_garage) +"iqQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-10"; + layer = 5; + level = 2 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "8-9"; + layer = 5; + level = 2 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"iqU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"iqY" = ( +/obj/structure/foamed_metal, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north_maint) +"irc" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"irf" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine/alpha{ + dir = 1; + name = "Fuel Storage & Monitoring" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"iro" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/reagent_container/food/drinks/milk, +/obj/item/reagent_container/food/drinks/milk, +/obj/item/reagent_container/food/drinks/milk, +/obj/item/reagent_container/food/drinks/milk, +/obj/item/reagent_container/food/drinks/milk, +/obj/item/reagent_container/food/drinks/milk, +/obj/structure/closet/crate/plastic, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"irw" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/east) +"irB" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"irE" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"irH" = ( +/obj/structure/tent/med{ + icon = 'icons/obj/structures/tents_deployed_urban.dmi' + }, +/obj/effect/decal/cleanable/blood, +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"irL" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"irO" = ( +/obj/structure/monorail, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"irS" = ( +/obj/structure/barricade/deployable{ + damage_state = 2; + dir = 8; + health = 140; + icon_state = "folding_2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"irT" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"irX" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"isa" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/item/trash/c_tube, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"isq" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"ist" = ( +/obj/effect/spawner/random/tool, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-9"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance) +"isw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_factory) +"isB" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"isC" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"isD" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"isK" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"isM" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 1 + }, +/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/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"isS" = ( +/obj/structure/machinery/photocopier{ + anchored = 0 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"isZ" = ( +/turf/open/engineership/ship_hull, +/area/lv759/oob) +"itc" = ( +/obj/structure/machinery/vending/cigarette{ + density = 0; + pixel_x = -5; + pixel_y = 16 + }, +/obj/item/reagent_container/glass/bucket, +/obj/item/tool/mop{ + pixel_y = 6 + }, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"ite" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"iti" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"itl" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "w-y1" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"itp" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/largecrate, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_street) +"itr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/signs/opensign{ + icon_state = "open_on2"; + light_color = "#00AAFF"; + light_on = 1; + light_power = 3; + light_range = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"itv" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"itC" = ( +/obj/structure/machinery/computer/crew, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"itM" = ( +/obj/item/stool{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "1-8"; + layer = 5; + level = 2 + }, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "5-6"; + layer = 5; + level = 2 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation2) +"itX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"iuf" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl3" + }, +/obj/item/prop/colony/usedbandage{ + dir = 10 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"iui" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/structure/largecrate/random/mini/small_case, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 14; + pixel_y = -3 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"iuj" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/power_storage) +"ius" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"iut" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"iuu" = ( +/obj/structure/machinery/power/apc{ + dir = 1 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"iuD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"iuF" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 11; + pixel_y = 15; + layer = 3.2 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"iuH" = ( +/obj/structure/surface/rack, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"iuN" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"iuR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"iuS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"iuT" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines5, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/road/lines5{ + pixel_y = 5 + }, +/obj/structure/barricade/handrail{ + layer = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"iuU" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"iuY" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + indestructible = 1 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"ivd" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ivf" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/buritto, +/obj/item/storage/bag/plasticbag, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"ivh" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"ivq" = ( +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ivz" = ( +/obj/item/tool/warning_cone, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"ivA" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"ivF" = ( +/obj/structure/platform/hybrisa/metalplatform2, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"ivG" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider"; + pixel_y = 9 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"ivK" = ( +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment/east) +"ivO" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"ivR" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"ivU" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"ivV" = ( +/obj/structure/largecrate/supply, +/turf/open/floor/almayer{ + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"ivW" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 11; + pixel_y = 14 + }, +/obj/item/storage/box/ids, +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = 9; + pixel_y = -2 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/tool/pen/blue, +/obj/structure/sign/poster/corporate{ + layer = 2.9 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"iwb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"iwd" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"iwe" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"iwf" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"iwg" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaltan{ + dir = 8; + layer = 2 + }, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_street) +"iwh" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"iwm" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"iwx" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"iwC" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"iwD" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/chem_dispenser/soda{ + pixel_y = 22 + }, +/obj/item/stack/sheet/cardboard, +/obj/item/pizzabox/mystery/stack, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"iwH" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"iwL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"iwN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/supply{ + pixel_y = 15 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"iwR" = ( +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/colonial_marshals/office) +"iwX" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"iwY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/sign/safety/three, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"iwZ" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2/ceiling) +"ixd" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"ixe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/cable_coil/random, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/molten_item, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-5"; + layer = 5; + level = 2 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"ixk" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ixu" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 1 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"ixv" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/structure/largecrate/supply{ + pixel_x = -4 + }, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = 9; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"ixz" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -6 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_office) +"ixB" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"ixD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ixG" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ixN" = ( +/obj/structure/cargo_container/kelland/right, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"ixR" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30"; + name = "Weymart - Storage" + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"ixS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/landing_zone_1/lz1_console) +"ixT" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining/mining3{ + pixel_x = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"ixZ" = ( +/obj/structure/bed/chair{ + dir = 8; + icon_state = "chair_alt"; + pixel_x = -5; + pixel_y = 4 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"iyb" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/prop/colony/folded_bedroll, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"iyd" = ( +/obj/structure/surface/rack, +/obj/item/prop/colony/canister{ + pixel_y = 11 + }, +/obj/item/prop/colony/canister, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"iyi" = ( +/obj/item/paper/crumpled, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"iyj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/faxmachine, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"iyr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"iys" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/landing_zone_2) +"iyw" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"iyy" = ( +/obj/structure/closet/crate/plastic, +/obj/item/reagent_container/food/snacks/packaged_burger, +/obj/item/reagent_container/food/snacks/packaged_burrito, +/obj/item/reagent_container/food/snacks/packaged_hdogs, +/obj/item/reagent_container/food/snacks/packaged_burger, +/obj/item/reagent_container/food/snacks/packaged_burrito, +/obj/item/reagent_container/food/snacks/packaged_hdogs, +/obj/item/reagent_container/food/snacks/packaged_burger, +/obj/item/reagent_container/food/snacks/packaged_burrito, +/obj/item/reagent_container/food/snacks/packaged_hdogs, +/obj/item/reagent_container/food/snacks/packaged_burger, +/obj/item/reagent_container/food/snacks/packaged_burrito, +/obj/item/reagent_container/food/snacks/packaged_hdogs, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"iyI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/shard, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"iyL" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"iyN" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science1{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"iyP" = ( +/turf/closed/wall/hybrisa/marhsalls_unmeltable, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"iyR" = ( +/obj/structure/ore_box, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"iza" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/plasticflaps/mining, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"izc" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"izh" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"izm" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 9 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"izp" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"izq" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "23"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"izu" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "zwing2"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"izx" = ( +/obj/structure/prop/almayer/missile_tube{ + color = "grey"; + desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; + icon_state = "missiletubesouth"; + name = "\improper massive vent"; + pixel_x = -15 + }, +/obj/structure/dropship_equipment/fuel/fuel_enhancer{ + indestructible = 1 + }, +/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/light/blue{ + dir = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"izC" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "\improper Colony Security Checkpoint" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"izD" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/apartment/east) +"izF" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"izO" = ( +/obj/structure/machinery/vending/cola{ + density = 0; + pixel_y = 16 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/hallway_east) +"izQ" = ( +/turf/open/floor/prison{ + icon_state = "darkredfull2" + }, +/area/lv759/outdoors/colony_streets/north_street) +"izT" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/disposalconstruct, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"izU" = ( +/turf/open/engineership/engineer_floor13{ + dir = 5 + }, +/area/lv759/derelictship) +"izV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/lv759/indoors/spaceport/security_office) +"izX" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = 8; + pixel_y = -3 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/gold/line2, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/casino) +"izZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/kitchen/tray, +/obj/item/tool/kitchen/knife/butcher, +/obj/item/tool/kitchen/knife, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"iAb" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"iAd" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caveplateau) +"iAg" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"iAl" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"iAo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"iAp" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"iAs" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"iAv" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"iAC" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_2) +"iAI" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "w-y1" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"iAR" = ( +/obj/structure/surface/table, +/obj/item/stack/sheet/cloth, +/obj/item/prop/colony/folded_bedroll, +/turf/open/floor/prison{ + dir = 10; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"iAW" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"iBa" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"iBc" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + indestructible = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"iBj" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"iBk" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + pixel_x = 1 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"iBn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"iBo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"iBq" = ( +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_west_street) +"iBt" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cargo) +"iBv" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/tool/wrench{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"iBD" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/structure/platform_decoration/mineral{ + color = "#bbbaae" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"iBG" = ( +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"iBI" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 8; + pixel_x = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"iBN" = ( +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/structure/largecrate/random/barrel/brown, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"iBT" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/structure/largecrate/random, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"iCg" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"iCk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"iCo" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 1 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2 + }, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"iCp" = ( +/obj/structure/machinery/chem_storage/research{ + icon_state = "operator_open" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"iCq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"iCr" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"iCu" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, +/obj/item/device/flashlight, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"iCz" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -7 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/obj/structure/machinery/light/small/blue, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"iCF" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/landing_zone_2) +"iCG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/faxmachine, +/obj/item/paper, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"iCI" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/transformers_north) +"iCM" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/reagent_container/glass/beaker, +/obj/item/reagent_container/glass/beaker/vial, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"iCO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"iCQ" = ( +/obj/item/prop/helmetgarb/spent_buckshot, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/structure/sign/safety/one{ + pixel_x = -17; + pixel_y = -12 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/caves/north_west_caves) +"iCR" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"iCT" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"iDc" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_office) +"iDm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/shard, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"iDo" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"iDs" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/machinery/igniter{ + layer = 2 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"iDt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/medical, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"iDz" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"iDI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"iDM" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"iDO" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5"; + pixel_x = 2 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"iDQ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 15; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/indoors/spaceport/communications_office) +"iDS" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"iDU" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact" + }, +/obj/structure/prop/invuln/pipe_water, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"iEh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"iEi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"iEk" = ( +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/bar) +"iEq" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"iEx" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"iEy" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel/white, +/obj/structure/platform, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"iEM" = ( +/obj/structure/largecrate/random/mini/ammo{ + pixel_y = 12 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"iEQ" = ( +/obj/item/trash/uscm_mre, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + icon_state = "wy_water_crushed" + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"iET" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ + name = "Meridian - Lobby" + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_foyer) +"iEX" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/zbrownfloor_corner{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_office) +"iFc" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"iFf" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/central_caves) +"iFh" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"iFj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"iFo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/barricade/handrail/kutjevo{ + layer = 4 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/whiskey_outpost/inside/caves) +"iFq" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + dir = 5; + pixel_x = -14; + pixel_y = 34 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"iFv" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/weyyu_office) +"iFx" = ( +/obj/structure/largecrate/random/barrel/brown, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"iFF" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"iFH" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"iFO" = ( +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"iFP" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_3"; + opacity = 0 + }, +/area/whiskey_outpost/inside/caves) +"iFV" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"iGb" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/trash/buritto, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"iGc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"iGh" = ( +/obj/structure/largecrate/supply/supplies/mre, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"iGm" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"iGo" = ( +/obj/structure/sign/poster/art, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/casino/casino_office) +"iGA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"iGN" = ( +/obj/structure/machinery/sentry_holder/colony{ + dir = 4; + pixel_x = -24 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"iGS" = ( +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile, +/area/lv759/indoors/mining_outpost/northeast) +"iHb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"iHc" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"iHd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"iHh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/surface/table/reinforced, +/obj/item/clothing/head/soft/sec/corp, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"iHo" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/uscm_mre{ + pixel_x = -10; + pixel_y = -7 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"iHC" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"iHH" = ( +/obj/structure/prop/hybrisa/containersextended/lightgreywyleft, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"iHJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"iHN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/shard, +/obj/item/shard, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"iHP" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/powercell, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"iHS" = ( +/obj/item/reagent_container/food/snacks/packaged_burger, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"iHZ" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_factory) +"iIe" = ( +/obj/structure/platform/strata/metal, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"iIB" = ( +/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 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"iIF" = ( +/obj/structure/machinery/computer/prisoner, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"iIK" = ( +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open"; + pixel_y = -8 + }, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"iIL" = ( +/obj/structure/surface/rack{ + layer = 1 + }, +/obj/item/tool/shovel, +/obj/item/tool/crowbar/red{ + layer = 5 + }, +/obj/item/device/flashlight, +/obj/effect/landmark/objective_landmark/close, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"iIM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "hybrisameridianfactory_1"; + name = "\improper Factory Floor Shutters" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"iIR" = ( +/obj/structure/window/framed/hybrisa/spaceport/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/security) +"iJe" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/technology_scanner, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"iJi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "4-6"; + layer = 5; + level = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"iJm" = ( +/obj/structure/platform, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"iJo" = ( +/obj/item/storage/box/monkeycubes{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/storage/box/pillbottles{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/fancy/vials, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"iJq" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/north_street) +"iJs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"iJy" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"iJE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"iJF" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"iJH" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/transformers_north) +"iJP" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/machinery/portable_atmospherics/canister/empty/phoron, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"iJW" = ( +/obj/structure/sign/poster/ad, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/cuppajoes) +"iJY" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"iKc" = ( +/obj/structure/prop/hybrisa/misc/phonebox{ + pixel_x = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"iKl" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/pharmacy) +"iKt" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"iKA" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/obj/structure/machinery/light/spot, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"iKE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"iKJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/lv759/indoors/power_plant/gas_generators) +"iKK" = ( +/obj/structure/prop/hybrisa/signs/high_voltage{ + desc = null + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"iKL" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/largecrate/random/barrel/medical, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"iKU" = ( +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/landing_zone_2) +"iKV" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"iKX" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/morgue) +"iLb" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"iLf" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"iLi" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"iLm" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/prop/hybrisa/vehicles/Car/Car_1{ + dir = 1; + layer = 3.1; + pixel_x = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"iLw" = ( +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/east) +"iLI" = ( +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"iLM" = ( +/obj/structure/closet/crate/medical{ + pixel_x = -5; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/landing_zone_1) +"iLN" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"iLQ" = ( +/obj/structure/prop/hybrisa/containersextended/lightgreywyleft{ + layer = 3; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"iLR" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"iLX" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"iLZ" = ( +/obj/structure/machinery/vending/cola{ + density = 0; + pixel_y = 16 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"iMb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"iMg" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/structure/prop/hybrisa/vehicles/truck/garbage{ + pixel_y = 18 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_east_street) +"iMi" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 8 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"iMA" = ( +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"iMC" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"iMD" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 5 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"iME" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"iMI" = ( +/obj/structure/largecrate/supply{ + pixel_x = -10 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"iML" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/garage_managersoffice) +"iMP" = ( +/obj/structure/prop/hybrisa/containersextended/greywyright{ + layer = 6; + pixel_x = 4 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"iMQ" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"iMR" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"iMX" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/spaceport/cargo) +"iNg" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"iNi" = ( +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/hallway_east) +"iNk" = ( +/obj/structure/girder, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"iNo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/metal, +/obj/structure/grille, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"iNq" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/landing_zone_2) +"iNu" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/equipment_west) +"iNz" = ( +/obj/structure/closet/crate/miningcar, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"iNB" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ + name = "Meridian - Factory Floor" + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_factory) +"iNT" = ( +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 11; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"iOb" = ( +/obj/item/trash/chunk, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"iOk" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"iOl" = ( +/obj/structure/closet/secure_closet/miner, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"iOt" = ( +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"iOu" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"iOx" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"iOH" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"iOJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/engineering) +"iOK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"iOL" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/power_plant/transformers_south) +"iOP" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/spawner/random/tool, +/obj/item/clothing/mask/cigarette, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"iOR" = ( +/obj/item/tool/wrench{ + pixel_x = -7; + pixel_y = -14 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/indoors/garage_workshop) +"iOS" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north) +"iOU" = ( +/obj/structure/prop/hybrisa/airport/dropshipventleft, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"iPq" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/lv759/indoors/spaceport/kitchen) +"iPG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/gibs/robot, +/obj/effect/decal/remains/robot, +/obj/item/tool/screwdriver{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"iPH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/hallway_east) +"iPL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_west_caves) +"iPR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/firecloset, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"iPS" = ( +/obj/structure/largecrate/supply{ + pixel_x = -4 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"iPZ" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/oob) +"iQi" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"iQk" = ( +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/brown{ + dir = 1; + pixel_x = -4; + pixel_y = 6; + layer = 3 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"iQv" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_y = 32 + }, +/obj/effect/landmark/corpsespawner/colonist, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"iQy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard/small_stack, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/jacks_surplus) +"iQL" = ( +/obj/structure/largecrate/random/mini{ + pixel_x = 16; + pixel_y = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"iQN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"iQP" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"iQQ" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"iQR" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"iQX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + dir = 8; + indestructible = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"iQZ" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"iRe" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2/autoname, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"iRf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"iRg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/prop/helmetgarb/spent_buckshot, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"iRi" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + dir = 1; + name = "Mining Substation - Vehicle and Equipment Storage" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"iRm" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 9 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"iRo" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"iRq" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_east_caves) +"iRs" = ( +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"iRt" = ( +/obj/item/prop/helmetgarb/helmet_nvg/cosmetic, +/obj/item/prop/helmetgarb/helmet_nvg/cosmetic{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/prop/helmetgarb/helmet_nvg/cosmetic{ + pixel_x = -8; + pixel_y = 9 + }, +/obj/structure/largecrate/supply/supplies/flares, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"iRy" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/electical_systems/substation1) +"iRA" = ( +/obj/item/stack/rods{ + layer = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"iRD" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"iRF" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"iRM" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/emergency_room) +"iRN" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"iRQ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"iRR" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"iRZ" = ( +/obj/structure/window/framed/hybrisa/marshalls/cell, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/holding_cells) +"iSk" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"iSm" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/plasticflaps/mining, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"iSs" = ( +/obj/structure/machinery/chem_simulator{ + icon_state = "operator_open" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"iSx" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/north_street) +"iSz" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/north_street) +"iSH" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + icon_state = "zbrownfloor2"; + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"iSJ" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"iSK" = ( +/obj/structure/sign/safety/medical{ + pixel_x = -17 + }, +/obj/structure/sign/safety/medical{ + pixel_x = -17 + }, +/obj/structure/sign/safety/medical{ + pixel_x = -17 + }, +/obj/structure/sign/safety/medical{ + pixel_x = -17 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"iSO" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"iSS" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"iSX" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "wy_rightengine" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"iTa" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"iTc" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "hybrisaLZ2_3"; + name = "Emergency Lockdown" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"iTf" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop) +"iTh" = ( +/obj/structure/closet, +/obj/item/clothing/head/helmet/marine/grey, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"iTi" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"iTx" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"iTI" = ( +/obj/item/trash/burger, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/hallway_central) +"iTP" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"iTQ" = ( +/obj/structure/machinery/floodlight, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"iTS" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "windsock"; + indestructible = 0; + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"iTX" = ( +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/electical_systems/substation2) +"iTY" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"iTZ" = ( +/obj/item/trash/c_tube, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform4{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"iUa" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30"; + welded = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/oob) +"iUi" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_2{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"iUk" = ( +/obj/structure/bed/chair/comfy{ + dir = 1; + tag = "icon-comfychair (NORTH)" + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"iUo" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/item/ammo_casing/bullet, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"iUp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"iUq" = ( +/turf/open/floor/prison, +/area/lv759/landing_zone_2) +"iUy" = ( +/obj/item/ammo_magazine/smg/mp5, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"iUz" = ( +/obj/structure/tunnel/maint_tunnel/no_xeno_desc{ + desc = "An entrance to a sewer tunnel. Pieces of debris keep you from getting a closer look."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "wymanhole"; + pixel_x = -5; + pixel_y = 12 + }, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/north_office) +"iUA" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"iUB" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"iUC" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"iUE" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"iUI" = ( +/obj/item/tool/pickaxe/drill, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"iUP" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/hallway_central) +"iUR" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"iUS" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + dir = 1; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"iUT" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Showers" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/west) +"iUU" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1; + layer = 4; + pixel_y = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"iVj" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + layer = 7; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/containersextended/blackwyleft{ + layer = 6; + pixel_x = -5 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"iVl" = ( +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/apartment/west) +"iVD" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"iVK" = ( +/obj/item/stack/sheet/metal/small_stack, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"iVN" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/structure/inflatable/popped/door{ + layer = 2 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"iVP" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"iVQ" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/powercell, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"iVR" = ( +/obj/item/reagent_container/blood/empty{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/medical_storage) +"iVT" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/trash/c_tube, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = -13; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"iVV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/wrench{ + pixel_x = -7; + pixel_y = -14 + }, +/obj/effect/landmark/static_comms/net_two{ + layer = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/spaceport/cargo_maintenance) +"iVZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"iWb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"iWf" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"iWh" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{ + dir = 1 + }, +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"iWi" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"iWl" = ( +/obj/structure/sign/safety/landingzone, +/turf/closed/wall/hybrisa/research/reinforced/hull, +/area/lv759/oob) +"iWs" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"iWJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"iWO" = ( +/obj/item/trash/cigbutt, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/weapon/dart, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/maintenance_east) +"iWQ" = ( +/obj/item/frame/rack, +/obj/item/device/toner, +/obj/item/stack/sheet/cardboard/small_stack, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"iWR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/telecomms) +"iWV" = ( +/obj/item/stack/sandbags/large_stack, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"iXb" = ( +/obj/structure/closet/firecloset, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"iXc" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"iXk" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"iXq" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"iXv" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"iXy" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"iXz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"iXF" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"iXH" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"iXN" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_on{ + dir = 1; + light_color = "#00da64"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 2 + }, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/flight_control_room) +"iXP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "1-4"; + layer = 5; + level = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"iXS" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/pipes/standard/tank/carbon_dioxide{ + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "zenithstone" + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"iXT" = ( +/obj/structure/largecrate/supply, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/landing_zone_2) +"iXX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"iXY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"iYa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/vents/pump/no_boom{ + name = "Secure Reinforced Air Vent" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/item/shard, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"iYb" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"iYh" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"iYw" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"iYB" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"iYC" = ( +/obj/structure/machinery/colony_floodlight_switch, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/power_storage) +"iYE" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science1{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"iYL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/decal/cleanable/generic, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"iZf" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"iZi" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/bed/chair{ + pixel_y = 13 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -17; + pixel_y = 15 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"iZo" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 6 + }, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_west_street) +"iZr" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"iZu" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "blue" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"iZv" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"iZy" = ( +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"iZB" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"iZC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"iZD" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"iZJ" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/prison{ + dir = 6; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"iZK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"iZN" = ( +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"iZO" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/ore_box, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -3; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"iZT" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"jab" = ( +/obj/structure/prop/hybrisa/containersextended/tanwywingsright, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"jah" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "damaged_console1" + }, +/area/lv759/indoors/spaceport/starglider) +"jai" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"jan" = ( +/obj/item/stack/sheet/cardboard{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"jar" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north_maint) +"jax" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"jay" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"jaG" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"jaI" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/platform/mineral{ + dir = 1; + color = "#bbbaae" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"jbe" = ( +/obj/structure/machinery/fuelcell_recycler, +/obj/item/fuelCell, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"jbi" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"jbx" = ( +/obj/structure/machinery/floodlight, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"jbE" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"jbF" = ( +/obj/structure/cargo_container/watatsumi/mid, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"jbJ" = ( +/obj/structure/machinery/light/small, +/obj/item/stack/sheet/mineral/gold, +/obj/item/stack/sheet/mineral/gold, +/obj/item/stack/sheet/mineral/gold, +/obj/item/ore/gold, +/obj/item/ore/gold, +/obj/item/ore/gold, +/obj/item/ore/gold, +/obj/item/ore/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/structure/prop/hybrisa/supermart/rack/longrackempty{ + layer = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/casino/casino_vault) +"jbL" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"jbM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "2-8"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"jbN" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_2) +"jbO" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_4{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/maintenance_east) +"jbQ" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"jbS" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"jbU" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jbW" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/kitchen) +"jbX" = ( +/obj/structure/largecrate/random/mini/small_case, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jbZ" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caveplateau) +"jch" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"jci" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"jcl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/garage) +"jco" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"jcp" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/floor/strata{ + dir = 6; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"jcq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/power_storage) +"jcw" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackcorner" + }, +/area/whiskey_outpost/inside/caves) +"jcx" = ( +/obj/effect/landmark/static_comms/net_two{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "blue" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"jcz" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"jcF" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/inflatable/door{ + layer = 2 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"jcI" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/hotdog, +/obj/effect/hybrisa/decal/trash, +/mob/living/simple_animal/rat/brown, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_east_street) +"jcK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jcY" = ( +/obj/item/stack/sheet/cardboard/small_stack, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"jdc" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"jdd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 6; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/item/trash/buritto, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"jdf" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"jdi" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/closet/crate/trashcart, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"jdr" = ( +/obj/structure/prop/hybrisa/containersextended/redright, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_factory) +"jdu" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/plating/prison, +/area/lv759/outdoors/caveplateau) +"jdw" = ( +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/derelictship) +"jdy" = ( +/obj/structure/target, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"jdG" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"jdI" = ( +/obj/item/reagent_container/food/snacks/donkpocket, +/obj/item/storage/bag/plasticbag, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/apartment_services/east) +"jdK" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras/wooden_tv{ + desc = "An old TV hooked up to a video cassette recorder, you can even use it to time shift WOW."; + dir = 8; + layer = 3.2; + name = "Television set"; + network = list("military"); + pixel_x = 3; + pixel_y = -5 + }, +/obj/item/device/radio/off{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"jdL" = ( +/obj/item/shard, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/east_central_street) +"jdQ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/item/tool/kitchen/utensil/pspoon, +/obj/item/tool/kitchen/utensil/pknife, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"jdS" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"jdV" = ( +/obj/structure/window/framed/hybrisa/spaceport/cell, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/baggagehandling) +"jdY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jdZ" = ( +/obj/structure/prop/hybrisa/Factory/Robotic_arm/Flipped{ + dir = 1; + pixel_x = -7; + pixel_y = 7; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + layer = 5 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"jea" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/largecrate/random/case, +/obj/item/card/id/visa, +/obj/item/reagent_container/food/snacks/spacetwinkie, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"jeh" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jek" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop_storage) +"jeu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"jew" = ( +/obj/structure/mirror, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/west) +"jex" = ( +/obj/structure/bed/roller, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"jey" = ( +/obj/item/card/id/pmc, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/whiskey_outpost/inside/caves) +"jeB" = ( +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"jeM" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"jeZ" = ( +/obj/item/stack/sheet/plasteel/large_stack, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/lv759/indoors/spaceport/engineering) +"jfc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/storage) +"jff" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/hospital/virology) +"jft" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_showroom) +"jfD" = ( +/obj/structure/surface/rack, +/obj/item/device/flashlight/lantern{ + pixel_x = -6 + }, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern{ + pixel_x = -6 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"jfE" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/cargo) +"jfI" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/ears/earmuffs, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/ammo_magazine/revolver, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "redfull" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"jfJ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"jfK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant/telecomms) +"jfO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"jfP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/glass/bucket/mopbucket, +/obj/item/tool/mop{ + pixel_x = -10 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"jfS" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/curtain/open/shower, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"jfW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 1; + layer = 5; + level = 5; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/metal/orangeline{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"jfY" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"jfZ" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "chair_alt" + }, +/obj/effect/hybrisa/decal/gold/line4, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"jgb" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -6 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"jgg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper General Store" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant) +"jgp" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"jgq" = ( +/obj/structure/machinery/portable_atmospherics/powered/pump{ + layer = 5 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 8; + icon = 'icons/obj/pipes/pipes.dmi'; + 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" + }, +/area/lv759/landing_zone_2/ceiling) +"jgr" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 1 + }, +/area/lv759/oob) +"jgs" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"jgu" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/meatsteak, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"jgC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/Car/Car_1{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"jgF" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"jgK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"jgS" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/girder/reinforced, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/prop/hybrisa/vehicles/crashedcarsleft{ + layer = 4 + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2" + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"jgY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"jhd" = ( +/obj/structure/sign/safety/synth_storage{ + pixel_x = -17 + }, +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"jhg" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"jhj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jhq" = ( +/obj/structure/barricade/handrail/strata{ + layer = 5 + }, +/obj/structure/prop/structure_lattice{ + dir = 1; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 1; + layer = 3.1; + pixel_y = 10 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"jhu" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/transformers_north) +"jhv" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"jhH" = ( +/turf/open/floor/strata{ + icon_state = "orange_icorner"; + dir = 1 + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jhM" = ( +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"jhN" = ( +/obj/effect/hybrisa/decal/dirt, +/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; + health = 25000 + }, +/obj/item/stack/sheet/wood{ + pixel_y = -8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"jhQ" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"jhS" = ( +/obj/structure/sign/safety/landingzone{ + pixel_x = -17 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/north_east_street) +"jhW" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2"; + pixel_x = -6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"jhX" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"jhZ" = ( +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_west_street) +"jia" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/landing_zone_2) +"jig" = ( +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/south_public_restroom) +"jiq" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jis" = ( +/obj/item/paper/crumpled, +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2/ceiling) +"jiu" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"jiv" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jiA" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"jiD" = ( +/obj/structure/machinery/door/poddoor/shutters, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/tcomms_northwest) +"jiE" = ( +/obj/item/stack/sandbags/large_stack, +/obj/item/stack/sandbags/large_stack, +/obj/item/stack/sandbags/large_stack, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"jiJ" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"jiN" = ( +/obj/effect/hybrisa/decal/WY/WY1{ + dir = 1 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/hallway_east) +"jiO" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/clothing/head/beret/sec/warden, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/structure/machinery/light{ + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"jiQ" = ( +/obj/effect/acid_hole{ + icon_state = "hole_1" + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/west) +"jiV" = ( +/obj/structure/machinery/light/small, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"jjd" = ( +/obj/effect/hybrisa/decal/warningstripes_angled_corner, +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"jjh" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_west_caves) +"jjm" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"jjs" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"jju" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/power_storage) +"jjz" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/obj/effect/hybrisa/decal/bloodtrail{ + pixel_x = 7 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"jjD" = ( +/obj/vehicle/powerloader{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"jjN" = ( +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop_storage) +"jjR" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"jjZ" = ( +/obj/structure/surface/rack, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/storage/belt/security/MP/CMB/full, +/obj/item/storage/belt/security/MP/CMB/full, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"jkg" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/jacks_surplus) +"jkh" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"jkl" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + dir = 10; + pixel_y = 34; + pixel_x = -6 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jko" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_16"; + pixel_y = 15 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jkv" = ( +/obj/structure/platform/strata/metal, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jkA" = ( +/obj/structure/surface/rack, +/obj/item/tool/pickaxe/drill{ + pixel_y = 8 + }, +/obj/item/tool/pickaxe/drill{ + pixel_y = -8 + }, +/obj/item/tool/pickaxe/drill, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"jkE" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"jkG" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cargo) +"jkH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"jkI" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"jkQ" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/light/small/blue, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"jkY" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"jlb" = ( +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jld" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jlk" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jll" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"jlp" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"jlq" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/item/trash/eat, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"jlt" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/oob) +"jly" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jlB" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/bar/entertainment) +"jlN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"jlP" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"jlQ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"jlX" = ( +/obj/structure/platform, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"jma" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"jmf" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"jmm" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = -6; + pixel_y = 16 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/hallway_east) +"jms" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/stool{ + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"jmz" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "comfychair_blue" + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"jmJ" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"jmL" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"jmM" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Recreation Room" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/west) +"jmQ" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1" + }, +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/mining_outpost/south) +"jna" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/reception) +"jnc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"jnh" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/curtain/red, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/casino) +"jnv" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/office) +"jnC" = ( +/obj/structure/sign/poster/ad{ + pixel_x = 4 + }, +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 12; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"jnD" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + layer = 4; + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"jnG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/clothing/accessory/stethoscope, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"jnH" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"jnJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/recycling_plant) +"jnK" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"jnS" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Communications & Administration Office" + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/communications_office) +"jnV" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/landmark/monkey_spawn, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/meridian/meridian_restroom) +"jnW" = ( +/obj/structure/machinery/vending/sovietsoda{ + icon_state = "sovietsoda-broken"; + stat = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"job" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"joc" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_hallway) +"jog" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/window/reinforced{ + layer = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"joi" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"jon" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + layer = 6; + pixel_x = -5; + pixel_y = -12 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/north_west_street) +"joo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"jor" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"jot" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"joC" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/platform/mineral{ + color = "#bbbaae" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"joD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"joE" = ( +/obj/structure/surface/table/reinforced, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"joG" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"joK" = ( +/obj/item/trash/pistachios{ + pixel_x = 12; + pixel_y = 18 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/lv759/indoors/bar/entertainment) +"joL" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"joN" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/east_command) +"joO" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_north) +"jpe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 2; + id = "hybrisagarage_2"; + name = "\improper Garage" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/garage_workshop) +"jpi" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"jpq" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"jps" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"jpC" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"jpE" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"jpH" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/mre_pack/meal1{ + desc = "A tray of standard W-Y 'flight' food. This one is what resembles Corn-bread. Disgusting."; + name = "\improper W-Y Prepared Meal (cornbread)" + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 7; + pixel_y = 14 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/lv759/indoors/spaceport/kitchen) +"jpN" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"jpW" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"jqg" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"jqh" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/cuppajoes) +"jqi" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/light/small/blue, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"jql" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"jqm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"jqr" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"jqw" = ( +/turf/open/floor/strata{ + dir = 10; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jqz" = ( +/obj/item/lightstick/planted, +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"jqB" = ( +/obj/structure/platform/mineral{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "cyan3" + }, +/area/whiskey_outpost/inside/caves) +"jqD" = ( +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/landing_zone_1) +"jqG" = ( +/obj/item/reagent_container/syringe/antiviral, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"jqQ" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "zwing6"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"jqV" = ( +/obj/structure/cable/white{ + icon_state = "2-10"; + level = 2 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"jqW" = ( +/obj/item/stack/rods, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/west_caves) +"jrg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/dam/truck/damaged{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jrh" = ( +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"jrl" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/pharmacy) +"jrn" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"jro" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"jrr" = ( +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/apartment/west) +"jrv" = ( +/obj/structure/machinery/conveyor{ + id = "anomalybelt" + }, +/obj/item/trash/liquidfood, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/crushed_cup, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant) +"jrC" = ( +/obj/item/stack/sandbags, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"jrG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/bananapeel{ + desc = "A bunch of tiny bits of shattered metal."; + icon = 'icons/obj/items/shards.dmi'; + icon_state = "shrapnelsmall"; + name = "piece of shrapnel"; + pixel_x = -6; + pixel_y = -7 + }, +/obj/item/ashtray/glass{ + icon_state = "ashtray_bork_gl"; + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/weapon/broken_bottle, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/lv759/indoors/bar/entertainment) +"jrH" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/conveyor{ + layer = 3 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"jrJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"jrK" = ( +/obj/structure/sign/poster/safety{ + pixel_x = 5 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/equipment_east) +"jrQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jrS" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/pizzabox, +/obj/item/reagent_container/food/drinks/cans/classcola, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north) +"jrW" = ( +/obj/structure/cargo_container/wy/mid, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"jrY" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/tcomms_northwest) +"jsc" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jse" = ( +/obj/item/trash/cigbutt, +/obj/item/shard, +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/phonebox/broken{ + pixel_x = 12 + }, +/obj/effect/hybrisa/decal/bloodtrail{ + pixel_x = 5 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"jsf" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/structure/barricade/handrail/hybrisa/road/wood/orange{ + dir = 4; + pixel_y = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"jso" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"jsp" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/trash/eat, +/obj/item/trash/uscm_mre, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jsr" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"jss" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"jst" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/almayer/computers/sensor_computer2{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp2"; + name = "computer" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/electical_systems/substation1) +"jsu" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"jsz" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"jsA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/storage/backpack/marine/satchel{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/janitor.dmi'; + icon_state = "trashbag3"; + layer = 4; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/structure/machinery/microwave{ + icon_state = "mwb"; + layer = 5 + }, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/lv759/indoors/recycling_plant) +"jsE" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"jsF" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"jsO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"jsU" = ( +/obj/structure/girder, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"jsZ" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"jtp" = ( +/obj/structure/machinery/door/window/southright{ + color = "#FF2300" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"jtr" = ( +/obj/structure/computerframe{ + pixel_x = -5; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/caves/north_caves) +"jts" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"jtx" = ( +/obj/structure/cargo_container/grant/rightmid, +/obj/structure/sign/poster/propaganda{ + pixel_y = 9; + pixel_x = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"jtz" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"jtD" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/outdoors/colony_streets/north_street) +"jtE" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"jtK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + dir = 8; + indestructible = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"jtW" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, +/obj/item/clothing/under/marine/veteran/pmc/corporate, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"jtY" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"jtZ" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/hallway_east) +"juc" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 2; + layer = 2.9 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/milk{ + layer = 2.9 + }, +/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1{ + pixel_x = -4; + pixel_y = -14 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/weyyu_office/breakroom) +"juj" = ( +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + layer = 4; + pixel_y = 19 + }, +/obj/structure/largecrate/random/mini{ + layer = 4; + level = 3; + pixel_x = 16; + pixel_y = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/lv759/indoors/bar/entertainment) +"juk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"jun" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"jup" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"juu" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/pressroom) +"juv" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"juJ" = ( +/obj/structure/surface/table, +/obj/item/pizzabox/meat, +/obj/item/reagent_container/food/drinks/cans/classcola, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"juX" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"jva" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/dam/truck/damaged, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"jvh" = ( +/obj/item/lightstick/planted, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"jvj" = ( +/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."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "98"; + name = "\improper WY-LWI StarGlider SG-200" + }, +/area/lv759/indoors/spaceport/starglider) +"jvk" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_west_caves) +"jvl" = ( +/obj/structure/surface/table, +/obj/item/bedsheet/medical, +/turf/open/floor/prison{ + dir = 10; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"jvo" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced, +/obj/item/tool/kitchen/tray, +/obj/item/reagent_container/glass/beaker/vial, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"jvu" = ( +/obj/structure/largecrate/random, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/engineering) +"jvw" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = -9; + pixel_y = -2 + }, +/obj/structure/largecrate/random/mini{ + pixel_x = 16; + pixel_y = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"jvx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"jvE" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"jvG" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"jvS" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jvW" = ( +/obj/structure/window/framed/hybrisa/colony/engineering, +/turf/open/floor/plating, +/area/lv759/indoors/garage_managersoffice) +"jvY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"jvZ" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"jwk" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + pixel_y = 12; + dir = 8; + pixel_x = 5 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"jwq" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"jws" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 4; + plane = -6 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jwt" = ( +/obj/structure/surface/table, +/obj/structure/machinery/centrifuge, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/medical_storage) +"jwC" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"jwH" = ( +/obj/item/bodybag/tarp, +/obj/item/bodybag/tarp, +/obj/item/bodybag/tarp, +/obj/effect/hybrisa/decal/dirt, +/obj/item/prop/helmetgarb/gunoil, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/jacks_surplus) +"jwI" = ( +/obj/structure/closet, +/obj/item/clothing/head/CMB, +/obj/item/clothing/suit/storage/CMB, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"jxa" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"jxg" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"jxo" = ( +/obj/structure/sign/safety/coffee{ + pixel_x = 17 + }, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/cuppajoes) +"jxp" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/tool/mop, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"jxx" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"jxy" = ( +/obj/item/ammo_magazine/smg/nailgun, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_east) +"jxD" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"jxG" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"jxI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/obj/item/attachable/bayonet/upp, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/electical_systems/substation3) +"jxJ" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"jyb" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/ore_box{ + layer = 2 + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"jyc" = ( +/obj/item/evidencebag, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"jye" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jyg" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"jyj" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"jyl" = ( +/obj/structure/platform_decoration/mineral{ + dir = 4; + color = "#bbbaae" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"jys" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"jyw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + layer = 3 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"jyx" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"jyA" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red, +/area/lv759/indoors/meridian/meridian_showroom) +"jyC" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"jyV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"jyW" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/largecrate, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"jzc" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/lv759/indoors/bar) +"jzi" = ( +/obj/effect/hybrisa/decal/gold/line3, +/obj/item/shard, +/obj/effect/hybrisa/decal/gold/line2, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"jzm" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"jzo" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_showroom) +"jzq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"jzr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/east_central_street) +"jzs" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/cargo) +"jzt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/stack/sheet/metal/small_stack, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"jzu" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2/ceiling) +"jzw" = ( +/obj/structure/bed/chair{ + dir = 4; + icon_state = "chair_alt"; + pixel_x = -4; + pixel_y = 20 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_managersoffice) +"jzz" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/pipes/standard/tank/carbon_dioxide{ + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/pipes/standard/simple/visible/supply, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "zenithstone" + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"jzJ" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/strata{ + icon_state = "orange_icorner"; + dir = 4 + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jzK" = ( +/obj/item/clothing/suit/poncho/green, +/obj/item/clothing/suit/poncho/red, +/obj/structure/closet, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment_services/east) +"jzM" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/fusion_generators) +"jzP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/Car/Car_3{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"jzT" = ( +/obj/structure/closet{ + density = 0; + icon_state = "open"; + opened = 1 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"jzX" = ( +/obj/structure/platform_decoration, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"jzY" = ( +/obj/structure/largecrate/random/barrel/blue, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"jAc" = ( +/obj/structure/bed/chair, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"jAm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0 + }, +/area/whiskey_outpost/inside/caves) +"jAo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"jAD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/van/vandamaged{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"jAF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suv/misc/maintenance, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"jAI" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"jAM" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + name = "Night Gold Casino" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/casino) +"jAR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"jAV" = ( +/obj/structure/prop/hybrisa/xenobiology/big/bigleft{ + layer = 7 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"jAZ" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"jBe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"jBh" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/item/stack/sheet/wood{ + layer = 2 + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"jBj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/obj/item/shard, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"jBl" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"jBs" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"jBA" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/meridian/meridian_office) +"jBD" = ( +/obj/item/reagent_container/glass/paint, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 3 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"jBG" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/vehicle/powerloader/ft{ + layer = 5 + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/lv759/indoors/spaceport/engineering) +"jBI" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"jBL" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"jBM" = ( +/obj/structure/largecrate/supply, +/obj/item/weapon/throwing_knife, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/apartment/east) +"jBN" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jBV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "blank_can_crushed" + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"jCa" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/electical_systems/substation3) +"jCc" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/obj/structure/largecrate/random/secure{ + pixel_x = -4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"jCd" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/machinery/vending/coffee{ + layer = 5 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard2{ + dir = 5; + pixel_y = 34 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jCh" = ( +/obj/structure/machinery/door_control/brbutton/alt{ + id = "hybrisaLZ2_3"; + name = "remote door-control"; + pixel_x = -7 + }, +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = 9; + pixel_y = -2 + }, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "hybrisaLZ2_4"; + name = "remote door-control"; + pixel_x = 5 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"jCo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"jCr" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy20" + }, +/area/whiskey_outpost/inside/caves) +"jCs" = ( +/obj/structure/sign/poster/pinup, +/obj/structure/sign/poster/pinup{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/lv759/indoors/garage_workshop_storage) +"jCv" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"jCA" = ( +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/food/drinks/sillycup, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/greenmetalfull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"jCI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"jCN" = ( +/obj/item/reagent_container/food/snacks/meat{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/reagent_container/food/snacks/meat{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/reagent_container/food/snacks/flour, +/obj/structure/surface/table/reinforced/almayer_B, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"jCO" = ( +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"jCV" = ( +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"jDf" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 2; + name = "\improper Hospital - Triage" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"jDi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/defenses/handheld/planted_flag, +/obj/structure/platform_decoration/shiva, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"jDl" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clipboard{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"jDp" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/obj/structure/window/reinforced/toughened, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"jDq" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"jDr" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 15 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"jDt" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"jDu" = ( +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/weyyu_office/breakroom) +"jDw" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"jDA" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/northwestbottom, +/turf/closed/wall/engineership, +/area/lv759/oob) +"jDB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"jDG" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/faxmachine/corporate, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"jDH" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"jDO" = ( +/obj/structure/prop/ice_colony/tiger_rug, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/weyyu_office/supervisor) +"jDY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/paper, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"jEf" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"jEm" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"jEp" = ( +/obj/effect/hybrisa/decal/road/lines5, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"jEw" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/prison{ + dir = 1; + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/armory) +"jEy" = ( +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"jEA" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/colony/canister{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/item/prop/colony/canister{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"jED" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"jEF" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"jEL" = ( +/obj/structure/largecrate/random/barrel/medical, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"jEO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"jFe" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_east_caves) +"jFm" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/electical_systems/substation3) +"jFx" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Marshal Office" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/office) +"jFy" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"jFA" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 12; + pixel_y = 11 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"jFI" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/landing_zone_2) +"jFK" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"jFL" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 4 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"jFN" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/generic, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jFT" = ( +/obj/structure/machinery/igniter{ + layer = 2 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/hospital/virology) +"jGa" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "3" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/hobosecret) +"jGh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"jGi" = ( +/obj/structure/prop/hybrisa/containersextended/greenleft{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"jGs" = ( +/obj/item/paper/crumpled, +/obj/item/paper{ + layer = 2 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"jGu" = ( +/obj/item/trash/candle, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -9; + pixel_y = 7 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/structure/surface/table/reinforced/cloth{ + color = "#651e12" + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/lv759/indoors/bar) +"jGy" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"jGD" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/ambulance{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"jGG" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"jGR" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"jGX" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"jHe" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jHg" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/weapon/dart/green, +/obj/item/weapon/dart, +/obj/item/weapon/dart/green, +/obj/item/weapon/dart, +/obj/item/weapon/dart/green, +/obj/item/weapon/dart, +/obj/item/weapon/dart/green, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"jHj" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"jHK" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"jHP" = ( +/turf/open/floor/hybrisa/misc/wysmallleft, +/area/lv759/indoors/spaceport/docking_bay_1) +"jHR" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"jHU" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_5{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/equipment_west) +"jIh" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"jIl" = ( +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"jIo" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"jIp" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"jIs" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"jIt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/hybrisa/containersextended/blackwyleft, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"jIw" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"jIA" = ( +/obj/structure/surface/rack, +/obj/item/evidencebag, +/obj/item/evidencebag, +/obj/item/tool/kitchen/knife, +/obj/item/clothing/mask/gas/clown_hat, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"jIC" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"jIG" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"jIK" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyright, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"jIP" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"jIQ" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/lv759/indoors/power_plant/gas_generators) +"jIT" = ( +/obj/structure/largecrate/random/barrel/yellow{ + layer = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"jIW" = ( +/obj/structure/machinery/shower{ + dir = 1; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"jIZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"jJa" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"jJc" = ( +/obj/structure/platform/hybrisa/metalplatform4{ + dir = 8 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"jJd" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + layer = 4 + }, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"jJf" = ( +/obj/structure/closet/crate/freezer, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"jJl" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"jJt" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/bodybag/tarp/reactive, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "4-5"; + layer = 5 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"jJv" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 1; + dir = 4 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"jJz" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"jJM" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"jJU" = ( +/obj/structure/sign/poster/ad, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/kitchen) +"jKb" = ( +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"jKi" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment_services/east) +"jKt" = ( +/turf/open/floor/plating, +/area/lv759/indoors/hospital/janitor) +"jKy" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"jKA" = ( +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"jKB" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"jKF" = ( +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"jKJ" = ( +/obj/structure/machinery/botany/editor, +/obj/structure/surface/table, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"jKS" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/structure/bed/stool, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"jKT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"jKU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/power_plant/gas_generators) +"jKX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"jLb" = ( +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"jLg" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/breakroom) +"jLm" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "Righty tighty, lefty loosey!"; + dir = 1; + icon = 'icons/obj/pipes/valve.dmi'; + icon_state = "map_valve1"; + name = "Pressure Valve" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"jLq" = ( +/obj/structure/cargo_container/wy/mid, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"jLr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + layer = 6; + pixel_x = -5; + pixel_y = -12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"jLx" = ( +/obj/structure/closet/crate/plastic, +/obj/item/reagent_container/food/snacks/meat, +/obj/item/reagent_container/food/snacks/meat{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/reagent_container/food/snacks/meat{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/reagent_container/food/snacks/meat{ + pixel_x = 3; + pixel_y = 7 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"jLy" = ( +/obj/item/tool/wet_sign{ + pixel_y = 18 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"jLC" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment_services/east) +"jLJ" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north) +"jLN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jLQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/processing) +"jLV" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"jLX" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"jMd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"jMi" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"jMk" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + dir = 6; + pixel_y = 34 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"jME" = ( +/obj/item/stack/rods{ + amount = 15 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"jMK" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"jNd" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jNe" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/faxmachine, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"jNj" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/item/smallDelivery, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"jNm" = ( +/obj/structure/prop/invuln/overhead_pipe, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"jNn" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/mining_outpost/south) +"jNs" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"jNu" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"jNz" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 8; + pixel_y = 34 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jNA" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/surface/table/reinforced, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"jNH" = ( +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/structure/surface/table/almayer, +/obj/item/storage/box/donkpockets, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/weyyu_office/breakroom) +"jNN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/platform_decoration/kutjevo, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"jNP" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"jNR" = ( +/obj/effect/hybrisa/decal/road/corner, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 4 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"jNZ" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_factory) +"jOc" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 10 + }, +/area/lv759/indoors/spaceport/communications_office) +"jOf" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"jOg" = ( +/obj/structure/sign/safety/high_voltage, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/electical_systems/substation2) +"jOh" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"jOj" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/mech_bay_recharge_floor, +/area/lv759/indoors/caves/west_caves) +"jOk" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"jOm" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"jOp" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"jOt" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/landing_zone_1) +"jOw" = ( +/obj/effect/hybrisa/decal/dirt, +/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 = 1; + health = 25000; + pixel_y = 17 + }, +/obj/structure/largecrate/random/mini, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/obj/structure/bed/chair/wood/normal{ + layer = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/lv759/indoors/bar/entertainment) +"jOy" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"jOC" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"jOG" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 1 + }, +/obj/structure/prop/almayer/computers/sensor_computer2{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"jOP" = ( +/obj/item/stack/sandbags_empty, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"jOT" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/prop/cash_register/off, +/obj/effect/hybrisa/decal/gold/line3, +/obj/effect/hybrisa/decal/gold/line4, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/casino) +"jOU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/woodentable/poor, +/obj/item/device/flashlight/lamp{ + layer = 4; + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/toy/deck, +/turf/open/floor/interior/wood, +/area/lv759/indoors/mining_outpost/south) +"jPe" = ( +/obj/item/stack/rods, +/obj/item/tool/pickaxe{ + pixel_y = -7 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"jPo" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/plating, +/area/lv759/indoors/bar/entertainment) +"jPp" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/snacks/sliceable/pizza/margherita, +/obj/item/weapon/pizza_cutter, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"jPF" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"jPY" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jQd" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"jQh" = ( +/obj/item/attachable/bayonet, +/obj/item/attachable/bayonet/rmc, +/obj/item/weapon/sword/machete, +/obj/item/tool/hatchet, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"jQk" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jQq" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"jQr" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/spawner/random/tool, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"jQs" = ( +/obj/item/device/radio/headset, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/telecomms) +"jQu" = ( +/obj/effect/decal/cleanable/blood{ + desc = "Watch your step."; + icon_state = "gib6" + }, +/obj/structure/cable{ + icon_state = "1-2"; + level = 2; + color = "#550d0d" + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"jQM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jQP" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/lv759/indoors/casino/casino_office) +"jQT" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/indoors/spaceport/communications_office) +"jQY" = ( +/obj/structure/cargo_container/wy/left{ + layer = 5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"jRa" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/magazine/boots/n055{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/storage/box/ids{ + pixel_x = -4; + pixel_y = 14 + }, +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = 9; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"jRl" = ( +/obj/effect/hybrisa/decal/checkpoint_decal{ + dir = 4; + pixel_x = 6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"jRF" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jRH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/research/containment/corner{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"jRJ" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"jRL" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "gibarm_flesh" + }, +/obj/item/paper/crumpled/bloody, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"jRN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"jRQ" = ( +/obj/structure/largecrate/random/case/small, +/obj/effect/landmark/objective_landmark/science, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"jSb" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"jSg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"jSj" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"jSq" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"jSv" = ( +/obj/structure/sign/poster/pinup, +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_2/ceiling) +"jSA" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jSG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/Car{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jSI" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"jSK" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"jSL" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"jSM" = ( +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"jSO" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"jSP" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jSU" = ( +/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."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "96"; + name = "\improper WY-LWI StarGlider SG-200" + }, +/area/lv759/indoors/spaceport/starglider) +"jTb" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"jTc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"jTg" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"jTm" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"jTn" = ( +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"jTE" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_west_caves) +"jTL" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"jTN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/storage/box/ids{ + pixel_x = -4; + pixel_y = 14 + }, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/sillycup, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/reception) +"jTP" = ( +/obj/structure/prop/hybrisa/misc/trash/green{ + pixel_y = 2 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"jTQ" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"jTR" = ( +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"jTT" = ( +/obj/structure/machinery/iv_drip{ + layer = 4; + pixel_y = 19 + }, +/obj/structure/machinery/iv_drip{ + layer = 5 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"jTX" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"jUa" = ( +/turf/closed/wall/hybrisa/rock, +/area/lv759/indoors/caves/central_caves) +"jUc" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/glass/watertank/atmos, +/obj/structure/surface/rack, +/turf/open/floor/corsat, +/area/lv759/indoors/meridian/meridian_factory) +"jUh" = ( +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/obj/item/storage/toolbox/emergency{ + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"jUi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/whiskey_outpost/inside/caves) +"jUo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1" + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"jUp" = ( +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_foyer) +"jUs" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "computer" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"jUt" = ( +/obj/item/card/id/silver/clearance_badge/cl{ + desc = "Wow sorry, didn't mean to drop that in front of you, it's real, btw."; + name = "certified powerloader operator card"; + registered_name = "John Forklift" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/lv759/indoors/spaceport/engineering) +"jUv" = ( +/obj/structure/sign/poster/wylogo{ + layer = 3 + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/storage) +"jUA" = ( +/obj/item/weapon/dart/green, +/obj/item/shard, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"jUB" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/generic, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"jUF" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/strata{ + dir = 10; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jUL" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_east) +"jUO" = ( +/obj/structure/sign/safety/bulkhead_door, +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cargo) +"jUP" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"jUV" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"jUX" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"jVg" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_factory) +"jVk" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"jVl" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"jVB" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"jVE" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"jVH" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/device/suit_cooling_unit, +/obj/item/tool/screwdriver, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"jVO" = ( +/obj/item/stack/rods, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"jVP" = ( +/obj/item/stack/rods, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/generic, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"jVQ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"jVR" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard4{ + pixel_y = 20; + pixel_x = -8; + layer = 8; + level = 8; + dir = 6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"jVU" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/ds2{ + name = "\improper WY-LWI StarGlider SG-200 cargo hold" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/spaceport/starglider) +"jVY" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"jVZ" = ( +/obj/structure/bed/sofa/vert/white/top, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"jWg" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/janitor) +"jWk" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + layer = 2 + }, +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelidstack"; + name = "stack of cuppa joe's coffee cup lids"; + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"jWl" = ( +/obj/structure/prop/hybrisa/containersextended/redwywingsleft, +/turf/open/floor/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"jWq" = ( +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"jWr" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/wirecutters/tactical, +/obj/item/device/assembly/voice, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"jWw" = ( +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/spaceport/cuppajoes) +"jWx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"jWy" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/caves/north_west_caves) +"jWG" = ( +/obj/structure/machinery/door/airlock/almayer/engineering, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant/south_hallway) +"jWH" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"jWK" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"jWM" = ( +/obj/structure/prop/hybrisa/engineer/giantpod, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"jWQ" = ( +/obj/structure/barricade/handrail/strata{ + layer = 8; + level = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 6 + }, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_west_street) +"jXi" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"jXm" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/paramedics_garage) +"jXq" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/east_caves) +"jXt" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"jXx" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"jXy" = ( +/turf/open/floor/hybrisa/misc/wybiglogo{ + dir = 5 + }, +/area/whiskey_outpost/inside/caves) +"jXA" = ( +/obj/structure/girder, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"jXB" = ( +/obj/item/tool/pickaxe/jackhammer, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"jXC" = ( +/obj/item/ammo_casing/bullet, +/turf/open/shuttle/dropship{ + icon_state = "rasputin4" + }, +/area/whiskey_outpost/inside/caves) +"jXE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"jXG" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"jXP" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_off{ + dir = 1 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"jXU" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_east) +"jYb" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/obj/structure/machinery/door/window/southleft{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/card/id/silver/cl, +/obj/item/clothing/glasses/regular/hipster, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"jYf" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_hallway) +"jYp" = ( +/obj/structure/cargo_container/wy/right{ + layer = 5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"jYA" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_5{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"jYB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cargo_container/wy/right{ + layer = 7 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"jYD" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"jYG" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"jYJ" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"jYU" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/indoors/weyyu_office/floor) +"jZd" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"jZg" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"jZr" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/baggagehandling) +"jZw" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/cryo_room) +"jZx" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"jZC" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_west) +"jZG" = ( +/obj/item/tool/kitchen/utensil/pfork, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"jZJ" = ( +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/tool/mop, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/weymart) +"jZQ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/lv759/indoors/recycling_plant) +"jZS" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard4{ + dir = 4; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_factory) +"jZU" = ( +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"jZX" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"kad" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/largecrate/random/barrel/green, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"kaj" = ( +/obj/structure/stairs/perspective/kutjevo, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/east_command) +"kak" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/surface/rack, +/obj/item/storage/box/lightstick/red{ + layer = 2.9 + }, +/obj/structure/largecrate/random/barrel{ + pixel_x = 6; + pixel_y = -16 + }, +/obj/item/storage/box/lightstick/red{ + pixel_x = -4; + pixel_y = 10 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"kas" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"kaw" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"kaE" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4 + }, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"kaH" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"kaL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kaN" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"kaR" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"kaX" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"kbg" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"kbk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"kbn" = ( +/obj/structure/janitorialcart, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"kbo" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"kbp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/item/trash/eat, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"kbt" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/structure/bed/bedroll{ + dir = 10 + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"kbu" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/dirt{ + layer = 4; + plane = -6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"kbv" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/item/tool/shovel{ + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"kbw" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"kby" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/roller/hospital/bloody, +/turf/open/floor/prison{ + dir = 5; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"kbC" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "blank_can_crushed" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"kbD" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kbF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "cyan3" + }, +/area/whiskey_outpost/inside/caves) +"kbL" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/structure/largecrate/random/mini{ + pixel_x = 16; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"kbN" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + name = "computer" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"kbO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"kbS" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"kbT" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"kbW" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"kbZ" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 15 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/caves/north_east_caves) +"kcf" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"kcg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/trash/eat, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"kch" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/closet/secure_closet/surgical{ + pixel_x = -30 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/tool/surgery/scalpel/pict_system, +/obj/item/reagent_container/ld50_syringe, +/turf/open/floor/almayer/research/containment/corner3, +/area/whiskey_outpost/inside/caves) +"kcm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/east) +"kcn" = ( +/obj/structure/platform_decoration/shiva{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 4 + }, +/area/lv759/indoors/spaceport/cargo) +"kco" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble2{ + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"kcp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"kcx" = ( +/turf/open/floor/prison, +/area/lv759/indoors/spaceport/flight_control_room) +"kcO" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"kcQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"kcU" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"kda" = ( +/obj/item/stool{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"kde" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"kdl" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/apartment_services/east) +"kds" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/obj/structure/prop/hybrisa/misc/trash/green{ + pixel_x = 1; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"kdy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"kdC" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/recycling_plant) +"kdF" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kdP" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/structure/mirror{ + desc = "Do you remember who you are?"; + icon_state = "mirror_broke"; + name = "broken mirror"; + pixel_y = 32 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"kdT" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/bar) +"kdV" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"kdY" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"kec" = ( +/obj/structure/surface/table, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/food/drinks/bottle/rum, +/obj/item/reagent_container/food/drinks/bottle/rum{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/bottle/whiskey{ + pixel_x = -7; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/south) +"kee" = ( +/obj/structure/largecrate/guns/merc, +/obj/item/prop/folded_anti_tank_sadar, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"kej" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"keq" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"ker" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"keu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/recycling_plant) +"kex" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"key" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/spaceport/communications_office) +"keD" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider"; + pixel_y = 9; + layer = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"keU" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"kfa" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/botany/botany_maintenance) +"kfb" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"kfd" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"kfe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"kff" = ( +/obj/structure/barricade/handrail/strata, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"kfp" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + layer = 3.5; + pixel_y = 15 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"kft" = ( +/obj/structure/sign/poster/pinup, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/west) +"kfD" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/spaceport/cuppajoes) +"kfF" = ( +/obj/structure/closet, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/south_hallway) +"kfK" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"kfL" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"kfW" = ( +/obj/structure/barricade/sandbags{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"kgm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"kgr" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"kgu" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"kgx" = ( +/obj/structure/largecrate/random/barrel{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"kgE" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kgG" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/prop/alien/hugger, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"kgI" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/barricade/handrail/medical, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"kgO" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/weymart) +"kgQ" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"kgR" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"khc" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + layer = 2 + }, +/obj/item/storage/donut_box, +/obj/item/storage/donut_box{ + pixel_y = 5 + }, +/obj/item/storage/donut_box{ + pixel_y = 10 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"khe" = ( +/obj/item/ashtray/bronze{ + icon_state = "ashtray_small_bl_full"; + pixel_x = -6; + pixel_y = -3 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/breakroom) +"khf" = ( +/obj/structure/closet/jcloset, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"khh" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_west) +"khj" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"khn" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/landing_zone_2) +"khs" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"kht" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"khv" = ( +/obj/structure/machinery/igniter{ + layer = 2 + }, +/obj/effect/landmark/monkey_spawn, +/obj/effect/decal/cleanable/molten_item, +/turf/open/floor/corsat, +/area/lv759/indoors/hospital/virology) +"khA" = ( +/obj/structure/closet/secure_closet/marshal, +/obj/item/clothing/suit/storage/CMB, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/stunprod, +/obj/item/storage/belt/security/MP/CMB/full, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"khF" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_5{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/east_central_street) +"khG" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"khL" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-4"; + layer = 5; + level = 2 + }, +/obj/structure/grille, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"khN" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"khV" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"khW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"kib" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/south_west_street) +"kif" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor11" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"kij" = ( +/obj/structure/barricade/handrail/strata, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"kik" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/plastic, +/obj/item/pizzabox/mystery/stack, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"kio" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kiq" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_storage" + }, +/obj/structure/largecrate/random, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"kir" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"kis" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"kiv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_street) +"kiB" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"kiF" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2; + pixel_x = 13; + pixel_y = 16 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"kiR" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + layer = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"kiS" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"kiW" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/obj/item/reagent_container/glass/rag{ + desc = "A towel for drying yourself."; + icon = 'icons/obj/items/hunter/pred_gear.dmi'; + icon_state = "polishing_rag"; + name = "towel" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"kiZ" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"kjb" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 6 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"kjf" = ( +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"kjm" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"kjr" = ( +/obj/structure/platform/hybrisa/metalplatform4, +/obj/structure/prop/hybrisa/signs/weymartsign{ + layer = 7; + level = 7; + light_color = "#FF8A00"; + light_on = 1; + light_power = 4; + light_range = 5; + pixel_x = -18; + pixel_y = -1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"kjy" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = -17; + pixel_y = 12 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/janitor) +"kjD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/machinery/computer/communications{ + dir = 4; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/coffeecup, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"kjI" = ( +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"kjM" = ( +/obj/structure/dartboard, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/jacks_surplus) +"kjS" = ( +/turf/open/floor/prison{ + icon_state = "whitegreencorner" + }, +/area/lv759/indoors/hospital/east_hallway) +"kjV" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"kjW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"kjY" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/west_caves) +"kjZ" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + layer = 4 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 9; + icon = 'icons/obj/pipes/pipes.dmi'; + 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" + }, +/area/lv759/landing_zone_2/ceiling) +"kkb" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"kki" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_east_caves) +"kkj" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.7 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/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/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"kkn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer/research/containment/entrance, +/area/whiskey_outpost/inside/caves) +"kkx" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light{ + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"kkA" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"kkD" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"kkE" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"kkG" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/turf/open/floor/prison, +/area/lv759/landing_zone_1) +"kkL" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/item/tool/mop, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/lv759/indoors/weyyu_office/pressroom) +"kkQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"kkR" = ( +/obj/structure/machinery/floodlight, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_east_caves) +"kkX" = ( +/obj/structure/prop/hybrisa/supermart/rack/longrack5, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"kla" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"kld" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 18 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"klq" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"klv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"kly" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/decal/cleanable/generic, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"klz" = ( +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 4; + icon_state = "leftsecure"; + id = "brg" + }, +/obj/item/ammo_magazine/smg/pps43, +/obj/item/ammo_magazine/smg/pps43, +/obj/item/ammo_magazine/smg/pps43, +/obj/item/ammo_magazine/smg/pps43, +/obj/item/weapon/gun/smg/pps43, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"klB" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/tool/kitchen/tray, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 9 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 12; + pixel_y = 17 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/bottle/sake, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"klD" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"klF" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = -7; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"klI" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrowncorners2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"klK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/morgue) +"klS" = ( +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 4; + icon_state = "leftsecure"; + id = "brg" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/magazine_box, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/item/ammo_magazine/rifle/m16, +/obj/item/ammo_magazine/rifle/m16, +/obj/item/ammo_magazine/rifle/m16, +/obj/item/ammo_magazine/rifle/m16, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"klV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2 + }, +/obj/structure/window/reinforced/toughened{ + dir = 4; + layer = 2 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"klX" = ( +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"klY" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"kmb" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt_2, +/mob/living/simple_animal/rat/gray, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"kme" = ( +/obj/item/reagent_container/food/snacks/candy, +/obj/item/toy/blink, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"kmh" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"kmj" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4; + layer = 3.2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"kmm" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"kmr" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/landing_zone_1) +"kmt" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/landing_zone_2) +"kmv" = ( +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Toilet Unit" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/south_public_restroom) +"kmw" = ( +/obj/structure/machinery/disposal, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoe"; + name = "cuppa joe's coffee cup" + }, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoe"; + name = "cuppa joe's coffee cup" + }, +/obj/item/trash/eat, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"kmx" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/docking_bay_2) +"kmz" = ( +/obj/item/clothing/gloves/marine/veteran/pmc/commando, +/obj/structure/cable/white{ + color = "9f8700"; + icon_state = "8-9"; + layer = 5 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"kmB" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/east_caves) +"kmJ" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kmN" = ( +/obj/structure/platform, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"kmO" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kmS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/communications{ + dir = 4; + layer = 4; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"kmV" = ( +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"knb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/plastic, +/obj/item/clothing/head/soft/red, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"knc" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"knd" = ( +/obj/structure/barricade/handrail/kutjevo, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + layer = 4; + level = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralblueoffice"; + light_color = "#0090ff"; + light_on = 1; + light_power = 2; + light_range = 4 + }, +/area/whiskey_outpost/inside/caves) +"knf" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + dir = 1; + layer = 9; + pixel_y = 5; + pixel_x = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"kng" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/under/marine/veteran/pmc/corporate, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"knk" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/reception) +"knl" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"knm" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/prop/hybrisa/containersextended/emptymedicalright{ + pixel_x = 16 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"knt" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"knA" = ( +/obj/structure/platform/mineral{ + dir = 8 + }, +/turf/open/gm/river/desert/shallow, +/area/lv759/indoors/apartment/west) +"knG" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_1/ceiling) +"knK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"knL" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Freezer" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/spaceport/kitchen) +"knR" = ( +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"knX" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"knY" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"knZ" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy9" + }, +/area/whiskey_outpost/inside/caves) +"kod" = ( +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"koe" = ( +/obj/structure/sign/poster/kellandmining, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"kof" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"kol" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"kon" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "64" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"kor" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"kos" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "6-8"; + layer = 5; + level = 2 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/whiskey_outpost/inside/caves) +"kox" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/crashedcarsleft{ + pixel_y = -9 + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 6; + pixel_x = -14 + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 1; + pixel_x = -7 + }, +/obj/item/stack/rods{ + amount = 25 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"koy" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/largecrate/random/barrel/blue, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"koC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"koD" = ( +/obj/structure/prop/hybrisa/containersextended/bluewywingsleft, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"koE" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{ + dir = 1; + name = "Cargo Bay 1" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/spaceport/cargo) +"koQ" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/telecomms) +"kpa" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/floor/strata{ + dir = 10; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"kpc" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"kpf" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"kph" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/central_caves) +"kpj" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/morgue) +"kpk" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = -8; + pixel_y = -16 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"kpl" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "32"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"kpr" = ( +/obj/structure/machinery/vending/security, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"kpw" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"kpA" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"kpD" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"kpF" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"kpJ" = ( +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"kpN" = ( +/obj/effect/hybrisa/decal/gold/line2, +/obj/effect/hybrisa/decal/gold/line3, +/obj/structure/prop/hybrisa/misc/slotmachine{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"kpR" = ( +/turf/closed/wall/hangar{ + name = "reinforced metal wall" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kpX" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"kpY" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/spaceport/docking_bay_1) +"kqa" = ( +/obj/structure/platform/hybrisa/metalplatformstair1, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"kqc" = ( +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"kql" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kqq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/surface/table/almayer, +/obj/item/device/radio{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/item/explosive/plastic/breaching_charge, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"kqr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/item/tool/weldpack{ + pixel_x = -6; + pixel_y = 19 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"kqB" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = -2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"kqH" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"kqI" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "99" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"kqJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/ore_box{ + pixel_x = 5 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"kqL" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"kqO" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"kqP" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"krg" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/stack/sandbags/large_stack, +/obj/item/stack/barbed_wire, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"kri" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/structure/platform, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 9 + }, +/area/lv759/indoors/spaceport/cargo) +"krm" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Atmospheric Storage" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/equipment_east) +"krs" = ( +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/processing) +"krt" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"kru" = ( +/obj/structure/closet/cabinet, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/meridian/meridian_managersoffice) +"krw" = ( +/obj/item/frame/rack, +/obj/item/tool/pickaxe{ + pixel_y = -7 + }, +/obj/item/tool/pickaxe{ + pixel_y = -3 + }, +/obj/item/tool/pickaxe, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"krF" = ( +/obj/effect/decal/cleanable/vomit{ + icon_state = "vomit_4" + }, +/obj/item/tool/wet_sign{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"krK" = ( +/obj/structure/prop/hybrisa/Factory/Robotic_arm/Flipped{ + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + layer = 5 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"krM" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_east) +"krN" = ( +/obj/structure/bed/hybrisa/bunkbed1, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/apartment/west) +"krP" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"krS" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"krT" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"krW" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Office Holding Cell" + }, +/obj/structure/window/framed/hybrisa/marshalls/cell, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"krX" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/indoors/spaceport/engineering) +"ksb" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"ksg" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"ksm" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"ksq" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"ksA" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cargo_maintenance) +"ksE" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"ksG" = ( +/obj/structure/machinery/igniter{ + layer = 2 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + dir = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/window/reinforced{ + layer = 3; + color = "#FF2300" + }, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/window/reinforced{ + color = "#FF2300"; + dir = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"ksI" = ( +/obj/effect/landmark/corpsespawner/wygoon, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"ksJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"ksN" = ( +/obj/item/weapon/broken_bottle{ + pixel_x = 11; + pixel_y = -2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"ksQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"ksY" = ( +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble2{ + pixel_x = -4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"ktp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/wood{ + pixel_y = -8 + }, +/obj/effect/decal/cleanable/blood{ + layer = 3; + pixel_x = 24 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"kts" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/glass/fertilizer, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 7; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_mainroom) +"ktt" = ( +/obj/structure/sign/safety/rad_haz{ + desc = "Semiotic Standard denoting the nearby presence of a mining processing area."; + name = "mining processing semiotic"; + pixel_x = 15 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/processing) +"ktv" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"kty" = ( +/obj/structure/ore_box, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"ktB" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/roadlines3, +/area/lv759/outdoors/colony_streets/east_central_street) +"ktQ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"ktS" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ktW" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "6_pack_1_crushed" + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"ktX" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"kua" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"kug" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_y = 17 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"kul" = ( +/obj/effect/hybrisa/decal/road/corner, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"kur" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"kus" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"kux" = ( +/obj/structure/filingcabinet, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"kuz" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"kuA" = ( +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"kuC" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/obj/item/paper/crumpled{ + layer = 5; + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"kuD" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on{ + light_color = "#efa531"; + light_on = 1; + light_range = 2 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on{ + dir = 4; + light_color = "#efa531"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"kuF" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/processing) +"kuH" = ( +/obj/item/trash/cigbutt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"kuJ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"kuK" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"kuO" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/largecrate/supply{ + pixel_x = -4 + }, +/obj/item/clipboard{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/hybrisa/street/asphalt, +/area/whiskey_outpost/inside/caves) +"kuX" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/item/tool/soap/syndie, +/obj/structure/curtain/open/shower, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment/east) +"kuY" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"kva" = ( +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"kvd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 2; + id = "hybrisagarage_1"; + name = "\improper Garage" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/garage_workshop) +"kvn" = ( +/obj/item/tool/warning_cone{ + layer = 4; + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kvu" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"kvv" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"kvw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + dir = 8; + pixel_x = 6; + pixel_y = 34 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kvx" = ( +/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."; + dir = 4; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "110"; + name = "\improper WY-LWI StarGlider SG-200" + }, +/area/lv759/indoors/spaceport/starglider) +"kvA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"kvB" = ( +/obj/structure/machinery/sentry_holder/colony{ + dir = 1; + pixel_y = -10 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kvG" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"kvH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/recycling_plant/garage) +"kvK" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/south_east_street) +"kvL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaltan, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"kvM" = ( +/obj/item/reagent_container/food/drinks/milk, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/weymart) +"kvP" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/apartment/east) +"kvR" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"kvV" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"kvY" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced, +/obj/structure/prop/hybrisa/engineer/blackgoocontainer, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"kwa" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/east) +"kwb" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"kwh" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/indoors/spaceport/engineering) +"kwo" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"kwu" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/horizon_runner) +"kwy" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/card, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "1-10"; + layer = 5; + level = 2 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation2) +"kwB" = ( +/obj/structure/surface/table, +/obj/item/prop/colony/game, +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"kwC" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_south) +"kwK" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/lv759/indoors/garage_restroom) +"kwP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/shard, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"kwZ" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"kxa" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/tcomms_northwest) +"kxd" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"kxg" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"kxn" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant) +"kxB" = ( +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"kxI" = ( +/obj/structure/largecrate/random, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"kxO" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 14 + }, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"kxQ" = ( +/obj/structure/machinery/door/airlock/almayer/secure/autoname{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/changing_room) +"kxW" = ( +/obj/structure/machinery/fuelcell_recycler, +/obj/structure/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/whiskey_outpost/inside/caves) +"kyb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/metal, +/obj/structure/girder/reinforced, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"kyf" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/engineering) +"kyg" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"kyh" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/press_room) +"kyx" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + dir = 1; + layer = 3.1 + }, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"kyB" = ( +/obj/structure/prop/ice_colony/soil_net, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"kyC" = ( +/obj/structure/prop/dam/drill, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"kyK" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/prop/laz_top, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-5"; + layer = 5; + level = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"kyL" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"kyQ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/obj/item/stack/rods, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"kyW" = ( +/turf/open/floor{ + dir = 10; + icon_state = "carpetside" + }, +/area/lv759/indoors/bar) +"kyY" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"kza" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"kzb" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"kzd" = ( +/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."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "103"; + name = "\improper WY-LWI StarGlider SG-200" + }, +/area/lv759/indoors/spaceport/starglider) +"kzf" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"kzg" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"kzj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/item/shard, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"kzl" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"kzo" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/containersextended/redwywingsleft, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kzE" = ( +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/baggagehandling) +"kzF" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/engineering) +"kzO" = ( +/obj/structure/sign/poster/ad, +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 12; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"kzS" = ( +/obj/structure/surface/table/reinforced{ + layer = 2 + }, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"kzU" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_2) +"kzW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/almayer{ + icon_state = "blackcorner" + }, +/area/whiskey_outpost/inside/caves) +"kzX" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"kAb" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"kAe" = ( +/obj/structure/sign/safety/bathmens{ + pixel_y = 20 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/bathroom) +"kAk" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"kAp" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"kAt" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/hospital/virology) +"kAz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"kAA" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"kAC" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/phonebox/lightup{ + light_color = "#00AAFF"; + light_on = 1; + light_power = 3; + light_range = 4; + pixel_x = 2; + pixel_y = -12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"kAD" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"kAE" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"kAQ" = ( +/obj/item/tool/shovel{ + pixel_y = 12 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"kAT" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 1; + icon_state = "bigrollerempty3_up" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"kAX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"kBf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kBg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/item/shard, +/obj/item/stack/rods{ + amount = 25 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"kBh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/lv759/indoors/power_plant/gas_generators) +"kBi" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/structure/bed/roller, +/obj/item/device/defibrillator, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"kBk" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/virology) +"kBp" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/item/tool/wrench{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/item/tool/screwdriver{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"kBq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/south_east_street) +"kBr" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor_corner{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_office) +"kBD" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"kBJ" = ( +/obj/structure/sign/safety/one, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/east) +"kBL" = ( +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"kCa" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/weyyu_office/breakroom) +"kCc" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"kCe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"kCg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"kCl" = ( +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/lv759/indoors/casino/casino_restroom) +"kCo" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"kCr" = ( +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"kCz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/item/stack/sheet/cardboard{ + pixel_y = -12 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 7; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + layer = 6; + pixel_x = -3; + pixel_y = 24 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/north_street) +"kCB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"kCI" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"kCR" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"kCU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"kCV" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"kDd" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"kDf" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + dir = 8; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"kDh" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation2) +"kDj" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/showcase{ + icon_state = "bus" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"kDk" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/spacecash/c500, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 13; + pixel_y = 17 + }, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/effect/hybrisa/decal/gold/line3, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"kDl" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/storage/pouch/radio, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"kDp" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"kDq" = ( +/obj/structure/bed/roller, +/obj/item/stack/medical/splint, +/obj/structure/barricade/handrail/medical{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"kDA" = ( +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_caves) +"kDJ" = ( +/obj/structure/sign/poster/music{ + pixel_x = -5 + }, +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 7; + pixel_y = 4 + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/paramedics_garage) +"kDL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 1; + pixel_y = 15; + pixel_x = 5 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kDR" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/glass/beaker/cryoxadone, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"kDT" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"kEb" = ( +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"kEo" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "viro_lab_lockdown" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/virology) +"kEr" = ( +/obj/item/device/flashlight/lamp{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/tool/screwdriver{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/explosive/grenade/high_explosive/upp, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/structure/surface/table/almayer, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/east) +"kEs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/computer3frame/wallcomp{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"kEv" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"kEw" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty2{ + icon_state = "bigrollerempty2_up" + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"kEz" = ( +/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; + health = 25000 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/bar/entertainment) +"kEN" = ( +/obj/structure/largecrate/random/mini/small_case, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"kEZ" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/grille, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"kFh" = ( +/obj/structure/prop/hybrisa/containersextended/greywyleft{ + layer = 4 + }, +/turf/open/floor/almayer, +/area/lv759/indoors/spaceport/cargo) +"kFn" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"kFs" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"kFE" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"kFN" = ( +/obj/structure/platform, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"kFO" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"kFT" = ( +/obj/effect/hybrisa/decal/road/lines5, +/obj/structure/cargo_container/horizontal/blue/middle, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"kGc" = ( +/obj/structure/sign/safety/opens_up, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/east) +"kGd" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"kGh" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/iron, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_marked" + }, +/area/lv759/indoors/recycling_plant) +"kGj" = ( +/obj/item/stack/rods, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"kGm" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 10; + pixel_y = 14 + }, +/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1{ + pixel_x = -4; + layer = 3.3 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = 12 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/weyyu_office/breakroom) +"kGo" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "comfychair_blue" + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"kGp" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kGu" = ( +/obj/structure/curtain/medical, +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/patient_ward) +"kGv" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/stack/sheet/cardboard/small_stack, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"kGy" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"kGC" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"kGJ" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/morgue) +"kGR" = ( +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/docking_bay_1) +"kGU" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"kGV" = ( +/obj/structure/prop/hybrisa/airport/dropshipventright, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"kGX" = ( +/obj/structure/curtain/open/shower, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"kGZ" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"kHf" = ( +/obj/item/tool/wet_sign{ + pixel_y = 18 + }, +/obj/item/tool/wet_sign{ + layer = 4; + pixel_x = -9; + pixel_y = 17 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"kHg" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"kHh" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"kHn" = ( +/turf/open/floor/strata{ + icon_state = "red4" + }, +/area/lv759/indoors/spaceport/security_office) +"kHo" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"kHu" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"kHv" = ( +/obj/structure/largecrate/random/barrel/brown, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"kHw" = ( +/obj/structure/surface/rack, +/obj/structure/barricade/handrail, +/obj/item/stack/folding_barricade/three{ + layer = 2.9 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"kHz" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"kHE" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Freezer" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"kHM" = ( +/obj/structure/platform/mineral, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "cyan3" + }, +/area/whiskey_outpost/inside/caves) +"kHY" = ( +/obj/structure/sign/poster/safety, +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 12; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"kHZ" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kIa" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"kIc" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"kIh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/igniter{ + layer = 2 + }, +/obj/effect/decal/cleanable/molten_item, +/obj/effect/landmark/monkey_spawn, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "#FF2300"; + dir = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"kIl" = ( +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"kIm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/sign/safety/medical{ + pixel_x = 34 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_17"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"kIn" = ( +/obj/structure/largecrate/supply/explosives/mines{ + layer = 5 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"kIo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/item/ammo_magazine/rocket/ap, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/jacks_surplus) +"kIt" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + pixel_y = 34 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"kIx" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"kIz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18" + }, +/obj/structure/surface/table/reinforced/black, +/obj/item/clothing/head/collectable/tophat{ + layer = 3.1; + pixel_x = -7; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"kID" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/monorail, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"kIE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/machinery/disposal/delivery, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"kIG" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/pillars/north/pillar2, +/area/lv759/oob) +"kIM" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/head/helmet/riot/vintage_riot, +/obj/item/clothing/head/helmet/riot/vintage_riot, +/obj/item/clothing/mask/gas/swat, +/obj/item/clothing/mask/gas/swat, +/obj/item/clothing/gloves/swat, +/obj/item/clothing/gloves/swat, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"kIN" = ( +/obj/structure/sign/poster/art{ + layer = 3.1 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/casino) +"kIX" = ( +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"kJa" = ( +/obj/structure/cable{ + icon_state = "5-8"; + level = 2; + color = "#550d0d" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"kJd" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"kJe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kJi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kJj" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 6 + }, +/area/lv759/indoors/spaceport/cargo) +"kJk" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"kJn" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"kJo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"kJp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile{ + dir = 8 + }, +/area/lv759/indoors/mining_outpost/northeast) +"kJq" = ( +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"kJv" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + layer = 2 + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/outgoing) +"kJy" = ( +/obj/structure/bed/chair/comfy{ + dir = 1; + tag = "icon-comfychair (NORTH)" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"kJz" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"kJM" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"kJX" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + pixel_x = -8; + pixel_y = 8 + }, +/obj/structure/machinery/colony_floodlight/street{ + pixel_y = -8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"kKc" = ( +/obj/structure/bed/sofa{ + icon_state = "couch_hori1" + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "diamonds_ace" + }, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"kKe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/sosjerky, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"kKg" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80; + layer = 5 + }, +/obj/structure/prop/hybrisa/xenobiology/small/hugger, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"kKh" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"kKl" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/cups, +/obj/item/storage/box/cups, +/obj/structure/surface/rack, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"kKn" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{ + dir = 1 + }, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/flight_control_room) +"kKq" = ( +/obj/structure/machinery/light/small/blue, +/turf/open/floor/prison{ + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"kKu" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Observation Room 3" + }, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/hospital/virology) +"kKw" = ( +/obj/structure/showcase, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"kKz" = ( +/obj/structure/prop/hybrisa/containersextended/lightgreywyright{ + layer = 4; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"kKB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/ore_box{ + pixel_x = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"kKM" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/kutjevo{ + dir = 4; + layer = 4; + level = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"kKR" = ( +/obj/structure/machinery/disposal/delivery, +/obj/item/trash/burger, +/obj/item/trash/eat, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + layer = 4; + level = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"kKX" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/press_room) +"kLi" = ( +/obj/structure/prop/invuln/minecart_tracks, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"kLl" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/turf/open/engineership/engineer_floor13{ + dir = 4 + }, +/area/lv759/oob) +"kLn" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"kLq" = ( +/obj/structure/surface/rack, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/landing_zone_2) +"kLr" = ( +/obj/structure/platform_decoration/mineral{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/strata{ + icon_state = "cyan3" + }, +/area/whiskey_outpost/inside/caves) +"kLw" = ( +/obj/structure/sign/safety/opens_up, +/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."; + icon = 'icons/obj/structures/machinery/monitors.dmi'; + icon_state = "auth_off"; + name = "Access console"; + pixel_y = -2 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"kLH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"kLI" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"kLJ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/largecrate/random/mini/small_case, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/hallway_east) +"kLN" = ( +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"kLQ" = ( +/obj/item/ammo_magazine/m56d, +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"kLV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 6 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"kLZ" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/power_plant/power_storage) +"kMa" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyright, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"kMg" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"kMi" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{ + dir = 1 + }, +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"kMj" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/tcomms_northwest) +"kMk" = ( +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 11; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"kMo" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/electical_systems/substation2) +"kMp" = ( +/obj/structure/barricade/handrail/kutjevo, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"kMs" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_y = 14 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hobosecret) +"kMu" = ( +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"kMC" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"kMD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/window_frame/hybrisa/colony/engineering/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant) +"kME" = ( +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment_services/east) +"kMH" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + req_one_access = null + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/morgue) +"kMK" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite1, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"kMN" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"kMQ" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_west_caves) +"kMT" = ( +/obj/structure/window/framed/hybrisa/spaceport, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cuppajoes) +"kMV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"kMX" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "blue1" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"kNc" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"kNf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"kNh" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 5 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"kNl" = ( +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"kNp" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo) +"kNq" = ( +/obj/structure/disposalpipe/tagger{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"kNv" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/changing_room) +"kNw" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science1{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"kNC" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"kND" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/hallway_central) +"kNS" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kOc" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"kOe" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security_office) +"kOf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"kOl" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/spaceport/engineering) +"kOm" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"kOo" = ( +/obj/structure/platform, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"kOr" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"kOu" = ( +/obj/structure/sign/safety/ladder, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"kOv" = ( +/obj/item/weapon/baseballbat/metal, +/obj/item/weapon/baseballbat/metal{ + pixel_x = 5 + }, +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/close, +/obj/item/weapon/baseballbat, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"kOC" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_office) +"kOJ" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"kOO" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 150 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"kOQ" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"kOS" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"kOY" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"kOZ" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8; + pixel_x = -1; + pixel_y = -1 + }, +/obj/structure/largecrate/random/mini/small_case/c, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"kPe" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "wy2" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"kPj" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/lv759/indoors/power_plant/gas_generators) +"kPB" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + layer = 4; + name = "hospital divider" + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"kPD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/ore_box{ + layer = 2 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 8 + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"kPE" = ( +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/tunnel/maint_tunnel/no_xeno_desc{ + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "maintenancehatch_alt" + }, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"kPI" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite0, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"kPL" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"kPM" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"kPR" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kPS" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 8 + }, +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/paper/crumpled, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"kPU" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kPZ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe2{ + dir = 1 + }, +/obj/item/trash/hotdog, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"kQa" = ( +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"kQb" = ( +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"kQd" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"kQg" = ( +/obj/item/stack/sheet/wood{ + pixel_y = -8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/mining_outpost/south) +"kQk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trash/green{ + layer = 4; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_street) +"kQp" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/kitchen/tray, +/obj/item/shard/shrapnel/bone_chips/xeno, +/obj/item/reagent_container/glass/beaker/vial, +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 1 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"kQr" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_showroom) +"kQu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"kQv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"kQH" = ( +/obj/structure/bed/sofa/south/grey/right, +/obj/item/storage/briefcase{ + pixel_y = -2 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"kQJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/power_storage) +"kQP" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Restroom" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/west) +"kQT" = ( +/obj/structure/machinery/conveyor, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"kQU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"kQV" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/random/gun/pistol/highchance, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"kRa" = ( +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/apartment_services/east) +"kRd" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"kRg" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"kRm" = ( +/obj/structure/platform_decoration/strata/metal, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"kRq" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"kRr" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"kRs" = ( +/obj/structure/surface/table, +/obj/item/tool/crowbar/red, +/obj/item/clothing/glasses/welding{ + layer = 3.6; + pixel_x = 2; + pixel_y = 7 + }, +/obj/item/clothing/gloves/marine/veteran/insulated, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_east) +"kRu" = ( +/obj/structure/platform_decoration/strata/metal, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"kRv" = ( +/turf/closed/wall/hybrisa/rock, +/area/lv759/indoors/caves/north_west_caves) +"kRG" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"kRJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/morgue) +"kRL" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"kRZ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/falcon_drone{ + desc = "Some sort of fancy...toy? You're not sure.."; + pixel_x = -12 + }, +/obj/item/robot_parts/robot_suit, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"kSc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"kSe" = ( +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/indoors/power_plant/power_storage) +"kSf" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"kSh" = ( +/obj/item/stack/sheet/metal, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kSi" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kSp" = ( +/turf/open/floor/almayer{ + allow_construction = 0 + }, +/area/lv759/indoors/spaceport/engineering) +"kSr" = ( +/obj/structure/machinery/door/airlock/almayer/generic/glass{ + dir = 1; + name = "Weyland Yutani Corporate Offices - Break Room" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/breakroom) +"kSv" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/central_caves) +"kSx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/faxmachine, +/obj/item/paper/crumpled, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red4" + }, +/area/lv759/indoors/spaceport/security) +"kSE" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4; + level = 1; + plane = -7 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + level = 1; + layer = 2.3; + plane = -7 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"kST" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/hallway_central) +"kSV" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/item/storage/briefcase{ + pixel_y = -2 + }, +/obj/item/storage/briefcase{ + pixel_y = -2 + }, +/obj/item/storage/briefcase{ + pixel_y = -2 + }, +/obj/item/storage/briefcase{ + pixel_y = -2 + }, +/obj/item/card/id/visa, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"kSX" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/goggles/highchance, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"kSZ" = ( +/obj/structure/sign/safety/restrictedarea, +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/marhsalls_unmeltable, +/area/lv759/oob) +"kTa" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kTp" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"kTw" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/containersextended/greywyright{ + layer = 4; + pixel_x = 4 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"kTA" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kTE" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"kTH" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/docking_bay_1) +"kTI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_12"; + pixel_y = 12 + }, +/obj/item/stack/sheet/cardboard{ + pixel_y = -12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_east_street) +"kTK" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/largecrate/random{ + layer = 2.9 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"kTR" = ( +/turf/open/floor{ + icon_state = "carpetside" + }, +/area/lv759/indoors/bar) +"kUb" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 4 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"kUc" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/kitchen/tray, +/obj/item/xenos_claw, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"kUf" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/gloves/marine/insulated, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/maintenance_east) +"kUk" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/curtain/open/shower, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"kUp" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"kUv" = ( +/obj/structure/sign/poster/music, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart) +"kUz" = ( +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"kUA" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/docking_bay_2) +"kUC" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_north) +"kUG" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 10 + }, +/area/lv759/indoors/meridian/meridian_factory) +"kUJ" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "8-9"; + layer = 5; + level = 2 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "cyan3" + }, +/area/whiskey_outpost/inside/caves) +"kUP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"kUS" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"kUW" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/processing) +"kVa" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"kVd" = ( +/obj/structure/prop/dam/van/damaged{ + layer = 2.98 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kVf" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"kVg" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"kVm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/colonial_marshals/garage) +"kVv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile{ + dir = 8 + }, +/area/lv759/indoors/recycling_plant/garage) +"kVx" = ( +/obj/item/storage/fancy/cigar, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/candle{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment/east) +"kVy" = ( +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"kVG" = ( +/turf/open/floor/plating, +/area/lv759/indoors/power_plant) +"kVM" = ( +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = -2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"kVU" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor11" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"kVX" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"kWe" = ( +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"kWi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"kWk" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"kWo" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"kWr" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/prop/dam/van/damaged{ + layer = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2" + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"kWs" = ( +/turf/open/floor/strata{ + dir = 1; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"kWt" = ( +/obj/item/stack/sheet/wood, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"kWw" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/clothing/head/helmet/augment, +/obj/item/device/assembly/timer, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"kWx" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_north) +"kWz" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood{ + pixel_y = -8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"kWA" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/paper/crumpled, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"kWB" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"kWK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"kWP" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "red4" + }, +/area/lv759/indoors/spaceport/security_office) +"kWV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 10; + pixel_y = 15 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2" + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"kWY" = ( +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north) +"kXa" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"kXb" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/decal/cleanable/blood{ + icon_state = "gibleg" + }, +/obj/item/prop/colony/usedbandage{ + dir = 9 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"kXg" = ( +/obj/structure/surface/table, +/obj/effect/hybrisa/decal/dirt, +/obj/item/weapon/gun/smg/bizon{ + pixel_x = 1; + pixel_y = 11 + }, +/obj/item/ammo_magazine/smg/bizon, +/obj/item/ammo_magazine/smg/bizon{ + pixel_x = 11; + pixel_y = -3 + }, +/obj/item/ammo_magazine/smg/bizon{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/ammo_magazine/smg/bizon{ + pixel_x = 5; + pixel_y = -5 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/electical_systems/substation3) +"kXk" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_5{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/tcomms_northwest) +"kXl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"kXq" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_1) +"kXs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"kXt" = ( +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + layer = 3.1; + pixel_x = 8; + pixel_y = 21 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 14 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"kXv" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"kXG" = ( +/obj/item/bodybag, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/hospital/morgue) +"kXI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 1; + layer = 5; + level = 5; + pixel_y = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"kXL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/effect/spawner/random/toolbox, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"kXU" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/electical_systems/substation1) +"kXY" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"kYm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + layer = 9 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"kYt" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/turf/open/floor/prison, +/area/lv759/landing_zone_1) +"kYu" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/garage_managersoffice) +"kYE" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"kYF" = ( +/obj/structure/girder, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"kYM" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"kYO" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_east_street) +"kYW" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"kYX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suv/misc/whitevan, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"kZa" = ( +/obj/structure/barricade/handrail/kutjevo, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"kZb" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/casino) +"kZc" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 4 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 1; + layer = 5; + level = 5; + pixel_y = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralblueoffice"; + light_color = "#0090ff"; + light_on = 1; + light_power = 2; + light_range = 4 + }, +/area/whiskey_outpost/inside/caves) +"kZg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"kZh" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_north) +"kZk" = ( +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = -5; + pixel_y = 9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"kZp" = ( +/obj/structure/platform_decoration, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"kZq" = ( +/obj/structure/catwalk/prison, +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"kZs" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal2" + }, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"kZw" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + dir = 1; + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"kZD" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"kZF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light{ + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"kZK" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"kZP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/device/binoculars/designator, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"kZS" = ( +/obj/structure/prop/hybrisa/furniture/tables/tablegambling{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"kZV" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"lai" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 4; + plane = -6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lak" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"lal" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Weyland Yutani Corporate Offices - Conference Room" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"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."; + icon = 'icons/obj/structures/machinery/monitors.dmi'; + icon_state = "auth_off"; + name = "Access console"; + pixel_y = -2 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"laA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"laB" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3; + pixel_x = 6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/landing_zone_1) +"laE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/mob/living/simple_animal/rat/gray, +/obj/item/shard, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"laI" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"laK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"laU" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/whiskey_outpost/inside/caves) +"laV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"lbh" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lbi" = ( +/obj/structure/janitorialcart, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"lbk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_west_caves) +"lbm" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"lbo" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_2) +"lbs" = ( +/obj/structure/platform_decoration/shiva, +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 17 + }, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"lbv" = ( +/obj/structure/window/reinforced/toughened{ + dir = 4; + layer = 2 + }, +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoestack2"; + name = "stack of cuppa joe's coffee cups"; + pixel_y = 6 + }, +/obj/item/tool/kitchen/tray{ + layer = 3; + pixel_y = 8 + }, +/obj/structure/window/reinforced/toughened, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"lbD" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"lbE" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/meridian/meridian_restroom) +"lbG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"lbV" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"lbY" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lca" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"lcf" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science2{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"lcg" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "95" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"lck" = ( +/obj/effect/landmark/objective_landmark/medium, +/obj/item/clothing/head/cmcap, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 7; + pixel_y = 16 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"lco" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"lcw" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"lcI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/wood/large_stack, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"lcL" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/north_street) +"lcN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/surface/rack, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"lcU" = ( +/obj/item/reagent_container/food/snacks/stew, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"lcX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lde" = ( +/obj/item/reagent_container/food/snacks/packaged_burger, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"ldj" = ( +/turf/open/floor/prison{ + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"ldn" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 8; + pixel_x = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"ldp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/vomit{ + icon_state = "vomit_4" + }, +/obj/item/stack/sheet/cardboard, +/mob/living/simple_animal/rat/gray, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"ldt" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1; + pixel_y = 8 + }, +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 24 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"ldw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"ldD" = ( +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"ldK" = ( +/obj/item/weapon/stunprod, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/closet/secure_closet/security, +/obj/effect/landmark/objective_landmark/close, +/obj/item/clothing/under/marine/veteran/pmc/corporate, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"ldL" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/lv759/indoors/hospital/east_hallway) +"ldN" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"ldO" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbrokespark, +/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 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"ldS" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/recycling_plant/garage) +"ldT" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"lea" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"lec" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/window_frame/corsat, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"lek" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ley" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"leD" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_x = 4; + pixel_y = 12 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"leE" = ( +/obj/effect/hybrisa/decal/warningstripes_angled{ + dir = 4; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/grate{ + dir = 4 + }, +/obj/effect/hybrisa/decal/warningstripes_angled{ + dir = 4; + pixel_y = 3 + }, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"leG" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"leI" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"leO" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"leP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"leQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/toughened, +/obj/item/phone, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = 16; + pixel_y = 8 + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/lv759/indoors/spaceport/security) +"leR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/blue, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"lfh" = ( +/obj/item/stack/rods{ + amount = 25 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"lfl" = ( +/obj/item/storage/toolbox/emergency{ + pixel_y = 4 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "4-5"; + layer = 5 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"lfo" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"lfB" = ( +/obj/structure/pipes/unary/freezer{ + icon_state = "freezer_1" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"lfC" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/paramedics_garage) +"lfF" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"lfI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"lfL" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"lfQ" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -5; + pixel_y = 32 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lfU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/machinery/conveyor, +/obj/structure/largecrate/random/secure, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"lgb" = ( +/obj/structure/fence/electrified{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"lgc" = ( +/obj/item/frame/rack, +/obj/effect/hybrisa/decal/dirt, +/obj/item/toy/blink, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"lgi" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/corsat, +/area/whiskey_outpost/inside/caves) +"lgl" = ( +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"lgm" = ( +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/indoors/power_plant/gas_generators) +"lgt" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_factory) +"lgv" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + dir = 1; + name = "Weyland Yutani Corporate Offices - Foyer" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/hallway) +"lgz" = ( +/obj/structure/fence/electrified{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/east_caves) +"lgE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/platform/mineral{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"lgM" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"lgO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/item/trash/candy, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lgR" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"lgU" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/horizon_runner) +"lhd" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"lhe" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"lhj" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 34; + pixel_y = -24 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 10 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"lho" = ( +/obj/structure/sign/poster/propaganda, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"lhp" = ( +/obj/vehicle/train/cargo/trolley, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"lht" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"lhG" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"lhJ" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"lhK" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -6 + }, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/east_central_street) +"lhS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"lia" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"lie" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"lig" = ( +/obj/structure/machinery/power/port_gen, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 6 + }, +/area/lv759/indoors/recycling_plant) +"lin" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"liu" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_x = 1 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"liv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/largecrate/random/mini{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/clothing/head/hardhat/white, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"liA" = ( +/turf/open/gm/river/desert/shallow_edge{ + dir = 1 + }, +/area/lv759/indoors/apartment/west) +"liG" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"liK" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 4; + pixel_y = 10; + pixel_x = 5 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"liR" = ( +/obj/effect/decal/strata_decals/grime/grime1, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble9{ + pixel_x = 18; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble3{ + pixel_x = -18; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/north_street) +"liV" = ( +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 2 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/whiskey_outpost/inside/caves) +"liZ" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"ljf" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east_command) +"ljg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + icon_state = "wy_water_crushed" + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"ljl" = ( +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/mining_outpost/east_dorms) +"ljm" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/structure/inflatable/door, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"ljy" = ( +/obj/item/explosive/grenade/incendiary/molotov, +/obj/item/explosive/grenade/incendiary/molotov, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = -3 + }, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/trashcart, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop) +"ljz" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"ljL" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"ljP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"ljR" = ( +/obj/structure/surface/table/almayer, +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"ljU" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/attachable/magnetic_harness, +/obj/item/storage/large_holster/m37/full, +/obj/item/storage/pouch/shotgun/large/buckshot, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"lkb" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"lkd" = ( +/obj/structure/closet/secure_closet/personal{ + opened = 1 + }, +/obj/structure/machinery/light/spot/blue, +/obj/item/clothing/suit/storage/hazardvest/blue, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_foyer) +"lkh" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/engineering) +"lki" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"lkk" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lko" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"lkp" = ( +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"lkw" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + req_one_access = null + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"lkx" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/reception) +"lky" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"lkC" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/structure/inflatable/popped/door{ + layer = 2 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"lkH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"lkK" = ( +/obj/structure/machinery/sleep_console, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/cryo_room) +"lkR" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"lkU" = ( +/obj/structure/machinery/crema_switch{ + id = "Hybrisa_Crem_switch2" + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/hospital/morgue) +"lkX" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"lkZ" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"llc" = ( +/obj/structure/machinery/vending/cola{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"llk" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_y = 2 + }, +/obj/structure/prop/ice_colony/hula_girl{ + layer = 3.1; + pixel_x = 9; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/oob) +"llo" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"lls" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/barricade/wooden, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"llH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"llK" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"llN" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"llP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"llV" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"lmb" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "78" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"lmd" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/casino/casino_restroom) +"lme" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"lms" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"lmz" = ( +/obj/structure/largecrate/random, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lmD" = ( +/obj/structure/platform_decoration, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"lmE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_3{ + pixel_x = -26 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"lmJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/central_streets) +"lmM" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"lmU" = ( +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5"; + pixel_x = -2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"lmV" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/shard, +/obj/item/stack/sheet/metal, +/obj/effect/hybrisa/decal/tiretrack, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"lmY" = ( +/obj/structure/surface/table/holotable/wood, +/obj/item/device/flashlight/lamp{ + layer = 3.5; + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/newspaper, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"lmZ" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/power_storage) +"lnb" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"lnf" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"lnl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/surface/rack, +/obj/item/device/toner, +/obj/item/paper{ + layer = 2 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"lnp" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -11; + pixel_y = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"lnr" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lns" = ( +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"lnv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_factory) +"lnw" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet6-2" + }, +/area/lv759/indoors/apartment_services/east) +"lnx" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"lny" = ( +/obj/structure/prop/structure_lattice{ + density = 0; + desc = "On closer inspection, everything on these shelves are made of plastic."; + icon_state = "book-3"; + name = "book case"; + pixel_y = 18 + }, +/obj/item/storage/lockbox/loyalty, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"lnz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/spaceport/docking_bay_1) +"lnE" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"lnF" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"lnG" = ( +/obj/effect/hybrisa/decal/gold/line1, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/casino) +"lnP" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = -13; + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"lnW" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/restroom) +"lnX" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"lnY" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"lof" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"lon" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_east_caves) +"lot" = ( +/turf/open/floor/hybrisa/metal/orangeline{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"low" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lox" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"loA" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp1"; + name = "computer" + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"loB" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"loC" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/south_hallway) +"loG" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/pharmacy) +"loM" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/structure/machinery/vending/cigarette{ + density = 0; + pixel_x = -5; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"loO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/medical_decals{ + icon_state = "docdecal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"loP" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"loQ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"loR" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lpf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/conveyor, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"lpo" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/landing_zone_1) +"lpq" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 4 + }, +/obj/structure/machinery/deployable/barrier, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"lps" = ( +/mob/living/simple_animal/cat/blackcat{ + name = "Buttons" + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/lv759/indoors/apartment_services/east) +"lpw" = ( +/obj/structure/machinery/door/window/brigdoor/northleft{ + dir = 8 + }, +/obj/structure/machinery/door/window/eastleft, +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/pouch/firstaid/full/pills, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/pharmacy) +"lpy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"lpA" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"lpJ" = ( +/turf/open/floor/prison, +/area/lv759/indoors/meridian/meridian_office) +"lpN" = ( +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_east) +"lpO" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/tool/pen{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"lpU" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/obj/structure/machinery/light/built{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"lpW" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + draw_warnings = 0; + health = null; + indestructible = 1; + unacidable = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"lqe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"lqm" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"lqr" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"lqs" = ( +/obj/structure/sign/poster/ad{ + layer = 2.9 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/entertainment) +"lqz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"lqA" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "hybrisaLZ2_4"; + name = "Emergency Lockdown" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"lqB" = ( +/obj/item/stack/sheet/metal/medium_stack, +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/item/trash/burger, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/lv759/indoors/recycling_plant) +"lqL" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_hallway) +"lqP" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/central_hallway) +"lqS" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + dir = 1; + pixel_x = 16; + pixel_y = 34 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lqT" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"lqU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"lqV" = ( +/obj/structure/window/framed/corsat, +/obj/structure/machinery/door/poddoor/almayer/closed{ + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "eta"; + name = "Weyland-Yutani Research Facility Lockdown"; + icon_state = "w_almayer_pdoor1" + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"lqW" = ( +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/south_west_street) +"lqX" = ( +/obj/structure/sign/safety/storage{ + pixel_x = 16 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"lrc" = ( +/obj/structure/prop/hybrisa/vehicles/truck{ + dir = 4; + layer = 6 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"lrg" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/obj/structure/grille, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"lrh" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/hallway) +"lri" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"lrj" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/item/stack/sheet/cardboard/small_stack, +/obj/structure/closet/crate/trashcart{ + opened = 1; + pixel_y = 8 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"lrl" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tech_supply, +/obj/item/weapon/twohanded/breacher/synth, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"lrm" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar/entertainment) +"lrn" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_caves) +"lrp" = ( +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"lrt" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"lru" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"lrv" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"lrx" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"lrC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"lrD" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"lrF" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"lrI" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"lrK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 1 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"lrL" = ( +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"lrN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"lrU" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"lrV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_x = -12; + pixel_y = 3 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/garage_reception) +"lrX" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/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; + pixel_y = 13 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"lsa" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"lsb" = ( +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = -2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"lsf" = ( +/obj/structure/machinery/power/smes/buildable{ + name = "colony distribution SMES" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/telecomms) +"lsj" = ( +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -11; + pixel_y = 7 + }, +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"lsl" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lsB" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"lsE" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"lsF" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = 6; + pixel_y = -16 + }, +/obj/structure/ore_box{ + layer = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"lsK" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"lsM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/central_caves) +"lsS" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"lsT" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_south) +"lsW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"ltb" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"lte" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/wy_security/checkpoint_east) +"ltl" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/closet/bodybag, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"ltn" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy_rightengine" + }, +/area/whiskey_outpost/inside/caves) +"ltx" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"ltB" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"ltO" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"ltR" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/interrogation) +"ltS" = ( +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"ltW" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"ltX" = ( +/obj/structure/largecrate/random/barrel/red{ + layer = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"ltY" = ( +/obj/structure/surface/rack, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_y = 19 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/tool/warning_cone{ + layer = 4; + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"ltZ" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/metal, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"luc" = ( +/obj/item/stack/sandbags_empty, +/obj/item/tool/shovel, +/obj/item/stack/barbed_wire, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"lui" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_5{ + dir = 8; + pixel_y = 12; + layer = 8 + }, +/obj/structure/machinery/light/spot/blue, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/cyan, +/area/lv759/indoors/meridian/meridian_showroom) +"luk" = ( +/obj/structure/pipes/portables_connector{ + dir = 4 + }, +/obj/structure/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"lul" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/item/clothing/head/hardhat{ + pixel_x = 10; + pixel_y = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/south_hallway) +"lur" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"luw" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"luF" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"luM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"luU" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"lva" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"lve" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"lvk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 2; + id = "hybrisagarage_1"; + name = "\improper Garage" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/garage_workshop) +"lvm" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"lvu" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/pressroom) +"lvv" = ( +/obj/structure/closet, +/obj/item/storage/backpack/satchel, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"lvw" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"lvC" = ( +/obj/structure/sign/safety/bulkhead_door, +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"lvF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/bedsheet/brown, +/obj/item/bedsheet/brown, +/obj/item/bedsheet/brown, +/obj/item/bedsheet/brown, +/turf/open/floor/interior/wood, +/area/lv759/indoors/mining_outpost/south) +"lvJ" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"lvM" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"lvN" = ( +/obj/structure/closet/crate/freezer/cooler{ + pixel_x = -7 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"lvT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"lvU" = ( +/obj/structure/tunnel/maint_tunnel/no_xeno_desc{ + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "wymanhole" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"lvW" = ( +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"lwa" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"lwf" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Abandoned Mining Storage" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"lwh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"lwk" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"lwu" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"lww" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_east_street) +"lwx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"lwF" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment/east) +"lwH" = ( +/obj/structure/machinery/conveyor_switch{ + id = "cargo_storage" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"lwL" = ( +/obj/structure/prop/almayer/computers/sensor_computer3, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/east_command) +"lwO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard4{ + pixel_y = 20; + pixel_x = 6; + layer = 8; + level = 8; + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lwX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/mech_bay_recharge_floor, +/area/whiskey_outpost/inside/caves) +"lwZ" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"lxa" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"lxb" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant) +"lxc" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"lxe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"lxf" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"lxh" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"lxi" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/pipes/standard/tank/carbon_dioxide, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "zenithstone" + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "zenithstone" + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"lxj" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/north_east_street) +"lxp" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"lxr" = ( +/obj/structure/window/framed/hybrisa/spaceport/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/hallway_east) +"lxv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"lxB" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"lxJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"lya" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lyg" = ( +/obj/structure/closet/secure_closet/miner, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/northeast) +"lyk" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + layer = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"lyl" = ( +/obj/structure/window/reinforced/toughened{ + dir = 8; + layer = 2 + }, +/obj/item/form_printer{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/effect/landmark/objective_landmark/close{ + layer = 5 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"lym" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"lyw" = ( +/obj/structure/prop/hybrisa/containersextended/greywyleft, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"lyx" = ( +/obj/item/stack/sheet/cardboard, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lyz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/power_storage) +"lyC" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"lyD" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"lyF" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"lyG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/heavy_loader/blue_white{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"lyI" = ( +/obj/structure/sign/safety/landingzone, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/outdoors/colony_streets/north_west_street) +"lyL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"lyT" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/virology) +"lyX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/platform, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 1 + }, +/area/lv759/indoors/spaceport/cargo) +"lyY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/stack/sheet/cardboard/small_stack, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"lza" = ( +/obj/structure/sign/safety/bathunisex{ + pixel_x = -16; + pixel_y = -24 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_office) +"lzk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lzm" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "8" + }, +/area/lv759/indoors/spaceport/starglider) +"lzs" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"lzw" = ( +/obj/structure/disposalpipe/segment, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 5; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"lzF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"lzG" = ( +/obj/structure/machinery/disposal, +/obj/item/trash/buritto, +/obj/item/trash/c_tube, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north) +"lzI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"lzJ" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/weyyu_office) +"lzL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"lzO" = ( +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/spray/cleaner, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"lAa" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"lAc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"lAe" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"lAj" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/armory) +"lAu" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"lAv" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/item/trash/uscm_mre, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"lAz" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"lAA" = ( +/obj/item/tool/pen, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office) +"lAE" = ( +/obj/structure/cable/white{ + icon_state = "11-6"; + level = 2 + }, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_caves) +"lAI" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"lAP" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"lAT" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"lAU" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard2{ + dir = 9; + pixel_y = 34 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"lAV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/lv759/indoors/hospital/virology) +"lAW" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"lAY" = ( +/obj/structure/platform, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"lBa" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"lBd" = ( +/turf/closed/shuttle/dropship2/transparent{ + icon = 'icons/turf/ert_shuttle.dmi'; + icon_state = "wy27"; + name = "wall" + }, +/area/whiskey_outpost/inside/caves) +"lBe" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/item/tool/crowbar, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"lBh" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"lBp" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + icon_state = "zbrownfloor2"; + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"lBz" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"lBC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/medium_stack, +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"lBG" = ( +/obj/item/clothing/gloves/marine/veteran/insulated, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform, +/obj/structure/cable/white{ + color = "007740"; + icon_state = "8-9"; + layer = 5 + }, +/obj/structure/cable/white{ + color = "9f8700"; + icon_state = "2-5"; + layer = 5 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"lBJ" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_west_caves) +"lBK" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"lBN" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/gm/river, +/area/lv759/indoors/hobosecret) +"lBO" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/north_street) +"lBT" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/outgoing) +"lBV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/candy, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"lBW" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"lCe" = ( +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + icon_state = "wy_water_crushed" + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"lCj" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"lCo" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/west) +"lCr" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/beanbag, +/obj/item/ammo_magazine/shotgun/beanbag, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"lCs" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar/entertainment) +"lCt" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"lCu" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"lCv" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "2-9"; + layer = 5 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"lCx" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"lCB" = ( +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"lCG" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/lv759/oob) +"lCH" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/indoors/weyyu_office) +"lCJ" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"lCN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"lCO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"lCX" = ( +/obj/structure/machinery/igniter{ + layer = 2 + }, +/obj/effect/decal/cleanable/molten_item, +/obj/effect/landmark/monkey_spawn, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"lDi" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30"; + name = "\improper Freezer" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/spaceport/kitchen) +"lDz" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"lDF" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/pharmacy) +"lDK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/snacks/donkpocket, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"lDL" = ( +/obj/item/tool/weldpack, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"lDR" = ( +/obj/structure/surface/rack, +/obj/structure/reagent_dispensers/beerkeg/alt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"lDV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"lEe" = ( +/obj/item/tool/shovel{ + pixel_y = 12 + }, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"lEf" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen) +"lEg" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Marshal Office" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/north_office) +"lEl" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/morgue) +"lEn" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/med_data/laptop{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"lEq" = ( +/obj/structure/machinery/floodlight, +/obj/structure/platform, +/turf/open/floor/mech_bay_recharge_floor, +/area/lv759/outdoors/caveplateau) +"lEr" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/jacks_surplus) +"lEA" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy18" + }, +/area/whiskey_outpost/inside/caves) +"lEB" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"lEF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"lEN" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp1"; + name = "computer" + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"lEO" = ( +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/reception) +"lEV" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + layer = 4; + level = 4 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"lEX" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 20 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"lFg" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_east_caves) +"lFh" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"lFl" = ( +/turf/closed/shuttle/dropship2/transparent{ + desc = "The WY-LWI Horizon Runner HR-150, a collaborative creation of Lunnar-Welsun Industries and Weyland-Yutani. This small dropship is designed for short-range commercial transport."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "110"; + name = "\improper WY-LWI Horizon Runner HR-150" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"lFq" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/oob) +"lFB" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = 6; + pixel_y = -16 + }, +/obj/item/device/flashlight/lamp/tripod{ + layer = 6; + pixel_y = 11 + }, +/obj/effect/hybrisa/decal/road/corner{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"lFC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lFE" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"lFF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"lFG" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"lFH" = ( +/obj/item/weapon/gun/rifle/mar40, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/shiva{ + dir = 8 + }, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"lFQ" = ( +/obj/effect/hybrisa/decal/dirt, +/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."; + icon = 'icons/obj/structures/machinery/monitors.dmi'; + icon_state = "auth_off"; + name = "Access console"; + pixel_y = -2 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"lFU" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2{ + access_modified = 1; + dir = 1; + name = "\improper Flight Crew Quarters"; + req_one_access_txt = "19;22" + }, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + dir = 4; + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"lFZ" = ( +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"lGa" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"lGc" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"lGg" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"lGk" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30" + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_south) +"lGl" = ( +/obj/item/stack/sheet/wood{ + layer = 4.1; + pixel_x = 14; + pixel_y = -4 + }, +/obj/item/stack/sheet/wood{ + layer = 4.1; + pixel_x = 14; + pixel_y = -4 + }, +/obj/item/stack/sheet/wood, +/turf/open/floor/prison, +/area/lv759/indoors/bar/entertainment) +"lGm" = ( +/obj/structure/platform_decoration, +/obj/item/stool{ + layer = 5; + pixel_x = 2; + pixel_y = 27 + }, +/obj/item/tool/wirecutters, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"lGr" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketoranges{ + pixel_x = -4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"lGt" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"lGw" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"lGx" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines1{ + pixel_x = -1 + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"lGz" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"lGC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/metal/orangelinecorner, +/area/whiskey_outpost/inside/caves) +"lGO" = ( +/obj/structure/machinery/iv_drip{ + layer = 2.1; + pixel_y = 19 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty3_up" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"lGS" = ( +/obj/structure/sign/poster/kellandmining, +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north) +"lGU" = ( +/obj/structure/machinery/vending/snack{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/weyyu_office) +"lHa" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/mp5, +/obj/item/weapon/gun/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"lHd" = ( +/obj/structure/bed/sofa/south/grey/left, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"lHf" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"lHh" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"lHr" = ( +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"lHt" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/CMB_4x4_emblem{ + dir = 4; + name = "Office of the Colonial Marshals - Concrete Emblem"; + desc = "A small inscription reads - The laws of Earth stretch beyond the Sol. To live, to serve, wherever humanity roams." + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lHx" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -9; + pixel_y = 11 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"lHz" = ( +/obj/item/stock_parts/matter_bin, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"lHA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/wood{ + pixel_y = -8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"lHD" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/west_caves) +"lHK" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"lHL" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"lHR" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 5; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/obj/item/trash/eat, +/obj/item/shard, +/obj/item/stack/sheet/cardboard{ + pixel_y = -12 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_street) +"lHS" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"lHV" = ( +/obj/structure/surface/rack, +/obj/item/device/toner, +/obj/item/device/toner, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"lHX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 2; + id = "hybrisagarage_2"; + name = "\improper Garage" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/garage_workshop) +"lHZ" = ( +/obj/structure/bed/roller, +/obj/structure/closet/bodybag, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"lIa" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"lIb" = ( +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = -7; + pixel_y = 16 + }, +/obj/structure/largecrate/random/barrel/white{ + layer = 6; + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 8 + }, +/obj/item/stack/sheet/wood{ + layer = 2.7 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"lIc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"lId" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1"; + pixel_x = 12; + pixel_y = 16 + }, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"lIg" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"lIl" = ( +/turf/open/floor/interior/wood, +/area/lv759/indoors/mining_outpost/south) +"lIs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"lIC" = ( +/obj/structure/machinery/door/poddoor, +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"lIF" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"lIG" = ( +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"lIJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/corpsespawner/pmc, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"lIP" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"lIR" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science2{ + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"lIT" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"lIV" = ( +/obj/item/reagent_container/food/drinks/cans/sodawater, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"lIY" = ( +/obj/item/storage/briefcase{ + dir = 3; + layer = 3; + pixel_x = 8; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/meridian/meridian_managersoffice) +"lJa" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = 11; + pixel_y = 16; + layer = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"lJh" = ( +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"lJn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/landing_zone_2) +"lJu" = ( +/obj/item/weapon/gun/smg/mp5, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"lJz" = ( +/obj/structure/closet/crate/secure/surgery{ + layer = 3; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"lJI" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"lJV" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/wy_security/checkpoint_west) +"lKf" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/electical_systems/substation1) +"lKh" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"lKq" = ( +/obj/structure/platform, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"lKs" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"lKt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = 9; + pixel_y = -2 + }, +/obj/structure/largecrate/random/mini/med{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"lKv" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/lv759/indoors/casino/casino_restroom) +"lKy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"lKC" = ( +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"lKD" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/structure/inflatable/door{ + layer = 2 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"lKN" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"lLd" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_5{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lLf" = ( +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/virology) +"lLg" = ( +/obj/item/tool/soap, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"lLh" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"lLj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lLs" = ( +/obj/structure/stairs/perspective/kutjevo, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/shard, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/whiskey_outpost/inside/caves) +"lLt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_factory) +"lLE" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/structure/prop/hybrisa/engineer/engineerpillar/southwestbottom, +/obj/effect/hybrisa/decal/engineership_corners, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"lLN" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/prop/hybrisa/vehicles/crashedcarsright, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#ffa700"; + layer = 7 + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"lLO" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/caves/north_east_caves) +"lLP" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"lLZ" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"lMi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/electical_systems/substation1) +"lMt" = ( +/obj/effect/hybrisa/decal/gold/line1, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/gold/line4, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"lMv" = ( +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 5; + pixel_y = -11 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"lMw" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"lMC" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/item/shard, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + layer = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"lME" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"lMJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"lMP" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"lMQ" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"lMS" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_4{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lNp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/barricade/handrail/kutjevo, +/turf/open/floor/hybrisa/metal/orangeline, +/area/whiskey_outpost/inside/caves) +"lNt" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"lNw" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "Cuppa Joe's" + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cuppajoes) +"lNy" = ( +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_west) +"lNC" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"lNK" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/communications/simple, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"lNL" = ( +/obj/structure/machinery/door/poddoor, +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/oob) +"lNQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/rack, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/bulbs{ + pixel_x = 3; + pixel_y = 7 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"lNT" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"lNZ" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkbrown2" + }, +/area/whiskey_outpost/inside/caves) +"lOe" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"lOg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"lOk" = ( +/obj/structure/largecrate/random/secure{ + pixel_x = -7 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"lOl" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lOq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"lOs" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_4{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/central_streets) +"lOx" = ( +/obj/structure/largecrate/random/barrel{ + desc = "A red storage barrel."; + icon_state = "barrel_red"; + layer = 5.1; + name = "red barrel"; + pixel_x = 13; + pixel_y = 16 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"lOy" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"lOz" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/closet/crate/plastic, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"lOF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger{ + layer = 4; + pixel_y = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/lv759/indoors/spaceport/security) +"lOG" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"lOJ" = ( +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/lv759/oob) +"lOL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair{ + dir = 8; + icon_state = "chair_alt" + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"lOM" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_caves) +"lON" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"lOQ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"lOV" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"lOW" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + dir = 4; + layer = 8; + level = 8; + pixel_y = 20 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"lPa" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar/entertainment) +"lPf" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"lPh" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"lPj" = ( +/obj/structure/closet/firecloset, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/jacks_surplus) +"lPn" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"lPr" = ( +/obj/item/clothing/head/welding, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lPs" = ( +/obj/structure/machinery/conveyor_switch{ + id = "cargo_landing" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"lPt" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"lPy" = ( +/obj/structure/largecrate/random/barrel{ + layer = 5.1; + pixel_x = 13; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"lPD" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"lPK" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + dir = 8; + icon_state = "bigrollerempty_up" + }, +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + dir = 1; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider"; + pixel_y = -7 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"lPN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"lPQ" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_1) +"lQe" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"lQg" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/pharmacy) +"lQi" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/north_street) +"lQj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"lQk" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Hospital - Intensive Care Ward" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/icu) +"lQm" = ( +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"lQs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"lQv" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"lQz" = ( +/obj/item/tool/screwdriver{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = -7; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lQG" = ( +/obj/item/stack/sheet/wood{ + pixel_y = -8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"lQO" = ( +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/machinery/light/blue, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lQT" = ( +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + layer = 4; + pixel_x = -8; + pixel_y = 21 + }, +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + layer = 3.3; + pixel_x = 8; + pixel_y = 21 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/north_office) +"lQU" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe2{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lRf" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"lRi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 5 + }, +/obj/item/tool/shovel/spade{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"lRl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"lRn" = ( +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"lRp" = ( +/obj/structure/prop/hybrisa/containersextended/redwywingsright, +/turf/open/floor/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"lRq" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"lRu" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard3{ + pixel_y = 34 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"lRx" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_2) +"lRE" = ( +/obj/structure/machinery/line_nexter{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/weymart) +"lRP" = ( +/obj/item/tool/wrench{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"lRS" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"lRZ" = ( +/obj/structure/largecrate/random/secure{ + layer = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"lSd" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/tiretrack{ + pixel_x = 7 + }, +/obj/effect/hybrisa/decal/bloodtrail{ + pixel_x = 7 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"lSj" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant) +"lSr" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/stairs/perspective/kutjevo{ + dir = 4 + }, +/obj/structure/platform/kutjevo/smooth, +/obj/structure/barricade/handrail/kutjevo{ + layer = 4 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/press_room) +"lSw" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"lSD" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Observation Room 2" + }, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/hospital/virology) +"lSE" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"lSH" = ( +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"lSI" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"lSR" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"lTd" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/central_caves) +"lTs" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"lTt" = ( +/obj/structure/largecrate/random/barrel/red{ + layer = 4; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"lTw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_x = 7; + pixel_y = 10 + }, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "8-9"; + layer = 5; + level = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"lTE" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"lTJ" = ( +/obj/structure/surface/rack, +/obj/item/device/pinpointer, +/obj/item/device/radio/headset, +/obj/item/device/radio/headset, +/obj/item/device/radio/headset, +/obj/item/device/radio/headset, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"lTN" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"lTR" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/hybrisa/decal/road/corner{ + dir = 8 + }, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_2{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"lTT" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/landmark/monkey_spawn, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/south_public_restroom) +"lTV" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"lUd" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "73" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"lUm" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hobosecret) +"lUn" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3, +/turf/open/floor/hybrisa/metal/zbrownfloor_corner, +/area/lv759/indoors/meridian/meridian_showroom) +"lUw" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gibleg" + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/item/stack/sheet/cardboard, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"lUy" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"lUP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/plantspray/weeds, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"lVf" = ( +/obj/structure/machinery/door_control{ + id = "hybrisacheckpoint_east"; + name = "Checkpoint Lockdown" + }, +/obj/structure/surface/table/reinforced, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"lVh" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5"; + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"lVn" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/prop/invuln/minecart_tracks/bumper, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"lVr" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/central_hallway) +"lVs" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lVv" = ( +/obj/structure/barricade/deployable, +/obj/structure/largecrate/random/barrel{ + layer = 5; + pixel_y = 12 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"lVz" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"lVA" = ( +/obj/structure/sign/safety/maint, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/electical_systems/substation3) +"lVI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"lVJ" = ( +/obj/structure/largecrate/guns/russian{ + icon_state = "case_double" + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/cargo) +"lVT" = ( +/obj/item/tool/shovel, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_east_caves) +"lVV" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"lVX" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/tcomms_northwest) +"lVY" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + pixel_x = 1 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"lWc" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"lWf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/syringe/drugs, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/structure/bed/bedroll{ + dir = 9 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/mob/living/simple_animal/rat/brown, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"lWh" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "hybrisamining_northeast1"; + name = "\improper Checkpoint Lock" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/northeast) +"lWl" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_2"; + opacity = 0 + }, +/area/whiskey_outpost/inside/caves) +"lWp" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"lWw" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/hospital/maintenance) +"lWz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/security) +"lWA" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"lWH" = ( +/obj/structure/machinery/chem_master, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"lWM" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + pixel_y = 15 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/east) +"lWR" = ( +/obj/item/tool/warning_cone{ + layer = 4; + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile{ + dir = 1 + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"lWS" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = -17; + pixel_y = -9 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + layer = 2.8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"lWT" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"lWX" = ( +/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."; + icon = 'icons/obj/structures/machinery/monitors.dmi'; + icon_state = "auth_off"; + name = "Access console"; + pixel_y = -2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north) +"lXf" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/powercell{ + pixel_x = 5 + }, +/obj/effect/spawner/random/tool{ + pixel_x = -6 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"lXj" = ( +/obj/structure/surface/rack, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/pickaxe/jackhammer, +/obj/item/tool/pickaxe/jackhammer, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"lXk" = ( +/obj/effect/hybrisa/decal/road/road_stop, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"lXo" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"lXp" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/surface/rack{ + layer = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/fuelCell{ + layer = 4 + }, +/obj/item/fuelCell{ + layer = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"lXt" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"lXB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/power_storage) +"lXC" = ( +/obj/structure/closet/crate/freezer/cooler, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"lXG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"lXU" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"lXW" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite0, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"lXX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"lYd" = ( +/obj/structure/sign/nosmoking_1, +/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; + pixel_y = 20 + }, +/obj/item/trash/eat, +/obj/effect/decal/cleanable/generic, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"lYg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"lYj" = ( +/obj/structure/prop/hybrisa/misc/phonebox/lightup{ + light_color = "#00AAFF"; + light_on = 1; + light_power = 3; + light_range = 4; + pixel_x = 5 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"lYq" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"lYu" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lYP" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = 11; + pixel_y = 16 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"lYT" = ( +/turf/open/floor/plating, +/area/lv759/indoors/hospital/virology) +"lYU" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"lYX" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"lYZ" = ( +/obj/structure/surface/table, +/obj/structure/bedsheetbin, +/obj/item/clothing/under/color/black, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/east) +"lZj" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/maintenance_east) +"lZk" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"lZm" = ( +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/trash/tray, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"lZu" = ( +/obj/structure/bed/sofa/vert/grey/bot, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 11; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"lZA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/north_street) +"lZB" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_showroom) +"lZG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/stack/sheet/wood, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"lZH" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp{ + layer = 3.5; + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/tool/pen/blue/clicky{ + pixel_x = -8 + }, +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"maa" = ( +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory) +"mag" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + req_one_access = null + }, +/turf/open/floor/plating, +/area/lv759/indoors/casino) +"maj" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"mak" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"map" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet5-1" + }, +/area/lv759/indoors/apartment_services/east) +"maz" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"maJ" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"maL" = ( +/obj/structure/surface/rack, +/obj/item/storage/belt/utility/full, +/obj/item/device/lightreplacer, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"maQ" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "2-6"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance) +"maS" = ( +/obj/structure/platform/mineral{ + dir = 4 + }, +/turf/open/gm/river/desert/shallow, +/area/lv759/indoors/apartment/west) +"mba" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"mbb" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_mainroom) +"mbe" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"mbu" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"mbw" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Hospital - Patients Observations" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/pharmacy) +"mbB" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_y = 12 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"mbM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"mbN" = ( +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"mbO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"mbP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/firebarreloff{ + density = 1 + }, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + pixel_y = 13 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"mbS" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_2) +"mbW" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_1{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"mch" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison{ + dir = 6; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"mcj" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"mco" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"mcs" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"mcx" = ( +/obj/structure/bed/hybrisa/bunkbed1{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/apartment/west) +"mcB" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"mcQ" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science1, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"mdf" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"mdg" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/communications/simple, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/telecomms) +"mdk" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"mdo" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"mdv" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "19" + }, +/area/lv759/indoors/spaceport/starglider) +"mdH" = ( +/obj/structure/machinery/sentry_holder/colony{ + pixel_y = 26 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"mdP" = ( +/obj/structure/sign/safety/bulkhead_door, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"mdR" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"mdU" = ( +/obj/structure/barricade/handrail/strata, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/north_street) +"mdX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cargo_container/grant/right{ + desc = "A huge industrial shipping container. Seems to have been vandalized."; + icon = 'icons/obj/structures/props/containersextended.dmi'; + icon_state = "grafcontain_r"; + layer = 5; + name = "Vandalized Cargo Container" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"meb" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/lv759/indoors/casino/casino_restroom) +"meg" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_5{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/north_street) +"meq" = ( +/obj/structure/closet/crate/weapon, +/obj/item/storage/box/nade_box/tear_gas, +/obj/item/storage/box/nade_box/tear_gas{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/storage/box/flashbangs, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"meJ" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"meK" = ( +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/northeast) +"meP" = ( +/obj/structure/machinery/light, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"meR" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"meU" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/cans/classcola, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"meW" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"meY" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"mfa" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/item/shard, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"mfb" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + name = "Security Cameras - Operations"; + network = list("chigusa_1") + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"mfl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"mfm" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/caves/south_caves) +"mfp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"mfq" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"mfz" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"mfC" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, +/obj/item/weapon/gun/pistol/mod88/flashlight, +/turf/open/hybrisa/street/CMB_4x4_emblem{ + dir = 8; + name = "Office of the Colonial Marshals - Concrete Emblem"; + desc = "A small inscription reads - The laws of Earth stretch beyond the Sol. To live, to serve, wherever humanity roams." + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"mfK" = ( +/obj/structure/machinery/photocopier, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"mfQ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"mfY" = ( +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/landing_zone_2) +"mgf" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"mgm" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 1; + icon_state = "bigrollerempty3_up" + }, +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider"; + pixel_y = -8 + }, +/turf/open/floor/prison{ + dir = 8; + 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/caves/north_west_caves) +"mgt" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"mgy" = ( +/obj/structure/largecrate/random/case/small, +/obj/item/storage/toolbox/emergency{ + pixel_y = 4 + }, +/obj/item/tool/screwdriver{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"mgz" = ( +/obj/item/prop/almayer/handheld1, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = 12; + pixel_y = 8 + }, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"mgC" = ( +/obj/structure/sign/goldenplaque{ + pixel_x = 4 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"mgE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/obj/structure/machinery/colony_floodlight/street{ + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"mgF" = ( +/obj/item/trash/candy{ + layer = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"mgG" = ( +/obj/structure/prop/hybrisa/engineer/giantpodbroken, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"mgJ" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"mgN" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/cameras/wooden_tv{ + desc = "An old TV hooked up to a video cassette recorder, you can even use it to time shift WOW."; + dir = 4; + layer = 3.2; + name = "Television set"; + network = null; + pixel_y = 4 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"mgP" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"mgS" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"mgU" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/gm/river, +/area/lv759/indoors/hobosecret) +"mgW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"mhd" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/largecrate/random/case, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"mhh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"mhj" = ( +/obj/structure/machinery/light/double/blue, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"mhr" = ( +/obj/item/stack/sheet/metal, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/west_caves) +"mhs" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"mhy" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/apartment/west) +"mhH" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/machinery/disposal, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"mhK" = ( +/obj/structure/ore_box, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"mhL" = ( +/obj/structure/cable/white{ + icon_state = "2-10"; + level = 2 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_caves) +"mhQ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"mhR" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 8; + layer = 3 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"mhT" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -3; + pixel_y = 16 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"mhV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"mhX" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 4 + }, +/area/lv759/indoors/spaceport/cargo) +"mhZ" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"mii" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"mik" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"mil" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"min" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"miy" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "w-y0" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"miC" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/security) +"miD" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"miE" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite5, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"miH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 1; + pixel_y = 20 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"miI" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"miU" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clothing/accessory/stethoscope, +/obj/effect/landmark/objective_landmark/close, +/obj/item/storage/pill_bottle/alkysine, +/turf/open/floor/prison{ + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"miV" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_y = 2 + }, +/obj/item/tool/lighter/random, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"mjh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"mjl" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "blue" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"mjw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"mjx" = ( +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"mjz" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/power_plant/telecomms) +"mjD" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/black, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"mjJ" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"mjN" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + light_color = "#FF004A"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"mjP" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketapples{ + pixel_x = -1 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"mjY" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"mkd" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/device/motiondetector/m717, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"mke" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/blood/empty{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/pharmacy) +"mkf" = ( +/obj/structure/closet, +/obj/item/clothing/under/pizza, +/obj/item/clothing/under/pizza, +/obj/item/clothing/head/soft/red, +/obj/item/clothing/head/soft/red, +/obj/item/card/id/pizza, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"mkj" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/uscm_mre, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"mkm" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/decal/cleanable/blood, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"mkn" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + layer = 2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/oob) +"mks" = ( +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/colonial_marshals/head_office) +"mkt" = ( +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/apartment/east) +"mkw" = ( +/obj/structure/sink, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/south) +"mky" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/red, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"mkz" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"mkC" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/whiskey_outpost/inside/caves) +"mkF" = ( +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 11; + pixel_y = 15 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"mkH" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"mkL" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"mkM" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"mkQ" = ( +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/xenoautopsy, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"mle" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 4; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe5{ + dir = 8; + pixel_y = -1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15" + }, +/obj/item/trash/eat, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"mlf" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_foyer) +"mlj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"mlk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"mlC" = ( +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "2-9"; + layer = 5; + level = 2 + }, +/obj/structure/prop/almayer/computers/sensor_computer2{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"mlI" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"mlM" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"mlO" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2"; + pixel_x = 6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"mlP" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/landing_zone_2) +"mlS" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/flight_control_room) +"mlU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/indoors/caves/north_west_caves) +"mmb" = ( +/obj/effect/hybrisa/decal/road/road_stop, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"mmf" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/wy_black{ + pixel_x = -4; + pixel_y = 4; + layer = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"mmj" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"mmk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"mml" = ( +/obj/structure/machinery/vending/security, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"mmo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"mmp" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = 13; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"mmq" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trash/green{ + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/pharmacy) +"mmy" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"mmB" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_south) +"mmD" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"mmG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/south_east_caves) +"mmM" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"mmS" = ( +/obj/structure/sign/safety/bathwomens, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/west) +"mna" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"mnb" = ( +/obj/item/tool/surgery/circular_saw, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"mng" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"mnk" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"mnl" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small/blue, +/mob/living/simple_animal/rat/gray, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"mnm" = ( +/obj/structure/sign/safety/chem_lab, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"mnv" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "zwing7"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/horizon_runner) +"mnw" = ( +/obj/effect/hybrisa/decal/road/lines5, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"mny" = ( +/obj/effect/hybrisa/decal/WY/WYworn{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_west) +"mnP" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/pipes/standard/tank/carbon_dioxide{ + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/pipes/standard/simple/visible/supply, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"mnV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"mnW" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"mnY" = ( +/obj/structure/surface/rack, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"mnZ" = ( +/obj/structure/machinery/conveyor, +/obj/item/smallDelivery, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"moa" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"mof" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"mog" = ( +/obj/structure/platform/hybrisa/metalplatformstair1, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"mop" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"mor" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"moy" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_caves) +"moM" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/processing) +"moO" = ( +/obj/effect/spawner/random/sentry/highchance, +/obj/structure/machinery/light/small{ + dir = 8; + pixel_x = -11; + pixel_y = 10 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"moP" = ( +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"moV" = ( +/obj/item/tool/pickaxe{ + pixel_y = -7 + }, +/obj/item/tool/pickaxe{ + pixel_y = -3 + }, +/obj/item/tool/pickaxe, +/obj/structure/surface/rack, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"mpa" = ( +/obj/item/clothing/shoes/orange, +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"mpf" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"mpr" = ( +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer6, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"mps" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/mining_outpost/processing) +"mpv" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"mpH" = ( +/turf/closed/wall/hybrisa/marhsalls_unmeltable, +/area/lv759/oob) +"mpW" = ( +/obj/structure/machinery/door_control{ + id = "hybrisagarage_1"; + name = "Garage Lockdown"; + pixel_y = 28 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"mpY" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "72" + }, +/area/lv759/indoors/spaceport/starglider) +"mqc" = ( +/obj/structure/sign/safety/opens_up, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"mqi" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/hallway_north) +"mqj" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 4; + plane = -6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"mqr" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/weapon/gun/pistol/highpower, +/turf/open/floor/prison{ + icon_state = "redfull" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"mqu" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 8 + }, +/obj/effect/hybrisa/decal/warningstripes_angled_corner{ + dir = 4; + pixel_y = -1 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"mqv" = ( +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/colonial_marshals/office) +"mqw" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname{ + dir = 8; + name = "Meridian - Offices" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/meridian/meridian_office) +"mqx" = ( +/obj/item/roller, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"mqy" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"mqA" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"mqM" = ( +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"mqR" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/structure/machinery/light/small, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"mqT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/machinery/computer/communications/simple, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"mqU" = ( +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"mqW" = ( +/obj/structure/barricade/sandbags{ + dir = 4 + }, +/obj/structure/barricade/sandbags, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"mqZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"mra" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 32 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"mrh" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/north_office) +"mri" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"mrx" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"mry" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"mrC" = ( +/obj/structure/sign/safety/north, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"mrE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/rack, +/obj/item/tool/mop{ + pixel_x = -10 + }, +/obj/item/tool/mop{ + pixel_y = 6 + }, +/obj/item/tool/mop, +/obj/item/tool/mop{ + pixel_y = 6 + }, +/obj/item/stack/sheet/cardboard/full_stack, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/lv759/indoors/recycling_plant/garage) +"mrU" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + layer = 8; + level = 8; + pixel_y = 20; + dir = 1 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"mrV" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"mrX" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/meat/fish/crab, +/obj/item/reagent_container/food/snacks/meat/fish/crab, +/obj/item/reagent_container/food/snacks/meat/fish/crab/shelled, +/obj/item/reagent_container/food/snacks/meat/fish/crab/shelled, +/obj/item/reagent_container/food/snacks/meat/fish/squid/alt, +/obj/item/reagent_container/food/snacks/meat/fish/squid/alt, +/obj/item/reagent_container/food/snacks/meat/fish/squid, +/obj/item/reagent_container/food/snacks/meat/fish/squid, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"msa" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/prop/hybrisa/vehicles/Car/Car_4{ + dir = 1; + pixel_y = -12; + pixel_x = 4 + }, +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"msb" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/obj/structure/machinery/light/spot{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/lv759/indoors/spaceport/engineering) +"msg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/mining_outpost/northeast) +"msk" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform2, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"msm" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/item/trash/eat, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"msr" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/operation) +"msF" = ( +/obj/structure/sign/safety/restrictedarea, +/obj/structure/sign/safety/fire_haz{ + pixel_x = 12 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"msK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"msP" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/reception) +"msQ" = ( +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"msU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_east_street) +"msW" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame, +/turf/closed/wall/r_wall/bunker{ + icon = 'icons/turf/walls/bunkeryellow.dmi'; + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"mta" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/lines6{ + pixel_x = -3 + }, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"mtb" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"mtf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"mth" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/northeast) +"mti" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod{ + light_pixel_y = 1; + pixel_y = 12 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"mtj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/tool/weldpack{ + layer = 3.1; + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/weapon/gun/flamer{ + current_mag = null; + layer = 3.1 + }, +/obj/item/attachable/attached_gun/flamer_nozzle, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"mtw" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_5{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/pressroom) +"mtz" = ( +/obj/item/clothing/under/shorts/black{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/apartment/west) +"mtE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"mtH" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/tool/kitchen/rollingpin, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"mtL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = 12 + }, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/spaceport/cuppajoes) +"mtO" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"mtQ" = ( +/obj/structure/bed/chair/comfy{ + dir = 1; + icon_state = "comfychair_blue" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"muf" = ( +/obj/structure/bed/roller, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"mui" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/WY_Security/Truck_1{ + dir = 8; + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"muk" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/south_east_street) +"mum" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/hybrisa/decal/trash{ + dir = 8; + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"mun" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"muB" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"muP" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/hybrisa/decal/bloodtrail{ + pixel_x = 7 + }, +/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" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged1{ + dir = 1 + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"muW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/autolathe, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"muX" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/lz_sign/hybrisa_sign/medical{ + light_color = "#FF0000"; + light_on = 1; + light_power = 2; + light_range = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"muZ" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_west) +"mva" = ( +/obj/vehicle/train/cargo/trolley, +/obj/structure/largecrate/random/mini/small_case{ + layer = 6; + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"mvj" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/tool/kitchen/rollingpin, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"mvn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/shovel, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"mvq" = ( +/obj/structure/sign/safety/synth_storage{ + pixel_x = -17 + }, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart) +"mvs" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"mvA" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"mvG" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/landing_zone_2) +"mvO" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"mvR" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"mvV" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart" + }, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/trash/tray, +/turf/open/hybrisa/dropship/dropship4, +/area/lv759/indoors/spaceport/horizon_runner) +"mvZ" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"mwc" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-6"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"mwj" = ( +/obj/effect/hybrisa/decal/workers_decal{ + dir = 8; + pixel_x = -1 + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines1{ + pixel_x = -1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"mwl" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_1) +"mwq" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/electrical{ + pixel_y = -3 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = 9 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"mwr" = ( +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"mwy" = ( +/obj/structure/bed/chair, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"mwC" = ( +/obj/item/trash/burger, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"mwE" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/curtain/open/shower, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"mwH" = ( +/obj/structure/window/framed/hybrisa/colony/engineering, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen) +"mwO" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 9 + }, +/area/lv759/indoors/weyyu_office) +"mwR" = ( +/obj/structure/pipes/portables_connector{ + dir = 4 + }, +/obj/structure/machinery/portable_atmospherics/canister/oxygen, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"mxd" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/faxmachine, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"mxl" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science1{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"mxo" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaltan{ + dir = 1; + pixel_y = 10 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"mxv" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"mxL" = ( +/obj/structure/surface/table/almayer, +/obj/structure/largecrate/random/mini/med{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"mxV" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 5; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"mxW" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/spaceport/docking_bay_1) +"mxY" = ( +/obj/structure/machinery/autolathe, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "0-2"; + layer = 5 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"mxZ" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"myb" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/office) +"myc" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"mye" = ( +/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, +/obj/structure/cable{ + icon_state = "2-4"; + level = 2; + color = "#550d0d" + }, +/obj/structure/platform_decoration/shiva, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/central_caves) +"myr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"myv" = ( +/obj/structure/machinery/botany{ + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/greenmetalfull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"myy" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + layer = 3.5; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 1 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"myz" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"myD" = ( +/obj/structure/closet/secure_closet/marshal, +/obj/item/clothing/suit/storage/CMB, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/stunprod, +/obj/item/storage/belt/security/MP/CMB/full, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"myF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/portable_atmospherics/powered/pump, +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"myK" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/microwave{ + pixel_y = 6 + }, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"myO" = ( +/obj/structure/surface/table/almayer, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/item/tool/screwdriver{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/tool/wirecutters{ + pixel_x = -8; + pixel_y = 18 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/food/drinks/cans/sodawater{ + pixel_x = 7; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"myP" = ( +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"mzj" = ( +/obj/structure/sign/safety/biohazard, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/virology) +"mzk" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"mzm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/weymart/backrooms) +"mzr" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/bed/chair{ + dir = 8; + layer = 2; + pixel_y = 6 + }, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"mzu" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/security) +"mzz" = ( +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/food/drinks/coffeecup, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"mzB" = ( +/obj/item/trash/c_tube, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/weymart) +"mzD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"mzH" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"mzK" = ( +/obj/structure/largecrate/random, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_factory) +"mzR" = ( +/obj/structure/prop/hybrisa/supermart/rack/longrack3, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"mzT" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_east_caves) +"mzU" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"mzX" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor_corner, +/area/lv759/indoors/meridian/meridian_office) +"mzY" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/mini{ + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/engineering) +"mAd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"mAk" = ( +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"mAm" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"mAo" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"mAr" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy13" + }, +/area/whiskey_outpost/inside/caves) +"mAt" = ( +/obj/structure/platform, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice1"; + pixel_x = -26; + pixel_y = -13; + layer = 4.1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"mAu" = ( +/obj/structure/prop/ice_colony/soil_net, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caveplateau) +"mAy" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_west_street) +"mAH" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/welding{ + pixel_y = 7 + }, +/obj/item/clothing/head/welding{ + pixel_y = 7 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"mAI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/girder, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"mAM" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/brown, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"mBa" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"mBj" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/item/stack/sheet/metal, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"mBl" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"mBo" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"mBJ" = ( +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -11; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/gibs/robot, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/prison{ + icon_state = "darkbrowncorners2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"mBS" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"mBW" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"mBZ" = ( +/obj/item/trash/uscm_mre, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"mCb" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + layer = 2 + }, +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/derelictship) +"mCd" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"mCj" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"mCl" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"mCq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = 6; + pixel_y = -16 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"mCz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/green, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"mCB" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_street) +"mCI" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/WY_Security/Truck_2{ + dir = 8 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"mCM" = ( +/obj/item/stool{ + layer = 5; + pixel_x = 2; + pixel_y = 27 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_caves) +"mCY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"mCZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"mDc" = ( +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/largecrate/random/barrel/black{ + pixel_x = 12; + pixel_y = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"mDf" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"mDv" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + pixel_y = -2 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 3; + pixel_y = 15 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"mDw" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"mDB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"mDF" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"mDG" = ( +/obj/item/toy/inflatable_duck, +/obj/item/toy/inflatable_duck, +/obj/item/toy/inflatable_duck, +/obj/item/toy/inflatable_duck, +/turf/open/gm/river/desert/shallow, +/area/lv759/indoors/apartment/west) +"mDL" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + icon_state = "billboard2"; + layer = 8; + level = 8; + pixel_y = 20; + dir = 9 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"mDR" = ( +/obj/structure/machinery/sentry_holder/colony{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"mDU" = ( +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_east_street) +"mDW" = ( +/obj/structure/prop/hybrisa/furniture/tables/tablepool{ + pixel_y = -16 + }, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar/entertainment) +"mEc" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"mEe" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"mEf" = ( +/turf/open/floor/strata{ + icon_state = "orange_icorner"; + dir = 4 + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"mEi" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"mEn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"mEo" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"mEp" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"mEr" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/mining_outpost/northeast) +"mEs" = ( +/obj/structure/largecrate/random/case{ + layer = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"mEB" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"mED" = ( +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/recycling_plant/garage) +"mEF" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_16"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"mEG" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"mEP" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Bedroom" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/east) +"mER" = ( +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"mET" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"mEU" = ( +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/east) +"mFd" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"mFi" = ( +/obj/structure/machinery/door/airlock/almayer/generic/glass{ + name = "Weyland Yutani Corporate Offices - Break Room" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/breakroom) +"mFq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"mFx" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/cryo_room) +"mFy" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"mFD" = ( +/obj/structure/surface/rack, +/obj/item/toy/gun_ammo, +/obj/item/toy/gun, +/obj/item/storage/box/snappops, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/apartment/west) +"mFF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/reagent_container/food/drinks/dry_ramen, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 9; + pixel_y = 10 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"mFI" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"mFN" = ( +/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 1 + }, +/area/lv759/indoors/spaceport/cargo) +"mFR" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"mFT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"mFU" = ( +/obj/structure/plasticflaps, +/obj/structure/machinery/conveyor, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"mFZ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/south) +"mGc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/hybrisa/containersextended/blackwyright, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"mGg" = ( +/obj/structure/machinery/recharger, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"mGp" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"mGr" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/hallway_south) +"mGE" = ( +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"mGQ" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"mGR" = ( +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_north) +"mGT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"mGY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"mHa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"mHb" = ( +/obj/structure/largecrate/random/mini/small_case{ + layer = 5; + pixel_y = 12 + }, +/obj/item/tool/pen/blue{ + pixel_x = 6; + pixel_y = -7 + }, +/obj/item/paper{ + layer = 2 + }, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"mHd" = ( +/obj/structure/bed/hybrisa/bunkbed1{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment_services/east) +"mHh" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 6; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"mHi" = ( +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/hallway_north) +"mHk" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"mHu" = ( +/obj/item/trash/eat, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/west) +"mHz" = ( +/obj/structure/sign/poster/ad, +/obj/structure/sign/poster/propaganda{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/west) +"mHF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"mHK" = ( +/obj/structure/closet/fireaxecabinet, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/baggagehandling) +"mHO" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"mHX" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/electrical, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"mIc" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"mIf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/trash/cigbutt/ucigbutt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"mIk" = ( +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/reception) +"mIo" = ( +/obj/item/device/defibrillator, +/obj/structure/surface/table/reinforced, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"mIq" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 8; + pixel_y = 34 + }, +/obj/structure/bed/chair{ + pixel_y = 13 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"mIx" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"mIC" = ( +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/equipment_west) +"mIM" = ( +/obj/structure/platform, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_1) +"mIP" = ( +/obj/structure/largecrate/random/barrel/black{ + pixel_x = 12; + pixel_y = 4 + }, +/obj/structure/largecrate/random/barrel/black{ + pixel_x = -6 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"mIS" = ( +/obj/structure/mirror, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"mIV" = ( +/obj/structure/sign/safety/restrictedarea, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/baggagehandling) +"mIX" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"mJg" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"mJk" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"mJo" = ( +/obj/vehicle/train/cargo/engine{ + dir = 2 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"mJq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"mJx" = ( +/turf/open/floor/hybrisa/misc/wybiglogo, +/area/whiskey_outpost/inside/caves) +"mJA" = ( +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 12 + }, +/obj/structure/sign/poster/ad{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"mJE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/platform/mineral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/prison{ + icon_state = "floor_marked" + }, +/area/whiskey_outpost/inside/caves) +"mJF" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"mJJ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/candle, +/obj/item/storage/photo_album{ + pixel_y = 4 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"mJP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/mech_bay_recharge_floor, +/area/whiskey_outpost/inside/caves) +"mKa" = ( +/obj/structure/sign/poster/ad{ + pixel_x = 4 + }, +/obj/structure/sign/poster/propaganda{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/north_street) +"mKe" = ( +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/structure/bed/hybrisa/prisonbed, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"mKg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 2 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"mKh" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"mKi" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"mKk" = ( +/obj/structure/sign/safety/maint, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north_maint) +"mKw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"mKy" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"mKz" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"mKB" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"mKC" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_x = -11; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"mKH" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"mKJ" = ( +/obj/structure/machinery/computer/arcade, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 1 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"mKK" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/r_wall/bunker{ + icon = 'icons/turf/walls/bunkeryellow.dmi'; + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"mKR" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/colonial_marshals/office) +"mKS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz2{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"mKU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 1; + layer = 5; + level = 5; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 3 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 1; + layer = 5; + level = 5; + pixel_y = 8 + }, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/whiskey_outpost/inside/caves) +"mLa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/almayer/maint/autoname{ + dir = 1; + locked = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"mLb" = ( +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoe"; + name = "cuppa joe's coffee cup"; + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"mLd" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "24" + }, +/area/lv759/indoors/spaceport/starglider) +"mLg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15" + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"mLj" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"mLk" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"mLn" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_street) +"mLs" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/spaceport/communications_office) +"mLv" = ( +/obj/structure/prop/hybrisa/containersextended/greywyleft, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"mLA" = ( +/obj/structure/sign/poster/safety{ + layer = 3 + }, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/meridian/meridian_factory) +"mLG" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"mLN" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"mLY" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 9; + pixel_y = 34 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"mMd" = ( +/obj/structure/prop/hybrisa/furniture/tables/tableblack{ + dir = 1 + }, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/tool/pen/fountain{ + pixel_y = 4 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -9; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/vip) +"mMe" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"mMl" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/backrooms) +"mMv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"mMw" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper/courtroom{ + name = "A Crash Course in Legal SOP" + }, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"mMB" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/surface/rack, +/obj/item/storage/pouch/pressurized_reagent_canister/oxycodone, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"mMS" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/road/corner{ + dir = 4 + }, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"mMU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 8 + }, +/area/lv759/indoors/recycling_plant) +"mMW" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8; + layer = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"mNa" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/transformers_north) +"mNe" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"mNg" = ( +/obj/structure/platform/stair_cut, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"mNi" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 4; + layer = 3 + }, +/obj/structure/largecrate/random/barrel/red{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"mNp" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + pixel_y = 5; + pixel_x = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"mNq" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"mNs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"mNt" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -6; + pixel_y = -5 + }, +/turf/open/floor/hybrisa/misc/spaceport1, +/area/lv759/indoors/spaceport/docking_bay_1) +"mNv" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"mNw" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"mNA" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"mND" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"mNF" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/bedsheetbin{ + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"mNJ" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"mNP" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining3{ + layer = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"mOc" = ( +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_east) +"mOu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"mOv" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/press_room) +"mOw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random/barrel/black{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"mOD" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 1; + icon_state = "billboard2"; + layer = 8; + level = 8; + pixel_y = 20 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"mOE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"mOL" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"mOX" = ( +/obj/structure/largecrate/random{ + pixel_x = 4 + }, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = 9; + pixel_y = 12 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"mPd" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "zwing8"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"mPj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_east_street) +"mPq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"mPt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/flour, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"mPu" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_street) +"mPy" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"mPB" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 5; + pixel_y = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"mPK" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"mPS" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"mQc" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/frame, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"mQp" = ( +/obj/item/device/flashlight/pen, +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"mQr" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"mQN" = ( +/obj/structure/sign/poster/ad, +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = -12; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/outgoing) +"mQO" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/power_plant/gas_generators) +"mQP" = ( +/obj/item/tool/wrench{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 1; + 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" + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"mRa" = ( +/obj/structure/prop/hybrisa/Factory/Robotic_arm/Flipped{ + dir = 4; + pixel_x = -7; + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + layer = 5 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"mRh" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"mRm" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"mRn" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"mRo" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/hallway_central) +"mRp" = ( +/obj/structure/machinery/door/airlock/almayer/secure/autoname, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"mRs" = ( +/turf/open/engineership/engineer_floor13, +/area/lv759/derelictship) +"mRv" = ( +/obj/item/tool/shovel, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"mRy" = ( +/obj/item/tool/pickaxe/drill, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"mRz" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"mRH" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/oob) +"mRJ" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/equipment_east) +"mRK" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/botany/botany_maintenance) +"mRN" = ( +/obj/item/reagent_container/blood/empty{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"mRP" = ( +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_east_caves) +"mRW" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/east_central_street) +"mRZ" = ( +/obj/structure/platform/mineral{ + dir = 1 + }, +/obj/structure/platform/mineral{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + icon_state = "hr_stone_b"; + layer = 3 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/gm/river/desert/shallow, +/area/lv759/indoors/apartment/west) +"mSg" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"mSj" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_factory) +"mSm" = ( +/obj/structure/prop/hybrisa/signs/jackssign{ + light_color = "#00AAFF"; + light_on = 1; + light_power = 4; + light_range = 5 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"mSo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/m56d_gun, +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"mSp" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/sign/safety/three{ + pixel_y = 30; + pixel_x = 14 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/cargo_maintenance) +"mSq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"mSv" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"mSx" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 4 + }, +/obj/structure/machinery/deployable/barrier, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"mSA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"mSN" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/south_east_street) +"mSV" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"mTf" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_3{ + pixel_x = -26 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"mTh" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"mTk" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/obj/effect/hybrisa/decal/road/corner{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"mTo" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"mTq" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"mTs" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"mTt" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"mTx" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/clipboard{ + pixel_y = 4 + }, +/obj/item/paper{ + pixel_y = 4 + }, +/obj/item/tool/pen/fountain{ + pixel_y = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/meridian/meridian_managersoffice) +"mTC" = ( +/obj/structure/surface/rack, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/item/stack/sheet/metal/med_large_stack, +/obj/effect/spawner/random/tool, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/spaceport/cargo) +"mTG" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 7; + pixel_y = 16 + }, +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing" + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"mTL" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"mTO" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/electical_systems/substation1) +"mTR" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/stack/rods{ + amount = 25 + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"mTU" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"mTW" = ( +/obj/item/stack/sheet/cardboard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"mUd" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"mUi" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"mUD" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"mUF" = ( +/obj/structure/sign/safety/outpatient, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/outgoing) +"mUO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"mUZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt_2, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"mVa" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"mVb" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"mVi" = ( +/obj/structure/platform/hybrisa/metalplatform2, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"mVj" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"mVw" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"mVH" = ( +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"mVI" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"mVL" = ( +/obj/structure/bed/chair/office/light, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"mVP" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Dormitories - Foyer" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/apartment/east) +"mVT" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"mVZ" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffeecup/wy, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"mWf" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"mWi" = ( +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"mWr" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/largecrate/random/secure, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"mWy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 8 + }, +/area/lv759/indoors/spaceport/cargo) +"mWG" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"mWH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"mWO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"mWX" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"mXa" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"mXb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/clothing/gloves/latex, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"mXr" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/colonial_marshals/office) +"mXu" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"mXF" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyright, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"mXG" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/bar) +"mXO" = ( +/obj/structure/closet/secure_closet/miner, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"mXU" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "hybrisaLZ2_2"; + name = "Emergency Lockdown" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"mYd" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"mYf" = ( +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/machinery/message_server{ + icon_state = "server-nopower" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"mYn" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22; + layer = 3.3 + }, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"mYp" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"mYs" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/power_plant/south_hallway) +"mYu" = ( +/obj/item/stool{ + layer = 5; + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"mYv" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"mYy" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"mYz" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft" + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"mYE" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/central_streets) +"mYJ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"mYX" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"mYZ" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "62" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"mZa" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_factory) +"mZc" = ( +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/storage/box/evidence, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/interrogation) +"mZg" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"mZl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"mZm" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"mZo" = ( +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/structure/barricade/deployable{ + damage_state = 3; + dir = 1; + health = 45; + icon_state = "folding_3" + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"mZs" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal4" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/roller, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/structure/barricade/handrail/medical{ + dir = 4 + }, +/obj/item/tank/emergency_oxygen, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"mZu" = ( +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/weyyu_office/supervisor) +"mZy" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"mZz" = ( +/obj/structure/largecrate/random/mini/wooden, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"mZF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/mob/living/simple_animal/rat/brown, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"mZI" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart" + }, +/obj/item/trash/tray, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/trash/tray, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"mZJ" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"mZO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/east_central_street) +"mZV" = ( +/obj/structure/prop/hybrisa/vehicles/van/vanmining{ + dir = 1; + pixel_x = -8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"naa" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"nac" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/prop/almayer/computer/PC{ + desc = "A small desktop computer. Someone has switched to personal emails and disabled the inventory sort system."; + dir = 1; + icon_state = "alert:2"; + name = "inventory computer" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"nak" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/roller, +/obj/structure/closet/bodybag, +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"nau" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/obj/item/trash/c_tube, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"naz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/recycling_plant/garage) +"naD" = ( +/obj/structure/dartboard, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/maintenance_east) +"naG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"naM" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"naN" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + name = "computer" + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"naR" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Weyland Yutani Security Checkpoint" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"naS" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"naY" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/reagent_container/glass/beaker/large, +/obj/structure/window/reinforced, +/obj/item/alienjar, +/obj/item/clothing/glasses/science, +/obj/item/device/camera{ + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"nbc" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_west_caves) +"nbg" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"nbm" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/machinery/light/spot{ + dir = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"nbp" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/obj/item/attachable/attached_gun/extinguisher, +/obj/item/attachable/attached_gun/extinguisher, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"nbt" = ( +/obj/item/tool/warning_cone, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"nbv" = ( +/turf/closed/shuttle/dropship2/transparent{ + desc = "The WY-LWI Horizon Runner HR-150, a collaborative creation of Lunnar-Welsun Industries and Weyland-Yutani. This small dropship is designed for short-range commercial transport."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "98"; + name = "\improper WY-LWI Horizon Runner HR-150" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"nby" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"nbF" = ( +/obj/structure/largecrate/random/mini, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"nbH" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/spawner/random/toolbox{ + pixel_y = 12 + }, +/turf/open/floor/almayer, +/area/lv759/indoors/spaceport/cargo) +"nbI" = ( +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/reagent_container/food/snacks/eat_bar, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"nbS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 5 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"nbT" = ( +/obj/structure/window/reinforced, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"nbU" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/telecomms) +"nbW" = ( +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + layer = 3.1; + pixel_x = 8; + pixel_y = 21 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"nbX" = ( +/obj/item/paper{ + layer = 2 + }, +/obj/item/paper/crumpled, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/tcomms_northwest) +"nbZ" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1; + layer = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nch" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"ncu" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/indoors/garage_workshop) +"ncy" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"ncC" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 10; + layer = 8; + level = 8; + pixel_x = -16; + pixel_y = 20 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"ncJ" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ncM" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ncQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"ncR" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/catwalk/prison, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"ndf" = ( +/obj/item/clothing/glasses/science{ + layer = 4 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"ndh" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 1; + pixel_x = -7 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"ndj" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/drinkingglass, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/gold/line2, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/casino) +"ndm" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"ndy" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/indoors/spaceport/engineering) +"ndB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 8 + }, +/area/lv759/indoors/spaceport/cargo) +"ndK" = ( +/obj/structure/closet/jcloset, +/obj/item/clothing/head/beret/jan, +/obj/item/clothing/shoes/galoshes, +/obj/item/tool/mop{ + pixel_x = -10 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"ndT" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/item/paper/crumpled, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"ndV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"neg" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 15 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"nei" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"neu" = ( +/obj/structure/bed/stool, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"new" = ( +/obj/structure/surface/rack, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"nez" = ( +/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/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"neA" = ( +/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor12" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"neL" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"neM" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "67" + }, +/area/lv759/indoors/spaceport/starglider) +"neN" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"neS" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/glass/bucket/janibucket, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/lv759/indoors/recycling_plant/garage) +"neV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"neX" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"nfc" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"nfg" = ( +/obj/vehicle/train/cargo/engine{ + dir = 2 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"nfh" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"nfl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"nft" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"nfv" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"nfy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"nfB" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"nfD" = ( +/obj/item/stack/rods, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"nfE" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"nfM" = ( +/obj/item/storage/box/lightstick/red{ + pixel_x = -4; + pixel_y = 10 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"nfP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/sign/poster/kellandmining, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/south) +"nfT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"nfU" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"nfZ" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"ngb" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/virology) +"ngs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/garage) +"ngt" = ( +/obj/item/stack/sheet/metal, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"ngx" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/vehicles/van/vanpizza{ + layer = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"ngK" = ( +/obj/structure/prop/hybrisa/vehicles/truck/mining{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"ngQ" = ( +/obj/structure/ore_box, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"ngW" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/lv759/indoors/casino/casino_restroom) +"nhi" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nhk" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"nht" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"nhz" = ( +/obj/structure/closet/l3closet/general, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"nhD" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/obj/item/trash/used_stasis_bag, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltop" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"nhG" = ( +/obj/structure/machinery/colony_electrified_fence_switch, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"nhI" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"nhQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_2) +"nhS" = ( +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"nhT" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nhV" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"nhW" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "zwing6"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/horizon_runner) +"nhZ" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"nie" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_1) +"nif" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/electical_systems/substation2) +"nii" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"nip" = ( +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = 16; + pixel_y = 8 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/reagent_container/food/snacks/vegetablepizzaslice, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/breakroom) +"niv" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin, +/obj/item/folder/red{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"niB" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "orange_icorner" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"niC" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"niG" = ( +/obj/structure/machinery/blackbox_recorder, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/whiskey_outpost/inside/caves) +"niL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/girder, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"niO" = ( +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/press_room) +"niQ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/item/tool/warning_cone, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + pixel_y = 34 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"niW" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"njn" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy25" + }, +/area/whiskey_outpost/inside/caves) +"njq" = ( +/obj/structure/closet/crate/freezer/cooler{ + layer = 5 + }, +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer6, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/kitchen) +"njB" = ( +/obj/structure/flora/pottedplant, +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/east) +"njC" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"njE" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"njF" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"njL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + layer = 6; + pixel_x = -3 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"njM" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + draw_warnings = 0; + health = null; + indestructible = 1; + unacidable = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"njQ" = ( +/obj/structure/closet/cabinet, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"njS" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"njT" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"njU" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/changing_room) +"nka" = ( +/obj/structure/platform/hybrisa/metalplatform3, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_showroom) +"nkd" = ( +/obj/structure/prop/hybrisa/containersextended/blueleft{ + layer = 4 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"nkj" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"nkr" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + pixel_y = 15; + pixel_x = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"nkt" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"nkz" = ( +/obj/structure/cable/white{ + icon_state = "5-9"; + level = 2 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_caves) +"nkI" = ( +/obj/structure/surface/rack, +/obj/item/tool/pickaxe, +/obj/item/tool/pickaxe, +/obj/item/tool/pickaxe{ + pixel_y = -7 + }, +/obj/item/tool/pickaxe{ + pixel_y = -3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"nkJ" = ( +/obj/structure/machinery/mech_bay_recharge_port{ + name = "Power Port" + }, +/obj/structure/machinery/power/terminal, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"nkM" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"nkO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/van/vanpizza{ + dir = 1; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"nkY" = ( +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"nlh" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/prop/colony/usedbandage{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/storage) +"nlj" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"nln" = ( +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 5; + pixel_y = -11 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"nlq" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor_corner{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_office) +"nlB" = ( +/obj/structure/sign/safety/north, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/north_east_street) +"nlF" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"nlJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"nlO" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant/south_hallway) +"nmr" = ( +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "1-9"; + layer = 5 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"nmw" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital - North Hallway" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"nmy" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"nmD" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Fuel Storage" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"nmE" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/turf/open/hybrisa/dropship/dropshipfloorcorner1, +/area/lv759/indoors/spaceport/starglider) +"nmI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/structure_lattice{ + dir = 1; + layer = 3.1; + pixel_y = 10 + }, +/obj/structure/prop/structure_lattice{ + dir = 1; + health = 300 + }, +/obj/structure/barricade/handrail/strata{ + layer = 5 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"nmJ" = ( +/obj/item/stack/sheet/metal, +/obj/item/tool/shovel{ + pixel_y = 12 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"nmK" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"nmL" = ( +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"nmM" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"nmR" = ( +/obj/structure/closet/hydrant, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_central) +"nnc" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"nnd" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"nnf" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 14; + pixel_y = 3 + }, +/turf/open/shuttle{ + icon_state = "rasputin14" + }, +/area/lv759/indoors/spaceport/starglider) +"nnj" = ( +/obj/structure/machinery/floodlight, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"nnm" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/shovel, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"nnB" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"nnD" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"nnE" = ( +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment/west) +"nnI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"nnK" = ( +/turf/open/engineership/engineer_floor8{ + dir = 8 + }, +/area/lv759/derelictship) +"nnQ" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/hybrisa/decal/WY/WY1{ + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"nnZ" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy16" + }, +/area/whiskey_outpost/inside/caves) +"nof" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"noi" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp1"; + name = "computer" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/electical_systems/substation1) +"noo" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_east) +"nop" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"not" = ( +/obj/structure/bed/sofa{ + icon_state = "couch_hori3" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"nox" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"noD" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/holding_cells) +"noP" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"noT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"noX" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2"; + pixel_x = -6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"noY" = ( +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"npf" = ( +/obj/structure/disposalpipe/tagger{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"npi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/item/stack/cable_coil/orange, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-6"; + layer = 5; + level = 2 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"npm" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"npv" = ( +/obj/structure/largecrate/supply/supplies/water, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"npG" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -9; + pixel_y = 11 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"npK" = ( +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"npM" = ( +/obj/structure/largecrate/random/barrel/white{ + layer = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"npW" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/breakroom) +"npY" = ( +/obj/item/device/flashlight/flare, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"nqa" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"nqf" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caveplateau) +"nqh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/shard, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"nqj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/candy, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"nqk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + layer = 6; + pixel_x = -5 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/north_street) +"nqr" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"nqC" = ( +/obj/structure/machinery/vending/cigarette{ + density = 0; + pixel_x = -5; + pixel_y = 16 + }, +/obj/item/reagent_container/food/drinks/cans/classcola{ + icon_state = "cola_crushed" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"nqD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/sillycup, +/obj/structure/prop/hybrisa/furniture/tables/tablepool, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar/entertainment) +"nqE" = ( +/obj/structure/surface/rack, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/engineering) +"nqH" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"nqI" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"nqJ" = ( +/obj/docking_port/stationary/marine_dropship/lz1, +/obj/effect/decal/medical_decals{ + dir = 1; + icon = 'icons/turf/floors/hybrisafloors.dmi'; + icon_state = "darkredfull2"; + indestructible = 1 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_1) +"nqU" = ( +/obj/structure/machinery/floodlight, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"nqV" = ( +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_east_street) +"nrb" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart1"; + icon_opened = "foodcart1_open"; + icon_state = "foodcart1"; + name = "\improper food cart"; + pixel_y = 9 + }, +/obj/item/reagent_container/food/snacks/mre_pack/meal4{ + desc = "A tray of standard W-Y 'flight' food. This one is what resembles a Pizza. Disgusting."; + name = "\improper W-Y Prepared Meal (pizza)" + }, +/obj/item/reagent_container/food/snacks/mre_pack/meal5{ + desc = "A tray of standard W-Y 'flight' food. This one is what resembles Chicken. Disgusting."; + name = "\improper W-Y Prepared Meal (chicken)" + }, +/obj/item/reagent_container/food/snacks/mre_pack/meal5{ + desc = "A tray of standard W-Y 'flight' food. This one is what resembles Chicken. Disgusting."; + name = "\improper W-Y Prepared Meal (chicken)" + }, +/obj/item/reagent_container/food/snacks/mre_pack/meal1{ + desc = "A tray of standard W-Y 'flight' food. This one is what resembles Corn-bread. Disgusting."; + name = "\improper W-Y Prepared Meal (cornbread)" + }, +/obj/item/reagent_container/food/snacks/mre_pack/meal1{ + desc = "A tray of standard W-Y 'flight' food. This one is what resembles Corn-bread. Disgusting."; + name = "\improper W-Y Prepared Meal (cornbread)" + }, +/obj/item/reagent_container/food/drinks/cans/classcola, +/obj/item/reagent_container/food/drinks/cans/classcola, +/obj/item/reagent_container/food/drinks/cans/classcola, +/obj/item/reagent_container/food/drinks/cans/classcola, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci, +/turf/open/shuttle{ + icon_state = "rasputin3" + }, +/area/lv759/indoors/spaceport/starglider) +"nri" = ( +/obj/item/tool/kitchen/utensil/pknife, +/obj/item/tool/kitchen/utensil/pspoon, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"nrm" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_street) +"nrw" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Restroom" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/south_public_restroom) +"nrx" = ( +/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/caves/north_east_caves) +"nrO" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"nrP" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/storage/toolkit/empty, +/obj/structure/largecrate/random/mini/wooden, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"nsa" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"nsb" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"nsg" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "26"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"nsh" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_street) +"nsj" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"nsk" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/effect/hybrisa/decal/trash, +/obj/item/paper, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"nso" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"nsr" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/toy/handcard/aceofspades, +/obj/item/spacecash/c10, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 12; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"nsv" = ( +/obj/item/weapon/broken_bottle, +/obj/item/shard, +/turf/open/hybrisa/dropship/dropship4, +/area/lv759/indoors/spaceport/starglider) +"nsz" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 6 + }, +/area/lv759/indoors/weyyu_office/hallway) +"nsA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/gibs, +/obj/item/shard, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"nsC" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"nsE" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"nsJ" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/equipment_east) +"nsT" = ( +/obj/structure/machinery/mineral/processing_unit, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"nsZ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"nte" = ( +/obj/structure/prop/almayer/computers/sensor_computer3{ + desc = null; + name = "computer" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"ntg" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/landing_zone_1/ceiling) +"nth" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"ntk" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/item/weapon/gun/revolver/cmb, +/obj/item/clothing/ears/earmuffs, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "redfull" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"ntp" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"nts" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/roller/hospital_empty/bigrollerempty2{ + icon_state = "bigrollerempty2_up" + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"nty" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"ntG" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -9 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"ntJ" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"ntQ" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1; + layer = 3; + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/item/tool/warning_cone{ + layer = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"ntV" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 8; + pixel_x = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"nua" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/security_office) +"nub" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"nug" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nuj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio/headset, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/tcomms_northwest) +"nuv" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/storage/briefcase, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office) +"nux" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trafficlight{ + pixel_x = 8; + dir = 4; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"nuz" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/meat/monkey, +/obj/item/reagent_container/food/snacks/meat/monkey, +/obj/item/reagent_container/food/snacks/meat/monkey, +/obj/item/reagent_container/food/snacks/meat/monkey, +/obj/item/reagent_container/food/snacks/meat/monkey, +/obj/item/reagent_container/food/snacks/meat/monkey, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"nuD" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltop"; + layer = 2 + }, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"nuF" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30"; + name = "Kitchen" + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/kitchen) +"nuH" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"nuI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/screwdriver{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/garage_reception) +"nuJ" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"nuK" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"nuM" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"nuN" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/electical_systems/substation1) +"nuO" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "brown" + }, +/area/lv759/indoors/power_plant/gas_generators) +"nuP" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"nuR" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_south) +"nuX" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"nvf" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"nvm" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/largecrate/random/barrel{ + layer = 1; + pixel_x = 1; + pixel_y = 4 + }, +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = -15; + pixel_y = -9 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"nvu" = ( +/obj/item/prop/colony/used_flare, +/obj/effect/decal/cleanable/blood, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"nvw" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"nvB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"nvE" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"nvF" = ( +/obj/item/storage/backpack/marine/fluff, +/obj/item/storage/backpack/marine/fluff, +/obj/item/storage/backpack/lightpack, +/obj/item/storage/backpack/lightpack, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"nvJ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/trash/green{ + pixel_y = 2 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"nvP" = ( +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"nvR" = ( +/obj/item/trash/cigbutt/ucigbutt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nvS" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_street) +"nvV" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"nvX" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"nwe" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"nwi" = ( +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/structure/window/reinforced{ + color = "#FF2300" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"nwk" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"nwl" = ( +/obj/item/fishing_pole, +/obj/item/fishing_pole, +/obj/item/prop/helmetgarb/compass, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"nwv" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"nwy" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nwK" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2 + }, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"nwO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/obj/item/card/id/visa, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"nxf" = ( +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/spaceport/cuppajoes) +"nxg" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"nxh" = ( +/obj/item/storage/pill_bottle/packet/bicaridine, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/icu) +"nxi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble12{ + dir = 1; + pixel_x = 13; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"nxj" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"nxn" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "secretlockdown1"; + indestructible = 1; + name = "Stuck Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "secretlockdown2"; + indestructible = 1; + name = "Stuck Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "secretlockdown3"; + indestructible = 1; + name = "Stuck Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "secretlockdown4"; + indestructible = 1; + name = "Stuck Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/hobosecret) +"nxw" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/lv759/indoors/bar) +"nxz" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/hospital/maintenance) +"nxF" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/north_street) +"nxL" = ( +/obj/structure/platform/hybrisa/metalplatform4, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"nye" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"nyf" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/vip) +"nyg" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + layer = 4; + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"nyh" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 6 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"nyk" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment/east) +"nyo" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 15 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/caves/south_east_caves) +"nys" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/tool/pen, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"nyu" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + icon_state = "bluemultimonitorbig_on"; + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"nyy" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_4{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"nyE" = ( +/obj/structure/sign/safety/north{ + pixel_x = -17 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"nyH" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"nyK" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"nyL" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"nyM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"nyO" = ( +/obj/item/clothing/under/suit_jacket, +/obj/item/clothing/under/suit_jacket/burgundy, +/obj/item/clothing/under/suit_jacket/charcoal, +/obj/item/clothing/under/suit_jacket/checkered, +/obj/structure/closet/cabinet, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment_services/east) +"nyT" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"nyU" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/engineering) +"nza" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"nzf" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "smokestack"; + indestructible = 0 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"nzg" = ( +/obj/structure/platform, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"nzm" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"nzq" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/maintenance) +"nzt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/effect/spawner/random/tool, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"nzv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"nzw" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/east_central_street) +"nzy" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/glass/fertilizer{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/tool/plantspray/pests/old/lindane, +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketcarrots, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_mainroom) +"nzE" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/recycling_plant) +"nzF" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/obj/structure/surface/rack, +/obj/item/reagent_container/glass/watertank/atmos, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_factory) +"nzJ" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"nzK" = ( +/obj/structure/surface/table, +/obj/item/storage/box/gloves{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/storage/box/masks{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/storage/box/masks, +/turf/open/floor/prison{ + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"nzP" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/apartment/west) +"nzR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"nzS" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"nAf" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"nAn" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + dir = 8; + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"nAv" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "hybrisaLZ2_4"; + name = "Emergency Lockdown" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"nAw" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"nAI" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 8; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"nAQ" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"nAR" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"nAS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nAZ" = ( +/obj/item/tool/warning_cone{ + layer = 5; + pixel_y = 19 + }, +/obj/structure/machinery/door_control{ + id = "marshalls_garage"; + name = "CMB - Garage Lockdown"; + pixel_y = -20; + pixel_x = -4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"nBc" = ( +/obj/structure/platform/hybrisa/metalplatform4, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nBd" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/oob) +"nBh" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/starglider) +"nBl" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/south_public_restroom) +"nBo" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"nBq" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble2{ + light_color = "#00ff9f"; + light_on = 1; + light_power = 2; + light_range = 3; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/prison, +/area/lv759/landing_zone_2) +"nBs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"nBt" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"nBG" = ( +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"nBJ" = ( +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"nBM" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"nBO" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"nBP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"nBR" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + layer = 4; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/meridian/meridian_managersoffice) +"nBU" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"nCa" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/hybrisa/street/asphalt, +/area/whiskey_outpost/inside/caves) +"nCi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"nCk" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/bodybag, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"nCn" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"nCo" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite0, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"nCp" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"nCq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"nCz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"nCN" = ( +/obj/structure/prop/hybrisa/containersextended/greywyright, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"nCR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"nCU" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_foyer) +"nDa" = ( +/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."; + icon = 'icons/obj/structures/machinery/monitors.dmi'; + icon_state = "auth_off"; + name = "Access console"; + pixel_y = -2 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"nDk" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"nDo" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/lines6{ + pixel_x = -3 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"nDr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"nDt" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red, +/area/lv759/indoors/meridian/meridian_showroom) +"nDw" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"nDK" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/item/stack/sheet/metal, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/engineering) +"nDR" = ( +/obj/structure/bed/hybrisa/chairs/black, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/vip) +"nDU" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/clothing/head/helmet/marine/veteran/pmc/leader, +/obj/structure/cable{ + icon_state = "1-2"; + level = 2; + color = "#550d0d" + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"nDX" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"nEd" = ( +/obj/structure/machinery/conveyor_switch{ + id = "cargo_storage" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"nEj" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/structure/bed/chair/office/light{ + layer = 4 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"nEm" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"nEt" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"nEu" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"nEB" = ( +/obj/item/paper/janitor, +/obj/item/bedsheet/ce, +/obj/structure/bed, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/east) +"nED" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/obj/structure/sign/safety/restrictedarea, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_y = -8 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_2/ceiling) +"nEF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/north_street) +"nEG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nEK" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"nER" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/colonial_marshals/garage) +"nES" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/machinery/light/small/blue, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"nEV" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"nFk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"nFp" = ( +/obj/structure/machinery/line_nexter{ + dir = 2; + id = "MTline"; + pixel_y = 3 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"nFv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/shard, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"nFw" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant/south_hallway) +"nFW" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"nFX" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/interrogation) +"nGd" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/obj/structure/prop/hybrisa/vehicles/Car/Car_3{ + dir = 8 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"nGi" = ( +/turf/closed/wall/hybrisa/rock, +/area/lv759/indoors/caves/west_caves) +"nGj" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal1" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/medical{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"nGk" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"nGn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"nGq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"nGs" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/clothing/accessory/storage/black_vest/acid_harness, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"nGB" = ( +/obj/structure/closet/secure_closet/marshal, +/obj/item/clothing/suit/storage/CMB, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/stunprod, +/obj/item/storage/belt/security/MP/CMB/full, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"nGC" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"nGH" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_east_street) +"nGN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nGO" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_1) +"nGW" = ( +/turf/open/floor/hybrisa/misc/wybiglogo{ + dir = 10 + }, +/area/whiskey_outpost/inside/caves) +"nGX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"nHd" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"nHg" = ( +/obj/structure/closet/bodybag, +/obj/structure/bed/roller/hospital_empty/bigrollerempty, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"nHi" = ( +/obj/structure/largecrate/random, +/obj/item/clothing/glasses/welding, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"nHn" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"nHq" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"nHr" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/outgoing) +"nHs" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"nHu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"nHv" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "w-y1" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"nHE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"nHH" = ( +/obj/structure/platform/hybrisa/metalplatform4, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11"; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nHK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"nHL" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"nHQ" = ( +/obj/structure/platform_decoration/kutjevo/smooth{ + dir = 4 + }, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"nHU" = ( +/obj/structure/prop/hybrisa/airport/dropshipventleft, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"nHV" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/power_storage) +"nIa" = ( +/obj/structure/prop/power_transformer{ + density = 1 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/power_plant/transformers_south) +"nIk" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"nIl" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"nIu" = ( +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"nIy" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"nII" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/telecomms) +"nIJ" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"nIL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"nIO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/garage_reception) +"nIS" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"nIX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"nJp" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"nJr" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"nJs" = ( +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"nJv" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"nJw" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"nJz" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"nJD" = ( +/obj/structure/prop/dam/drill, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"nJE" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"nJG" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"nJI" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 1; + pixel_x = -7 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"nJL" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 5 + }, +/area/lv759/indoors/meridian/meridian_factory) +"nJM" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"nJY" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"nKa" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"nKg" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/colonial_marshals/wardens_office) +"nKs" = ( +/obj/structure/bed/roller/hospital, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"nKu" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/item/stack/sheet/cardboard, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/east_central_street) +"nKw" = ( +/obj/item/tool/crowbar/red{ + layer = 5 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/northeast) +"nKB" = ( +/obj/structure/prop/hybrisa/airport/dropshipnosecone{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"nKG" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"nKK" = ( +/obj/structure/machinery/computer/cameras, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/reception) +"nKR" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen, +/obj/item/tool/stamp/rd, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"nKS" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"nKU" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"nLc" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"nLd" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"nLk" = ( +/obj/structure/machinery/floodlight, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"nLu" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 10 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"nLJ" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"nLK" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"nLQ" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/spaceport/cuppajoes) +"nLR" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_y = 17 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -11; + pixel_y = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"nLU" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"nLV" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"nLY" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"nLZ" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + icon = 'icons/obj/pipes/manifold.dmi'; + icon_state = "map"; + name = "Pipe manifold" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"nMh" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"nMi" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"nMl" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/transformers_south) +"nMm" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"nMw" = ( +/obj/item/stool, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"nMB" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"nMD" = ( +/obj/item/paper{ + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + dir = 8; + pixel_x = 5; + pixel_y = 12 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"nME" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"nMH" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 20 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nMO" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/weapon/gun/smg/mp5, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"nMY" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/northeast) +"nNb" = ( +/obj/structure/sink, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/kitchen) +"nNc" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/smallDelivery{ + pixel_x = -12; + pixel_y = 22 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"nNe" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/computer/card{ + dir = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"nNm" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"nNp" = ( +/obj/item/roller, +/obj/item/roller, +/obj/structure/surface/rack, +/obj/item/roller, +/obj/item/roller, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"nNt" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Weyland Yutani Security Checkpoint" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"nNu" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"nNw" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"nNC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 4 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"nNI" = ( +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet08" + }, +/area/lv759/oob) +"nNM" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"nNN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/northeast) +"nNV" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"nOk" = ( +/obj/structure/machinery/vending/cigarette{ + pixel_x = 3; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"nOl" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"nOq" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nOr" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/northwesttop, +/turf/closed/wall/engineership, +/area/lv759/oob) +"nOt" = ( +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"nOz" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/largecrate/random/mini{ + layer = 3.1; + pixel_x = 10; + pixel_y = -7 + }, +/obj/structure/machinery/light/spot{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"nOA" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_y = 24 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"nOH" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 5 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"nOK" = ( +/obj/structure/closet/crate/science, +/obj/effect/landmark/objective_landmark/science, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"nOL" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"nOM" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 22 + }, +/obj/effect/hybrisa/decal/gold/line1, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"nOO" = ( +/obj/item/trash/tray, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"nOQ" = ( +/obj/structure/girder, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/east_central_street) +"nOX" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"nPg" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"nPi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nPx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random, +/obj/item/storage/box/lightstick/red{ + pixel_x = -4; + pixel_y = 10 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"nPy" = ( +/obj/item/stack/sheet/cardboard{ + layer = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_12" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"nPB" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"nPC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"nPD" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/largecrate/random/mini{ + layer = 8; + pixel_x = 1; + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"nPJ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/prop/almayer/computers/mapping_computer{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer" + }, +/turf/open/floor/plating/prison, +/area/lv759/outdoors/caveplateau) +"nPP" = ( +/obj/structure/cargo_container/arious/right, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"nPU" = ( +/obj/item/reagent_container/food/snacks/mre_pack/meal1{ + desc = "A tray of standard UA food. Stale cornbread, tomato paste and some green goop fill this tray."; + name = "\improper UA Prepared Meal (cornbread)"; + pixel_y = 9 + }, +/obj/item/tool/kitchen/utensil/pknife, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"nPZ" = ( +/obj/structure/surface/rack, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/weapon/gun/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"nQa" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 9 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"nQj" = ( +/obj/structure/cable{ + icon_state = "1-4"; + level = 2; + color = "#550d0d" + }, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"nQl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/electical_systems/substation1) +"nQm" = ( +/obj/effect/hybrisa/decal/dirt, +/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' + }, +/area/lv759/indoors/caves/north_west_caves) +"nQp" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"nQB" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/obj/structure/machinery/landinglight/ds1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"nQI" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"nQM" = ( +/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/caves/north_east_caves) +"nQN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 1 + }, +/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" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/telecomms) +"nQR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"nQX" = ( +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/whiskey_outpost/inside/caves) +"nQZ" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_4{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/west) +"nRh" = ( +/obj/structure/closet/bodybag, +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/roller, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"nRp" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"nRy" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_maintenance_east) +"nRz" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"nRD" = ( +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"nRE" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"nRG" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"nRJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_16"; + pixel_y = 15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"nRL" = ( +/obj/item/spacecash/c100, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/oob) +"nRP" = ( +/obj/item/paper/crumpled, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/north_office) +"nRW" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/spaceport/cargo) +"nRY" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/largecrate/random, +/obj/structure/largecrate/random/mini{ + layer = 5; + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"nSa" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"nSc" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno{ + dir = 4; + icon_state = "xsplatter5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"nSg" = ( +/obj/structure/machinery/door_control{ + id = "hybrisagarage_2"; + name = "Garage Lockdown"; + pixel_y = 28 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"nSs" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 5 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"nSt" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"nSu" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/turf/closed/wall/engineership, +/area/lv759/oob) +"nSv" = ( +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 2 + }, +/obj/item/storage/bag/plasticbag, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"nSE" = ( +/obj/effect/hybrisa/decal/dirt, +/mob/living/simple_animal/rat/black/Korey, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"nSF" = ( +/obj/structure/sign/safety/high_voltage, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"nSG" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"nSM" = ( +/obj/structure/prop/hybrisa/airport/dropshipventright, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"nST" = ( +/obj/structure/sign/safety/hazard, +/obj/structure/sign/safety/high_voltage{ + pixel_x = 12 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"nTc" = ( +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"nTf" = ( +/obj/structure/platform_decoration, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"nTp" = ( +/obj/structure/machinery/meter, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"nTq" = ( +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_managersoffice) +"nTu" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/bed/roller, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"nTz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"nTA" = ( +/obj/structure/sign/safety/restrictedarea, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"nTB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_south) +"nTG" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"nTH" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_east) +"nTI" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/bar/kitchen) +"nTJ" = ( +/obj/item/trash/hotdog, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/recycling_plant_office) +"nTN" = ( +/obj/structure/platform_decoration, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"nTP" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"nTS" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/bench{ + pixel_x = 7 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"nTT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"nTW" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"nUj" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"nUn" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"nUE" = ( +/obj/structure/surface/table, +/obj/structure/bedsheetbin, +/obj/item/clothing/under/darkred, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"nUN" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"nUU" = ( +/obj/structure/machinery/atm{ + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi'; + pixel_x = 9; + pixel_y = 11 + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"nUW" = ( +/obj/effect/hybrisa/decal/road/road_stop, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + amount = 15 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"nUX" = ( +/obj/item/ammo_casing/bullet, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/whiskey_outpost/inside/caves) +"nUY" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"nVl" = ( +/obj/structure/disposalpipe/junction, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"nVm" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_street) +"nVn" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"nVr" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/baggagehandling) +"nVz" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"nVE" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"nVF" = ( +/obj/structure/window/reinforced{ + dir = 8; + color = "#FF2300" + }, +/obj/structure/machinery/igniter{ + layer = 2 + }, +/obj/effect/decal/cleanable/molten_item, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"nVG" = ( +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/kelland{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"nVO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"nVT" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/landmark/objective_landmark/close, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"nWa" = ( +/obj/structure/largecrate/random/barrel/blue, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/telecomms) +"nWf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/barricade/handrail/kutjevo, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"nWs" = ( +/obj/structure/surface/table, +/obj/item/trash/tray, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci, +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/lv759/indoors/spaceport/kitchen) +"nWu" = ( +/obj/structure/sign/safety/security, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_east) +"nWw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/south_east_street) +"nWz" = ( +/obj/item/tool/surgery/scalpel, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/bloodtrail, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"nWD" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"nWI" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 17 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"nWJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_east_street) +"nWM" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/garage_restroom) +"nWQ" = ( +/obj/structure/surface/rack, +/obj/item/device/megaphone, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"nWT" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + layer = 7; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/containersextended/greywyleft, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"nWV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/barricade/wooden{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"nXc" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"nXf" = ( +/obj/structure/machinery/microwave{ + pixel_y = 9 + }, +/obj/structure/window/reinforced/toughened{ + dir = 4; + layer = 2 + }, +/obj/item/reagent_container/food/snacks/cookie, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"nXh" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"nXn" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"nXr" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/machinery/floodlight, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"nXx" = ( +/obj/structure/stairs{ + color = "#a6aeab" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"nXz" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"nXB" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"nXD" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/handcuffs, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"nXE" = ( +/turf/open/hybrisa/dropship/dropship4, +/area/lv759/indoors/spaceport/horizon_runner) +"nXK" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"nXQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2/ceiling) +"nXR" = ( +/obj/structure/largecrate/random/barrel{ + desc = "A red storage barrel."; + icon_state = "barrel_red"; + layer = 2.9; + pixel_x = 6; + pixel_y = -16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/engineering) +"nXU" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"nXV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/power_storage) +"nXW" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"nXX" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"nYd" = ( +/obj/structure/largecrate/random/mini{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/item/storage/briefcase/inflatable, +/obj/item/inflatable/door, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"nYf" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/item/clothing/head/soft/sec/corp{ + pixel_y = 9 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"nYg" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nYh" = ( +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"nYo" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 4 + }, +/obj/effect/hybrisa/decal/warningstripes_angled{ + dir = 4; + pixel_y = 2 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"nYs" = ( +/obj/structure/bed/chair{ + icon_state = "chair_alt"; + pixel_x = 3; + pixel_y = 17 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"nYw" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"nYV" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/largecrate/random/secure, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"nYW" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/turf/open/floor/strata{ + dir = 6; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"nZa" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"nZf" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/obj/item/stack/sheet/wood{ + layer = 2.7 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"nZh" = ( +/obj/structure/surface/table/reinforced/prison{ + layer = 3 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/adv, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"nZi" = ( +/obj/item/stool{ + pixel_x = -2; + pixel_y = 9 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"nZn" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"nZt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"nZz" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/clothing/suit/armor/det_suit, +/obj/item/explosive/grenade/smokebomb{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/device/radio{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"nZB" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/storage/fancy/vials/random, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/hospital/virology) +"nZD" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"nZF" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Mining Dormitories"; + welded = 0 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east_dorms) +"nZK" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"nZM" = ( +/obj/item/stack/rods, +/obj/effect/spawner/random/tool, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"nZR" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/machinery/light/blue, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"nZU" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/ammo_magazine/flamer_tank/empty, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"nZV" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = -14 + }, +/turf/closed/wall/hybrisa/research/reinforced/hull, +/area/lv759/oob) +"nZY" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/effect/decal/strata_decals/grime/grime1, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"oab" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing" + }, +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/apartment/east) +"oaj" = ( +/obj/structure/largecrate/random/mini{ + pixel_x = -7; + pixel_y = 16 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"oak" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/colonial_marshals/garage) +"oal" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 8; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"oaw" = ( +/obj/item/ashtray/plastic, +/obj/item/clothing/mask/cigarette/weed{ + name = "cigarette"; + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/whiskey_outpost/inside/caves) +"oaJ" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"oaO" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"oaR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/item/trash/c_tube, +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/mob/living/simple_animal/rat/gray, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/north_street) +"oaS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 5 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"oaV" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 2.8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"oaW" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/oob) +"oaZ" = ( +/obj/structure/curtain/open/shower, +/obj/item/tool/soap{ + pixel_x = 5 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"obd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"obh" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/virology) +"obr" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/south_public_restroom) +"obw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/medical_decals{ + icon_state = "docdecal1" + }, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/ambulance{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"obA" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"obB" = ( +/obj/structure/sign/poster/blacklight{ + layer = 3.1 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/casino) +"obI" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"obM" = ( +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"obO" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"obP" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/prop/colony/folded_bedroll, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/apartment/west) +"obR" = ( +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"obV" = ( +/obj/structure/largecrate/random/mini/small_case{ + layer = 5; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"obW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/indoors/garage_workshop) +"ocg" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/trash/burger, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"och" = ( +/obj/structure/machinery/disposal/delivery, +/obj/item/reagent_container/food/snacks/margheritaslice{ + desc = "A slice of classic pizza ruined by the corps."; + name = "dirty margherita slice"; + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"ocl" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_1) +"ocn" = ( +/obj/structure/largecrate/random/case/small, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"ocp" = ( +/obj/structure/ore_box, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"ocq" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_1/ceiling) +"ocs" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 18 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"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."; + icon = 'icons/obj/structures/machinery/monitors.dmi'; + icon_state = "auth_off"; + name = "Access console"; + pixel_y = -2 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/mining_outpost/northeast) +"ocN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 4 + }, +/area/lv759/indoors/recycling_plant) +"ocT" = ( +/obj/structure/sign/safety/storage{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"ocV" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"odd" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"odj" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"odk" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/whiskey_outpost/inside/caves) +"odr" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_showroom) +"ods" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"odt" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"odv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/truck/garbage{ + dir = 1; + pixel_x = -6 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/recycling_plant/garage) +"odx" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/telecomms) +"odz" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"odA" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_west_caves) +"odD" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/colonial_marshals/office) +"odE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/WY/WYworn{ + dir = 4; + pixel_x = -30; + pixel_y = -15 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"odI" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/trash/uscm_mre, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/northeast) +"odL" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"odN" = ( +/obj/structure/machinery/vending/coffee{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/machinery/vending/snack{ + pixel_x = -18; + pixel_y = 4 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"odT" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = 19 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"odY" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"odZ" = ( +/obj/structure/platform_decoration/kutjevo/smooth{ + dir = 8 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"oeb" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_east_caves) +"oec" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"oeh" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"oem" = ( +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_x = -8; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oeo" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"oev" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_street) +"oew" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"oez" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"oeH" = ( +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -6; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/structure/closet/walllocker{ + pixel_y = 30 + }, +/obj/structure/bed/hybrisa/chairs/red{ + layer = 4 + }, +/obj/item/storage/belt/gun/m4a3/highpower/tactical, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"oeL" = ( +/obj/structure/prop/almayer/computers/sensor_computer3{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp3"; + name = "computer" + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/whiskey_outpost/inside/caves) +"oeP" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"oeR" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard4{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"oeW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/hotdog, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/mob/living/simple_animal/rat/gray, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"oeX" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"ofg" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ofh" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"ofp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/grassybush, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"ofu" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "hybrisaLZ2_1"; + name = "Emergency Lockdown" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"ofv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"ofH" = ( +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"ofI" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + layer = 4; + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"ofJ" = ( +/obj/structure/machinery/meter, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"ofM" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ofX" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"ogn" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/tool/mop{ + pixel_y = 6 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"ogo" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact" + }, +/obj/structure/prop/invuln/pipe_water, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"ogp" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"ogq" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/garage) +"ogv" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"ogB" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/landing_zone_2) +"ogE" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor5{ + light_on = 1; + light_power = 6; + light_range = 14; + name = "circular light"; + light_color = "#00ffa0" + }, +/area/lv759/oob) +"ogH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"ogK" = ( +/obj/structure/sign/safety/south, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"ogU" = ( +/obj/item/bedsheet/green, +/obj/structure/bed/roller/hospital_empty/bigrollerempty, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"oha" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"ohb" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"ohd" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"ohh" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor8" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"ohi" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/machinery/sensortower, +/turf/open/floor/plating/prison, +/area/lv759/outdoors/caveplateau) +"ohs" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant) +"ohu" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"ohz" = ( +/obj/structure/surface/rack, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/maintenance_east) +"ohA" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/casino/casino_office) +"ohF" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"ohM" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"ohR" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/item/shard, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"ohS" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/mining_outpost/northeast) +"ohV" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/colony{ + dir = 2; + name = "Garage - Workshop"; + panel_open = 1 + }, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop) +"ohX" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard2{ + dir = 4; + pixel_y = 34 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"oif" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/landing_zone_2) +"oig" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy4" + }, +/area/whiskey_outpost/inside/caves) +"oii" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"oik" = ( +/obj/structure/disposalpipe/sortjunction/flipped{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"oir" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/item/stack/cable_coil/cut{ + icon_state = "coil2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/engineering) +"ois" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"oit" = ( +/obj/structure/machinery/door/airlock/almayer/research{ + name = "\improper Containment Chambers"; + req_access_txt = "103" + }, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + dir = 4; + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"oiu" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"oiv" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/obj/item/prop/colony/usedbandage{ + dir = 4 + }, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"oiw" = ( +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/obj/structure/platform_decoration/kutjevo{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/northeast) +"oiA" = ( +/obj/structure/machinery/m56d_hmg/mg_turret/dropship, +/obj/structure/barricade/sandbags, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"oiH" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"oiI" = ( +/obj/structure/closet, +/obj/item/clothing/head/CMB, +/obj/item/clothing/under/CM_uniform, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"oiN" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/dam/truck/damaged{ + layer = 5 + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"oiP" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"oiQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"oiU" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + layer = 5; + pixel_x = -6; + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_street) +"oja" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"ojb" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/r_n_d/organic_analyzer, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"ojf" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"oji" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/miner, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"ojn" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "agentshuttle"; + indestructible = 1; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"ojp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"ojr" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"oju" = ( +/obj/structure/machinery/conveyor, +/obj/item/tool/crowbar/red, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"ojw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ojy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ojC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/mining_outpost/northeast) +"ojD" = ( +/obj/effect/hybrisa/decal/WY/WY1, +/obj/effect/decal/cleanable/dirt{ + layer = 4; + plane = -6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_2) +"ojF" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ojJ" = ( +/obj/structure/bed/chair{ + dir = 8; + icon_state = "chair_alt"; + pixel_x = -8 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"ojO" = ( +/obj/structure/sign/poster/art, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north_maint) +"ojQ" = ( +/turf/open/floor/hybrisa/misc/marshallsemblem{ + desc = "A small inscription reads - The laws of Earth stretch beyond the Sol. To live, to serve, wherever humanity roams."; + name = "Office of the Colonial Marshals Emblem" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"okc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/largecrate/mule, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"okg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/floodlight, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"okh" = ( +/obj/structure/closet, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"okk" = ( +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar) +"okm" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/colonial_marshals/garage) +"okn" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "comfychair_blue" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"okr" = ( +/obj/item/stack/sheet/cardboard/small_stack, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/equipment_east) +"okF" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"okJ" = ( +/obj/structure/platform/mineral{ + dir = 4; + color = "#7e7d72" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/east_central_street) +"okL" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 10 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"okM" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"okO" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottom" + }, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"okP" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"okS" = ( +/obj/structure/fence/electrified, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"olg" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"olm" = ( +/obj/structure/largecrate/random/barrel/blue, +/obj/structure/machinery/power/apc{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo_maintenance) +"olp" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"olq" = ( +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"olv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/stack/sheet/metal, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"oly" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/power_storage) +"olD" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 5 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/mining_outpost/east_dorms) +"olM" = ( +/obj/structure/sign/poster/ad, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/east_central_street) +"olN" = ( +/obj/structure/closet/crate/freezer/cooler/oj{ + layer = 6; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"olR" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"olV" = ( +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"olW" = ( +/obj/structure/prop/hybrisa/airport/dropshipvent1left, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"omf" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats{ + pixel_x = -25; + pixel_y = 6 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"omk" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_2/ceiling) +"omp" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/device/gripper, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"omx" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"omC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"omE" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"omK" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"omO" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"omQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"omS" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/weymart/backrooms) +"omW" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/curtain/open/shower, +/obj/effect/landmark/monkey_spawn, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment_services/west) +"oni" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/landing_zone_2) +"onj" = ( +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/north_street) +"onv" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/ground_wire{ + layer = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe5{ + dir = 4; + pixel_y = -1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/turf/open/gm/river, +/area/lv759/outdoors/colony_streets/north_east_street) +"onw" = ( +/obj/structure/prop/hybrisa/misc/bench{ + pixel_x = 7; + dir = 1; + layer = 3 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80; + pixel_x = -2 + }, +/obj/structure/window/reinforced, +/obj/structure/platform/hybrisa/metalplatform6{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"ony" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest1{ + layer = 2 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"onH" = ( +/obj/item/spacecash/c200, +/obj/item/ammo_magazine/pistol/heavy/super/highimpact/ap, +/obj/item/ammo_magazine/pistol/heavy/super/highimpact/ap, +/obj/item/weapon/gun/pistol/heavy, +/obj/item/ammo_magazine/pistol/heavy, +/obj/item/ammo_magazine/pistol/heavy, +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/east) +"onI" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"onO" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"onQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"onR" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 4; + layer = 5 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8; + layer = 2 + }, +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0"; + pixel_y = 6 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4; + layer = 2 + }, +/obj/item/storage/pouch/construction, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"onS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"onU" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/tcomms_northwest) +"onW" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"onX" = ( +/obj/structure/machinery/shower{ + dir = 1; + pixel_y = -1 + }, +/obj/effect/landmark/monkey_spawn, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment_services/east) +"ooi" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/obj/structure/bed/stool, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"oom" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"oon" = ( +/obj/structure/machinery/flasher/portable, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"ooo" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"ooq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"oos" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"oov" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 20 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_17"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"oow" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"ooy" = ( +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"ooC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ooE" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"ooJ" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"ooK" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/almayer/computers/sensor_computer3{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"ooL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"ooT" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/northwestbottom, +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 6 + }, +/area/lv759/oob) +"ooX" = ( +/obj/structure/sign/poster/corporate{ + layer = 2.9 + }, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/flight_control_room) +"opa" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/machinery/deployable/barrier, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"opf" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"oph" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/pharmacy) +"opi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"opw" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/surface/rack{ + layer = 4 + }, +/obj/item/device/toner{ + layer = 4 + }, +/obj/item/device/toner{ + layer = 4 + }, +/obj/effect/landmark/objective_landmark/close{ + layer = 5 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/strata{ + dir = 8; + icon_state = "red4" + }, +/area/lv759/indoors/spaceport/security) +"opx" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"opA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/power/port_gen/pacman, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"opB" = ( +/obj/structure/window/framed/hybrisa/spaceport/reinforced, +/turf/open/space/basic, +/area/lv759/indoors/spaceport/security_office) +"opH" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"opJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"opO" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/effect/landmark/monkey_spawn, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment_services/east) +"opT" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"opU" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_office) +"opV" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"opX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/uscm_mre, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"opZ" = ( +/turf/open/floor/prison{ + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"oqa" = ( +/obj/structure/sign/safety/storage, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/security_office) +"oqb" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/card/id, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"oqh" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/structure/bed/stool, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"oqn" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/weyyu_office/breakroom) +"oqo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/item/trash/eat, +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"oqq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 10; + icon_state = "cyan3" + }, +/area/whiskey_outpost/inside/caves) +"oqx" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/clothing/head/hardhat/dblue, +/obj/item/device/radio{ + pixel_x = -12; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 10 + }, +/area/lv759/landing_zone_1/ceiling) +"oqE" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"oqJ" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"oqQ" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 8; + pixel_y = 10; + pixel_x = 5 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oqS" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"oqV" = ( +/obj/structure/sign/safety/security, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"ord" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/machinery/light/small/blue, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"orh" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable{ + icon_state = "6-8" + }, +/obj/structure/machinery/portable_atmospherics/powered/scrubber, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"orj" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_office) +"orm" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"ory" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/mining_outpost/east_command) +"orz" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/backrooms) +"orC" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/tool/pen/red/clicky, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/apartment/east) +"orE" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"orS" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/bedsheetbin{ + icon_state = "linenbin-empty" + }, +/obj/item/clothing/under/CM_uniform, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"orU" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"orW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"ose" = ( +/obj/structure/curtain/open/shower, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/restroom) +"osf" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"osk" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"osl" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"osq" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"osr" = ( +/obj/structure/ore_box, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"osv" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/closet/crate/trashcart{ + pixel_y = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"osA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"osB" = ( +/obj/item/trash/tray, +/obj/effect/decal/cleanable/blood, +/turf/open/shuttle{ + icon_state = "rasputin3" + }, +/area/lv759/indoors/spaceport/starglider) +"osF" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"osJ" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"osS" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"osV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"ota" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"otb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"otc" = ( +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"otd" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"ote" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"otk" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"oto" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"otC" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/mining_outpost/south) +"otF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"otG" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"otH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"otP" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "zwing2"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/horizon_runner) +"otT" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"otU" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"oub" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"oug" = ( +/obj/structure/largecrate/random{ + layer = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"ouj" = ( +/obj/structure/ore_box, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"oul" = ( +/obj/structure/machinery/disposal, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"oum" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/storage/bag/plasticbag, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_y = 14 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"oun" = ( +/obj/structure/closet, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/tubes, +/obj/item/storage/box/mousetraps, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"ouu" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"ouw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/healthanalyzer, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"ouy" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_2) +"ouF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"ouG" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"ouI" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_street) +"ouJ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"ouK" = ( +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"ouO" = ( +/obj/structure/platform/mineral{ + dir = 1 + }, +/obj/structure/prop/almayer/computers/mission_planning_system{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer"; + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"ovf" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"ovg" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"ovn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"ovp" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"ovt" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_3{ + pixel_x = -26 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ovz" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"ovC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"ovD" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"ovF" = ( +/obj/structure/surface/table/almayer, +/obj/item/map, +/obj/item/tool/pickaxe{ + pixel_y = 4 + }, +/obj/item/tool/pen, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/mining_outpost/east_command) +"ovN" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 10 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"owd" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/csandwich, +/obj/item/toy/deck/uno{ + pixel_y = 18 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"owi" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"owm" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital - Surgery Observation" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/operation) +"owp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"owy" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/landing_zone_2) +"owX" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"oxb" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"oxc" = ( +/obj/structure/prop/hybrisa/containersextended/lightgreywyright, +/turf/open/floor/almayer, +/area/lv759/indoors/spaceport/cargo) +"oxd" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"oxj" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -6 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/central_streets) +"oxt" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"oxu" = ( +/obj/item/stack/sheet/wood{ + pixel_y = -8 + }, +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0" + }, +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"oxy" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"oxD" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"oxE" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"oxG" = ( +/obj/structure/sign/poster/io, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"oxK" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"oxL" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/platform/kutjevo/smooth{ + climb_delay = 1; + dir = 1; + layer = 2.99 + }, +/obj/structure/bed/chair/comfy{ + icon_state = "comfychair_ares" + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/colonial_marshals/press_room) +"oxQ" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"oxT" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/mining_outpost/east_command) +"oxZ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"oya" = ( +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + icon_state = "bluemultimonitorbig_on"; + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 1; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_factory) +"oyg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/platform/mineral{ + dir = 1 + }, +/obj/structure/platform/mineral{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"oyq" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"oys" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"oyy" = ( +/obj/item/prop/colony/used_flare, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"oyz" = ( +/obj/structure/morgue, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"oyB" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/largecrate/random/barrel{ + layer = 3.2; + pixel_x = -17; + pixel_y = -9 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oyE" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/tcomms_northwest) +"oyH" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/northeast) +"oyM" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"oyP" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"oyU" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "\improper Maintenance Storage" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/cryo_room) +"oyV" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"oyW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"ozj" = ( +/obj/structure/prop/hybrisa/containersextended/greywyleft, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"ozl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"ozm" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"ozn" = ( +/obj/structure/barricade/wooden, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/garage_reception) +"ozp" = ( +/obj/structure/prop/structure_lattice{ + dir = 1; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 1; + layer = 3.1; + pixel_y = 10 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/east_command) +"ozs" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/barricade/handrail/wire{ + layer = 3 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"ozy" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltop"; + layer = 2 + }, +/obj/effect/hybrisa/decal/road/lines5, +/obj/structure/largecrate/random/barrel/white{ + layer = 2 + }, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"ozB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_west_street) +"ozE" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/structure/surface/rack, +/obj/structure/platform/kutjevo/smooth{ + climb_delay = 1; + dir = 4; + layer = 2.99 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/northeast) +"ozJ" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"ozK" = ( +/obj/structure/platform/hybrisa/metalplatform4{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"ozQ" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"ozS" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/south_east_street) +"ozV" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_caves) +"ozZ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"oAg" = ( +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"oAi" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/turf/open/hybrisa/dropship/dropship3, +/area/lv759/indoors/spaceport/starglider) +"oAk" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"oAm" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"oAn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/mob/living/simple_animal/rat/white, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/hospital/virology) +"oAs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"oAH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/operation) +"oAN" = ( +/obj/structure/machinery/conveyor_switch{ + id = "cargo_landing" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"oAO" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor0" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"oAR" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"oAX" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"oAY" = ( +/obj/structure/closet/l3closet/general, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"oAZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime2, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"oBa" = ( +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"oBf" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"oBh" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"oBj" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"oBn" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"oBp" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble5{ + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/central_streets) +"oBq" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"oBr" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4"; + pixel_x = -6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"oBv" = ( +/obj/item/prop/colony/canister{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"oBz" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + icon_state = "hydrotray4" + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"oBA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"oBG" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_street) +"oBJ" = ( +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"oBK" = ( +/obj/structure/machinery/light_construct/small{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"oBL" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/effect/spawner/random/powercell, +/obj/item/device/radio/headset, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/telecomms) +"oBP" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/shard, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"oBR" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/central_caves) +"oBU" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"oBV" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/closet/crate/freezer, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"oBY" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"oCb" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/maintenance_east) +"oCf" = ( +/obj/structure/sign/poster/safety, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_factory) +"oCo" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "#FF2300"; + dir = 4 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"oCs" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/largecrate/random/barrel{ + layer = 4; + pixel_x = 6; + pixel_y = -16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"oCt" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"oCv" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"oCB" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/starglider) +"oCK" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Hydroponics - Main Room" + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/botany/botany_hallway) +"oCM" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 8 + }, +/turf/open/floor/prison, +/area/lv759/indoors/colonial_marshals/holding_cells) +"oCP" = ( +/obj/structure/barricade/handrail/medical{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/reception) +"oCR" = ( +/obj/structure/ore_box, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"oDf" = ( +/obj/structure/machinery/light, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"oDh" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 10; + level = 10; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"oDs" = ( +/obj/item/prop/colony/canister{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"oDz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"oDF" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"oDH" = ( +/obj/effect/hybrisa/decal/gold/line4, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"oDL" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"oDP" = ( +/obj/structure/prop/hybrisa/containersextended/greywyleft, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"oDU" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"oDV" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/north_street) +"oDW" = ( +/obj/structure/largecrate/random/mini/small_case, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"oEb" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_office) +"oEd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Lab Maintenance" + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/security) +"oEf" = ( +/obj/structure/sign/safety/galley, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/power_plant/workers_canteen) +"oEh" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30" + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_east) +"oEn" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "48" + }, +/area/lv759/indoors/spaceport/starglider) +"oEr" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oEs" = ( +/obj/structure/reagent_dispensers/water_cooler/walk_past{ + pixel_x = 10; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_foyer) +"oEt" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"oEw" = ( +/obj/structure/closet/secure_closet/detective, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/ammo_magazine/revolver/incendiary, +/obj/item/ammo_magazine/revolver/incendiary, +/obj/item/ammo_magazine/revolver, +/obj/item/ammo_magazine/revolver, +/obj/item/weapon/gun/revolver/m44/custom, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/colonial_marshals/head_office) +"oEA" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"oEB" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"oED" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"oEE" = ( +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/meridian/meridian_foyer) +"oEF" = ( +/obj/structure/bed/chair{ + icon_state = "chair_alt"; + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"oEI" = ( +/obj/structure/surface/rack, +/obj/item/tool/weldpack, +/obj/item/tool/weldpack, +/obj/item/tool/weldpack, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop) +"oEL" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"oEP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/green, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"oEQ" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"oES" = ( +/obj/structure/bed/chair{ + buckling_y = 6; + dir = 1; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"oEY" = ( +/obj/structure/platform_decoration, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"oEZ" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"oFc" = ( +/obj/structure/cargo_container/kelland/right{ + layer = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"oFf" = ( +/obj/structure/sign/safety/high_voltage{ + pixel_x = 11 + }, +/obj/structure/sign/safety/hazard, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"oFj" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"oFo" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light/spot, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"oFv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_foyer) +"oFz" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_east_caves) +"oFA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant) +"oFE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"oFO" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/item/clothing/head/bio_hood/scientist, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"oFX" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/pizzaria) +"oGb" = ( +/obj/structure/barricade/wooden, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"oGf" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/item/stack/sheet/metal/med_small_stack, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oGi" = ( +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"oGm" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"oGr" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/machinery/conveyor, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"oGw" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/maintenance) +"oGC" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/mech_bay_recharge_floor, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"oGD" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/blue, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/east_central_street) +"oGE" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_2) +"oGG" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"oGH" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"oGM" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"oGN" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"oGS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/brown{ + dir = 4; + pixel_x = 2; + pixel_y = 6; + layer = 3 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + layer = 3 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"oGW" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_y = 16 + }, +/obj/item/reagent_container/food/drinks/sillycup, +/turf/open/floor{ + dir = 8; + icon_state = "carpet6-2" + }, +/area/lv759/indoors/bar/entertainment) +"oHc" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"oHi" = ( +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 2 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"oHl" = ( +/obj/structure/largecrate/random/barrel/black{ + layer = 3.2; + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/largecrate/random/barrel/black{ + pixel_x = 12; + pixel_y = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caveplateau) +"oHp" = ( +/obj/structure/machinery/computer/cameras/telescreen{ + desc = "A broken Tele-Screen monitor."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "telescreenbspark" + }, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"oHx" = ( +/obj/structure/platform/hybrisa/metalplatform4, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"oHB" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"oHC" = ( +/obj/structure/machinery/body_scanconsole, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"oHI" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/power_plant/gas_generators) +"oHJ" = ( +/obj/item/trash/eat, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 11; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 + }, +/obj/item/weapon/gun/shotgun/merc, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar/entertainment) +"oHN" = ( +/obj/structure/largecrate/supply/ammo/sentry, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"oHX" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"oIa" = ( +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"oIb" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"oId" = ( +/obj/structure/largecrate/supply, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"oIj" = ( +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"oIr" = ( +/obj/structure/girder/reinforced, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 14 + }, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + color = "#ffa700"; + layer = 7 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"oIt" = ( +/obj/item/stool{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"oIu" = ( +/obj/structure/surface/table/reinforced, +/obj/item/roller, +/obj/item/roller, +/obj/item/storage/box/rxglasses, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/pharmacy) +"oIB" = ( +/obj/effect/landmark/corpsespawner/wygoon, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"oIC" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/hospital/morgue) +"oIF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/door/window/brigdoor/northleft, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "redfull" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"oIH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/machinery/deployable/barrier{ + pixel_x = 5 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"oIZ" = ( +/obj/structure/prop/hybrisa/containersextended/redright{ + layer = 6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oJc" = ( +/obj/item/alien_embryo, +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/hospital/morgue) +"oJn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/platform/mineral{ + dir = 1 + }, +/obj/structure/platform/mineral{ + dir = 8 + }, +/obj/structure/target/alien, +/turf/open/floor/prison{ + icon_state = "floor_marked" + }, +/area/whiskey_outpost/inside/caves) +"oJs" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/item/roller, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_y = 12 + }, +/obj/item/tool/mop{ + pixel_y = 20 + }, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/restroom) +"oJw" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 5 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"oJy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"oJC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"oJM" = ( +/obj/structure/bed/chair/office/light{ + dir = 1; + pixel_x = 2; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant/telecomms) +"oJU" = ( +/obj/structure/machinery/door/airlock/almayer/secure/autoname{ + name = "\improper Restroom" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/casino/casino_restroom) +"oJV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"oJZ" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"oKg" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/item/toy/deck, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"oKi" = ( +/obj/structure/closet/firecloset, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"oKr" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/structure/closet/crate/plastic, +/obj/item/pizzabox/mystery/stack{ + layer = 7; + pixel_y = 9 + }, +/obj/item/clothing/head/soft/red{ + layer = 7; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"oKs" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/item/paper{ + layer = 2 + }, +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"oKv" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"oKw" = ( +/obj/structure/surface/table, +/obj/item/device/healthanalyzer, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"oKB" = ( +/obj/structure/bed/hybrisa/chairs/red{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/lv759/indoors/casino/casino_office) +"oKC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"oKD" = ( +/obj/structure/machinery/door/airlock/almayer/secure/autoname{ + name = "Night Gold Casino - Managers Office" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/casino/casino_office) +"oKK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/central_streets) +"oKL" = ( +/obj/item/stack/sheet/cardboard{ + pixel_y = -12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"oKN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"oKP" = ( +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"oKR" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"oKS" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"oKT" = ( +/obj/structure/largecrate/random/barrel{ + layer = 4 + }, +/obj/structure/largecrate/random/barrel{ + layer = 4; + pixel_x = 6; + pixel_y = -16 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"oKW" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/cmo_office) +"oLd" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"oLi" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"oLm" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"oLn" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/containersextended/lightgreywyleft{ + layer = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"oLp" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"oLq" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/east_central_street) +"oLr" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"oLv" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"oLx" = ( +/obj/item/reagent_container/food/snacks/cookie{ + pixel_y = 12 + }, +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoe"; + name = "cuppa joe's coffee cup"; + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"oLE" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"oLF" = ( +/obj/effect/landmark/objective_landmark/close, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"oLI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/structure/platform/mineral{ + dir = 1 + }, +/obj/item/stool{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata{ + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"oLO" = ( +/obj/structure/platform/stair_cut{ + icon_state = "platform_stair_alt" + }, +/obj/structure/stairs/perspective/kutjevo{ + dir = 8 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"oLP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/generic, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"oLS" = ( +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"oLV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/machinery/computer/communications{ + dir = 4; + layer = 4; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/reagent_container/food/snacks/packaged_burrito{ + layer = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"oLZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oMc" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"oMe" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"oMf" = ( +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 24 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"oMh" = ( +/obj/structure/largecrate/supply/medicine/optable, +/obj/structure/largecrate/random/mini/med{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"oMp" = ( +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = -7; + pixel_y = 16 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"oMs" = ( +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/indoors/spaceport/engineering) +"oMH" = ( +/obj/structure/sign/safety/opens_up{ + pixel_x = 3 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2) +"oMS" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"oMX" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"oMY" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"oNc" = ( +/obj/structure/morgue, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"oNm" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"oNn" = ( +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"oNr" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile{ + dir = 8 + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"oNs" = ( +/obj/structure/cargo_container/hd/right, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"oNv" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"oNG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/indoors/electical_systems/substation2) +"oNI" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/item/shard, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 8 + }, +/obj/structure/machinery/door/window/southleft, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"oNW" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/central_caves) +"oNZ" = ( +/obj/structure/largecrate/random/case/double{ + pixel_y = 7 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"oOf" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"oOg" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_east_caves) +"oOl" = ( +/obj/structure/barricade/handrail, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"oOm" = ( +/obj/structure/closet/crate/freezer/cooler{ + pixel_x = 15; + pixel_y = 15 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/whiskey_outpost/inside/caves) +"oOD" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/sign/safety/flightcontrol, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"oOG" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/roller/hospital/bloody{ + dir = 1 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"oOI" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel{ + layer = 5; + pixel_x = 6; + pixel_y = -16 + }, +/obj/structure/ore_box{ + layer = 4.2; + pixel_x = -11; + pixel_y = 23 + }, +/obj/structure/ore_box{ + layer = 4; + pixel_x = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"oOM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"oOQ" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_north) +"oOS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"oOY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/structure/prop/hybrisa/vehicles/van/vandamaged{ + dir = 1; + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/east_central_street) +"oPg" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_3{ + pixel_x = -26 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"oPl" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/ashtray/bronze{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/toy/deck, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/gold/line2, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"oPm" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"oPt" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/north_office) +"oPu" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"oPz" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/hallway_central) +"oPB" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_on{ + dir = 1; + light_color = "#00da64"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/electical_systems/substation3) +"oPD" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"oPE" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"oPF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4; + layer = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/gibs/robot, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/garage_workshop) +"oPG" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"oPO" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/ore_box, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"oPW" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/ammo_magazine/shotgun/slugs, +/obj/item/ammo_magazine/shotgun/slugs, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"oPY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"oQa" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/docking_bay_1) +"oQi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/black{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"oQj" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/east) +"oQk" = ( +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/north_street) +"oQp" = ( +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"oQs" = ( +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"oQt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"oQD" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + layer = 6; + name = "\improper food cart" + }, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart"; + pixel_y = 9 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/kitchen) +"oQH" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/wood/blue{ + dir = 4; + pixel_x = -5 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"oQI" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"oQJ" = ( +/obj/item/stack/rods, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble4{ + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"oQM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "5-6"; + layer = 5 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"oQN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/spaceport/cuppajoes) +"oQQ" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/landing_zone_2) +"oQU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"oQX" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + layer = 4; + pixel_x = 12; + pixel_y = 14 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = -5; + pixel_y = 17 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"oRb" = ( +/obj/structure/window/framed/corsat/security, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"oRc" = ( +/obj/structure/platform/strata/metal, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + pixel_x = 1 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"oRp" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"oRv" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/smallDelivery, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"oRD" = ( +/obj/structure/reagent_dispensers/oxygentank, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"oRF" = ( +/obj/structure/closet, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"oRT" = ( +/obj/structure/bed/sofa/vert/white/top, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"oRU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/almayer/comp_open, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"oRV" = ( +/obj/structure/largecrate/random{ + layer = 6 + }, +/obj/structure/largecrate/random/mini{ + layer = 8; + pixel_x = 1; + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"oSe" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"oSg" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"oSl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"oSp" = ( +/obj/structure/largecrate/random/mini/small_case{ + layer = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"oSt" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"oSv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oSE" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"oSF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/shard, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"oSG" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oSN" = ( +/obj/structure/displaycase{ + icon_state = "glassbox0" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/east) +"oSR" = ( +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"oSS" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"oSW" = ( +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"oSX" = ( +/obj/structure/largecrate/random, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"oTa" = ( +/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; + pixel_y = -12 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"oTf" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/clothing/head/CMB, +/obj/item/spacecash/ewallet, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"oTk" = ( +/obj/structure/largecrate/random/barrel/black{ + layer = 3.2; + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"oTm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"oTv" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/reception) +"oTw" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble10{ + dir = 8; + pixel_w = null; + pixel_x = 13; + pixel_y = 3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"oTx" = ( +/obj/structure/dropship_equipment/fuel/fuel_enhancer{ + indestructible = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"oTy" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -17 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"oTG" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"oTH" = ( +/obj/structure/closet/crate/ammo/alt, +/obj/item/ammo_magazine/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/ammo_magazine/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/weapon/gun/pistol/vp78{ + pixel_y = -4 + }, +/obj/item/weapon/gun/pistol/vp78{ + pixel_y = -4 + }, +/obj/item/ammo_magazine/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"oTJ" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"oTQ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/hospital/morgue) +"oTX" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "6_pack_1_crushed" + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"oUb" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/corner{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"oUn" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble4{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oUq" = ( +/obj/structure/sign/poster/marshalls, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"oUt" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/power/terminal, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"oUw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"oUx" = ( +/obj/structure/platform/strata/metal, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + pixel_x = 1 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"oUy" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"oUC" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"oUD" = ( +/obj/structure/machinery/cm_vending/sorted/supplies, +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "82" + }, +/area/lv759/indoors/spaceport/starglider) +"oUH" = ( +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/reception) +"oUI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stool{ + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"oUP" = ( +/obj/structure/prop/hybrisa/containersextended/redleft, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_factory) +"oUS" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/horizon_runner) +"oUV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = 6 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_south) +"oUZ" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"oVb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trash/green, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 17 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_street) +"oVd" = ( +/turf/open/floor/prison{ + icon_state = "whitegreencorner" + }, +/area/lv759/indoors/hospital/central_hallway) +"oVe" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"oVf" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + draw_warnings = 0; + health = null; + indestructible = 1; + unacidable = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"oVj" = ( +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 11; + pixel_y = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"oVk" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"oVm" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/breakroom) +"oVx" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"oVz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/shard, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"oVC" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/virology) +"oVF" = ( +/obj/structure/machinery/smartfridge/chemistry/virology, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"oVH" = ( +/obj/structure/bed/roller, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"oVI" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"oVP" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oVT" = ( +/obj/structure/barricade/sandbags{ + dir = 4; + icon_state = "sandbag_1" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"oVU" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = 6; + pixel_y = -16 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/blood/gibs/robot, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"oWd" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"oWg" = ( +/obj/item/device/flashlight, +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"oWm" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"oWs" = ( +/obj/item/paper/crumpled, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 10 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"oWx" = ( +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 11; + pixel_y = 15 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"oWD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"oWF" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"oWH" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"oWM" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/landing_zone_2) +"oWO" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"oWS" = ( +/obj/structure/closet/crate/freezer/cooler{ + pixel_x = -7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"oWW" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/hospital/maintenance) +"oWY" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"oXl" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/spawner/random/tool, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"oXo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"oXt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"oXC" = ( +/obj/structure/platform/strata/metal, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"oXD" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"oXO" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"oYd" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"oYj" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"oYo" = ( +/obj/structure/machinery/door_control{ + id = "hybrisacheckpoint_northwest"; + name = "Checkpoint Lockdown" + }, +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"oYu" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"oYv" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottom" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"oYy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/communications{ + dir = 4; + layer = 3; + pixel_y = -8 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"oYE" = ( +/obj/structure/largecrate/random/barrel/black{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"oYG" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1; + layer = 3; + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oYJ" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"oYM" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"oYO" = ( +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/spaceport/kitchen) +"oYS" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "hybrisacheckpoint_west"; + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"oYW" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"oZh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/buritto, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oZi" = ( +/obj/structure/prop/almayer/computers/mission_planning_system{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer"; + pixel_y = 12; + icon_state = "blackmps"; + layer = 4 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo) +"oZj" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"oZk" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"oZl" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer, +/area/lv759/indoors/spaceport/cargo) +"oZn" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"oZr" = ( +/obj/structure/bed/chair/comfy{ + icon_state = "comfychair_blue" + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"oZz" = ( +/obj/item/toy/beach_ball, +/obj/structure/platform/mineral{ + dir = 8 + }, +/turf/open/gm/river/desert/shallow_edge{ + dir = 1 + }, +/area/lv759/indoors/apartment/west) +"oZE" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/bathroom) +"oZI" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"oZJ" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"oZL" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -17 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"oZM" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/security) +"oZQ" = ( +/obj/structure/machinery/light, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"oZS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/cable_coil/cut{ + icon_state = "coil1" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"oZW" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"oZY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"oZZ" = ( +/obj/structure/closet/secure_closet/medical3{ + req_access_txt = "100" + }, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"paa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"pab" = ( +/obj/structure/bed/chair{ + icon_state = "chair_alt"; + pixel_x = 3 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"pav" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"pay" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 8; + pixel_y = -3 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"paz" = ( +/obj/structure/machinery/gibber, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"paG" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"paH" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_street) +"paJ" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"paO" = ( +/obj/structure/closet/l3closet/general, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"paT" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/powercell, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/trash/cigbutt, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"paU" = ( +/obj/item/prop/colony/usedbandage{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/interior/wood, +/area/lv759/indoors/mining_outpost/south) +"paZ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"pbb" = ( +/obj/item/bedsheet/medical, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"pbh" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"pbk" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"pbn" = ( +/obj/structure/cargo_container/kelland/right{ + layer = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"pbo" = ( +/obj/effect/hybrisa/decal/road/corner{ + dir = 1 + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"pbE" = ( +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"pbH" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/largecrate/random, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"pbJ" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"pbM" = ( +/obj/structure/plasticflaps, +/obj/structure/machinery/conveyor, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"pbQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/hybrisa/containersextended/greywyright, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"pbR" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/obj/structure/disposalpipe/segment, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"pbT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/burger, +/obj/item/stack/rods, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pbX" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/entertainment, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/casino) +"pbZ" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/pillars/east/pillareast4, +/area/lv759/oob) +"pca" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -9; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/floodlight, +/obj/item/tool/warning_cone{ + pixel_x = -27; + pixel_y = 3 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"pcf" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"pcg" = ( +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"pck" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/lv759/indoors/weyyu_office) +"pcr" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/barricade/handrail/wire{ + layer = 3 + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 2.9 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"pcy" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_caves) +"pcC" = ( +/obj/structure/prop/hybrisa/xenobiology/small/crackedegg, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"pcF" = ( +/obj/item/stool{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"pcG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/largecrate/random/case/double, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"pcK" = ( +/obj/structure/sign/poster/propaganda, +/obj/structure/sign/poster/propaganda{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/sign/poster/propaganda{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/jacks_surplus) +"pcQ" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"pcR" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/north_office) +"pdb" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"pdg" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"pdi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/bedsheet/green, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"pdk" = ( +/obj/structure/surface/rack, +/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/reagent_dispensers/beerkeg{ + layer = 4; + pixel_y = 13 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"pdm" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"pdp" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_4{ + dir = 4; + pixel_x = -11; + pixel_y = -7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"pdv" = ( +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"pdC" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"pdG" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"pdO" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pdP" = ( +/obj/structure/surface/table, +/obj/item/clothing/glasses/hud/health, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"pdU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_north) +"pdY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"pea" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"peh" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy_leftengine" + }, +/area/whiskey_outpost/inside/caves) +"pei" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/camera{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/stock_parts/matter_bin, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"pek" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"pen" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"peo" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_street) +"pey" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14" + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"peE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_hallway) +"peG" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/roadlines3, +/area/lv759/outdoors/colony_streets/north_west_street) +"peL" = ( +/obj/structure/machinery/microwave{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/hybrisa/tile/supermartfloor2, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"peN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/sortjunction/flipped{ + dir = 4 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"peQ" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/almayer, +/area/lv759/indoors/spaceport/cargo) +"peY" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/sign/safety/north{ + pixel_x = -17 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"pff" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"pfk" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/landing_zone_1) +"pfs" = ( +/obj/structure/machinery/door/poddoor/hybrisa/white{ + name = "\improper Lockdown" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/whiskey_outpost/inside/caves) +"pfu" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"pfv" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/machinery/light/small/blue, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"pfB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blackcorner" + }, +/area/whiskey_outpost/inside/caves) +"pfJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/airport/refuelinghose2{ + layer = 1; + pixel_x = -12; + pixel_y = -12 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"pfP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"pfT" = ( +/obj/structure/platform_decoration, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"pfZ" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + dir = 8; + indestructible = 1; + needs_power = 0 + }, +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"pgf" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/virology) +"pgg" = ( +/obj/structure/prop/hybrisa/signs/high_voltage{ + desc = null + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"pgh" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"pgm" = ( +/obj/structure/surface/rack, +/obj/item/toy/beach_ball, +/obj/item/toy/inflatable_duck, +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/west) +"pgn" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"pgp" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "22"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"pgq" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"pgr" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + layer = 4; + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/casino/casino_office) +"pgA" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/geothermal_generators) +"pgC" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/effect/landmark/monkey_spawn, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment_services/east) +"pgH" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_managersoffice) +"pgP" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"pgQ" = ( +/obj/structure/catwalk/prison, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence/electrified{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"pgV" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/CMB_4x4_emblem{ + dir = 1; + name = "Office of the Colonial Marshals - Concrete Emblem"; + desc = "A small inscription reads - The laws of Earth stretch beyond the Sol. To live, to serve, wherever humanity roams." + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"phf" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun/compact, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"phg" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"phm" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"phq" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"phw" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/stack/rods{ + amount = 15 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_east_street) +"phB" = ( +/obj/structure/closet/bodybag, +/obj/structure/bed/roller, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"phC" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"phE" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/oob) +"phJ" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 5; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/obj/structure/largecrate/random/barrel/green{ + layer = 5 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"phN" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/virology) +"phO" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"phY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"phZ" = ( +/obj/structure/bedsheetbin{ + icon_state = "linenbin-empty" + }, +/obj/item/reagent_container/glass/rag{ + desc = "A towel for drying yourself."; + icon = 'icons/obj/items/hunter/pred_gear.dmi'; + icon_state = "polishing_rag"; + name = "towel" + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment_services/west) +"pib" = ( +/obj/item/shard, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/indoors/garage_reception) +"pid" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/power_plant/transformers_north) +"pil" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/starglider) +"pir" = ( +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"pis" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/cargo_maintenance) +"pit" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "75" + }, +/area/lv759/indoors/spaceport/starglider) +"piu" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 2; + name = "\improper Hospital - Lobby" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/reception) +"piv" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"piw" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caveplateau) +"piy" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"piz" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Toilet Unit" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"piB" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/wardens_office) +"piC" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"piF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"piG" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/prop/hybrisa/misc/trash/green{ + pixel_x = 1; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"piK" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/equipment_west) +"piP" = ( +/obj/structure/prop/hybrisa/airport/dropshipwingright, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"piQ" = ( +/obj/structure/bed/chair{ + dir = 8; + icon_state = "chair_alt"; + pixel_x = -5; + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"pjc" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/device/radio, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"pjd" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"pjh" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"pju" = ( +/obj/structure/prop/vehicles{ + density = 1; + dir = 1; + icon_state = "truck_damaged"; + name = "truck" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + layer = 2.9 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pjE" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"pjI" = ( +/turf/open/floor/strata{ + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"pjO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"pjS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"pjT" = ( +/obj/structure/platform/strata/metal, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + pixel_x = 1 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"pkg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"pkv" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/reagent_container/food/drinks/coffeecup, +/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"pky" = ( +/obj/structure/machinery/door/airlock/almayer/generic/glass{ + dir = 1; + name = "Bar - Kitchen" + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar/kitchen) +"pkP" = ( +/obj/item/stack/sheet/wood/medium_stack, +/obj/item/stack/sheet/wood/medium_stack, +/obj/item/stack/sheet/cardboard/small_stack, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"pkX" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/item/ammo_casing/bullet, +/obj/item/stack/barbed_wire/small_stack, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"pkZ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "Weyland Yutani Corporate Offices - Foyer" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/floor) +"plb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/east_central_street) +"ple" = ( +/obj/structure/machinery/vending/snack{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"plo" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"plq" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/curtain/open/shower, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment_services/west) +"pls" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"plv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + icon_state = "fernybush_2"; + pixel_y = 10 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"plw" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"plx" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"plA" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"plC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"plE" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"plK" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"plV" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"plY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"pmi" = ( +/obj/structure/cargo_container/hd/mid, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"pms" = ( +/obj/structure/largecrate/random/mini{ + layer = 7; + pixel_x = 6; + pixel_y = 18 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/northeast) +"pmv" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_1"; + opacity = 0 + }, +/area/whiskey_outpost/inside/caves) +"pmw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/floodlight, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"pmE" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/trash/cigbutt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"pmF" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/ship_hull, +/area/lv759/oob) +"pmK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"pmM" = ( +/obj/item/stack/sheet/metal, +/obj/item/tool/shovel{ + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"pmO" = ( +/obj/structure/prop/ice_colony/flamingo{ + dir = 4; + layer = 7 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/north_street) +"pmV" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"pmX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"pmY" = ( +/obj/structure/machinery/flasher/portable, +/turf/open/floor/prison{ + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/armory) +"pnd" = ( +/obj/structure/cargo_container/wy/mid{ + layer = 5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"pnr" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"pnv" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"pnw" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_marked" + }, +/area/lv759/indoors/tcomms_northwest) +"pnA" = ( +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"pnC" = ( +/obj/structure/machinery/light/spot/blue, +/obj/structure/prop/hybrisa/Factory/Conveyor_belt{ + layer = 2 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"pnH" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"pnL" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"pnT" = ( +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"pnW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"poc" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"pog" = ( +/obj/effect/spawner/random/gun/pistol/lowchance, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"poj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"pol" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"poo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"pov" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"pow" = ( +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"poz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/card/id/guest, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"poG" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/tool/screwdriver{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/tool/weldpack/minitank{ + pixel_y = 12 + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"poK" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"poM" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"poP" = ( +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"poZ" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/pizzaria) +"ppa" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/spaceport/communications_office) +"ppj" = ( +/obj/structure/platform/hybrisa/metalplatform3, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 5 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"ppk" = ( +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"ppu" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"ppH" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"ppK" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet9-4" + }, +/area/lv759/indoors/bar) +"ppS" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/whiskey_outpost/inside/caves) +"ppW" = ( +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/electical_systems/substation1) +"pqb" = ( +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"pqc" = ( +/obj/structure/bed/stool, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"pqd" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"pqm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"pqs" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/reagentgrinder{ + pixel_y = 3 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"pqy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"pqD" = ( +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/east) +"pqF" = ( +/obj/structure/bed/hybrisa/bunkbed2{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/apartment/west) +"pqI" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"pqL" = ( +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/item/tool/mop{ + pixel_y = 23 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"pqM" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"pqO" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/storage) +"pqQ" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"pqT" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/south) +"pqV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair{ + dir = 16 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"pqY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"prb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"prc" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"prd" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/light/built{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/weyyu_office/pressroom) +"prm" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 18 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/east_central_street) +"prp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/heavy_loader/blue_white{ + dir = 8; + pixel_y = 6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"prq" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/security) +"prv" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"prx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"prz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"prC" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor_corner{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"prD" = ( +/obj/structure/platform_decoration/strata/metal, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"prE" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"prU" = ( +/obj/structure/prop/hybrisa/misc/detonator{ + pixel_y = 7 + }, +/obj/structure/cable/white{ + icon_state = "0-10"; + level = 2 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/south_caves) +"prY" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"psj" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/weyyu_office/breakroom) +"psn" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"pst" = ( +/obj/structure/bed/chair{ + dir = 4; + icon_state = "chair_alt"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"psu" = ( +/obj/structure/bed/chair/dropship/passenger, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"psD" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_4{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/tcomms_northwest) +"psE" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "29"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"psH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant/south_hallway) +"psI" = ( +/obj/structure/platform/hybrisa/metalplatformstair1, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"psJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"psQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/flashlight/on, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"psV" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = 6; + pixel_y = -16 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"psY" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"pta" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + access_modified = 1; + name = "Baggage Storage & Handling"; + req_one_access_txt = "30;19" + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/baggagehandling) +"ptb" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/paper, +/obj/item/tool/pen/blue, +/obj/item/reagent_container/food/snacks/hotdog, +/turf/open/floor/strata{ + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"ptc" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/prop/hybrisa/containersextended/medicalleft{ + layer = 6 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"pte" = ( +/obj/item/tool/soap{ + pixel_x = 5 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"ptg" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"ptq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silverfull" + }, +/area/whiskey_outpost/inside/caves) +"ptr" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/obj/structure/barricade/handrail/hybrisa/handrail{ + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"pts" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/wood/orange{ + pixel_y = 12 + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"pty" = ( +/obj/structure/surface/table/reinforced, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"ptC" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_2{ + dir = 4; + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"ptK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"ptQ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_east_caves) +"ptR" = ( +/obj/structure/prop/hybrisa/containersextended/bluewywingsleft, +/turf/open/floor/almayer, +/area/lv759/indoors/spaceport/cargo) +"ptU" = ( +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/outdoors/colony_streets/north_street) +"puc" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"pui" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/structure/machinery/conveyor, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"pup" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/hybrisa/street/sidewalk{ + 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" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/truck/mining{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"puD" = ( +/obj/structure/window/framed/colony/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"puE" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_west_caves) +"puJ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/storage/donut_box, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"puL" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet07" + }, +/area/lv759/indoors/hospital/cmo_office) +"puV" = ( +/obj/structure/bed/hybrisa/chairs/black{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/vip) +"puZ" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_factory) +"pvb" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"pvd" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"pvh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/paper{ + layer = 2 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"pvj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"pvo" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/obj/item/prop/helmetgarb/spent_buckshot, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"pvp" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"pvy" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"pvB" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"pvC" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/obj/structure/largecrate/random/mini/small_case/c{ + layer = 3.1 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 12; + pixel_y = 11 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"pvE" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"pvK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"pvM" = ( +/obj/structure/stairs/perspective/kutjevo, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/whiskey_outpost/inside/caves) +"pvO" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "2" + }, +/area/lv759/indoors/spaceport/starglider) +"pvY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/vending/sovietsoda{ + icon_state = "sovietsoda-broken"; + stat = 1 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/electical_systems/substation3) +"pwj" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"pwl" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal3" + }, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"pwo" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"pwq" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/maintenance_south) +"pws" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"pwI" = ( +/obj/structure/machinery/washing_machine, +/obj/item/clothing/under/CM_uniform{ + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"pwJ" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"pwP" = ( +/obj/structure/sign/safety/high_voltage{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/electical_systems/substation2) +"pwU" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Observation" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"pwY" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"pwZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"pxa" = ( +/obj/structure/surface/table, +/obj/item/storage/bag/trash{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 6 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"pxb" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/east_caves) +"pxc" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 34 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"pxh" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_west) +"pxi" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"pxo" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/landing_zone_2) +"pxp" = ( +/obj/item/stool{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 24 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -17; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"pxs" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"pxu" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"pxv" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/equipment_east) +"pxy" = ( +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"pxC" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/prop/helmetgarb/spent_buckshot, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment_services/east) +"pxK" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"pxM" = ( +/obj/structure/largecrate/random/mini/chest/b{ + pixel_x = -12; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"pxT" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/lv759/indoors/south_public_restroom) +"pxU" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"pxV" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"pxX" = ( +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing" + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/east) +"pxZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/spaceport/cargo) +"pye" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + layer = 4 + }, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/red_stripe{ + pixel_y = 6; + layer = 3 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"pyf" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"pyl" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"pyt" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/colonial_marshals/press_room) +"pyA" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/item/paper{ + layer = 2 + }, +/obj/item/paper/crumpled, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/tcomms_northwest) +"pyE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + layer = 8; + level = 8; + pixel_y = 20; + dir = 5 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"pyG" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/landing_zone_1/ceiling) +"pyH" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/autoname{ + dir = 1; + name = "Electrical Systems - Substation Three" + }, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"pyK" = ( +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 4 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"pyO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/item/shard, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/recycling_plant) +"pyS" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"pyU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"pyW" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/lv759/indoors/garage_workshop_storage) +"pyZ" = ( +/obj/structure/surface/table, +/obj/structure/bedsheetbin, +/obj/item/clothing/under/colonist, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/east) +"pzc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposaloutlet, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant) +"pzj" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"pzq" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 6; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"pzr" = ( +/obj/structure/machinery/body_scanconsole, +/turf/open/floor/prison{ + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"pzs" = ( +/obj/structure/prop/invuln/overhead_pipe, +/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; + health = 25000 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"pzt" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/overhead_pipe, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"pzv" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"pzx" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"pzA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"pzG" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/spaceport/cargo_maintenance) +"pzH" = ( +/obj/structure/largecrate/random/barrel/brown, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"pzK" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"pzN" = ( +/obj/structure/prop/hybrisa/supermart/rack/longrack5, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"pzQ" = ( +/obj/structure/closet, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/item/storage/box/lights/bulbs{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/storage/box/lights/mixed, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"pzU" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"pzV" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caveplateau) +"pzY" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"pAd" = ( +/obj/effect/hybrisa/decal/gold/line4, +/obj/effect/hybrisa/decal/gold/line1, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"pAk" = ( +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"pAl" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"pAw" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"pAx" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"pAG" = ( +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = -3 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/east) +"pAI" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"pAM" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pAS" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"pAZ" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"pBe" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + req_one_access = null + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"pBg" = ( +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_south) +"pBk" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"pBm" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_y = 13 + }, +/obj/item/clothing/head/beret/marine, +/obj/structure/machinery/light/small, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/east) +"pBq" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltop"; + layer = 2 + }, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"pBr" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"pBu" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"pBz" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/meridian/meridian_restroom) +"pBJ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/lv759/indoors/recycling_plant/garage) +"pBR" = ( +/obj/structure/window/framed/hybrisa/colony/engineering, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant) +"pBU" = ( +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"pBW" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2/glass{ + name = "Weyland Yutani Celestia Gateway Space-Port"; + locked = 1 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"pCa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/weapon/broken_glass, +/obj/item/shard, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"pCf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/ore_box, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"pCl" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"pCn" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"pCo" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 6 + }, +/area/lv759/landing_zone_1/ceiling) +"pCq" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/eat, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"pCr" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"pCs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/dropship_equipment/weapon/laser_beam_gun, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"pCu" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"pCz" = ( +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoe"; + name = "cuppa joe's coffee cup"; + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/reagent_container/food/snacks/muffin, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"pCC" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"pCF" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"pCL" = ( +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"pCP" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cuppajoes) +"pCY" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"pCZ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/electical_systems/substation1) +"pDf" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "kutjevo_platform_sm" + }, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"pDl" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/sign/safety/synth_storage{ + desc = "Semiotic Standard denoting the nearby presence of a cargo depot."; + name = "cargo depot semiotic"; + pixel_x = -17 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"pDu" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/almayer/computers/sensor_computer2{ + desc = null; + name = "computer" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"pDx" = ( +/obj/structure/prop/hybrisa/vehicles/suv/misc/maintenance{ + layer = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"pDy" = ( +/obj/structure/machinery/door/airlock/almayer/generic/glass{ + dir = 1; + name = "Weyland Yutani Corporate Offices - Colony Supervisor's Office" + }, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/supervisor) +"pDC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/stool{ + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory) +"pDD" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/power_storage) +"pDG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_factory) +"pDH" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"pDM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"pDP" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1"; + pixel_x = 12; + pixel_y = 16 + }, +/obj/item/device/flashlight/on, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"pDQ" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"pDZ" = ( +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"pEf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"pEi" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"pEk" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"pEz" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest1{ + dir = 1 + }, +/turf/closed/wall/engineership, +/area/lv759/oob) +"pEG" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite5, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"pEH" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/electical_systems/substation1) +"pEI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/wirecutters, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"pEO" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"pEP" = ( +/obj/item/trash/cigbutt/ucigbutt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"pEQ" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_east_caves) +"pER" = ( +/obj/item/tool/wrench{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/cable/white{ + color = "007740"; + icon_state = "4-5"; + layer = 5 + }, +/obj/structure/cable/white{ + color = "9f8700"; + icon_state = "4-10"; + layer = 5 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "6-8"; + layer = 5 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -3; + pixel_y = 16 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"pES" = ( +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/structure/closet/crate/secure/ammo, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"pEY" = ( +/obj/structure/platform/hybrisa/metalplatform4{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform4, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"pFe" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/casino/casino_vault) +"pFf" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"pFi" = ( +/obj/structure/prop/hybrisa/containersextended/tanwywingsleft, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"pFl" = ( +/obj/structure/largecrate/supply/supplies/water, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 7; + pixel_y = 16 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -2; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"pFm" = ( +/obj/item/stack/rods, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"pFo" = ( +/obj/structure/barricade/handrail/medical{ + dir = 1; + layer = 5 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"pFs" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_dorms) +"pFt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"pFy" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"pFC" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/storage/hazardvest/black, +/obj/item/clothing/suit/storage/hazardvest/black, +/obj/item/clothing/suit/storage/hazardvest/black, +/obj/item/clothing/suit/storage/hazardvest/black, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"pFL" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/prison, +/area/lv759/indoors/weymart/backrooms) +"pFN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/screwdriver{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/explosive/plastic/breaching_charge/rubber, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"pFZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pGi" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"pGl" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"pGm" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1{ + layer = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4; + layer = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"pGn" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaltan{ + dir = 4 + }, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_street) +"pGs" = ( +/obj/item/stack/rods, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"pGx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/item/tool/wet_sign, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/engineering) +"pGy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"pGz" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"pGD" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 6 + }, +/area/lv759/indoors/spaceport/communications_office) +"pGL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"pGQ" = ( +/obj/structure/sign/safety/high_voltage, +/obj/structure/sign/safety/hazard{ + pixel_x = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"pGU" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = 12 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"pGX" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Head Office" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/head_office) +"pHc" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-5"; + layer = 5; + level = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance) +"pHh" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"pHk" = ( +/obj/item/stack/sandbags_empty, +/obj/item/stack/sandbags_empty, +/obj/item/stack/sandbags_empty, +/obj/item/stack/sandbags_empty, +/obj/structure/magazine_box, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"pHl" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 1 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass{ + name = "Security Office" + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/lv759/indoors/spaceport/security) +"pHr" = ( +/obj/structure/curtain/black, +/obj/structure/window/framed/colony, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"pHt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/blood, +/obj/item/clothing/head/soft/sec/corp, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"pHu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatformstair1, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"pHv" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/north_office) +"pHE" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/spawner/random/tool, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"pHF" = ( +/obj/structure/machinery/light/small{ + dir = 1; + pixel_y = 20 + }, +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/item/tool/mop{ + pixel_y = 20 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/garage_restroom) +"pHU" = ( +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"pHW" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + layer = 1.9; + name = "hospital divider"; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"pIc" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pIe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + icon_state = "fernybush_2"; + pixel_y = 10 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"pIg" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/reagent_container/food/snacks/mre_pack/meal4, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"pIi" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"pIk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"pIq" = ( +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -6; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"pIr" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal4" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/medical{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"pIu" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_hallway) +"pID" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"pIG" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"pII" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"pIK" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"pIL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/storage/toolbox/electrical{ + pixel_y = -6 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pIX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/barricade/handrail{ + layer = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"pIY" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/kitchen/tray, +/obj/item/alien_embryo, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"pJb" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + pixel_y = -2 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"pJd" = ( +/obj/item/tool/weldingtool, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pJg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube, +/turf/open/hybrisa/street/cement3, +/area/lv759/indoors/recycling_plant/garage) +"pJi" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/vehicles/suv/misc/marshalls2{ + pixel_y = -12; + pixel_x = -6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"pJk" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/machinery/light/small, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/breakroom) +"pJm" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"pJu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/largecrate/random/case/double, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/machinery/conveyor, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"pJy" = ( +/obj/structure/machinery/door/airlock/almayer/secure/autoname{ + dir = 1; + name = "\improper Toilet Unit" + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/lv759/indoors/casino/casino_restroom) +"pJB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/shard, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"pJM" = ( +/obj/structure/largecrate/random, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pJN" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/engineering) +"pJO" = ( +/obj/item/trash/hotdog, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 8; + pixel_y = -3; + layer = 2.9 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"pJT" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"pKo" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"pKv" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + layer = 8; + level = 8; + pixel_y = 20 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"pKz" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_1) +"pKB" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/platform{ + dir = 1; + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"pKH" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl1" + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"pKM" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"pKP" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"pKQ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"pKR" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"pKX" = ( +/obj/structure/machinery/door/poddoor/almayer/closed, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"pKY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/surface/rack, +/obj/item/weapon/stunprod, +/obj/effect/landmark/objective_landmark/close, +/obj/item/weapon/stunprod, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"pLb" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/hallway) +"pLd" = ( +/turf/open/shuttle/escapepod{ + icon_state = "floor11" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"pLg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"pLh" = ( +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/cryo_room) +"pLi" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + locked = 1; + name = "\improper Garage - Foyer" + }, +/turf/open/floor/prison, +/area/lv759/indoors/garage_reception) +"pLk" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/operation) +"pLu" = ( +/obj/structure/sign/safety/north, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"pLv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"pLB" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"pLJ" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/pillars/west/pillarwest4, +/area/lv759/oob) +"pLL" = ( +/obj/structure/machinery/conveyor, +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 3 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"pLQ" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant/equipment_west) +"pLV" = ( +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_west_caves) +"pMb" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo_maintenance) +"pMd" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant) +"pMk" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/faxmachine, +/obj/item/paper, +/turf/open/floor/prison{ + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"pMm" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"pMp" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"pMx" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light/built{ + dir = 4 + }, +/obj/item/spacecash/c1000, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/oob) +"pMz" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_street) +"pMB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/brown{ + layer = 5; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = -4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_2) +"pMC" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"pMD" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/machinery/portable_atmospherics/powered/scrubber, +/obj/structure/machinery/light/blue, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"pMH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"pNa" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + layer = 6; + name = "\improper food cart" + }, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart"; + pixel_y = 9 + }, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + layer = 1; + name = "\improper food cart"; + pixel_x = 3; + pixel_y = 17 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"pNe" = ( +/obj/structure/sign/poster/ad, +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 7; + pixel_y = 4 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/west) +"pNf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"pNv" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xsplatter4" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"pNB" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"pNC" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"pNG" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "wy_leftengine" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"pNI" = ( +/obj/structure/sign/nosmoking_2, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/changing_room) +"pNT" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/barricade/handrail{ + layer = 4 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"pNY" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pOm" = ( +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/prop/folded_anti_tank_sadar, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"pOr" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"pOu" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/meridian/meridian_restroom) +"pOw" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"pOC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"pOD" = ( +/obj/structure/surface/rack, +/obj/item/hardpoint/locomotion/van_wheels, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"pOG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/prop/alien/hugger{ + pixel_x = -7; + pixel_y = -5 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"pOJ" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/strata{ + dir = 8; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"pOL" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/turf/open/hybrisa/dropship/dropshipfloorcorner1, +/area/lv759/indoors/spaceport/starglider) +"pOU" = ( +/obj/structure/bed/sofa{ + icon_state = "couch_hori3" + }, +/obj/item/newspaper, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/east) +"pOX" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"pPm" = ( +/obj/structure/prop/hybrisa/containersextended/greywyleft, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"pPs" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_2) +"pPt" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"pPy" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"pPA" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pPJ" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"pPL" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/hybrisa/decal/road/corner{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"pPO" = ( +/obj/structure/machinery/door/airlock/almayer/autoname, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/flight_control_room) +"pPT" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/west) +"pPU" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pPV" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"pQe" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/largecrate/random/mini{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/clothing/head/welding{ + pixel_y = 7 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"pQf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/structure/largecrate/random/mini/small_case, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"pQi" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/north_street) +"pQo" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/plastic{ + icon_state = "ashtray_full_bl"; + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "hybrisaLZ2_1"; + pixel_x = -7; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"pQp" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"pQu" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"pQv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/recharge_station, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"pQz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/trashcart, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/trash/burger, +/obj/item/trash/cigbutt, +/obj/item/trash/eat, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"pQE" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pQO" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"pQP" = ( +/obj/structure/platform/mineral{ + dir = 1; + color = "#bbbaae" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"pQR" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pRb" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"pRf" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/turf/open/engineership/engineer_floor13{ + dir = 5 + }, +/area/lv759/oob) +"pRh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "1-4"; + layer = 5 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"pRl" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north) +"pRm" = ( +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_1" + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"pRn" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/inflatable/door{ + layer = 2 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"pRo" = ( +/obj/structure/sign/safety/stairs, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/security_office) +"pRp" = ( +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"pRr" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/outgoing) +"pRs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"pRz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_2) +"pRG" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"pRH" = ( +/obj/structure/closet, +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/east) +"pRK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"pRL" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"pRS" = ( +/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_floor9, +/area/lv759/derelictship) +"pRT" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"pRU" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"pRY" = ( +/obj/item/trash/cigbutt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/obj/structure/barricade/handrail/strata{ + layer = 9 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"pSe" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"pSf" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"pSn" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/colonist, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"pSp" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/east_caves) +"pSu" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pSA" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1"; + pixel_x = 12; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"pSC" = ( +/obj/structure/closet/firecloset, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"pSE" = ( +/obj/structure/machinery/medical_pod/autodoc, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"pSI" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"pSJ" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"pSM" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/patient_ward) +"pSQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"pST" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"pSX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = 6 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_north) +"pSY" = ( +/obj/structure/sign/safety/synth_storage, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"pTc" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"pTi" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"pTl" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/largecrate/supply{ + pixel_x = -10 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"pTq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"pTu" = ( +/obj/structure/machinery/floodlight, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"pTH" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"pTI" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"pTM" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"pTN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"pTP" = ( +/obj/structure/surface/table, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/hospital/virology) +"pTW" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "chair_alt" + }, +/obj/effect/hybrisa/decal/gold/line3, +/obj/effect/hybrisa/decal/gold/line4, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"pUc" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"pUe" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/barricade/handrail/wire{ + layer = 3 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-9"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"pUf" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/northeast) +"pUh" = ( +/obj/structure/target, +/obj/item/clothing/suit/redtag, +/obj/item/ammo_box/magazine/empty, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/apartment/east) +"pUi" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"pUl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_west_caves) +"pUo" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"pUp" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"pUq" = ( +/obj/structure/machinery/vending/cola{ + density = 0; + pixel_x = -9; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/landing_zone_1/ceiling) +"pUr" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"pUv" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"pUx" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/power_storage) +"pUy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/roller/hospital_empty/bigrollerbloodempty{ + dir = 8; + icon_state = "bigrollerbloodempty_up" + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"pUC" = ( +/obj/structure/sign/poster/marshalls, +/obj/structure/sign/poster/propaganda{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/holding_cells) +"pUG" = ( +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"pUO" = ( +/obj/structure/machinery/meter, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/geothermal_generators) +"pUS" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_factory) +"pUT" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"pUU" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/spaceport/docking_bay_1) +"pUX" = ( +/obj/vehicle/train/cargo/trolley, +/obj/structure/largecrate/random/case/small{ + layer = 7; + pixel_y = 4 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"pVd" = ( +/obj/item/stack/sheet/cardboard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"pVh" = ( +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"pVk" = ( +/obj/effect/hybrisa/decal/road/lines5{ + pixel_y = 5 + }, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"pVr" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"pVt" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2/autoname, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"pVw" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"pVB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"pVI" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/east_caves) +"pVP" = ( +/obj/structure/window/framed/hybrisa/spaceport/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cargo) +"pVU" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"pVV" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"pVX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"pVY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/paper{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/inflatable, +/obj/item/inflatable/door, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"pWg" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/meridian/meridian_factory) +"pWh" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"pWn" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"pWp" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"pWq" = ( +/turf/open/floor/strata{ + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"pWx" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"pWz" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"pWB" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"pWK" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"pWQ" = ( +/obj/structure/prop/turbine{ + layer = 6 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/power_plant/gas_generators) +"pWR" = ( +/obj/effect/spawner/random/powercell, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/equipment_west) +"pWT" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"pWV" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"pWY" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/trash/tray, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"pXa" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"pXf" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"pXm" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/hospital/outgoing) +"pXs" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"pXz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate, +/obj/item/tool/screwdriver{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/tool/crowbar, +/obj/item/storage/bag/trash{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"pXA" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_west) +"pXH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"pXJ" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe5{ + dir = 8; + pixel_y = -1 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe5{ + dir = 4; + pixel_y = -1 + }, +/turf/open/gm/river, +/area/lv759/outdoors/colony_streets/north_street) +"pXK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/lv759/indoors/bar/entertainment) +"pXP" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"pXR" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/recycling_plant_office) +"pXS" = ( +/obj/structure/bed/chair{ + buckling_y = 6; + dir = 1; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"pXV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 18 + }, +/obj/structure/prop/hybrisa/vehicles/Car{ + dir = 4; + layer = 2.9; + pixel_y = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"pYf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"pYl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/south_caves) +"pYn" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"pYr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"pYy" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/item/pizzabox/margherita, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl1" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"pYF" = ( +/obj/structure/platform/mineral{ + dir = 1 + }, +/obj/structure/platform/mineral{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + icon_state = "hr_stone_b"; + layer = 3 + }, +/turf/open/gm/river/desert/shallow, +/area/lv759/indoors/apartment/west) +"pYG" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "83" + }, +/area/lv759/indoors/spaceport/starglider) +"pYK" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Restroom" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"pZb" = ( +/obj/structure/closet/secure_closet/chemical, +/obj/item/storage/box/pillbottles, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"pZk" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"pZw" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office) +"pZx" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"pZF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/prop/hybrisa/misc/graffiti/graffiti6, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"pZK" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"pZT" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qac" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qad" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"qal" = ( +/obj/structure/machinery/photocopier, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"qaq" = ( +/obj/structure/largecrate/random/barrel/black, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/cargo) +"qax" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"qay" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8; + layer = 3.25 + }, +/obj/item/clothing/glasses/science, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"qaz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"qaA" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qaG" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/pharmacy) +"qaJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"qaS" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/tool/soap{ + pixel_x = 5 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"qaT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_east) +"qaW" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty3_up" + }, +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + dir = 1; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider"; + pixel_y = -7 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"qby" = ( +/obj/structure/prop/hybrisa/vehicles/truck/truck3{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"qbz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_16"; + pixel_y = 15 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/trash/hotdog, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"qbG" = ( +/obj/item/reagent_container/ld50_syringe, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"qbH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"qbI" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + req_one_access = null; + name = "\improper Janitorial Storage" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"qbM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_x = 12; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"qcg" = ( +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"qcs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/greenmetal1, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"qct" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"qcw" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"qcA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"qcC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/coffin/woodencrate, +/obj/item/weapon/gun/smg/uzi, +/obj/item/ammo_magazine/smg/uzi/extended, +/obj/item/ammo_magazine/smg/uzi/extended, +/obj/item/ammo_magazine/smg/uzi/extended, +/obj/item/ammo_magazine/smg/uzi/extended, +/obj/effect/spawner/random/attachment, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/jacks_surplus) +"qcQ" = ( +/obj/structure/sign/poster/ad, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_foyer) +"qcW" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 11; + pixel_y = 14 + }, +/obj/structure/machinery/computer/cameras/wooden_tv{ + desc = "An old TV hooked up to a video cassette recorder, you can even use it to time shift WOW."; + dir = 4; + layer = 3.2; + name = "Television set"; + network = null; + pixel_y = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"qdc" = ( +/obj/structure/sign/safety/bathunisex{ + pixel_x = -16; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"qdj" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"qdx" = ( +/obj/structure/platform/mineral{ + dir = 4 + }, +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"qdy" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1; + layer = 3; + pixel_y = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"qdD" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"qdP" = ( +/obj/item/stack/rods, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/mining_outpost/south) +"qdR" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"qdS" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"qdT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/meridian/meridian_factory) +"qdU" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 5; + pixel_y = 34 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"qdW" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/monkey_spawn, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"qef" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/landmark/objective_landmark/close, +/obj/item/clothing/under/marine/veteran/pmc/corporate, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"qen" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/roller, +/obj/item/clothing/suit/auto_cpr, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"qeq" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"qew" = ( +/obj/item/trash/eat, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"qey" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"qeG" = ( +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"qeI" = ( +/obj/structure/window/framed/hybrisa/colony/engineering, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant/garage) +"qeJ" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/obj/structure/surface/table/reinforced/almayer_B, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"qeK" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/west) +"qeN" = ( +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = -17 + }, +/obj/structure/sign/poster/kellandmining, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/electical_systems/substation2) +"qeQ" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"qeV" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"qfc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"qfd" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"qfp" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/conveyor{ + layer = 3 + }, +/obj/item/clothing/head/soft/orange, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"qfA" = ( +/obj/structure/sign/safety/med_life_support{ + desc = "Semiotic Standard denoting the nearby presence of a intensive care ward for a medbay."; + name = "intensive care ward semiotic" + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/icu) +"qfC" = ( +/obj/item/tool/shovel, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"qfG" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/power_plant/gas_generators) +"qfH" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/storage/box/zipcuffs, +/obj/item/storage/box/ids{ + pixel_x = -4; + pixel_y = 14 + }, +/obj/item/handcuffs, +/obj/item/weapon/classic_baton, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"qfL" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"qfM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider" + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"qfP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"qfR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"qfT" = ( +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/recycling_plant/garage) +"qfX" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"qgd" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/prop/hybrisa/containersextended/emptymedicalleft{ + pixel_x = 16 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"qgh" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"qgi" = ( +/obj/item/prop/colony/usedbandage, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"qgm" = ( +/obj/structure/closet/secure_closet/marshal, +/obj/item/clothing/suit/storage/CMB, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/stunprod, +/obj/item/storage/belt/security/MP/CMB/full, +/turf/open/floor/prison{ + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"qgn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/roller, +/obj/structure/closet/bodybag, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"qgu" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/item/tool/warning_cone{ + layer = 4 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"qgx" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"qgy" = ( +/obj/structure/machinery/door/poddoor/almayer/closed, +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/oob) +"qgC" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"qgN" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qgR" = ( +/obj/structure/sign/poster/art, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"qha" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"qhe" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_west_caves) +"qhg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"qhk" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"qhp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"qht" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/lv759/oob) +"qhu" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet09" + }, +/area/lv759/indoors/hospital/cmo_office) +"qhx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/medical{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"qhy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil/cut{ + icon_state = "coil2" + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"qhC" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"qhD" = ( +/obj/structure/platform/stair_cut{ + icon_state = "platform_stair_alt" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"qhG" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/outgoing) +"qhK" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"qhM" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/central_hallway) +"qhS" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"qhW" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -6 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"qie" = ( +/turf/open/hybrisa/street/roadlines3, +/area/lv759/outdoors/colony_streets/east_central_street) +"qin" = ( +/obj/structure/largecrate, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"qis" = ( +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/interrogation) +"qiz" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"qiE" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "3" + }, +/area/lv759/indoors/spaceport/starglider) +"qiJ" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"qiN" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/vehicle/powerloader{ + dir = 8; + layer = 5; + level = 4 + }, +/turf/open/floor/strata{ + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"qiP" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"qiR" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"qiW" = ( +/obj/structure/prop/hybrisa/containersextended/greywyright, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"qjb" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + icon_state = "wy_water_crushed" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"qjc" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer, +/obj/structure/window/framed/hybrisa/spaceport, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/communications_office) +"qje" = ( +/obj/structure/sign/safety/bulkhead_door, +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/spaceport/cargo) +"qji" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"qjj" = ( +/obj/structure/platform/kutjevo/smooth{ + climb_delay = 1; + dir = 1; + layer = 2.99 + }, +/obj/structure/platform/kutjevo/smooth{ + climb_delay = 1; + dir = 8; + layer = 2.99 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/press_room) +"qjl" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + pixel_x = 5; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qjn" = ( +/obj/structure/cable, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/general_air_control/large_tank_control, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"qjp" = ( +/obj/structure/surface/table, +/obj/item/ashtray/glass{ + icon_state = "ashtray_half_gl"; + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/spacecash/ewallet, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"qjq" = ( +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/breakroom) +"qjs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"qjA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/under/marine/veteran/pmc/corporate, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"qjB" = ( +/obj/item/paper{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/spaceport/communications_office) +"qjC" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Communications Substation One" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/telecomms) +"qjF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant/telecomms) +"qjI" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/south_hallway) +"qka" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"qkd" = ( +/obj/structure/largecrate/supply/medicine/medkits, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"qke" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"qki" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"qkv" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"qkB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = 8; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"qkD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2" + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"qkG" = ( +/obj/structure/machinery/light/double/blue, +/obj/structure/tunnel/maint_tunnel/no_xeno_desc{ + desc = "An entrance to a sewer tunnel. Pieces of debris keep you from getting a closer look."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "wymanhole"; + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"qkJ" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "flagpole"; + indestructible = 0; + layer = 4.11; + pixel_x = 4; + pixel_y = 3 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"qkN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"qkO" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + indestructible = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"qkX" = ( +/obj/structure/bed/sofa/vert/white/bot, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"qlc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "\improper Hospital - Storage Closet" + }, +/obj/structure/sign/safety/storage{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/storage) +"qls" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"qlu" = ( +/obj/item/fuelCell, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/landing_zone_2) +"qlx" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble1{ + pixel_x = -12; + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"qlA" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"qlJ" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"qlM" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 5 + }, +/area/lv759/oob) +"qlQ" = ( +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance) +"qlX" = ( +/obj/structure/surface/table/almayer, +/obj/structure/largecrate/supply/weapons/flamers{ + icon_state = "case" + }, +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"qlZ" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"qmc" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"qmr" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"qms" = ( +/obj/structure/sign/safety/hazard, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"qmv" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"qmx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"qmy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"qmF" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/east) +"qmI" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/obj/structure/bed/bedroll{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"qmK" = ( +/obj/structure/sign/poster/ad, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart) +"qmR" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/landing_zone_1/ceiling) +"qmT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"qmU" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-4"; + layer = 5; + level = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"qmW" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"qns" = ( +/obj/structure/largecrate/random/case/small, +/obj/item/clothing/head/hardhat/dblue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"qnK" = ( +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"qnR" = ( +/obj/item/stack/sheet/wood{ + layer = 4.1; + pixel_x = 14; + pixel_y = -4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"qnX" = ( +/obj/structure/machinery/door/airlock/almayer/security/colony{ + dir = 8; + name = "\improper Security Office" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/security) +"qnY" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/largecrate/random/case/double, +/obj/item/clothing/head/bio_hood/scientist{ + pixel_y = 12 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"qnZ" = ( +/obj/structure/closet/hydrant, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"qob" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + req_one_access = null + }, +/obj/effect/decal/cleanable/dirt{ + layer = 5 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/morgue) +"qoc" = ( +/obj/structure/reagent_dispensers/water_cooler/walk_past, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"qoe" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"qoi" = ( +/obj/effect/decal/medical_decals{ + dir = 8; + icon_state = "triagedecaldir" + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"qoq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"qor" = ( +/obj/structure/machinery/computer/cameras, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/whiskey_outpost/inside/caves) +"qos" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"qox" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 4 + }, +/obj/structure/machinery/sentry_holder/colony{ + dir = 8; + layer = 4; + pixel_x = 24 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"qoy" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"qoB" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 2; + name = "\improper Hospital North - Hallway" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"qoK" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"qoO" = ( +/obj/structure/prop/hybrisa/airport/dropshipventright, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"qoY" = ( +/obj/structure/machinery/vending/cola{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"qpe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"qpo" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"qpp" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"qpq" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"qpu" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"qpw" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/obj/structure/curtain/red, +/turf/open/floor/plating, +/area/lv759/indoors/casino) +"qpx" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper General Store" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant) +"qpy" = ( +/obj/structure/bed/chair/bolted{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/greenmetalfull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"qpE" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/engineering) +"qpF" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "damaged_console3" + }, +/area/lv759/indoors/spaceport/starglider) +"qpH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/roller/hospital/bloody, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"qpK" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Dormitories" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"qpL" = ( +/obj/effect/hybrisa/decal/WY/WYworn{ + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qpM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/machinery/light/blue, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"qpO" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/obj/item/clothing/suit/apron, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"qpQ" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"qpX" = ( +/obj/structure/closet/firecloset/full, +/obj/item/prop/helmetgarb/riot_shield, +/turf/open/floor/prison{ + dir = 1; + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"qqb" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/folder/blue, +/obj/item/card/id/guest{ + pixel_y = 12 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office) +"qqc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"qqg" = ( +/obj/structure/largecrate/random/barrel{ + pixel_x = 13; + pixel_y = 16 + }, +/obj/structure/largecrate/random/barrel/black{ + layer = 3.1 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"qqo" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_1) +"qqt" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/barricade/handrail{ + layer = 4 + }, +/obj/structure/barricade/handrail/hybrisa/road/wood/orange, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"qqH" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 4; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 5 + }, +/area/lv759/landing_zone_1/ceiling) +"qqJ" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"qqK" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"qqM" = ( +/obj/structure/largecrate/random/mini{ + layer = 3.1; + pixel_x = 10; + pixel_y = -7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"qqO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/mech_bay_recharge_floor, +/area/whiskey_outpost/inside/caves) +"qqW" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"qqY" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Office Prison" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"qrb" = ( +/obj/structure/sign/safety/coffee, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cuppajoes) +"qrc" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/central_streets) +"qrh" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"qri" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/blood{ + icon_state = "csplatter1" + }, +/obj/effect/decal/strata_decals/grime/grime1, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"qro" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_street) +"qrv" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"qrx" = ( +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_1" + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"qry" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qrz" = ( +/obj/structure/stairs/perspective/kutjevo, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"qrA" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"qrG" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"qrH" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer{ + icon_state = "camerasb" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/recycling_plant_office) +"qrI" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qrM" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"qrR" = ( +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"qrS" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer6, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"qsh" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3; + pixel_x = 6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"qso" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"qsw" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"qsG" = ( +/obj/structure/ore_box{ + pixel_x = 5 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_east_caves) +"qsI" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/storage) +"qsN" = ( +/obj/structure/machinery/computer/arcade, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/lv759/indoors/bar) +"qsP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"qsT" = ( +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/storage/fancy/cigar/matchbook/exec_select{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/vip) +"qtb" = ( +/obj/structure/machinery/chem_storage/medbay, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"qte" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/powercell, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/engineering) +"qtj" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qto" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"qtr" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/morgue) +"qtx" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qty" = ( +/obj/effect/hybrisa/decal/grate, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"qtz" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/clothing/head/CMB, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"qtA" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/largecrate/random/case/double{ + pixel_x = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"qtE" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"qtF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/indoors/garage_workshop) +"qtJ" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"qtM" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/bar) +"qtR" = ( +/obj/item/tool/pickaxe, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"qtS" = ( +/turf/open/floor/hybrisa/misc/wybiglogo{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"qtT" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/oob) +"qtV" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_1) +"que" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"quh" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"qui" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"quo" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"quq" = ( +/obj/structure/curtain/medical, +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/icu) +"quu" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"quw" = ( +/obj/structure/janitorialcart, +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 24 + }, +/obj/item/tool/wet_sign{ + pixel_y = 18 + }, +/obj/item/storage/bag/trash{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clothing/head/beret/jan, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/janitor) +"quz" = ( +/obj/structure/surface/table, +/obj/item/clothing/under/color/yellow, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"quB" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"quC" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"quE" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"quF" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/hallway_south) +"quG" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"quH" = ( +/obj/structure/sign/poster/hunk, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/west) +"quK" = ( +/obj/item/tool/wirecutters{ + pixel_y = -7 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"quM" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"quO" = ( +/obj/item/dartboard, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/west) +"quQ" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/west_caves) +"quY" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"quZ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"qvb" = ( +/obj/item/fuelCell, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"qvf" = ( +/obj/item/trash/uscm_mre, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/item/reagent_container/food/drinks/cans/classcola{ + icon_state = "cola_crushed" + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/central_streets) +"qvm" = ( +/obj/structure/largecrate/random/case, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"qvn" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qvv" = ( +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"qvw" = ( +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + dir = 4; + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"qvz" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"qvC" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"qvH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"qvJ" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"qvM" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"qvO" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"qvR" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"qvT" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/landmark/objective_landmark/close, +/obj/item/device/cassette_tape/indie, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"qwa" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"qwd" = ( +/turf/open/floor/plating/prison, +/area/lv759/indoors/spaceport/docking_bay_1) +"qwg" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/ashtray/bronze{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/item/storage/fancy/cigar{ + pixel_y = 7 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 6 + }, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"qwo" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13, +/area/lv759/oob) +"qwq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/tunnel/maint_tunnel/no_xeno_desc{ + desc = "An entrance to a sewer tunnel. Pieces of debris keep you from getting a closer look."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "wymanhole"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"qwu" = ( +/obj/item/stack/rods{ + amount = 25 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime4" + }, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 32 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qww" = ( +/obj/structure/closet/jcloset, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 10 + }, +/area/lv759/indoors/recycling_plant/garage) +"qwx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"qwB" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment/east) +"qwE" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"qwG" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qwH" = ( +/obj/effect/landmark/corpsespawner/pizza, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qwK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"qwT" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"qwW" = ( +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/obj/item/trash/burger, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"qxa" = ( +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"qxn" = ( +/obj/structure/bed/sofa/south/grey/left, +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = 9; + pixel_y = -2 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 8; + pixel_y = 34 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"qxo" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"qxC" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"qxI" = ( +/obj/item/device/flashlight, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"qxJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/sandbags{ + icon_state = "sandbag4" + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"qxN" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 15 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/caves/east_caves) +"qxQ" = ( +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qya" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/structure/reagent_dispensers/fueltank{ + layer = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"qye" = ( +/obj/structure/prop/almayer/computers/sensor_computer3{ + desc = null; + name = "computer" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/telecomms) +"qyf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/structure/largecrate/random/barrel{ + layer = 6; + pixel_x = -6; + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"qyg" = ( +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 8 + }, +/obj/item/stack/sheet/wood{ + layer = 2.7 + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"qyj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"qyo" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"qys" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/effect/hybrisa/decal/engineership_corners, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"qyt" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"qyv" = ( +/obj/structure/closet/crate/explosives, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"qyw" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Hospital - Patient Room 3" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/patient_ward) +"qyA" = ( +/obj/structure/prop/almayer/computers/sensor_computer3{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp3"; + name = "computer" + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red3" + }, +/area/lv759/indoors/spaceport/security) +"qyC" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/circuitboard, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/item/prop/almayer/handheld1, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"qyE" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/botany/botany_maintenance) +"qyH" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qyW" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"qyY" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"qyZ" = ( +/obj/item/trash/c_tube, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"qza" = ( +/obj/structure/largecrate/random/barrel{ + desc = "A green storage barrel."; + icon_state = "barrel_green"; + layer = 4; + name = "green barrel"; + pixel_x = 13; + pixel_y = 16 + }, +/obj/structure/largecrate/random/barrel/green{ + layer = 4; + pixel_x = -6 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"qzc" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"qzk" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"qzn" = ( +/obj/structure/machinery/iv_drip{ + pixel_y = 19; + layer = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"qzu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"qzx" = ( +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"qzy" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qzA" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"qzB" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caveplateau) +"qzC" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/central_hallway) +"qzL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/mineral{ + color = "#7e7d72" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/obj/item/trash/burger, +/obj/item/reagent_container/food/drinks/cans/classcola{ + icon_state = "cola_crushed" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"qzM" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/computer/card, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/meridian/meridian_office) +"qzP" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/machinery/space_heater, +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/east_dorms) +"qzW" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass{ + dir = 1; + name = "Cuppa Joe's backroom" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"qzY" = ( +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"qAa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"qAn" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"qAo" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/barricade/handrail/strata, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"qAr" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_5{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/fusion_generators) +"qAF" = ( +/obj/structure/surface/rack, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern{ + pixel_x = -6 + }, +/obj/item/device/flashlight/lantern, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"qAK" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"qAO" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/entertainment) +"qAP" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/oob) +"qAZ" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_off{ + light_color = "#efa531"; + light_on = 1; + light_range = 2 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on{ + light_color = "#efa531"; + light_on = 1; + light_range = 2 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on{ + dir = 8 + }, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"qBf" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clipboard, +/obj/item/tool/pen, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/clothing/head/nursehat, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"qBn" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"qBo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/pharmacy) +"qBp" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/prison{ + dir = 5; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"qBv" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"qBF" = ( +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"qBO" = ( +/obj/structure/sign/safety/east{ + pixel_x = -17 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/sign/poster/propaganda, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"qBT" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/item/trash/c_tube, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/trash/green, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"qCa" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/turf/open/floor/strata{ + dir = 10; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"qCb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/glass/watertank/atmos, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/lv759/indoors/power_plant/gas_generators) +"qCf" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"qCn" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"qCs" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/whiskey_outpost/inside/caves) +"qCw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/whiskey_outpost/inside/caves) +"qCx" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qCy" = ( +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 4; + pixel_y = 13 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"qCz" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"qCI" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/starglider) +"qCK" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"qCN" = ( +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/vip) +"qCQ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/whiskey_outpost/inside/caves) +"qCZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7{ + pixel_y = 11 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/north_street) +"qDc" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"qDi" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/machinery/floodlight, +/turf/open/floor/mech_bay_recharge_floor, +/area/lv759/outdoors/caveplateau) +"qDr" = ( +/obj/structure/machinery/chem_simulator, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"qDu" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"qDx" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/autoname, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/north_office) +"qDC" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"qDE" = ( +/obj/structure/surface/rack, +/obj/item/hardpoint/locomotion/van_wheels{ + unacidable = 1 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"qDI" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "comfychair_blue" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"qDL" = ( +/obj/structure/platform, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"qDO" = ( +/obj/item/trash/eat, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"qDR" = ( +/obj/item/reagent_container/food/snacks/packaged_burger, +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer5, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/kitchen) +"qDW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/hallway_north) +"qEa" = ( +/obj/structure/sign/safety/landingzone, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/docking_bay_2) +"qEi" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_y = 24; + pixel_x = -20 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"qEq" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/device/taperecorder/empty, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north) +"qEr" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 5 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet9-4" + }, +/area/lv759/indoors/bar/entertainment) +"qEx" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"qEJ" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office) +"qEL" = ( +/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/caves/central_caves) +"qEN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"qFb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/sandbags{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"qFc" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/trash/chunk, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"qFe" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/firstaid/adv, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/pharmacy) +"qFf" = ( +/obj/effect/hybrisa/decal/grate, +/obj/effect/hybrisa/decal/warningstripes_angled{ + pixel_y = -4 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"qFk" = ( +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"qFm" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/item/tool/warning_cone, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"qFn" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off, +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_1/ceiling) +"qFA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/tank/oxygen, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"qFF" = ( +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"qFL" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/lv759/indoors/bar) +"qFO" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine/bravo{ + dir = 1; + name = "Heavy Equipment & Maintenance" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/spaceport/engineering) +"qFP" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"qFS" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/icu) +"qFX" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/pipes/standard/simple/visible/supply, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"qFZ" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/item/trash/eat, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"qGb" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"qGn" = ( +/obj/effect/hybrisa/decal/trash, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/trash/eat, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qGr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/structure/machinery/light/spot/blue, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_factory) +"qGs" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qGw" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"qGy" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/cargo) +"qGE" = ( +/obj/structure/bed/sofa/south/white/left, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment/east) +"qGF" = ( +/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; + health = 25000 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"qGK" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"qGQ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/coffeecup, +/obj/effect/spawner/random/pills/lowchance, +/obj/structure/machinery/light/blue, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"qHc" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"qHd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"qHj" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"qHt" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"qHx" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_east_street) +"qHB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged0{ + dir = 1; + layer = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"qHF" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"qHI" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "69" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"qHK" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cuppajoes) +"qHP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"qHR" = ( +/obj/item/tool/wrench, +/obj/effect/decal/remains/robot, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"qHT" = ( +/obj/item/stool{ + layer = 2; + pixel_x = -4; + pixel_y = 23 + }, +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + layer = 4; + name = "hospital divider" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"qHU" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/electical_systems/substation1) +"qIa" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"qIc" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/indoors/electical_systems/substation2) +"qIe" = ( +/obj/structure/cargo_container/arious/rightmid, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"qIg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/indoors/recycling_plant/garage) +"qIk" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qIm" = ( +/obj/structure/machinery/vending/snack{ + pixel_x = -18; + pixel_y = 4 + }, +/obj/structure/machinery/vending/coffee{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"qIn" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"qIo" = ( +/obj/item/pipe_meter{ + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_2/ceiling) +"qIp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/tank/oxygen, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"qIq" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 5; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_east_street) +"qIy" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/dropship_equipment/fuel/fuel_enhancer{ + indestructible = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"qIB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sandbags/large_stack, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"qIC" = ( +/obj/structure/stairs{ + color = "#a6aeab" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"qIE" = ( +/obj/effect/hybrisa/decal/grate, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/central_caves) +"qIF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "Low security prisoners would smuggle in arcade tickets after visitations. The tickets act as a stand in for paper currency in the prison economy, they're backed by the cigarette standard, since one ticket nets one cigarette at the prize booth. The cigarettes also get smuggled back in."; + name = "\improper arcade tickets"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/toy/prize/honk{ + anchored = 1; + layer = 2.9; + pixel_x = -1; + pixel_y = 13 + }, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"qII" = ( +/obj/item/trash/tray, +/obj/item/tool/kitchen/utensil/pfork, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"qIJ" = ( +/obj/effect/spawner/random/sentry/lowchance, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/jacks_surplus) +"qIT" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"qJh" = ( +/obj/effect/spawner/random/toolbox{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/device/camera{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/clothing/glasses/science, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/paper_bin/wy{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"qJp" = ( +/obj/structure/bed/chair/comfy{ + dir = 1; + icon_state = "chair_alt" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/gold/line1, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"qJq" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime1" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qJw" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble6{ + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"qJy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/stack/rods, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"qJz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 5; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"qJB" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"qJK" = ( +/obj/structure/bed/hybrisa/chairs/black, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/vip) +"qJL" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 7; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/turf/open/floor/prison{ + icon_state = "floor_marked" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"qJM" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"qJS" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/prisoner, +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood1, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"qJW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/prison{ + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"qKb" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/south_east_street) +"qKd" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/pipes/standard/tank/carbon_dioxide, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"qKg" = ( +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qKj" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"qKl" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/turf/open/floor/strata{ + dir = 5; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"qKo" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"qKr" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/item/tool/warning_cone{ + layer = 4; + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/stack/rods, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"qKu" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qKv" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qKx" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_west_street) +"qKy" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/light/blue, +/obj/item/reagent_container/food/drinks/coffee{ + layer = 4; + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/reagent_container/food/snacks/meatpizzaslice, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_foyer) +"qKB" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2"; + pixel_x = 6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"qKF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"qKI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"qKK" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"qKL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"qKP" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"qKQ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/weyyu_office/supervisor) +"qLm" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_2) +"qLs" = ( +/obj/item/stool{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/item/weapon/dart, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"qLA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged0{ + pixel_x = -1; + pixel_y = 13 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"qLC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/weapon/dart, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"qLE" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"qLG" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/barricade/handrail{ + dir = 8; + layer = 4 + }, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/barricade/handrail{ + dir = 8; + layer = 4 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"qLK" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/machinery/vending/cola{ + layer = 5; + pixel_x = -8; + pixel_y = 2 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"qLN" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"qLP" = ( +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"qLQ" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/obj/structure/window/reinforced/toughened, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"qLR" = ( +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"qLS" = ( +/obj/structure/machinery/bot/medbot, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"qLU" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"qLX" = ( +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"qLY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"qMo" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"qMp" = ( +/obj/structure/stairs/perspective/kutjevo, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"qMs" = ( +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/apartment/east) +"qMu" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"qMz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"qMA" = ( +/obj/item/tool/pickaxe/drill, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"qMC" = ( +/obj/structure/largecrate/random{ + anchored = 1 + }, +/obj/item/device/radio{ + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"qMJ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/obj/structure/platform/mineral{ + dir = 4; + color = "#bbbaae" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"qML" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 1 + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2 + }, +/turf/open/floor/prison, +/area/lv759/indoors/wy_security/checkpoint_central) +"qMM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"qMN" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"qMQ" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "69" + }, +/area/lv759/indoors/spaceport/starglider) +"qMY" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + indestructible = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"qNd" = ( +/obj/item/stack/sheet/metal, +/obj/item/stack/rods, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"qNg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"qNh" = ( +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/garage_managersoffice) +"qNl" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qNm" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"qNz" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime4" + }, +/obj/item/shard, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qNB" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/reagent_dispensers/fueltank{ + layer = 2.9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"qNG" = ( +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/paper/crumpled, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = 12; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"qNO" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"qNT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"qNV" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/south_hallway) +"qNX" = ( +/obj/item/stack/rods, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"qOa" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 1 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"qOb" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qOf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"qOp" = ( +/obj/structure/machinery/light/small{ + dir = 1; + pixel_y = 20 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/electical_systems/substation1) +"qOq" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"qOv" = ( +/obj/effect/spawner/random/toolbox{ + pixel_y = 12 + }, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"qOz" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2/ceiling) +"qOL" = ( +/obj/structure/sign/poster/safety{ + pixel_x = 27 + }, +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"qOO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"qOP" = ( +/obj/item/facepaint/brown, +/obj/item/facepaint/black, +/obj/item/facepaint/green, +/obj/structure/machinery/light, +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"qOS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/prop/colony/used_flare, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"qOU" = ( +/obj/structure/sign/safety/landingzone{ + pixel_x = -17 + }, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"qOX" = ( +/obj/structure/cargo_container/wy/left, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"qOZ" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"qPb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"qPc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"qPe" = ( +/obj/structure/sign/safety/airtraffictower, +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_1/ceiling) +"qPr" = ( +/obj/structure/disposalconstruct, +/obj/structure/disposalconstruct{ + icon_state = "pipe-c" + }, +/obj/item/tool/shovel, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"qPt" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"qPw" = ( +/obj/structure/surface/table/woodentable, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 11; + pixel_y = 14 + }, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = 6 + }, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = -10; + pixel_y = 2 + }, +/obj/item/reagent_container/food/snacks/stuffing, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = -21; + pixel_y = -9 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"qPz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"qPB" = ( +/obj/item/smallDelivery, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"qPF" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/paper{ + layer = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant/telecomms) +"qPJ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"qPM" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qPN" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"qPQ" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30" + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_office) +"qPS" = ( +/obj/structure/closet/secure_closet/medical_doctor, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/wood, +/area/lv759/indoors/hospital/cmo_office) +"qPT" = ( +/obj/structure/sign/safety/storage, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"qQd" = ( +/obj/structure/prop/almayer/computers/sensor_computer2{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp2"; + name = "computer" + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/whiskey_outpost/inside/caves) +"qQe" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"qQj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/structure/prop/hybrisa/misc/phonebox/broken{ + pixel_x = 5 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"qQo" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/operation) +"qQp" = ( +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"qQt" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"qQv" = ( +/obj/structure/platform{ + layer = 3.1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"qQC" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/garage) +"qQD" = ( +/obj/item/stack/sheet/cardboard, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"qQE" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "zwing0" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"qQH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/assembly/mousetrap/armed, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"qQK" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/sentry/highchance, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"qQL" = ( +/obj/structure/prop/hybrisa/containersextended/tanwywingsright{ + layer = 6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"qQO" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"qQS" = ( +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 2 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"qQU" = ( +/obj/structure/platform/hybrisa/metalplatform1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"qRd" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/geothermal_generators) +"qRj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4; + layer = 4 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/garage_workshop) +"qRk" = ( +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"qRo" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/lv759/indoors/garage_reception) +"qRq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"qRr" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"qRx" = ( +/obj/structure/closet/crate, +/obj/item/storage/beer_pack, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment/east) +"qRz" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"qRC" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"qRH" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/engineering) +"qRN" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + light_color = "#FF004A"; + light_on = 1; + light_range = 2; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"qRR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qRS" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/reagentgrinder{ + pixel_y = 9 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"qRW" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/pizzaria) +"qRX" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"qSm" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_east_caves) +"qSn" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"qSr" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qSt" = ( +/obj/structure/prop/hybrisa/Factory/Conveyor_belt{ + layer = 2 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"qSw" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/hospital/maintenance_north) +"qSx" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 8 + }, +/obj/item/paper{ + layer = 2 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"qSz" = ( +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"qSA" = ( +/turf/open/floor/hybrisa/misc/wybiglogo{ + dir = 6 + }, +/area/whiskey_outpost/inside/caves) +"qSJ" = ( +/obj/item/clothing/head/bio_hood/scientist, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"qSS" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"qSW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"qTc" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/lv759/indoors/spaceport/security_office) +"qTj" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"qTk" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"qTm" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qTn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/wirecutters, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo_maintenance) +"qTs" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"qTF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"qTP" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black, +/obj/item/tool/pen{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/item/prop/helmetgarb/compass, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"qTS" = ( +/obj/structure/bed/chair/comfy{ + dir = 8; + icon_state = "comfychair_blue" + }, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"qTT" = ( +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"qTW" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"qTZ" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"qUb" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"qUg" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment/east) +"qUj" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"qUk" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"qUz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"qUI" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"qUJ" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"qUK" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/recycling_plant) +"qUP" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/obj/structure/largecrate/random/barrel/green{ + layer = 4; + pixel_x = -6 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"qUU" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"qUW" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"qUZ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/barricade/handrail{ + layer = 4 + }, +/obj/item/trash/c_tube, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"qVd" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Docking Bay: 2 - Refueling and Maintenance"; + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"qVh" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/largecrate/supply/supplies/flares, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"qVj" = ( +/obj/structure/platform_decoration/mineral{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "4-10"; + layer = 5; + level = 2 + }, +/turf/open/floor/strata{ + icon_state = "cyan3" + }, +/area/whiskey_outpost/inside/caves) +"qVl" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble6{ + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/north_street) +"qVm" = ( +/obj/structure/sign/safety/landingzone{ + pixel_x = -17 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"qVH" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "36" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"qVN" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/conveyor{ + layer = 3 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"qVU" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet6-2" + }, +/area/lv759/indoors/bar) +"qWc" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"qWe" = ( +/obj/structure/sign/poster/corporate{ + layer = 2.9 + }, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/communications_office) +"qWf" = ( +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"qWm" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_y = 10 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_y = 12 + }, +/obj/item/stack/cable_coil, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 5 + }, +/area/lv759/indoors/recycling_plant) +"qWu" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"qWy" = ( +/obj/structure/ore_box{ + layer = 2 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_caves) +"qWC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"qWM" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/strata{ + icon_state = "orange_icorner"; + dir = 1 + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"qWT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/obj/structure/machinery/light/spot{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/power_storage) +"qWU" = ( +/obj/structure/machinery/mineral/processing_unit, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"qXb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"qXc" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"qXe" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/item/clothing/head/soft/orange, +/obj/item/reagent_container/food/drinks/cans/souto/diet/blue{ + pixel_x = -11; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"qXh" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar) +"qXm" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy17" + }, +/area/whiskey_outpost/inside/caves) +"qXo" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"qXu" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/supervisor) +"qXv" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"qXx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"qXD" = ( +/obj/item/paper/crumpled, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "6-8"; + layer = 5 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"qXE" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"qXJ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"qXZ" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/casino/casino_office) +"qYe" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/machinery/floodlight{ + layer = 4; + pixel_y = 20 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"qYg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"qYl" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"qYm" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"qYp" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"qYq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"qYx" = ( +/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, +/area/lv759/indoors/electical_systems/substation2) +"qYz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"qYA" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "hybrisaLZ2_2"; + name = "Emergency Lockdown" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"qYB" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/mining_outpost/east_command) +"qYC" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "w-y0" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"qYG" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/item/storage/bag/plasticbag, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"qYK" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty2{ + icon_state = "bigrollerempty2_up"; + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"qYM" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"qYX" = ( +/turf/open/floor/strata{ + dir = 6; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"qZh" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"qZi" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"qZj" = ( +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"qZp" = ( +/obj/item/stack/rods{ + amount = 25 + }, +/obj/structure/prop/hybrisa/airport/dropshipenginedamage{ + light_on = 1; + light_power = 5; + light_range = 6 + }, +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "26"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"qZq" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/colonial_marshals/wardens_office) +"qZr" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"qZt" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"qZu" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"qZy" = ( +/obj/structure/closet/crate/freezer/cooler{ + pixel_x = -7 + }, +/obj/structure/closet/crate/freezer/cooler, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/prop/hybrisa/supermart/rack/longrackempty{ + layer = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"qZC" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel/black, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"qZI" = ( +/obj/item/trash/used_stasis_bag, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"qZL" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"qZN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/electical_systems/substation3) +"qZW" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"raa" = ( +/obj/structure/platform/mineral{ + dir = 8; + color = "#7e7d72" + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"rae" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/turf/open/engineership/engineer_floor13{ + dir = 4 + }, +/area/lv759/oob) +"rag" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/item/tool/wet_sign{ + layer = 4; + pixel_x = -11; + pixel_y = 21 + }, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/security) +"rak" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + dir = 4; + pixel_y = 10 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ram" = ( +/obj/item/paper/crumpled, +/obj/item/trash/chips, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/mob/living/simple_animal/rat/brown, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"raB" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"raD" = ( +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"raK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"raT" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/north_west_street) +"raW" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"raX" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"rbg" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"rbm" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"rbx" = ( +/obj/structure/closet, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"rbA" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_office) +"rbE" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/monkey_spawn, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"rbF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory) +"rbG" = ( +/obj/structure/surface/rack, +/obj/item/engi_upgrade_kit, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_east) +"rbH" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"rbI" = ( +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/power_storage) +"rbL" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"rbZ" = ( +/obj/structure/closet, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"rcf" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Observation Room 4" + }, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/hospital/virology) +"rcj" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"rcl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"rcm" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"rcn" = ( +/obj/item/stack/rods, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"rcy" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/engineering) +"rcE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_south) +"rcF" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/colonial_marshals/office) +"rcI" = ( +/obj/structure/foamed_metal, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/pizzaria) +"rcJ" = ( +/obj/item/tool/shovel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"rcP" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime1" + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"rcR" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/device/flashlight, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"rcX" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + name = "computer" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"rdd" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"rdn" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"rdq" = ( +/obj/structure/machinery/floodlight, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"rdt" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"rdw" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/hospital/maintenance) +"rdx" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"rdH" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/glass/paint{ + pixel_x = -5 + }, +/obj/item/reagent_container/glass/paint{ + pixel_x = 5 + }, +/obj/item/reagent_container/glass/paint, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_factory) +"rdL" = ( +/obj/structure/machinery/vending/cigarette/colony, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/east) +"rdQ" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"rdR" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_east_street) +"rdW" = ( +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_east_street) +"rdX" = ( +/obj/structure/largecrate/random/mini/small_case, +/turf/open/hybrisa/dropship/dropship4, +/area/lv759/indoors/spaceport/starglider) +"rea" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + layer = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"ref" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"reg" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"reh" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/binoculars, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"rep" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"rer" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"reI" = ( +/obj/structure/prop/hybrisa/vehicles/truck{ + dir = 1; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"reO" = ( +/obj/item/stack/sheet/wood{ + pixel_y = -8 + }, +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_3" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"reP" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/machinery/floodlight, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2, +/turf/open/floor/mech_bay_recharge_floor, +/area/whiskey_outpost/inside/caves) +"reS" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime4" + }, +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"reU" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"reY" = ( +/obj/structure/window/reinforced, +/obj/item/storage/fancy/vials/random, +/obj/item/reagent_container/glass/beaker/large, +/obj/structure/surface/rack, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"rfa" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"rfb" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0" + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/obj/structure/prop/ice_colony/ground_wire, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"rfc" = ( +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/pharmacy) +"rfd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"rfm" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"rfp" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + layer = 4 + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"rfq" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"rfr" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 6; + name = "trash bag"; + pixel_x = -10; + pixel_y = 32 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"rfE" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"rfF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"rfI" = ( +/obj/structure/machinery/floodlight, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"rfK" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 25 + }, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 25 + }, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 25 + }, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 25 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"rfM" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"rfQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"rga" = ( +/obj/structure/barricade/handrail/kutjevo, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"rgd" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 4 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform2, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"rgf" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"rgi" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"rgo" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"rgq" = ( +/obj/item/tool/warning_cone, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"rgx" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"rgy" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/transformers_south) +"rgz" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"rgA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"rgE" = ( +/obj/item/spacecash/ewallet, +/obj/structure/prop/server_equipment/laptop{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = 8; + pixel_y = -3 + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/item/prop/helmetgarb/flair_uscm, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -9; + pixel_y = 7 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"rgH" = ( +/obj/structure/machinery/fuelcell_recycler, +/obj/structure/machinery/power/terminal{ + dir = 4 + }, +/obj/item/fuelCell, +/turf/open/floor/plating/kutjevo, +/area/whiskey_outpost/inside/caves) +"rgN" = ( +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer4, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/kitchen) +"rgQ" = ( +/obj/structure/largecrate/random, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/largecrate/random{ + pixel_y = 18; + layer = 4.1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"rgW" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/wygoon, +/obj/effect/hybrisa/decal/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"rgY" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_x = -16; + pixel_y = 13 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "2-6"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"rhb" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_west_caves) +"rhm" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_west_caves) +"rhn" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"rhs" = ( +/obj/structure/sign/safety/storage{ + pixel_x = 32 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"rhx" = ( +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp1"; + name = "computer" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"rhJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"rhK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/garage) +"rhL" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Weyland Yutani Security Checkpoint" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"rhO" = ( +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"rhQ" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/closet/crate/medical, +/obj/effect/spawner/random/pills/lowchance, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"rhV" = ( +/obj/effect/hybrisa/decal/checkpoint_decal{ + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"ria" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"rii" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"rim" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4"; + pixel_x = -6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"riq" = ( +/obj/structure/surface/rack, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/item/clothing/glasses/meson/refurbished, +/obj/item/clothing/glasses/welding/superior, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"ris" = ( +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/central_streets) +"riw" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer{ + dir = 1; + icon_state = "dummy"; + layer = 6 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor8" + }, +/area/lv759/indoors/electical_systems/substation2) +"riy" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"riz" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"riB" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"riJ" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"riN" = ( +/obj/structure/closet/secure_closet/freezer/money, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/east) +"riP" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"riQ" = ( +/obj/structure/surface/rack, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/storage/belt/security/MP/CMB/full, +/obj/item/storage/belt/security/MP/CMB/full, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"riS" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"riY" = ( +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"riZ" = ( +/turf/open/floor/prison, +/area/lv759/landing_zone_1) +"rja" = ( +/obj/structure/sign/safety/opens_up{ + pixel_x = 12 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2) +"rje" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"rjs" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"rjv" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_street) +"rjy" = ( +/obj/structure/largecrate/random/case/small, +/obj/effect/landmark/objective_landmark/far, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"rjH" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/storage) +"rjI" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"rjK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"rjM" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"rjN" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + layer = 4; + level = 4 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 1; + layer = 5; + level = 5; + pixel_y = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralblueoffice"; + light_color = "#0090ff"; + light_on = 1; + light_power = 2; + light_range = 4 + }, +/area/whiskey_outpost/inside/caves) +"rjS" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1; + layer = 3; + pixel_x = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"rjV" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"rjW" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/bathroom) +"rki" = ( +/obj/effect/hybrisa/decal/gold/line3, +/obj/structure/prop/hybrisa/misc/slotmachine{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"rkt" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_west) +"rku" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"rky" = ( +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"rkC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/landing_zone_2) +"rkF" = ( +/obj/structure/closet, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/bulbs{ + pixel_x = 3; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"rkH" = ( +/obj/structure/coatrack{ + icon_state = "coatrack1" + }, +/obj/item/clothing/head/fedora{ + pixel_x = -1; + pixel_y = 15 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"rkM" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"rkN" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"rkS" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/prop/hybrisa/xenobiology/small/crackedegg, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"rkU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/medical{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"rkX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"rkY" = ( +/obj/structure/machinery/door/poddoor/hybrisa/white{ + name = "\improper WY-LWI Horizon Runner HR-150 Cargo Hold" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"rla" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"rld" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"rle" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/spaceport/docking_bay_1) +"rlo" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"rlq" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/liaison_suit/formal, +/obj/item/clothing/under/liaison_suit, +/obj/item/clothing/under/liaison_suit/outing, +/obj/item/clothing/under/liaison_suit/suspenders, +/obj/item/clothing/under/blackskirt{ + desc = "A stylish skirt, in a business-black and red colour scheme."; + name = "liaison's skirt" + }, +/obj/item/clothing/under/suit_jacket/charcoal{ + desc = "A professional black suit and blue tie. A combination popular among government agents and corporate Yes-Men alike."; + name = "liaison's black suit" + }, +/obj/item/clothing/under/suit_jacket/navy{ + desc = "A navy suit and red tie, intended for the Almayer's finest. And accountants."; + name = "liaison's navy suit" + }, +/obj/item/clothing/under/suit_jacket/trainee, +/obj/item/clothing/under/liaison_suit/charcoal, +/obj/item/clothing/under/liaison_suit/outing/red, +/obj/item/clothing/under/liaison_suit/blazer, +/obj/item/clothing/suit/storage/snow_suit/liaison, +/obj/item/clothing/gloves/black, +/obj/item/clothing/gloves/marine/dress, +/obj/item/clothing/glasses/sunglasses/big, +/obj/item/clothing/accessory/blue, +/obj/item/clothing/accessory/red, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"rlz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison, +/area/lv759/landing_zone_2) +"rlD" = ( +/obj/structure/machinery/light/double/blue, +/obj/structure/disposalpipe/sortjunction/flipped{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"rlJ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/spaceport/docking_bay_1) +"rlQ" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"rmh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/bedsheet/medical, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"rml" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"rmn" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "red4" + }, +/area/lv759/indoors/spaceport/security_office) +"rmp" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"rms" = ( +/obj/structure/largecrate/random/mini{ + layer = 3.9; + pixel_x = 1; + pixel_y = 14 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/northeast) +"rmt" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_1/ceiling) +"rmz" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/power_plant/telecomms) +"rmD" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"rmG" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/botany/botany_maintenance) +"rmH" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + layer = 4; + pixel_x = -7 + }, +/obj/structure/platform/strata/metal{ + dir = 4; + layer = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"rmJ" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "hybrisacheckpoint_northwest"; + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"rmM" = ( +/obj/structure/prop/structure_lattice{ + density = 0; + desc = "On closer inspection, everything on these shelves are made of plastic."; + icon_state = "book-3"; + name = "book case"; + pixel_y = 18 + }, +/turf/open/floor/wood, +/area/lv759/indoors/hospital/cmo_office) +"rmV" = ( +/obj/structure/bed/chair/office/light{ + dir = 1; + pixel_y = 6 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"rmZ" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/meridian/meridian_managersoffice) +"rnb" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"rnj" = ( +/obj/structure/sign/safety/three, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/spaceport/cargo_maintenance) +"rno" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard{ + layer = 1; + pixel_x = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/south_east_street) +"rnu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clipboard{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/tool/pen/red, +/obj/item/reagent_container/food/drinks/cans/waterbottle, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"rny" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/holostool, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"rnH" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"rnO" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + layer = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/machinery/floodlight{ + layer = 4; + pixel_y = 20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"rnQ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/faxmachine/uscm/brig/chief, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"rnS" = ( +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/tool/wet_sign{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/obj/structure/machinery/light/built{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/weyyu_office/pressroom) +"rnT" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"rnU" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"roc" = ( +/obj/structure/prop/hybrisa/airport/dropshipwingleft, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"roy" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"roF" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"roJ" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/window/reinforced, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"roO" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/box/cups, +/turf/open/floor/hybrisa/metal/greenmetalfull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"roQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_y = 12 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"roW" = ( +/obj/structure/prop/hybrisa/containersextended/tanwywingsright, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"roY" = ( +/obj/structure/catwalk/prison, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence/electrified{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"rpb" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/structure/disposalpipe/segment, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"rpe" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + layer = 4; + level = 4 + }, +/obj/structure/largecrate/random/barrel/red{ + layer = 6; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"rpk" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/item/tool/shovel, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"rpo" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"rpr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/sign/safety/maint, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"rpC" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_showroom) +"rpF" = ( +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/stock_parts/matter_bin/super, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"rpP" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble11{ + pixel_x = -16; + pixel_y = 18 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"rpS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"rpT" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"rqa" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -2 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"rqd" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Marshal Office" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"rqe" = ( +/obj/structure/prop/hybrisa/containersextended/greywyright, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"rqk" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/prop/hybrisa/xenobiology/small/cracked1, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"rqr" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"rqt" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 4; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/obj/item/shard, +/turf/open/floor/plating, +/area/lv759/indoors/hobosecret) +"rqv" = ( +/obj/structure/cable/white{ + icon_state = "1-9"; + level = 2 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"rqx" = ( +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"rqA" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 4 + }, +/area/lv759/indoors/recycling_plant) +"rqE" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/reagent_container/food/drinks/coffeecup, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"rqF" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider"; + pixel_y = -8 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"rqG" = ( +/obj/item/bedsheet/medical, +/turf/open/floor/prison{ + dir = 10; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"rqL" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/ore_box, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"rqM" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"rqR" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"rqU" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"rqZ" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_y = 17 + }, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 1 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"rra" = ( +/obj/structure/machinery/door/poddoor/almayer/closed, +/obj/structure/blocker/invisible_wall, +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = -17 + }, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/oob) +"rrb" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"rrc" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/northleft{ + dir = 8 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"rrd" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/landing_zone_1) +"rrj" = ( +/obj/structure/bed/chair/comfy{ + icon_state = "comfychair_blue" + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"rrk" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"rrm" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"rrv" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"rry" = ( +/obj/structure/ore_box{ + layer = 4; + pixel_x = 12 + }, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"rrz" = ( +/obj/structure/sign/poster/propaganda{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"rrF" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"rrH" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/east_caves) +"rrI" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"rrK" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 8 + }, +/obj/structure/platform/stair_cut{ + icon_state = "platform_stair_alt" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"rrN" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/virology) +"rrO" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble12{ + pixel_x = -16; + pixel_y = 12; + layer = 7 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"rrQ" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/cyan, +/area/lv759/indoors/meridian/meridian_showroom) +"rrU" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "\improper Marshalls Vehicle Deployment Garage" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/garage) +"rsc" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment/west) +"rsf" = ( +/obj/structure/ore_box{ + layer = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/landing_zone_2) +"rsj" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/paramedics_garage) +"rsk" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"rsn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"rsr" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"rsB" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"rsC" = ( +/obj/item/trash/hotdog, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"rsD" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"rsE" = ( +/obj/item/device/flashlight/lamp/tripod{ + light_pixel_y = 1; + pixel_y = 12 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/northeast) +"rsF" = ( +/obj/structure/closet/l3closet/general, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"rsM" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 32 + }, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/armory) +"rtk" = ( +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/cargo) +"rtq" = ( +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/outgoing) +"rts" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"rtt" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"rtz" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"rtA" = ( +/obj/effect/hybrisa/decal/road/road_stop, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"rtI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"rtJ" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"rtZ" = ( +/obj/structure/closet/firecloset, +/obj/structure/machinery/light/small{ + dir = 1; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"rua" = ( +/turf/closed/wall/wood, +/area/lv759/indoors/caves/south_east_caves) +"ruc" = ( +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/east) +"rui" = ( +/obj/item/stack/sheet/metal, +/obj/structure/prop/hybrisa/airport/dropshipvent2right, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"rul" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/breakroom) +"ruo" = ( +/obj/structure/toilet, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/weyyu_office/breakroom) +"ruB" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"ruK" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"ruO" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/almayer/computers/sensor_computer2{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp2"; + name = "computer" + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/landing_zone_1/ceiling) +"ruU" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"ruV" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ruZ" = ( +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_central) +"rva" = ( +/obj/structure/bed/sofa/south{ + desc = "An old rusty ladder"; + icon = 'icons/obj/structures/structures.dmi'; + icon_state = "ladder11"; + name = "Old Ladder" + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/oob) +"rvf" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 1; + pixel_y = 34 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"rvg" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/spacecash/ewallet, +/obj/item/spacecash/c10, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/item/weapon/gun/pistol/holdout, +/obj/effect/hybrisa/decal/gold/line3, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/casino) +"rvk" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"rvo" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital - Foyer" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/pharmacy) +"rvp" = ( +/obj/structure/tunnel/maint_tunnel/no_xeno_desc{ + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "maintenancehatch_alt" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/indoors/spaceport/engineering) +"rvr" = ( +/obj/item/trash/barcardine, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"rvv" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/card/data/prison, +/obj/item/reagent_container/food/drinks/flask/detflask, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"rvx" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2) +"rvy" = ( +/obj/structure/closet/crate/freezer/cooler/oj, +/obj/structure/prop/hybrisa/supermart/rack/longrackempty{ + layer = 2 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"rvz" = ( +/obj/item/trash/cigbutt, +/obj/item/stack/sandbags, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"rvH" = ( +/obj/item/tool/mop{ + layer = 4; + pixel_x = -6; + pixel_y = 24 + }, +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/lv759/indoors/spaceport/kitchen) +"rvM" = ( +/obj/item/stack/sheet/metal, +/obj/item/stack/rods, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"rvR" = ( +/obj/structure/machinery/computer/arcade{ + layer = 4; + pixel_y = 12; + pixel_x = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/lv759/indoors/bar/entertainment) +"rvS" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/defibrillator, +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"rvT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/lv759/indoors/hospital/virology) +"rwl" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/item/shard, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"rwo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"rwp" = ( +/obj/structure/closet/emcloset, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"rwu" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"rwv" = ( +/obj/structure/machinery/atm{ + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi'; + pixel_x = 3; + pixel_y = 15 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"rwG" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"rwI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/blood/empty{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + dir = 8; + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"rwS" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"rwT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"rxa" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/belt/medical/lifesaver, +/obj/item/storage/pill_bottle/bicaridine, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"rxb" = ( +/obj/structure/prop/invuln/pipe_water, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"rxc" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/west) +"rxf" = ( +/obj/structure/largecrate/random, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"rxm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"rxn" = ( +/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/strata_decals/catwalk/prison{ + icon = 'icons/turf/floors/hybrisafloors.dmi' + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"rxo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table, +/obj/effect/spawner/random/supply_kit, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"rxq" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/northeast) +"rxx" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor{ + dir = 6; + icon_state = "carpetside" + }, +/area/lv759/indoors/bar) +"rxy" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/colony{ + dir = 2; + id = "\improper Hospital Power Storage" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance) +"rxD" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/apartment_services/east) +"rxF" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"rxI" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8; + layer = 5 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"rxJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/prop/hybrisa/xenobiology/small/offempty, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"rxK" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + dir = 4; + layer = 8; + level = 8; + pixel_y = 20 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"rxQ" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"rxY" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1; + pixel_y = 12 + }, +/obj/structure/machinery/door_control{ + id = "Entertainment Complex"; + name = "Storm Shutters"; + pixel_x = 27 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"rxZ" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/baggagehandling) +"ryb" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/jacks_surplus) +"ryo" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"ryu" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 8 + }, +/obj/structure/ore_box{ + pixel_x = 5 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"ryy" = ( +/turf/open/floor{ + dir = 9; + icon_state = "carpetside" + }, +/area/lv759/indoors/bar) +"ryD" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/plastic, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_marked" + }, +/area/lv759/indoors/recycling_plant) +"ryG" = ( +/obj/structure/sign/safety/luggageclaim, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/baggagehandling) +"ryO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/effect/spawner/random/tool, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"ryP" = ( +/obj/structure/sign/safety/storage, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/security) +"ryR" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/prop/hybrisa/misc/trash/green, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ryS" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/east) +"ryT" = ( +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"ryW" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"ryZ" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"rzh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/pipes/standard/tank/nitrogen, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"rzj" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + pixel_x = -30; + start_charge = 0 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"rzk" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + light_color = "#00ff9f"; + light_on = 1; + light_power = 2; + light_range = 3 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation2) +"rzl" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/largecrate/random, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"rzr" = ( +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 8 + }, +/obj/structure/largecrate/random/case/small{ + pixel_y = 12 + }, +/obj/item/stack/sheet/wood{ + layer = 2.7 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"rzu" = ( +/obj/structure/prop/hybrisa/misc/bench{ + pixel_x = 7 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80; + layer = 4; + pixel_x = -2 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"rzw" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"rzy" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_west) +"rzB" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/barricade/handrail/strata, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"rzH" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office) +"rzI" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"rzK" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"rzM" = ( +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"rzP" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"rzU" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"rzV" = ( +/obj/item/stack/cable_coil/cut{ + icon_state = "coil2" + }, +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "27"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"rzY" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/north_street) +"rzZ" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gibarm_flesh" + }, +/obj/item/shard, +/obj/item/shard, +/obj/effect/decal/cleanable/blood, +/turf/open/shuttle{ + icon_state = "rasputin14" + }, +/area/lv759/indoors/spaceport/starglider) +"rAb" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"rAd" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"rAj" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"rAm" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 8; + pixel_x = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"rAn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/virology) +"rAo" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"rAu" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4"; + pixel_x = -6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"rAG" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"rAI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"rAT" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced, +/obj/structure/machinery/prop/almayer/computer/PC{ + desc = "A small desktop computer. Someone has switched to personal emails and disabled the inventory sort system."; + dir = 1; + icon_state = "alert:2"; + name = "inventory computer" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"rAY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"rBa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/obj/item/paper/crumpled, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"rBb" = ( +/obj/structure/machinery/chem_master, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"rBd" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/colonial_marshals/garage) +"rBi" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"rBt" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/mining_outpost/south) +"rBD" = ( +/obj/item/device/flashlight/lamp/tripod{ + light_pixel_y = 1; + pixel_y = 12 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"rBG" = ( +/obj/structure/ore_box, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"rBK" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/whiskey_outpost/inside/caves) +"rBT" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"rBX" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_greenhouse) +"rCa" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"rCr" = ( +/obj/item/reagent_container/glass/paint/remover{ + pixel_x = -12; + pixel_y = 9 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_x = 4; + pixel_y = 22 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 5 + }, +/area/lv759/indoors/meridian/meridian_factory) +"rCB" = ( +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"rCF" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_south) +"rCG" = ( +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_west) +"rCI" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office) +"rCQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"rCT" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"rCW" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = -2 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"rDb" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"rDf" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"rDr" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/barricade/handrail/wire, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"rDt" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/lv759/indoors/bar/entertainment) +"rDv" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"rDw" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + icon = 'icons/obj/pipes/manifold.dmi'; + icon_state = "map"; + name = "Pipe manifold" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"rDy" = ( +/obj/structure/closet/emcloset, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/morgue) +"rDB" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"rDE" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_foyer) +"rDF" = ( +/obj/structure/prop/hybrisa/signs/high_voltage{ + desc = null + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_south) +"rDH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/item/reagent_container/glass/paint{ + pixel_x = 8; + pixel_y = 18 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/window/reinforced{ + layer = 5 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"rDM" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyleft, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"rDP" = ( +/obj/structure/closet/firecloset, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"rDS" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/closed/wall/engineership, +/area/lv759/oob) +"rDV" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"rDY" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"rEb" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"rEg" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/hallway_south) +"rEh" = ( +/obj/structure/sign/safety/bathunisex{ + pixel_x = -16; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"rEl" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"rEm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/largecrate/supply{ + pixel_x = -4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice1"; + pixel_x = -26; + pixel_y = -13 + }, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"rEp" = ( +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "0-2"; + layer = 5 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"rEq" = ( +/obj/structure/machinery/light/small/blue, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"rEr" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"rEu" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/obj/structure/platform, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"rEw" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/phoron{ + amount = 25 + }, +/obj/item/stack/sheet/plasteel{ + amount = 30; + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/storage/briefcase/inflatable, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_west) +"rEH" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/structure/prop/hybrisa/misc/trash/green, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"rEL" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"rEQ" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_west_caves) +"rET" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"rEV" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"rEW" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/syndicate, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"rEX" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"rFa" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_caves) +"rFd" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble9{ + pixel_x = -12; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/north_street) +"rFf" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/recharger, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"rFg" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/barricade/handrail/strata, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"rFi" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/equipment_east) +"rFn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/shard, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged0{ + layer = 5; + pixel_y = -15 + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#ffa700"; + layer = 7 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"rFo" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"rFp" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"rFB" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"rFD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 8; + pixel_y = 12; + pixel_x = 5 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"rFE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble10{ + pixel_x = -13; + pixel_y = 18 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"rFF" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"rFG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/machinery/door/airlock/dropship_hatch/two{ + dir = 1; + name = "\improper WY-LWI StarGlider SG-200 airlock" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"rFZ" = ( +/obj/structure/largecrate/supply/floodlights, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/stack/sheet/wood{ + layer = 2.7 + }, +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 8 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"rGa" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/strata{ + icon_state = "orange_icorner" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"rGc" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"rGd" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/toughened, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/lv759/indoors/spaceport/security) +"rGl" = ( +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/south_west_street) +"rGw" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office) +"rGB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"rGG" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"rGH" = ( +/obj/item/clothing/under/colonist, +/obj/item/clothing/under/colonist, +/obj/structure/closet/cabinet, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"rGI" = ( +/obj/structure/window/framed/hybrisa/marshalls/cell, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"rGM" = ( +/turf/closed/shuttle/dropship2/transparent{ + desc = "The WY-LWI Horizon Runner HR-150, a collaborative creation of Lunnar-Welsun Industries and Weyland-Yutani. This small dropship is designed for short-range commercial transport."; + dir = 1; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "110"; + name = "\improper WY-LWI Horizon Runner HR-150" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"rGO" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"rGS" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/machinery/message_server{ + icon_state = "server-nopower" + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"rGT" = ( +/obj/structure/prop/hybrisa/airport/dropshipventleft, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"rGY" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/prop/invuln/pipe_water, +/obj/item/reagent_container/glass/bucket/janibucket{ + pixel_y = -9 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"rGZ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"rHa" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/casino/casino_office) +"rHb" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"rHf" = ( +/obj/structure/machinery/atm, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/casino) +"rHh" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid, +/obj/item/tool/extinguisher, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"rHj" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"rHm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/roller/hospital_empty/bigrollerbloodempty{ + icon_state = "bigrollerbloodempty_up" + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"rHq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"rHr" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper WY-LWI StarGlider SG-200 cargo hold" + }, +/turf/open/shuttle{ + icon_state = "rasputin3" + }, +/area/lv759/indoors/spaceport/starglider) +"rHv" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 22 + }, +/obj/effect/hybrisa/decal/gold/line4, +/obj/effect/hybrisa/decal/gold/line1, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"rHB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"rHD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/northeast) +"rHE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table, +/obj/effect/spawner/random/attachment, +/obj/item/clothing/glasses/welding{ + layer = 3.6; + pixel_x = 2; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/lv759/indoors/recycling_plant) +"rHF" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble6{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"rHL" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"rHP" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/machinery/line_nexter{ + dir = 1; + id = "MTline"; + pixel_y = 3 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/weymart) +"rHQ" = ( +/obj/item/tool/pen{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/prop/alien/hugger{ + pixel_x = -7; + pixel_y = -5 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blackcorner" + }, +/area/whiskey_outpost/inside/caves) +"rHT" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/east_command) +"rIe" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"rIm" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/lv759/indoors/recycling_plant) +"rIp" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"rIq" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/belt/utility/full, +/obj/item/tool/crowbar/red, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"rIw" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"rIx" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"rIB" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/obj/structure/barricade/handrail/strata, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_1) +"rIF" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/indoors/spaceport/engineering) +"rIS" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 7; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_y = 12 + }, +/obj/item/stack/sheet/cardboard{ + pixel_y = -12 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"rIU" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"rJa" = ( +/obj/item/paper/crumpled, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"rJd" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"rJf" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"rJh" = ( +/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/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"rJm" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 18 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"rJo" = ( +/obj/item/stack/sheet/cardboard/small_stack, +/obj/structure/prop/hybrisa/misc/cabinet{ + layer = 4; + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/north_office) +"rJq" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_east_caves) +"rJC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/airport/refuelinghose{ + layer = 1; + pixel_x = -12; + pixel_y = -12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"rJG" = ( +/obj/structure/sign/poster/safety{ + pixel_x = 12 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"rJJ" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/apartment/west) +"rJT" = ( +/obj/item/stack/rods{ + amount = 15 + }, +/obj/item/stock_parts/manipulator, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "1-9"; + layer = 5 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "8-10"; + layer = 5 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"rKa" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"rKb" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Toilet Unit" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/weyyu_office/breakroom) +"rKf" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/reinforced, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"rKh" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/storage/box/ids, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"rKk" = ( +/obj/structure/closet/wardrobe/virology_white, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"rKl" = ( +/obj/structure/machinery/vending/cola{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"rKm" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"rKp" = ( +/obj/structure/surface/rack, +/obj/item/tank/phoron, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"rKs" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"rKD" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/dropship_equipment/fuel/fuel_enhancer{ + indestructible = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"rKF" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + locked = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/jacks_surplus) +"rKJ" = ( +/obj/structure/largecrate/supply/generator, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"rKL" = ( +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"rKM" = ( +/obj/structure/platform, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"rKP" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/storage/box/drinkingglasses{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing" + }, +/obj/item/reagent_container/food/drinks/bottle/sake, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 5 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"rKU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"rKW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"rKX" = ( +/obj/structure/machinery/door_control/brbutton{ + id = "hybrisamining_northeast2"; + indestructible = 1; + name = "Mining Lockdown"; + pixel_x = 3 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/mining_outpost/northeast) +"rKZ" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/item/tool/shovel, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"rLa" = ( +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"rLc" = ( +/obj/structure/machinery/chem_storage/research{ + icon_state = "operator" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"rLf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble12{ + pixel_x = -13; + pixel_y = 18 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"rLg" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"rLj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"rLm" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/colonial_marshals/office) +"rLo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"rLu" = ( +/obj/structure/bed/sofa{ + icon_state = "couch_hori3" + }, +/obj/item/clothing/under/swimsuit/purple, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"rLC" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/vip) +"rLD" = ( +/obj/item/lightstick/planted, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"rLF" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"rLI" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"rLJ" = ( +/turf/open/floor/prison, +/area/lv759/indoors/weymart/backrooms) +"rLK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital - South Hallway" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/central_hallway) +"rLN" = ( +/obj/structure/prop/hybrisa/furniture/tables/tableblack/blacktablecomputer{ + pixel_x = 2 + }, +/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 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"rMa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"rMd" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"rMf" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"rMg" = ( +/obj/structure/sign/poster/safety, +/obj/structure/sign/poster/ad{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"rMi" = ( +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"rMq" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5"; + pixel_x = -2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"rMs" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment_services/west) +"rMy" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7{ + pixel_x = -12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/central_caves) +"rMz" = ( +/obj/structure/largecrate/random, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/clothing/mask/cigarette{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"rMB" = ( +/obj/item/tool/shovel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"rML" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/landing_zone_2) +"rMN" = ( +/obj/structure/prop/hybrisa/misc/slotmachine{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"rMP" = ( +/obj/structure/machinery/line_nexter{ + dir = 1; + id = "MTline"; + pixel_y = 3 + }, +/obj/item/storage/bag/plasticbag, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/weymart) +"rMR" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + pixel_y = 7; + pixel_x = -4 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"rMS" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/prison{ + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/armory) +"rMV" = ( +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/hallway_east) +"rNa" = ( +/obj/structure/coatrack{ + icon_state = "coatrack1" + }, +/obj/structure/filingcabinet{ + icon_state = "coat_det" + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"rNc" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "94" + }, +/area/lv759/indoors/spaceport/starglider) +"rNg" = ( +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"rNi" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"rNo" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard{ + pixel_y = -12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"rNq" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"rNu" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"rNw" = ( +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"rNB" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + dir = 8; + icon_state = "trash_11" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/item/shard, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"rND" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/morgue) +"rNO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/hybrisa/decal/bloodtrail, +/obj/effect/hybrisa/decal/trash, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"rNW" = ( +/obj/structure/largecrate/random, +/turf/open/floor/almayer, +/area/lv759/indoors/spaceport/cargo) +"rNZ" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/item/tool/wrench{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/item/tool/wirecutters{ + pixel_y = -7 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkbrown2" + }, +/area/whiskey_outpost/inside/caves) +"rOa" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/recycling_plant) +"rOg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/stack/sheet/cardboard, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"rOm" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/item/paper, +/obj/structure/machinery/message_server{ + icon_state = "server_o" + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"rOq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/structure/largecrate/random/mini{ + pixel_x = 16; + pixel_y = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"rOy" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"rOF" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"rOM" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"rON" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl3" + }, +/obj/item/prop/colony/usedbandage{ + dir = 10 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/south_west_street) +"rOP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"rOR" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"rPb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"rPf" = ( +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/lv759/oob) +"rPi" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 18 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"rPj" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"rPl" = ( +/obj/structure/window/framed/hybrisa/spaceport/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/kitchen) +"rPz" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"rPA" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"rPB" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"rPD" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "28"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"rPF" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"rPJ" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy1" + }, +/area/whiskey_outpost/inside/caves) +"rPL" = ( +/obj/structure/machinery/r_n_d/server/robotics, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"rQa" = ( +/obj/structure/platform/hybrisa/metalplatformstair1, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"rQc" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"rQd" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_1{ + dir = 4; + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"rQm" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"rQp" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"rQy" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/prison{ + dir = 6; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/outgoing) +"rQB" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/mech_bay_recharge_floor, +/area/lv759/indoors/caves/south_west_caves) +"rQD" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/lv759/indoors/bar) +"rQG" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"rQI" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"rQK" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"rQP" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"rQQ" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"rQR" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"rQV" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"rRd" = ( +/obj/item/ashtray/bronze{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"rRi" = ( +/obj/item/device/flashlight/lamp/tripod{ + layer = 6; + pixel_y = 11 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"rRm" = ( +/obj/structure/closet/secure_closet/brig, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"rRn" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 34 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"rRq" = ( +/obj/item/trash/wy_chips_pepper, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"rRw" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"rRB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/hybrisa/airport/dropshipnosecone{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"rRC" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/camera_film, +/obj/item/tape, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"rRE" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"rRH" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_2) +"rRP" = ( +/obj/structure/surface/rack, +/obj/item/moneybag, +/obj/item/moneybag, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/spacecash/c1000, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/casino/casino_vault) +"rRV" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"rRX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"rSg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"rSk" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/trashcart{ + layer = 3; + opened = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"rSo" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/reagent_container/food/snacks/cookie, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"rSv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"rSx" = ( +/obj/structure/prop/almayer/missile_tube{ + color = "grey"; + desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; + icon_state = "missiletubesouth"; + name = "\improper massive vent"; + pixel_x = -15 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 5; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"rSB" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"rSG" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/press_room) +"rSH" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"rSK" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + dir = 8; + pixel_y = 34 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"rSM" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"rSN" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"rSP" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/oob) +"rSU" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"rSY" = ( +/obj/structure/machinery/line_nexter{ + dir = 1; + id = "MTline"; + pixel_y = 3 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/weymart) +"rTd" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 5 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"rTe" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"rTi" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"rTk" = ( +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = -7; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caveplateau) +"rTs" = ( +/obj/structure/surface/table, +/obj/structure/machinery/microwave, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/south) +"rTC" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/flight_control_room) +"rTD" = ( +/obj/item/device/flashlight/lantern, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"rTH" = ( +/obj/structure/surface/rack{ + layer = 1 + }, +/obj/effect/spawner/random/toolbox, +/obj/item/storage/toolbox/mechanical/green{ + layer = 2; + pixel_y = -12 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"rTO" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"rTQ" = ( +/obj/structure/machinery/door/airlock/almayer/secure, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"rTT" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/largecrate/supply, +/obj/structure/largecrate/random/mini/ammo{ + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"rTW" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/weyyu_office/breakroom) +"rUb" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"rUc" = ( +/obj/structure/machinery/colony_floodlight{ + layer = 4 + }, +/obj/structure/platform{ + dir = 4; + layer = 4 + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/lv759/outdoors/caveplateau) +"rUl" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "hybrisacheckpoint_northwest"; + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"rUp" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"rUt" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"rUw" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"rUC" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/spaceport/cargo) +"rUG" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/south_caves) +"rUT" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 14 + }, +/obj/structure/prop/broken_ladder{ + pixel_y = 12 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/hobosecret) +"rVa" = ( +/obj/item/prop/colony/canister{ + pixel_y = 7 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"rVc" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"rVe" = ( +/obj/item/paper, +/obj/item/tool/pen, +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"rVf" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"rVh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/effect/hybrisa/decal/workers_decal, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"rVo" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"rVq" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + layer = 4; + pixel_x = -7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"rVu" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"rVx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"rVA" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Marshal Office" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"rVE" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/colonial_marshals/head_office) +"rVH" = ( +/obj/structure/closet, +/obj/item/clothing/accessory/blue, +/obj/item/storage/briefcase, +/obj/structure/machinery/light/double, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"rVJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"rVO" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"rVV" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 11 + }, +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cargo_maintenance) +"rWb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "2-6"; + layer = 5 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"rWm" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/tank/oxygen/yellow, +/obj/item/tank/oxygen/yellow, +/obj/item/tank/oxygen/yellow, +/obj/item/tank/oxygen/yellow, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"rWo" = ( +/obj/structure/largecrate/random/mini, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"rWr" = ( +/obj/structure/surface/table, +/obj/item/device/analyzer/plant_analyzer, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_mainroom) +"rWs" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + pixel_x = 1 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"rWt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"rWz" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 5 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"rWG" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/machinery/light/blue, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_west_street) +"rWI" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/vehicles/Car/Car_4{ + pixel_x = 6; + pixel_y = -8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"rWK" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"rWM" = ( +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"rWR" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/tool/pen, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"rWY" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/patient_ward) +"rXe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/power_storage) +"rXn" = ( +/obj/item/shard, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"rXp" = ( +/obj/structure/pipes/standard/manifold/visible, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/cryo_room) +"rXt" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/tcomms_northwest) +"rXv" = ( +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/structure/largecrate/random/case/small, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"rXx" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8; + layer = 2.9 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"rXC" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"rXP" = ( +/obj/structure/bed/chair/office/light, +/obj/item/clothing/head/headset{ + pixel_y = -7 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"rXQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_1{ + dir = 8; + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"rXR" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"rXY" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"rYg" = ( +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"rYi" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/briefcase, +/obj/item/clothing/head/cmo, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet08" + }, +/area/lv759/indoors/hospital/cmo_office) +"rYn" = ( +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation2) +"rYp" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science2{ + layer = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"rYx" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"rYC" = ( +/obj/structure/machinery/door/airlock/almayer/generic/glass{ + dir = 1; + name = "Weyland Yutani Corporate Offices" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/floor) +"rYE" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"rYL" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "brokendropshipconsole1" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"rYS" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/turf/open/floor/almayer{ + allow_construction = 0 + }, +/area/lv759/indoors/spaceport/baggagehandling) +"rYT" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"rYY" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/reception) +"rZa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_hallway) +"rZc" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + layer = 7; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/prop/hybrisa/containersextended/blackwyleft, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"rZi" = ( +/turf/open/floor/hybrisa/misc/spaceport1, +/area/lv759/indoors/spaceport/docking_bay_1) +"rZq" = ( +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen) +"rZs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/prop/hybrisa/containersextended/lightgreywyright, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"rZu" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_east) +"rZz" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"rZA" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/entertainment) +"rZF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"rZN" = ( +/obj/item/stool, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"rZP" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"sad" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"saj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"sak" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/hallway_central) +"san" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"saq" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"sat" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyright{ + layer = 6; + pixel_x = -5 + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"sav" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/colonial_marshals/head_office) +"sax" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"say" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"saA" = ( +/obj/structure/prop/hybrisa/xenobiology/big/bigbottomleft{ + layer = 7; + light_color = "#efa531"; + light_on = 1; + light_power = 2; + light_range = 4 + }, +/turf/open/floor/corsat, +/area/whiskey_outpost/inside/caves) +"saD" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner{ + dir = 1 + }, +/area/lv759/indoors/spaceport/communications_office) +"saJ" = ( +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"saR" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"saT" = ( +/obj/structure/largecrate/random, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_west_street) +"saV" = ( +/obj/structure/prop/dam/crane/cargo{ + layer = 5; + pixel_y = -16 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"saW" = ( +/obj/structure/machinery/floodlight, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"sbf" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/processor, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"sbm" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"sbp" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/turf/closed/wall/engineership, +/area/lv759/oob) +"sbx" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 1; + pixel_x = -7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"sbz" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/cargo_container/kelland/left, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"sbE" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/glasses/science, +/obj/item/reagent_container/dropper{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"sbK" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/reagent_container/food/snacks/csandwich, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"sbM" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"sbV" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Toilet Unit" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/garage_restroom) +"sbZ" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"sca" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/eat, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"scd" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"scf" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"sch" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"sck" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 5 + }, +/area/whiskey_outpost/inside/caves) +"scl" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"scp" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/pouch/electronics/full, +/obj/item/stack/nanopaste, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"scs" = ( +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 11; + pixel_y = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_y = 13 + }, +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 5 + }, +/area/lv759/indoors/spaceport/communications_office) +"scB" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"scD" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/item/storage/bag/plasticbag, +/obj/item/trash/barcardine, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"scE" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"scG" = ( +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/power_plant/geothermal_generators) +"scP" = ( +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"scQ" = ( +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/west) +"scS" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/equipment_west) +"scT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/item/alien_embryo, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"sdb" = ( +/obj/structure/platform/mineral{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/gm/river/desert/shallow_edge{ + dir = 1 + }, +/area/lv759/indoors/apartment/west) +"sdt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"sdv" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/whiskey_outpost/inside/caves) +"sdF" = ( +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"sdH" = ( +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/indoors/power_plant/gas_generators) +"sdK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"sdZ" = ( +/obj/item/tool/wet_sign{ + layer = 4; + pixel_x = -9; + pixel_y = 17 + }, +/turf/open/hybrisa/dropship/dropship4, +/area/lv759/indoors/spaceport/horizon_runner) +"see" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"seh" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/structure/prop/hybrisa/engineer/blackgoocontainer, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"sem" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ses" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"sev" = ( +/obj/structure/machinery/door/airlock/almayer/engineering, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant) +"sez" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"seA" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office) +"seD" = ( +/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 1 + }, +/area/lv759/indoors/spaceport/cargo) +"seG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"seP" = ( +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/landing_zone_2) +"seS" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"seV" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/landing_zone_2) +"seW" = ( +/obj/item/tool/shovel{ + pixel_y = 12 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"seX" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"sff" = ( +/obj/structure/bed/sofa/south{ + desc = "An old rusty ladder"; + icon = 'icons/obj/structures/structures.dmi'; + icon_state = "ladder11"; + name = "Old Ladder" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"sfi" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/lv759/indoors/bar) +"sfm" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_maintenance) +"sfn" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"sfo" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime4" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/item/stack/sheet/cardboard{ + layer = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/mob/living/simple_animal/rat/gray, +/mob/living/simple_animal/rat/gray, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_street) +"sfr" = ( +/obj/structure/sign/safety/restrictedarea, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/electical_systems/substation2) +"sfA" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/effect/hybrisa/decal/dirt, +/obj/item/weapon/broken_bottle, +/obj/item/shard, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/south_east_street) +"sfB" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + locked = 1; + name = "Electrical Systems - Substation One - Control Room" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/electical_systems/substation1) +"sfF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_east_caves) +"sfJ" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"sfL" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"sfO" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/garage) +"sfP" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"sfR" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 6 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"sfS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = 9 + }, +/obj/item/tool/wirecutters, +/turf/open/floor/plating/prison, +/area/lv759/outdoors/caveplateau) +"sfT" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"sfZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/tool/shovel, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"sgb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/radio, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"sgd" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"sge" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"sgf" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"sgh" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{ + pixel_x = 3 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_1/ceiling) +"sgq" = ( +/obj/structure/largecrate/random/case, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"sgt" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/north_west_street) +"sgu" = ( +/obj/effect/hybrisa/decal/gold/line1, +/obj/effect/hybrisa/decal/gold/line2, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/casino) +"sgw" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"sgx" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_y = 17 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 11 + }, +/obj/item/device/flashlight/lamp/tripod{ + layer = 2 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"sgG" = ( +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = -17 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"sgL" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/device/flashlight/lamp/green{ + pixel_y = 12 + }, +/obj/item/storage/secure/briefcase, +/obj/item/storage/fancy/cigar/matchbook/wy_gold, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"sgU" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_south) +"shd" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"she" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime4" + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 6; + name = "trash bag"; + pixel_x = -10; + pixel_y = 32 + }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/item/trash/c_tube, +/obj/item/trash/buritto, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"shg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"shl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"shp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"shw" = ( +/turf/open/floor/almayer/research/containment/corner_var2, +/area/whiskey_outpost/inside/caves) +"shK" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy15" + }, +/area/whiskey_outpost/inside/caves) +"shO" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/bronze, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/item/trash/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = -13; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/colonial_marshals/head_office) +"shR" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"shT" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "damaged_console2" + }, +/area/lv759/indoors/spaceport/starglider) +"shW" = ( +/obj/structure/sign/safety/firingrange, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"sia" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"sic" = ( +/obj/structure/bed/roller, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"sij" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "comfychair_blue" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"sik" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyleft, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"siw" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/north_office) +"siB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"siT" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"siY" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/generic, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"sje" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble12{ + pixel_x = -13; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"sjg" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"sjh" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/red{ + layer = 7 + }, +/obj/structure/largecrate/random/mini{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/item/clothing/head/hardhat/orange{ + layer = 7; + pixel_y = 11 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"sji" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/signs/pizzasign{ + light_color = "#FF9100"; + light_on = 1; + light_power = 4; + light_range = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"sjk" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/phone{ + pixel_x = 6; + pixel_y = -15 + }, +/obj/item/phone{ + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"sjm" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "47" + }, +/area/lv759/indoors/spaceport/starglider) +"sjq" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"sjs" = ( +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red4" + }, +/area/lv759/indoors/spaceport/security) +"sju" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"sjK" = ( +/obj/structure/window/framed/bunker/reinforced, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"sjL" = ( +/obj/structure/surface/rack, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/weldpack{ + pixel_y = 2 + }, +/obj/item/tool/weldpack{ + layer = 3.1; + pixel_x = -5; + pixel_y = 13 + }, +/obj/item/tool/weldpack, +/obj/structure/machinery/light/blue, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"sjN" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/candle, +/obj/item/spacecash/ewallet, +/turf/open/floor{ + dir = 8; + icon_state = "carpet10-8" + }, +/area/lv759/indoors/bar) +"sjP" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"sjQ" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/objective_landmark/close, +/obj/item/device/cassette_tape/pop1, +/obj/item/device/cassette_tape/pop4, +/obj/item/reagent_container/food/snacks/chips, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment_services/east) +"sjZ" = ( +/obj/structure/platform{ + dir = 8; + layer = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_1) +"skb" = ( +/obj/structure/sign/safety/restrictedarea, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"skg" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"skk" = ( +/obj/structure/prop/hybrisa/supermart/rack/longrackempty{ + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"skl" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + light_color = "#FF004A"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north_maint) +"skm" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"skn" = ( +/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/whiskey_outpost/inside/caves) +"skp" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "hybrisaLZ2_2"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat, +/area/lv759/landing_zone_2) +"skr" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Showers" + }, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_x = 29 + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/west) +"skt" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/item/reagent_container/glass/paint, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"skv" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + layer = 2.7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"skw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"skH" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite5, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"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) +"skS" = ( +/obj/structure/machinery/optable, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/hospital/morgue) +"skZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door_control{ + id = "hybrisagarage_2"; + name = "Garage Lockdown"; + pixel_y = -28 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"slb" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"sld" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/landing_zone_2) +"slf" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"slh" = ( +/obj/item/device/defibrillator, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"sln" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"slp" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/prop/hybrisa/supermart/rack/longrack6, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"slw" = ( +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"slz" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"slG" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/storage/box/handcuffs, +/obj/item/handcuffs, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"slI" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"slK" = ( +/obj/structure/surface/rack, +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/tool/wet_sign, +/obj/item/tool/mop, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"slQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"slS" = ( +/obj/structure/girder/reinforced, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"slT" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"slV" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"slY" = ( +/obj/structure/surface/rack, +/obj/structure/closet/crate/freezer/cooler/oj, +/obj/structure/closet/crate/freezer/cooler/oj, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"smf" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"sml" = ( +/obj/structure/closet/crate/freezer, +/obj/effect/decal/strata_decals/grime/grime1{ + icon_state = "grime2" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/bar/kitchen) +"smq" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"smt" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"smu" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/icu) +"smB" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/casino/casino_office) +"smD" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite5, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"smI" = ( +/obj/structure/surface/table, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/reagent_container/food/snacks/mre_pack/meal4{ + desc = "A tray of standard W-Y 'flight' food. This one is what resembles a Pizza. Disgusting."; + name = "\improper W-Y Prepared Meal (pizza)" + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/lv759/indoors/spaceport/kitchen) +"smK" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"smM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"smN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/recharger, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"smQ" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"smY" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 8 + }, +/obj/structure/platform_decoration, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"snm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"sno" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"snr" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy19" + }, +/area/whiskey_outpost/inside/caves) +"snw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"snz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Weyland Yutani Security Checkpoint" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/lv759/indoors/wy_security/checkpoint_central) +"snC" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"snD" = ( +/turf/open/floor/plating, +/area/lv759/indoors/hospital/cryo_room) +"snE" = ( +/obj/structure/machinery/computer/supplycomp, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"snM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"snX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"snZ" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/reagent_container/spray/plantbgone, +/obj/item/tool/plantspray/weeds, +/obj/item/storage/bag/plasticbag, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"soc" = ( +/obj/structure/catwalk/prison, +/obj/structure/fence/electrified{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"sok" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "kutjevo_platform_sm" + }, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"soq" = ( +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"sou" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"sox" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/landing_zone_1) +"soJ" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/weymart) +"soN" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"soP" = ( +/obj/effect/hybrisa/decal/road/road_stop, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"soQ" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/sentry/lowchance, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"soU" = ( +/obj/item/ashtray/glass{ + icon_state = "ashtray_bork_gl"; + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/structure/bed/stool{ + icon_state = "stool_alt" + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/lv759/indoors/bar) +"soW" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"soX" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/item/storage/backpack/marine/satchel/rto/small{ + pixel_x = 7; + pixel_y = 19 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"soY" = ( +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/structure/closet/crate/secure/weyland, +/obj/item/explosive/plastic/breaching_charge, +/obj/item/explosive/grenade/high_explosive/pmc, +/obj/item/explosive/grenade/high_explosive/pmc{ + pixel_x = 6 + }, +/obj/item/explosive/grenade/high_explosive/pmc, +/obj/item/explosive/grenade/high_explosive/pmc{ + pixel_x = 6 + }, +/obj/item/explosive/plastic/breaching_charge, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"spa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + icon_state = "fernybush_2"; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"spc" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 9 + }, +/area/whiskey_outpost/inside/caves) +"spg" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 15; + pixel_y = 15 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"sph" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon_state = "sensor_comp1_off"; + name = "computer" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"spn" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"spq" = ( +/obj/structure/largecrate/random/barrel{ + layer = 5; + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/largecrate/random/barrel{ + layer = 5; + pixel_x = 6; + pixel_y = -16 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"sps" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"spB" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"spJ" = ( +/obj/vehicle/powerloader{ + layer = 5 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/mech_bay_recharge_floor, +/area/whiskey_outpost/inside/caves) +"sqa" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"sqe" = ( +/obj/structure/machinery/vending/cigarette{ + density = 0; + pixel_x = -5; + pixel_y = 16 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"sqh" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/xenobiology/small/offempty, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"sqs" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toy, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"sqt" = ( +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/security) +"squ" = ( +/obj/structure/bed/chair/comfy, +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/apartment/east) +"sqB" = ( +/obj/structure/machinery/space_heater/radiator/red, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/apartment/west) +"sqC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"sqD" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_5{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/central_streets) +"sqK" = ( +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"sqN" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl3" + }, +/turf/open/hybrisa/dropship/dropshipfloorcorner1, +/area/lv759/indoors/spaceport/starglider) +"sqX" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 3 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"sqY" = ( +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 11; + pixel_y = 15; + layer = 3.2 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"sra" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"srh" = ( +/obj/structure/machinery/smartfridge/chemistry/antag, +/obj/structure/window/reinforced, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"sri" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/security) +"srj" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/restroom) +"srn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"srv" = ( +/obj/item/weapon/broken_bottle{ + pixel_x = 11; + pixel_y = -2 + }, +/obj/item/shard, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/weymart) +"srB" = ( +/obj/structure/largecrate/random/barrel/brown, +/obj/structure/machinery/light/spot, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"srC" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/shard, +/obj/item/shard, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"srG" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"srH" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/item/clothing/suit/storage/labcoat, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"srN" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"srQ" = ( +/turf/open/floor/prison, +/area/lv759/indoors/hospital/pharmacy) +"srR" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"srU" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"ssc" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/toughened, +/obj/item/reagent_container/food/drinks/coffee{ + layer = 4; + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/paper_bin, +/obj/item/tool/pen/blue, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/security) +"ssd" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"ssj" = ( +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0" + }, +/obj/structure/barricade/sandbags{ + dir = 4; + icon_state = "sandbag_1" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/mining_outpost/south) +"ssm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9" + }, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"ssw" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble4{ + layer = 3; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ssy" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"ssA" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/bottle/sake, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/lv759/indoors/casino/casino_office) +"ssE" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ssH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/bottle/vodka, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/interior/wood, +/area/lv759/indoors/mining_outpost/south) +"ssL" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"ssO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"ssQ" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"ssR" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/camera_film, +/obj/item/device/camera, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"ssS" = ( +/obj/structure/largecrate/random/mini/med{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"ssV" = ( +/obj/structure/barricade/deployable{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel{ + layer = 4; + pixel_x = 6; + pixel_y = -16 + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"ssW" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"ssY" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "kutjevo_platform_sm" + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"ssZ" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "Righty tighty, lefty loosey!"; + dir = 1; + icon = 'icons/obj/pipes/valve.dmi'; + icon_state = "map_valve1"; + name = "Pressure Valve" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"stg" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"sth" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/west) +"stq" = ( +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"stw" = ( +/obj/item/prop/colony/folded_bedroll, +/obj/item/prop/colony/folded_bedroll, +/obj/item/prop/colony/folded_bedroll, +/obj/item/prop/colony/folded_bedroll, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"stA" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/turf/open/floor/prison, +/area/lv759/indoors/weymart/backrooms) +"stD" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"stE" = ( +/obj/structure/prop/hybrisa/vehicles/truck/mining{ + dir = 8; + layer = 4.2 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"stF" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/south_east_street) +"stG" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/head_office) +"stH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/hybrisa/metal/orangeline{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"sub" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/reception) +"sue" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"suj" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_corner{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"suw" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"suB" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/strata{ + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"suC" = ( +/obj/structure/machinery/light, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"suK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"suM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/meridian/meridian_factory) +"suQ" = ( +/obj/structure/platform/mineral{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "5-6"; + layer = 5; + level = 2 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "cyan3" + }, +/area/whiskey_outpost/inside/caves) +"suV" = ( +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 10; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"svf" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining3{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"svi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 6 + }, +/obj/item/tool/screwdriver, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"svn" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"svs" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"svv" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/lv759/indoors/hospital/emergency_room) +"svz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"svG" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble1{ + pixel_y = 6 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"svJ" = ( +/obj/structure/closet, +/obj/item/storage/backpack/satchel, +/obj/item/stack/sheet/cardboard/small_stack, +/obj/item/clothing/suit/storage/internalaffairs, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/north_office) +"svM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"svN" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"svQ" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Bar - Freezer" + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar/kitchen) +"svU" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor4" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"svV" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"swf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"swj" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer" + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "2-10"; + layer = 5 + }, +/obj/structure/cable/white{ + color = "9f8700"; + icon_state = "4-6"; + layer = 5 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"swl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light/spot, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"swm" = ( +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/engineering) +"swo" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"swp" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/spaceport/communications_office) +"swt" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"swx" = ( +/obj/structure/largecrate/random/barrel/black, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 5 + }, +/area/lv759/indoors/meridian/meridian_factory) +"swy" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/curtain/open/shower, +/obj/item/tool/soap/deluxe, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment/east) +"swN" = ( +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/obj/item/prop/alien/hugger, +/obj/item/clothing/glasses/gglasses, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"swO" = ( +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"swP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"swR" = ( +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"sxe" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/machinery/floodlight, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"sxj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/cable_coil/random, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"sxr" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + layer = 2.7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"sxw" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"sxA" = ( +/obj/structure/sign/safety/bulkhead_door, +/obj/structure/machinery/door_control/brbutton{ + id = "hybrisamining_northeast1"; + indestructible = 1; + layer = 4; + name = "Mining Lockdown"; + pixel_x = 3 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/mining_outpost/northeast) +"sxL" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"sxM" = ( +/obj/structure/sign/poster/kellandmining, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"sxR" = ( +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"sxT" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"sxV" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/phone, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph." + }, +/obj/item/reagent_container/syringe/drugs, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/hobosecret) +"sxW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"syf" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/spaceport/docking_bay_1) +"syn" = ( +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/hallway_north) +"syr" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"sys" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"syu" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"syA" = ( +/obj/structure/prop/hybrisa/vehicles/Car{ + dir = 4; + layer = 2.9 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"syG" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/cargo) +"syH" = ( +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/closet/crate/secure/surgery{ + layer = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"syO" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"syP" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/random/gun/pistol/lowchance, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"syQ" = ( +/obj/structure/closet/l3closet/general, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"syS" = ( +/obj/structure/bed/chair/bolted{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 8 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"sza" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"szf" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/medium_stack, +/obj/item/stack/cable_coil, +/obj/item/storage/pouch/tools/full, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"szh" = ( +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"szi" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/largecrate/random/mini/ammo, +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 2 + }, +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 2 + }, +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 2 + }, +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"szn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cargo_container/grant/left{ + desc = "A huge industrial shipping container. Seems to have been vandalized."; + icon = 'icons/obj/structures/props/containersextended.dmi'; + icon_state = "grafcontain2_rm"; + name = "Vandalized Cargo Container" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"szp" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"szr" = ( +/obj/effect/hybrisa/decal/road/corner{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"szA" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"szD" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/shower{ + dir = 1; + pixel_y = -1 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/colonial_marshals/restroom) +"szG" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/structure/largecrate/random/barrel/red{ + pixel_y = 12 + }, +/obj/structure/largecrate/random/barrel/black{ + pixel_x = -6 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"szK" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"szM" = ( +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"szO" = ( +/obj/item/stack/sheet/cardboard/small_stack, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"szQ" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/turf/open/gm/river, +/area/lv759/outdoors/colony_streets/north_street) +"szX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 6; + pixel_y = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"szY" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"sAa" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + layer = 2 + }, +/obj/item/trash/c_tube{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoestacknolid"; + name = "stack of cuppa joe's coffee cups"; + pixel_x = 8; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine2{ + pixel_x = -14; + pixel_y = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#F13F3F" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"sAe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 1; + pixel_x = -7 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/recycling_plant/garage) +"sAg" = ( +/obj/structure/ore_box, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"sAk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/gibs/robot, +/obj/item/tool/screwdriver{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"sAs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"sAB" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + locked = 1; + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cargo_maintenance) +"sAH" = ( +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"sAL" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/whiskey_outpost/inside/caves) +"sAM" = ( +/obj/structure/bed/sofa{ + icon_state = "couch_hori1" + }, +/obj/effect/spawner/random/toy, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"sAQ" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/west_caves) +"sAS" = ( +/obj/structure/device/broken_moog{ + icon_state = "minimoog" + }, +/turf/open/floor{ + dir = 9; + icon_state = "carpetside" + }, +/area/lv759/indoors/bar) +"sAX" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/derelictship) +"sBa" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/phone{ + pixel_x = 9; + pixel_y = -10 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/snacks/donkpocket, +/obj/item/storage/box/donkpockets, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"sBh" = ( +/obj/structure/platform/kutjevo/smooth, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"sBj" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"sBk" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_5{ + dir = 8; + pixel_x = -6; + pixel_y = -8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"sBo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"sBr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"sBt" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"sBx" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"sBA" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/chem_storage/research{ + icon_state = "protolathe" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"sBB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"sBE" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"sBJ" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_foyer) +"sBM" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"sBS" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + pixel_x = 2; + pixel_y = 5; + layer = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"sBW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light/spot, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"sBY" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/random/gun/pistol/lowchance, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"sBZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/lv759/indoors/bar/entertainment) +"sCc" = ( +/obj/effect/hybrisa/decal/road/lines5, +/obj/structure/closet/crate/freezer/cooler{ + pixel_x = 15; + pixel_y = 15 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"sCf" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"sCh" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"sCq" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"sCC" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"sCE" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "5" + }, +/area/lv759/indoors/spaceport/starglider) +"sCF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/item/tool/crowbar/red, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/item/stack/cable_coil/cut{ + icon_state = "coil1" + }, +/obj/structure/machinery/door_control/brbutton{ + id = "secretlockdown2"; + pixel_y = 24; + needs_power = 0 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/engineering) +"sCG" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_1) +"sCI" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suv/misc/marshalls2{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"sCM" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"sCO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/door/airlock/almayer/research{ + dir = 1; + name = "\improper Xeno Autopsy"; + req_access_txt = "103" + }, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/whiskey_outpost/inside/caves) +"sCQ" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"sCS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"sCY" = ( +/obj/structure/machinery/door/poddoor/shutters{ + id = "marshalls_garage" + }, +/turf/open/hybrisa/street/roadlines3, +/area/lv759/indoors/colonial_marshals/garage) +"sDi" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/virology) +"sDu" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"sDA" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_showroom) +"sDD" = ( +/obj/structure/sign/poster/safety{ + layer = 3 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/botany/botany_maintenance) +"sDE" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"sDH" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "33"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"sDJ" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyleft, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"sDP" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"sDQ" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_x = 6; + pixel_y = 25 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/north_street) +"sDX" = ( +/obj/item/trash/cigbutt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"sEn" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"sEw" = ( +/obj/effect/hybrisa/decal/grate, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"sEx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"sEJ" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/structure/largecrate/random/barrel/black, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"sEK" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/sign/safety/high_voltage{ + pixel_x = 11 + }, +/obj/structure/sign/safety/fire_haz, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/lv759/oob) +"sEL" = ( +/obj/structure/stairs/perspective/kutjevo, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -2 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/obj/structure/platform/kutjevo/smooth{ + climb_delay = 1; + dir = 8; + layer = 2.99 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"sEM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/pen{ + pixel_x = 12; + pixel_y = 8 + }, +/obj/structure/bed/chair{ + dir = 8; + icon_state = "chair_alt"; + pixel_x = -8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet5-1" + }, +/area/lv759/indoors/bar/entertainment) +"sER" = ( +/obj/item/stack/sheet/metal, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"sEW" = ( +/obj/structure/prop/hybrisa/containersextended/redleft, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"sEX" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/tool/pen, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/weyyu_office/breakroom) +"sFe" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"sFp" = ( +/obj/item/tool/shovel/etool, +/obj/item/tool/shovel/etool, +/obj/item/tool/shovel, +/obj/item/tool/shovel, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"sFr" = ( +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/armory) +"sFt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/spacecash/ewallet, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"sFx" = ( +/obj/structure/surface/rack, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/stunprod, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"sFB" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/platform, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"sFF" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"sFK" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/obj/effect/hybrisa/decal/road/corner{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"sFL" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"sFO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/phone{ + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"sFQ" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"sFU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"sGa" = ( +/obj/structure/bed/chair/bolted{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 8 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"sGc" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"sGf" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/south_public_restroom) +"sGj" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"sGo" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/east_caves) +"sGs" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"sGA" = ( +/obj/item/clothing/head/CMB{ + pixel_y = -18 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/changing_room) +"sGC" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/structure/largecrate/supply{ + pixel_x = -4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"sGG" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 32; + pixel_y = 20 + }, +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"sGK" = ( +/obj/item/fuelCell, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"sGT" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"sHa" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"sHk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/lv759/indoors/bar/entertainment) +"sHm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"sHq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/ambulance{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"sHs" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"sHu" = ( +/obj/structure/prop/hybrisa/xenobiology/small/cracked2, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"sHy" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/machinery/floodlight{ + layer = 4; + pixel_y = 20 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"sHA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"sHE" = ( +/obj/structure/closet, +/obj/item/clothing/head/soft/sec/corp, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"sHF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/misc/wysmallright, +/area/whiskey_outpost/inside/caves) +"sHH" = ( +/obj/structure/window/framed/hybrisa/colony/engineering, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"sHJ" = ( +/obj/structure/sign/safety/landingzone{ + pixel_x = -17 + }, +/turf/closed/wall/hybrisa/research/reinforced/hull, +/area/lv759/oob) +"sHM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_y = 14 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"sHN" = ( +/obj/structure/sign/safety/bathunisex{ + desc = "Semiotic Standard denoting the nearby presence of a bathroom."; + name = "bathroom semiotic" + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/bathroom) +"sHV" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"sIg" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/stairs/perspective{ + color = "#6e6e6e" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"sIm" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"sIu" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"sIH" = ( +/obj/structure/machinery/floodlight, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"sIO" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"sJl" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"sJy" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"sJC" = ( +/obj/item/stack/rods{ + amount = 15 + }, +/obj/structure/prop/hybrisa/airport/dropshipvent1left, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"sJF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/engineering) +"sJJ" = ( +/obj/structure/platform/hybrisa/metalplatform3, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 9 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"sJK" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_east_caves) +"sJO" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/obj/item/stack/sheet/cardboard{ + pixel_y = -12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"sJS" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart" + }, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/trash/tray, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/trash/tray, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"sJV" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/janitor) +"sJX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"sKc" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"sKl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"sKm" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/science/science1{ + dir = 4 + }, +/obj/structure/platform, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"sKo" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Marshal Office" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"sKr" = ( +/obj/effect/decal/strata_decals/grime/grime1, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"sKu" = ( +/obj/structure/largecrate/random, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/tool/crowbar/red, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"sKw" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_showroom) +"sKA" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner{ + dir = 8 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"sKB" = ( +/obj/structure/bedsheetbin, +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/east_dorms) +"sKE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 8 + }, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"sKH" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"sKJ" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"sKN" = ( +/obj/structure/bed/chair/comfy{ + dir = 1; + icon_state = "chair_alt" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/gold/line2, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"sKO" = ( +/obj/structure/prop/hybrisa/misc/concretestatue{ + layer = 5; + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"sKQ" = ( +/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; + light_power = 2; + light_range = 3; + pixel_y = 6 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"sKR" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/central_caves) +"sLm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"sLx" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"sLz" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/obj/structure/sign/poster/safety, +/obj/structure/sign/poster/corporate{ + layer = 4; + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"sLE" = ( +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"sLF" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"sLG" = ( +/obj/structure/surface/table, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard, +/obj/item/tool/hand_labeler{ + layer = 6; + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/recycling_plant_office) +"sLK" = ( +/obj/item/frame/rack, +/obj/item/tool/pickaxe{ + pixel_y = -7 + }, +/obj/item/tool/pickaxe{ + pixel_y = -3 + }, +/obj/item/tool/pickaxe, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"sLO" = ( +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"sLS" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"sMa" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/item/stack/sheet/metal/large_stack, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/closet/crate, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"sMe" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_display/research_cell{ + id = "Containment Cell 1"; + name = "Cell 1 Control"; + pixel_x = 5; + pixel_y = 2 + }, +/obj/structure/machinery/door_control{ + id = "W_Containment Cell 1"; + name = "Containment Lockdown"; + pixel_x = -7; + pixel_y = 1; + req_one_access_txt = "19;28" + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/whiskey_outpost/inside/caves) +"sMf" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"sMp" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/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/caves/north_west_caves) +"sMs" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_north) +"sMt" = ( +/obj/effect/landmark/corpsespawner/colonist, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/turf/open/shuttle{ + icon_state = "rasputin3" + }, +/area/lv759/indoors/spaceport/starglider) +"sMu" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"sMv" = ( +/obj/structure/monorail, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4{ + dir = 8 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"sMz" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"sMD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"sME" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"sMG" = ( +/obj/structure/largecrate/random/barrel/black{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"sMH" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/west) +"sMK" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"sMP" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"sMR" = ( +/obj/structure/machinery/light, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + dir = 8; + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"sMV" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/effect/spawner/random/pills/midchance, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/restroom) +"sMX" = ( +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"sMZ" = ( +/obj/structure/stairs{ + color = "#a6aeab" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"sNa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/indoors/garage_workshop) +"sNg" = ( +/obj/structure/surface/rack, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/wood/small_stack, +/obj/item/stack/sheet/cloth, +/obj/item/stack/sheet/cloth, +/obj/item/stack/sheet/cloth, +/obj/item/stack/sheet/cloth, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_marked" + }, +/area/lv759/indoors/recycling_plant) +"sNj" = ( +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/indoors/garage_reception) +"sNk" = ( +/obj/structure/toilet, +/obj/item/explosive/grenade/high_explosive/m15, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"sNm" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"sNo" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5"; + pixel_x = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"sNq" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"sNs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/kitchen/tray{ + pixel_y = 9 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 12; + pixel_y = 17 + }, +/obj/item/reagent_container/food/drinks/shaker, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/bar) +"sNw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/portable_atmospherics/powered/scrubber{ + desc = "A big air filter."; + icon = 'icons/obj/structures/props/almayer_props64.dmi'; + icon_state = "fuel_enhancer"; + layer = 5; + name = "Air filter"; + pixel_x = -3; + pixel_y = 1 + }, +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/colonial_marshals/garage) +"sNN" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/cardboard/small_stack, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + dir = 10; + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"sNO" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/spacecash/c500{ + layer = 2.9 + }, +/obj/item/weapon/gun/pistol/clfpistol, +/obj/structure/prop/server_equipment/laptop/closed, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/lv759/indoors/casino/casino_office) +"sNT" = ( +/obj/effect/hybrisa/decal/dirt_2, +/obj/item/tool/warning_cone, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"sNV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/machinery/light/small/blue, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"sOe" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"sOf" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"sOg" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"sOj" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/dropship_equipment/fuel/fuel_enhancer{ + indestructible = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"sOs" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"sOu" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "zenithstone" + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"sOB" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"sOI" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"sOL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/surface/rack, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/turf/open/floor/plating, +/area/lv759/indoors/caves/west_caves) +"sOR" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"sPc" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/largecrate/random/barrel/black{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"sPe" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_x = -16; + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"sPj" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"sPv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"sPD" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"sPF" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/obj/item/stack/rods, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/item/stack/sheet/cardboard{ + layer = 1; + pixel_x = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/mob/living/simple_animal/rat/gray, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"sPG" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/recycling_plant_office) +"sPL" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_office) +"sPO" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"sPU" = ( +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/weymart) +"sPX" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"sPZ" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"sQm" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"sQn" = ( +/obj/structure/computerframe{ + pixel_x = 5; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/caves/south_east_caves) +"sQp" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"sQq" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/faxmachine/corporate, +/obj/item/paper, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"sQt" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/indoors/spaceport/engineering) +"sQz" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"sQB" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "medical_storage_lockdown"; + layer = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/medical_storage) +"sQH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"sQI" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"sQJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"sQL" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"sQU" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"sQV" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"sQX" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/casino) +"sQZ" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"sRc" = ( +/obj/structure/closet/l3closet/janitor, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"sRd" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "16"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"sRj" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/autoname{ + name = "Cuppa Joe's" + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cuppajoes) +"sRp" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"sRx" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"sRz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"sRB" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"sRE" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/item/bodybag, +/obj/effect/hybrisa/decal/road/corner, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"sRM" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Weyland Yutani Security Checkpoint" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/plating, +/area/lv759/indoors/wy_security/checkpoint_central) +"sRQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"sRS" = ( +/obj/structure/catwalk/prison, +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"sRV" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty2{ + icon_state = "bigrollerempty2_up"; + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"sSa" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"sSe" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"sSo" = ( +/obj/structure/closet/crate, +/obj/item/prop/colony/folded_bedroll, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"sSr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_west) +"sSv" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"sSG" = ( +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"sSI" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/xenobiology/small/egg, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"sSK" = ( +/obj/item/trash/cigbutt, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"sSO" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/largecrate/random/case/double, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"sTc" = ( +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"sTl" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 8 + }, +/obj/structure/platform_decoration, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"sTm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/sandbags, +/obj/structure/barricade/sandbags{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"sTn" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines5, +/obj/structure/largecrate/random/barrel/medical, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"sTq" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"sTr" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/emergency_room) +"sTt" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/emergency_room) +"sTG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"sTO" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/largecrate/random, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"sTQ" = ( +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/item/shard, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"sTT" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + pixel_y = 7; + pixel_x = -4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"sTU" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"sUa" = ( +/obj/structure/machinery/atm{ + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi'; + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"sUd" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"sUg" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Marshal Office" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/hallway_north) +"sUj" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/candle, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "carpetside" + }, +/area/lv759/indoors/bar) +"sUm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/item/tool/pickaxe{ + pixel_y = -7 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"sUn" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/hand_labeler, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -8; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"sUo" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_1) +"sUs" = ( +/obj/structure/prop/hybrisa/vehicles/Car, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"sUx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"sUB" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 8; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"sUD" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"sUH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/double/blue, +/obj/structure/disposalpipe/sortjunction/flipped{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"sUI" = ( +/obj/structure/prop/hybrisa/containersextended/blueright, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"sUK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"sUL" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"sUW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"sUX" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"sUY" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/equipment_west) +"sVa" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/curtain{ + icon_state = "red" + }, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/supervisor) +"sVh" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/electical_systems/substation2) +"sVp" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_1) +"sVt" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_east) +"sVE" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"sVW" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"sWa" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_east_caves) +"sWb" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/virology) +"sWg" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe5{ + dir = 8; + pixel_y = -1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/turf/open/gm/river, +/area/lv759/outdoors/colony_streets/north_east_street) +"sWl" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/cryo_room) +"sWq" = ( +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"sWs" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/hospital/maintenance_north) +"sWx" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"sWA" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/spaceport/flight_control_room) +"sWE" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caveplateau) +"sWI" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/turf/open/engineership/engineer_floor13{ + dir = 10 + }, +/area/lv759/derelictship) +"sWK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/stack/rods, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"sWQ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_x = 9; + pixel_y = -4 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/north_office) +"sWZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"sXa" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/eastleft{ + dir = 8; + name = "Security Desk" + }, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 4; + icon_state = "leftsecure"; + id = "brg" + }, +/obj/item/tool/stamp, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison, +/area/lv759/indoors/wy_security/checkpoint_east) +"sXl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/roller, +/obj/item/trash/used_stasis_bag, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"sXm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"sXq" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/hybrisa/decal/warningstripes_angled_corner{ + dir = 4; + pixel_y = -1 + }, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"sXv" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/obj/structure/machinery/light/small{ + dir = 8; + pixel_x = -11; + pixel_y = 10 + }, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/trash/tray, +/obj/item/reagent_container/food/snacks/mre_pack/meal4{ + desc = "A tray of standard W-Y 'flight' food. This one is what resembles a Pizza. Disgusting."; + name = "\improper W-Y Prepared Meal (pizza)" + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"sXx" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"sXy" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_showroom) +"sXB" = ( +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_north) +"sXD" = ( +/obj/effect/hybrisa/decal/WY/WY1{ + pixel_y = 10 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office) +"sXJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/green{ + layer = 4; + pixel_x = -6 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"sXR" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/item/trash/buritto{ + layer = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"sXW" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"sYd" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"sYe" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"sYg" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/item/trash/cigbutt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"sYm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"sYp" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"sYq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"sYv" = ( +/obj/structure/closet/firecloset, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"sYx" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/east) +"sYA" = ( +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"sYD" = ( +/obj/structure/bed/sofa{ + icon_state = "couch_hori3" + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"sYF" = ( +/obj/item/shard, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"sYI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"sYM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"sYV" = ( +/obj/structure/surface/rack, +/obj/item/tool/pickaxe{ + pixel_y = -7 + }, +/obj/item/tool/pickaxe{ + pixel_y = -3 + }, +/obj/item/tool/pickaxe, +/obj/item/tool/pickaxe{ + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"sYX" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"sZe" = ( +/obj/structure/machinery/meter, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"sZr" = ( +/obj/item/tool/lighter, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"sZw" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"sZE" = ( +/turf/open/floor/prison, +/area/lv759/indoors/spaceport/communications_office) +"sZG" = ( +/obj/structure/platform, +/obj/item/lightstick/red/spoke/planted{ + layer = 5; + level = 3; + pixel_x = 16 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"sZJ" = ( +/obj/structure/platform/kutjevo/smooth, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"sZL" = ( +/obj/item/trash/cigbutt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"sZM" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"sZS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"sZW" = ( +/obj/structure/largecrate/random, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"sZX" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_x = -11; + pixel_y = -1 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime1" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/weyyu_office/breakroom) +"tac" = ( +/obj/structure/machinery/power/geothermal, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation2) +"tae" = ( +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"taf" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "red4" + }, +/area/lv759/indoors/spaceport/security) +"tag" = ( +/obj/structure/curtain/open/shower, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/mining_outpost/east_dorms) +"tao" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"taq" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"taA" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"taD" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"taF" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"taG" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"taH" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"taK" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/sign/safety/landingzone{ + pixel_x = -17 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"taN" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"taR" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"taS" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"taT" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"taX" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp1"; + name = "computer" + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/landing_zone_1/ceiling) +"tba" = ( +/obj/structure/platform/mineral{ + dir = 8; + color = "#7e7d72" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/east_central_street) +"tbb" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/barricade/handrail/medical{ + layer = 4 + }, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/ambulance{ + dir = 8; + layer = 4; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"tbk" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"tbm" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tbn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "An exchange valve"; + dir = 1; + icon = 'icons/obj/pipes/filter.dmi'; + icon_state = "map"; + name = "Automated Valve" + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"tbt" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/spaceport/flight_control_room) +"tbu" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"tbv" = ( +/obj/item/weapon/gun/shotgun/double/cane, +/obj/structure/bed/roller/hospital_empty/bigrollerempty2{ + icon_state = "bigrollerempty2_up"; + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment/east) +"tbx" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/obj/structure/prop/hybrisa/vehicles/Car/Car_2{ + dir = 8; + pixel_x = -7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"tbD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"tbE" = ( +/obj/effect/decal/strata_decals/grime/grime1, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 14; + pixel_y = 3 + }, +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 9 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"tbI" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "brokendropshipconsole3" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"tbP" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "medical_storage_lockdown"; + layer = 3 + }, +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/medical_storage) +"tbU" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"tbZ" = ( +/obj/structure/bed/hybrisa/bunkbed1{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/apartment/west) +"tcc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_x = 9; + pixel_y = -4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/hospital/virology) +"tcg" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/cargo) +"tcn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"tcp" = ( +/obj/structure/closet/crate, +/obj/item/clothing/head/hardhat/dblue, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment_services/east) +"tcr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "4-6"; + layer = 5; + level = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"tcz" = ( +/obj/structure/pipes/portables_connector, +/obj/structure/pipes/unary/freezer, +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer4, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"tcD" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/electical_systems/substation2) +"tcE" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"tcK" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"tcM" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3" + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"tcR" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "zwing4"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/horizon_runner) +"tcV" = ( +/obj/structure/largecrate/mule, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caveplateau) +"tcW" = ( +/obj/effect/hybrisa/decal/trash, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"tcX" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/garage_managersoffice) +"tcZ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"tdb" = ( +/obj/item/tool/pickaxe, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"tdf" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"tdg" = ( +/obj/structure/platform/hybrisa/metalplatform4{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/item/stack/sheet/cardboard, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"tdk" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"tdn" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/cargo) +"tdy" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/medical, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"tdz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_factory) +"tdC" = ( +/obj/structure/prop/hybrisa/misc/bench{ + pixel_x = 7 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80; + layer = 4; + pixel_x = -2 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"tdD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble10{ + pixel_x = -16; + pixel_y = 18 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"tdE" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/indoors/caves/west_caves) +"tdG" = ( +/obj/structure/machinery/mill, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/mining_outpost/processing) +"tdL" = ( +/obj/structure/sign/safety/fire_haz, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/virology) +"tdP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"tdS" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4; + pixel_x = 2 + }, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"tdW" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/west) +"tei" = ( +/obj/item/lightstick/planted, +/obj/effect/hybrisa/decal/grate, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"tel" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"tev" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/sandbags{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"tew" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/item/stack/sheet/metal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/engineering) +"teB" = ( +/obj/item/reagent_container/glass/beaker, +/obj/item/reagent_container/dropper{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/r_n_d/organic_analyzer, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"teC" = ( +/obj/structure/bed/chair{ + icon_state = "chair_alt"; + pixel_x = 3; + pixel_y = 17 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/operation) +"teF" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/platform/strata/metal{ + dir = 4; + layer = 5 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"teH" = ( +/obj/effect/decal/cleanable/flour, +/obj/item/stack/snow{ + desc = "A pile of white powder."; + name = "white-powder"; + pixel_y = 4 + }, +/obj/item/explosive/plastic/custom{ + desc = "A tightly wrapped package of white powder."; + name = "white wrapped package" + }, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet03" + }, +/area/lv759/oob) +"teK" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"teN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"teR" = ( +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/item/tool/wet_sign{ + layer = 4; + pixel_x = -9; + pixel_y = 17 + }, +/obj/item/tool/mop{ + pixel_y = 23 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_factory) +"tfa" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/interrogation) +"tfd" = ( +/obj/effect/landmark/corpsespawner/doctor, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/virology) +"tfe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_8" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"tfg" = ( +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"tfl" = ( +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_command) +"tfm" = ( +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_west) +"tfp" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"tfu" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/indoors/caves/east_caves) +"tfw" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"tfz" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/cargo) +"tfD" = ( +/obj/structure/largecrate/random, +/obj/structure/largecrate/random{ + pixel_y = 18; + layer = 4.1 + }, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"tfF" = ( +/obj/structure/machinery/vending/sovietsoda{ + icon_state = "soda-broken"; + stat = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 10 + }, +/area/lv759/indoors/recycling_plant) +"tfJ" = ( +/obj/structure/prop/hybrisa/containersextended/tanwywingsleft, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"tfM" = ( +/obj/structure/sign/safety/maint, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"tfR" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"tfT" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"tfV" = ( +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"tfW" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"tga" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Toilet Unit" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/meridian/meridian_restroom) +"tgb" = ( +/obj/item/device/flashlight/lamp/on, +/obj/structure/window/reinforced/toughened, +/obj/effect/landmark/objective_landmark/far, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"tge" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20; + layer = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/green, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"tgg" = ( +/obj/structure/urinal, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/south) +"tgl" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"tgp" = ( +/obj/structure/prop/hybrisa/containersextended/tanwywingsleft{ + layer = 6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"tgu" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 1 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/south_west_street) +"tgw" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"tgC" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "hybrisacheckpoint_northwest"; + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"tgD" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"tgE" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/electical_systems/substation2) +"tgK" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tgO" = ( +/obj/item/stack/sheet/cardboard, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"tgZ" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/power_plant/telecomms) +"thg" = ( +/obj/structure/surface/table, +/obj/item/storage/fancy/vials/random, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison{ + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"thn" = ( +/obj/structure/cargo_container/kelland/left{ + layer = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"tho" = ( +/obj/item/stack/sandbags_empty, +/obj/item/tool/shovel, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"thu" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"thw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"thC" = ( +/obj/structure/largecrate/random/barrel/medical, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"thE" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/barricade/handrail/strata, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"thF" = ( +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"thL" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"thM" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"thO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"thS" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"thW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital - North Hallway" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"thX" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -20 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"tih" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"tij" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/recycling_plant/garage) +"til" = ( +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tis" = ( +/obj/structure/prop/hybrisa/vehicles/truck/truck3{ + dir = 1; + pixel_y = 9 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"tit" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Dormitories" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/west) +"tiB" = ( +/obj/effect/decal/cleanable/blood/xeno{ + dir = 8; + icon_state = "xsplatter5" + }, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"tiC" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"tiF" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"tiI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/miner, +/obj/structure/machinery/power/terminal, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"tiJ" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/whiskey_outpost/inside/caves) +"tiM" = ( +/obj/structure/bed/sofa{ + icon_state = "couch_hori1" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"tiU" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/lv759/indoors/power_plant/gas_generators) +"tiY" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"tjr" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "zwing4"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"tjw" = ( +/obj/item/toy/bikehorn/rubberducky, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"tjy" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_west) +"tjF" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"tjG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/largecrate/random/mini/small_case, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"tjI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"tjK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 + }, +/obj/item/prop/colony/usedbandage{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"tjN" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ + dir = 1; + name = "Meridian - Factory Floor" + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_foyer) +"tjS" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 18 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"tjT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 2 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"tkc" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/engineering) +"tkj" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_1) +"tkl" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/north_office) +"tkp" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + light_color = "#00ff9f"; + light_on = 1; + light_power = 2; + light_range = 3; + pixel_x = 2; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 5 + }, +/area/lv759/indoors/meridian/meridian_factory) +"tkw" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/east_central_street) +"tky" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/machinery/light/spot{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"tkz" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"tkE" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"tkG" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"tkI" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"tkK" = ( +/obj/structure/sign/poster/pimp, +/obj/structure/sign/poster/pimp{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"tkM" = ( +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"tkP" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"tkT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/armory) +"tlc" = ( +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + icon_state = "wy_water_crushed" + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"tli" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"tlj" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tll" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tlC" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/stack/sheet/cardboard/small_stack, +/obj/item/stack/sheet/wood, +/turf/open/hybrisa/street/asphalt, +/area/whiskey_outpost/inside/caves) +"tlF" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"tlI" = ( +/turf/open/shuttle/dropship{ + icon_state = "floor8" + }, +/area/whiskey_outpost/inside/caves) +"tlJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/heavy_loader/white_teal{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"tlO" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caveplateau) +"tlT" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoe"; + name = "cuppa joe's coffee cup" + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"tlW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/obj/effect/hybrisa/decal/trash{ + dir = 8; + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tlY" = ( +/obj/item/shard, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/structure/mirror{ + desc = "Do you remember who you are?"; + icon_state = "mirror_broke"; + name = "broken mirror"; + pixel_y = 32 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/lv759/indoors/apartment_services/east) +"tlZ" = ( +/obj/structure/prop/almayer/computers/sensor_computer2{ + desc = null; + name = "computer" + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"tmf" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"tmq" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"tmr" = ( +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"tmt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/item/tool/wet_sign{ + pixel_y = 18 + }, +/obj/item/tool/mop{ + pixel_y = 20 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"tmw" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"tmC" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tmD" = ( +/turf/closed/wall/wood, +/area/lv759/indoors/caves/north_caves) +"tmI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"tmJ" = ( +/obj/structure/closet, +/obj/effect/hybrisa/decal/dirt, +/obj/item/clothing/head/militia/bucket, +/obj/item/clothing/suit/storage/militia/vest, +/obj/effect/decal/cleanable/cobweb, +/obj/item/clothing/head/headband/rebel, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/electical_systems/substation3) +"tmV" = ( +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cargo_maintenance) +"tnh" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_street) +"tnn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4; + layer = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/tool/screwdriver{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/garage_workshop) +"tnr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"tnt" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/hospital/morgue) +"tnw" = ( +/obj/item/device/flashlight/lantern{ + pixel_x = -6 + }, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern{ + pixel_x = -6 + }, +/obj/item/device/flashlight/lantern, +/obj/structure/largecrate/random/mini/ammo, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"tnx" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "48" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"tny" = ( +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/structure/cable{ + icon_state = "1-4"; + level = 2; + color = "#550d0d" + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"tnG" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/turf/open/hybrisa/dropship/dropshipfloorcorner2, +/area/lv759/indoors/spaceport/starglider) +"tnL" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "82" + }, +/area/lv759/indoors/spaceport/starglider) +"tnP" = ( +/obj/structure/largecrate/random/mini{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"tnS" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "37" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"tnV" = ( +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -6; + pixel_y = 18 + }, +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = 10; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/meridian/meridian_managersoffice) +"tnW" = ( +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"tob" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/south) +"tof" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"tol" = ( +/obj/structure/machinery/bioprinter{ + stored_metal = 1000 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"tom" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"tor" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/prop/hybrisa/xenobiology/small/cracked1, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"tox" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"toG" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"toI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/security) +"toP" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"toS" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_east) +"toU" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_east) +"toX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/rack, +/obj/effect/spawner/random/technology_scanner, +/obj/item/stack/cable_coil/random, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/hospital/maintenance) +"toZ" = ( +/obj/item/tool/warning_cone{ + layer = 4; + pixel_x = -20 + }, +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 4; + pixel_y = 15; + pixel_x = 5 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tpa" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet08" + }, +/area/lv759/indoors/hospital/cmo_office) +"tph" = ( +/obj/structure/cargo_container/wy/right{ + layer = 6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"tpp" = ( +/obj/item/trash/hotdog, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tpr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/attachable/bayonet, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/structure/prop/hybrisa/misc/blood/blood1, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"tpt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"tpu" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"tpx" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_4{ + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/east_central_street) +"tpy" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"tpB" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/hybrisa/decal/gold/line2, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"tpH" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"tpL" = ( +/obj/structure/sign/safety/bathunisex{ + layer = 2; + pixel_y = 32 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/breakroom) +"tpN" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"tpO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/prop/helmetgarb/spent_buckshot, +/obj/effect/decal/cleanable/blood, +/obj/item/ashtray/glass{ + icon_state = "ashtray_bork_gl"; + pixel_x = -4; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar/entertainment) +"tpR" = ( +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/apartment_services/east) +"tpS" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/structure/machinery/floodlight{ + layer = 5 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"tpY" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/accessory/storage/surg_vest/drop_blue, +/obj/item/device/radio/headset, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"tqa" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"tqi" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"tqs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"tqx" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/central_streets) +"tqy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/kitchen/tray{ + pixel_y = 9 + }, +/obj/item/tool/surgery/cautery, +/obj/item/tool/surgery/scalpel, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"tqD" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"tqE" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = 6 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_north) +"tqK" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/apartment/west) +"tqL" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"tqP" = ( +/obj/structure/machinery/vending/snack{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"tqQ" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"tqY" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/south_hallway) +"tqZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/metal/small_stack, +/obj/item/shard, +/obj/item/stack/sheet/cardboard/small_stack, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/recycling_plant) +"trg" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"trj" = ( +/obj/item/stack/sheet/cardboard, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tro" = ( +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/medical_storage) +"trt" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/reception) +"tru" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/wood, +/area/lv759/indoors/hospital/cmo_office) +"trA" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"trB" = ( +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/spaceport/cuppajoes) +"trT" = ( +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/maintenance_east) +"trX" = ( +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0" + }, +/obj/effect/decal/cleanable/generic, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tsc" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"tsl" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"tsn" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"tsr" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"tsu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 4; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tsz" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/equipment_west) +"tsC" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"tsD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tsI" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/item/stack/sheet/metal, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 8 + }, +/area/lv759/indoors/spaceport/cargo) +"tsM" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2/autoname{ + dir = 1; + name = "\improper Hospital - Virology Test Subject Room" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/virology) +"tsN" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"tsR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"tsS" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/largecrate/random/barrel/blue, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ttb" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"ttf" = ( +/obj/item/attachable/bayonet/upp{ + anchored = 1; + layer = 3.6; + pixel_x = -9; + pixel_y = -7 + }, +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"ttr" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/fancy/cigar{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/fancy/cigar/tarbacks{ + pixel_x = -3; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"tty" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_1{ + dir = 1; + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"ttA" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 5 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"ttB" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"ttH" = ( +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines5, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"ttQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"ttU" = ( +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/turf/open/floor/prison, +/area/lv759/indoors/weymart/backrooms) +"ttV" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"tua" = ( +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"tui" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/bed/roller, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"tuk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/surface/rack, +/obj/item/weapon/gun/revolver/cmb, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"tum" = ( +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"tun" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med, +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "53" + }, +/area/lv759/indoors/spaceport/starglider) +"tup" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + pixel_y = 12; + dir = 8; + pixel_x = 5 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"tut" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/telecomms) +"tuy" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"tuH" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/communications_office) +"tuI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/sign/safety/fire_haz, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"tuT" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"tuZ" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"tve" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"tvf" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/office) +"tvh" = ( +/obj/structure/largecrate/random/secure{ + pixel_x = -7 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"tvl" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toy, +/obj/item/facepaint/lipstick, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/apartment/west) +"tvq" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"tvw" = ( +/obj/structure/bed/stool, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"tvx" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"tvD" = ( +/obj/item/stack/sheet/wood{ + layer = 4.1; + pixel_x = 14; + pixel_y = -4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"tvM" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tvO" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"tvQ" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/misc/spaceport1, +/area/lv759/indoors/spaceport/docking_bay_1) +"tvU" = ( +/obj/structure/platform/mineral{ + dir = 8 + }, +/obj/structure/platform/mineral, +/turf/open/gm/river/desert/deep, +/area/lv759/indoors/apartment/west) +"tvW" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/structure/surface/rack, +/obj/item/ammo_box/magazine/misc/flashlight, +/obj/item/ammo_box/magazine/misc/flashlight, +/obj/item/ammo_box/magazine/misc/flashlight, +/obj/item/ammo_box/magazine/misc/flashlight, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"tvZ" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"twa" = ( +/obj/structure/surface/rack, +/obj/structure/reagent_dispensers/beerkeg/alt_dark, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"twl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"twt" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"twv" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"twH" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/spaceport/cargo) +"twK" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_16"; + pixel_y = 32 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"twM" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/largecrate/random, +/obj/structure/largecrate/random{ + pixel_y = 18; + layer = 4.1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"twS" = ( +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"txg" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"txj" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8; + layer = 3.25 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"txl" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"txr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair/wheelchair, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"txA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"txC" = ( +/obj/structure/barricade/handrail/kutjevo, +/obj/structure/barricade/handrail/kutjevo{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralblueoffice"; + light_color = "#0090ff"; + light_on = 1; + light_power = 2; + light_range = 4 + }, +/area/whiskey_outpost/inside/caves) +"txD" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/item/weapon/broken_bottle, +/obj/item/shard, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "4" + }, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "3" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hobosecret) +"txM" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_1) +"txU" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_west_caves) +"txX" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"tya" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"tye" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 10 + }, +/area/lv759/indoors/spaceport/cargo) +"tym" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"tyq" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"tyx" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Cargo Bay" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"tyA" = ( +/obj/item/trash/kepler, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/trash/eat, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"tyG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant) +"tyV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/item/device/assembly/igniter, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"tza" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"tzc" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/colonial_marshals/holding_cells) +"tzi" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"tzx" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile{ + dir = 8 + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"tzB" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"tzK" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "7" + }, +/area/lv759/indoors/spaceport/starglider) +"tzP" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"tzY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor2" + }, +/area/lv759/indoors/electical_systems/substation2) +"tzZ" = ( +/obj/structure/prop/hybrisa/vehicles/van/vanmining{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/landing_zone_2) +"tAe" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 6 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tAm" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"tAx" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"tAB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/hydroponics/prespawned, +/obj/item/tool/shovel/etool/folded, +/obj/item/tool/shovel/etool/folded, +/obj/item/tool/shovel/spade, +/obj/item/tool/shovel/spade, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/tool/plantspray/pests/old/lindane, +/obj/item/reagent_container/glass/fertilizer{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/reagent_container/glass/fertilizer{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/tool/plantspray/pests/old/lindane, +/obj/item/tool/hand_labeler, +/obj/item/clothing/head/greenbandana, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/botany/botany_mainroom) +"tAV" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"tAX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_foyer) +"tBg" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"tBj" = ( +/obj/item/device/motiondetector, +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"tBm" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"tBn" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/indoors/southwest_public_restroom) +"tBo" = ( +/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/caves/central_caves) +"tBv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"tBD" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"tBE" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/botany/botany_hallway) +"tBH" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"tBP" = ( +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tBQ" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 6 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"tBR" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"tBY" = ( +/obj/item/stack/sheet/cardboard, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"tCj" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 4 + }, +/obj/structure/machinery/floodlight{ + layer = 4 + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/whiskey_outpost/inside/caves) +"tCl" = ( +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/hybrisa/dropship/dropship3, +/area/lv759/indoors/spaceport/starglider) +"tCm" = ( +/obj/structure/platform{ + dir = 8; + layer = 1 + }, +/obj/structure/largecrate/random/barrel/white, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_1) +"tCp" = ( +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"tCw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/wy_black{ + pixel_y = 4; + pixel_x = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"tCN" = ( +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"tCP" = ( +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"tCS" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"tCZ" = ( +/obj/structure/sign/safety/twilight_zone_terminator{ + desc = "Semiotic Standard denoting the nearby presence of a weapon research lab."; + name = "weapon research lab semiotic" + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"tDg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"tDi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/lz_sign/hybrisa_sign{ + light_color = "#00AEFF"; + light_on = 1; + light_power = 5; + light_range = 6 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"tDl" = ( +/obj/structure/ore_box, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/east_caves) +"tDn" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_1) +"tDs" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"tDv" = ( +/obj/structure/platform/hybrisa/metalplatform4, +/obj/structure/platform/hybrisa/metalplatform4{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"tDx" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"tDA" = ( +/obj/item/tool/wrench{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"tDC" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"tDQ" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"tDU" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"tEa" = ( +/obj/structure/cargo_container/hd/mid/alt{ + layer = 5 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"tEb" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/item/tool/weldingtool, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "yellow3"; + dir = 8 + }, +/area/lv759/indoors/spaceport/cargo) +"tEo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"tEA" = ( +/obj/structure/prop/hybrisa/Factory/Robotic_arm{ + dir = 8; + layer = 4; + pixel_y = 7; + level = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"tEB" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"tEE" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tEM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/power_storage) +"tEO" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"tES" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"tET" = ( +/obj/structure/largecrate/random/barrel/white{ + layer = 7; + pixel_x = 8; + pixel_y = 18 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_1) +"tEY" = ( +/obj/structure/machinery/vending/dinnerware, +/obj/effect/decal/strata_decals/grime/grime1, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"tFa" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"tFh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/eat, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"tFi" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbroke, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/recycling_plant/garage) +"tFm" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/gloves/marine/insulated, +/obj/item/tool/weldingtool{ + pixel_x = -4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"tFn" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"tFo" = ( +/obj/structure/stairs/perspective/kutjevo, +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/east_dorms) +"tFs" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"tFw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"tFz" = ( +/obj/item/spacecash/c200, +/obj/item/storage/bag/cash, +/obj/structure/machinery/light/built{ + dir = 8 + }, +/mob/living/simple_animal/bunny/dave{ + dir = 4 + }, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet01" + }, +/area/lv759/oob) +"tFE" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"tFJ" = ( +/obj/structure/machinery/sentry_holder/colony{ + pixel_y = 26 + }, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"tFK" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + dir = 1; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + name = "hospital divider" + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/emergency_room) +"tFM" = ( +/obj/item/prop/alien/hugger, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"tFN" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"tGf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/lv759/indoors/hospital/virology) +"tGj" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/item/shard, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 4 + }, +/obj/structure/machinery/door/window/southleft, +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"tGl" = ( +/obj/structure/machinery/iv_drip, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"tGx" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/largecrate/random/barrel/red, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"tGD" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"tGF" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"tGG" = ( +/obj/item/stack/sheet/metal, +/obj/item/stack/rods, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"tGN" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/spacecash/c200, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"tGP" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/landing_zone_2) +"tGQ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/weyyu_office) +"tGV" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tGW" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tHc" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/window/framed/hybrisa/colony/engineering/hull, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/corsat, +/area/lv759/oob) +"tHg" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/indoors/south_public_restroom) +"tHk" = ( +/obj/structure/pipes/portables_connector{ + dir = 1 + }, +/obj/structure/barricade/handrail{ + layer = 4 + }, +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer5, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"tHl" = ( +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -11; + pixel_y = 7 + }, +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"tHn" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Restroom" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/meridian/meridian_restroom) +"tHo" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_north) +"tHu" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"tHv" = ( +/obj/structure/platform/hybrisa/metalplatform2, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"tHw" = ( +/obj/structure/platform/kutjevo, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "kutjevo_platform_sm" + }, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"tHx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"tHB" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"tHC" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/med_data/laptop, +/turf/open/floor{ + dir = 6; + icon_state = "bcarpet02" + }, +/area/lv759/indoors/hospital/cmo_office) +"tHD" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tHH" = ( +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment/west) +"tHI" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/hallway_south) +"tHP" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/head/hardhat/white, +/obj/structure/machinery/light/small, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"tHQ" = ( +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/telecomms) +"tHR" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = -2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"tIb" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"tId" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/ore_box, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/mining_outpost/processing) +"tIe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"tIk" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"tIs" = ( +/mob/living/simple_animal/rat/gray{ + icon_state = "rat_white_sleep" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"tIx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"tIA" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart) +"tIC" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/horizon_runner) +"tID" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/engineering) +"tIF" = ( +/obj/structure/stairs/perspective{ + dir = 8 + }, +/obj/structure/platform/mineral, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"tIK" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/cargo) +"tIL" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 6 + }, +/area/whiskey_outpost/inside/caves) +"tIP" = ( +/obj/item/reagent_container/blood/empty, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"tIT" = ( +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"tIU" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime4" + }, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/hybrisa/dropship/dropship4, +/area/lv759/indoors/spaceport/horizon_runner) +"tIW" = ( +/obj/structure/sign/safety/restrictedarea, +/obj/structure/sign/safety/high_voltage{ + pixel_x = 12 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"tIY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"tJe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tJg" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"tJj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/south_west_street) +"tJk" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"tJn" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/landing_zone_2) +"tJw" = ( +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/hallway_east) +"tJA" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 19 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"tJD" = ( +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"tJI" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"tJQ" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"tJS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/sign/safety/maint{ + pixel_y = 32 + }, +/obj/structure/platform_decoration/kutjevo{ + dir = 8 + }, +/obj/structure/largecrate/random/mini/wooden{ + pixel_y = 12 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -17; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/mining_outpost/northeast) +"tJU" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 24 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"tJV" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/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/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"tJW" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/signs/high_voltage{ + desc = null + }, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/lv759/oob) +"tKd" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"tKh" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8; + layer = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "zenithstone" + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"tKi" = ( +/obj/structure/bed/hybrisa/bunkbed2{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/apartment/west) +"tKj" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/electical_systems/substation1) +"tKk" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + pixel_x = -8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"tKy" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Dormitories" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/west) +"tKM" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.8; + pixel_x = -17; + pixel_y = -9 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"tKN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/cell_charger, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"tKO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/wooden, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"tKS" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/lv759/indoors/bar) +"tKW" = ( +/turf/open/floor/prison, +/area/lv759/indoors/garage_reception) +"tKZ" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"tLa" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/south_public_restroom) +"tLd" = ( +/obj/structure/closet, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 9 + }, +/area/lv759/indoors/recycling_plant) +"tLn" = ( +/obj/structure/machinery/conveyor{ + id = "anomalybelt" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/stack/cable_coil, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant) +"tLq" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"tLr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/weldpack, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"tLs" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"tLu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/flasher{ + id = "Containment Cell 5"; + layer = 2.1; + name = "Mounted Flash"; + pixel_y = 30 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"tLF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"tLI" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_caves) +"tLJ" = ( +/obj/structure/platform/strata/metal, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"tLM" = ( +/obj/structure/surface/table, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"tLT" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "rightengine_1" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"tMa" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.8 + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"tMf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop_storage) +"tMh" = ( +/obj/item/ammo_magazine/rifle/nsg23, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"tMl" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 8; + layer = 8; + level = 8; + pixel_y = 20 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"tMn" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = 11; + pixel_y = 16 + }, +/obj/item/trash/eat, +/obj/item/storage/bag/plasticbag, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"tMw" = ( +/obj/structure/sign/safety/four, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/mining_outpost/northeast) +"tMx" = ( +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"tMy" = ( +/obj/structure/sign/poster/ad, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/cmo_office) +"tMz" = ( +/obj/item/tool/screwdriver, +/obj/item/tool/wrench{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/almayer{ + icon_state = "cargo_arrow" + }, +/area/lv759/indoors/spaceport/engineering) +"tME" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/door/window/brigdoor/westright, +/obj/structure/machinery/door/window/brigdoor/eastleft, +/obj/item/card/id, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/reception) +"tMF" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"tMG" = ( +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"tMJ" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"tMS" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/engineering) +"tMU" = ( +/obj/item/tool/pen{ + pixel_x = 12; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/vip) +"tNb" = ( +/obj/structure/noticeboard, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"tNd" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"tNh" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"tNo" = ( +/obj/structure/extinguisher_cabinet, +/obj/structure/machinery/door_control{ + id = "marshalls_garage"; + name = "CMB - Garage Lockdown"; + pixel_x = 28 + }, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/garage) +"tNx" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/maintenance) +"tNG" = ( +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"tNK" = ( +/obj/effect/hybrisa/decal/road/lines5, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"tNT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"tNV" = ( +/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."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "86"; + name = "\improper WY-LWI StarGlider SG-200" + }, +/area/lv759/indoors/spaceport/starglider) +"tOc" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"tOg" = ( +/obj/structure/surface/rack, +/obj/effect/hybrisa/decal/dirt, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"tOh" = ( +/obj/structure/prop/hybrisa/containersextended/lightgreywyright, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"tOm" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"tOn" = ( +/obj/structure/catwalk/prison, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence/electrified{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"tOx" = ( +/obj/structure/surface/rack, +/obj/item/device/toner, +/obj/item/document_objective/folder, +/obj/item/folder/black, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"tOA" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"tOB" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/item/card/id/deputy, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"tOC" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"tOD" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"tOJ" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"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, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"tPb" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/botany/botany_mainroom) +"tPc" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/virology) +"tPo" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"tPz" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ + dir = 1; + name = "Night Gold Casino" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/casino) +"tPF" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"tPM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/generic, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_west_caves) +"tPN" = ( +/obj/structure/machinery/faxmachine, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"tPR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged0{ + dir = 4; + layer = 2 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"tPZ" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = 6 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_south) +"tQo" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"tQs" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"tQu" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/sign/safety/landingzone{ + pixel_x = -17 + }, +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/hallway_north) +"tQv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/east_caves) +"tQz" = ( +/obj/effect/spawner/random/pills/highchance, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"tQA" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2/ceiling) +"tQC" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft, +/obj/structure/machinery/door/window/brigdoor/westleft, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/weapon/shield/riot/metal, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory) +"tQK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/trash, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tQL" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_managersoffice) +"tQQ" = ( +/obj/item/stack/rods, +/obj/effect/decal/strata_decals/grime/grime1, +/obj/effect/decal/strata_decals/grime/grime1, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"tQS" = ( +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/pharmacy) +"tQU" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/barricade/handrail/medical, +/obj/structure/largecrate/random/mini{ + layer = 7; + pixel_x = -7; + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"tQW" = ( +/obj/structure/machinery/vending/cola{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"tRc" = ( +/obj/structure/machinery/message_server, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/landing_zone_1/ceiling) +"tRg" = ( +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/power_plant/gas_generators) +"tRj" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/smallDelivery{ + pixel_x = -12; + pixel_y = 22 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"tRl" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/reception) +"tRu" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"tRx" = ( +/obj/structure/prop/structure_lattice{ + dir = 1; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 1; + layer = 3.1; + pixel_y = 10 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"tRA" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"tRD" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = 13; + pixel_y = 10 + }, +/obj/item/weapon/broken_glass, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"tRE" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/north_street) +"tRF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tRJ" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"tRL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"tRN" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite0, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"tRR" = ( +/obj/structure/machinery/igniter{ + layer = 2 + }, +/obj/effect/decal/cleanable/molten_item, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/window/reinforced{ + layer = 3; + color = "#FF2300" + }, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"tRS" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/item/storage/bag/plasticbag, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"tRU" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"tRW" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"tSd" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"tSj" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4; + pixel_x = 1 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"tSl" = ( +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 4; + name = "trash bag"; + pixel_x = -10; + pixel_y = 32 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/trash, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tSq" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/mining_outpost/south) +"tSt" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/south_east_street) +"tSy" = ( +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/geothermal_generators) +"tSC" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"tSL" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_12" + }, +/obj/item/stack/sheet/cardboard, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 7; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"tSO" = ( +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"tSS" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"tST" = ( +/obj/structure/machinery/meter, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"tSV" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/prop/colony/folded_bedroll, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"tTc" = ( +/obj/item/trash/hotdog, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"tTm" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "medical_storage_lockdown"; + layer = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/medical_storage) +"tTn" = ( +/obj/structure/sign/poster/corporate, +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 12 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/west) +"tTp" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/obj/structure/platform{ + dir = 4; + layer = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"tTq" = ( +/obj/item/tool/wrench{ + pixel_x = -7; + pixel_y = -14 + }, +/obj/structure/machinery/bot/medbot, +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/east_hallway) +"tTu" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"tTw" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"tTD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"tTG" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 8 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"tTP" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "gibleg" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"tTV" = ( +/obj/structure/machinery/door/airlock/almayer/engineering, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant) +"tTY" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_marked" + }, +/area/lv759/indoors/tcomms_northwest) +"tTZ" = ( +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"tUd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"tUh" = ( +/obj/structure/closet/jcloset, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 8 + }, +/area/lv759/indoors/recycling_plant/garage) +"tUi" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"tUj" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/apartment/west) +"tUm" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/whiskey_outpost/inside/caves) +"tUn" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/girder, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/hospital/morgue) +"tUy" = ( +/turf/open/floor/strata{ + dir = 9; + icon_state = "cyan3" + }, +/area/whiskey_outpost/inside/caves) +"tUz" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/breakroom) +"tUA" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/obj/structure/prop/static_tank/fuel, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/indoors/meridian/meridian_factory) +"tUH" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"tUP" = ( +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/obj/item/attachable/bayonet, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"tUR" = ( +/obj/structure/bed/sofa{ + icon_state = "couch_hori1" + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"tUU" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trash/green, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"tVg" = ( +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_1) +"tVk" = ( +/obj/item/stack/rods, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"tVm" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"tVt" = ( +/obj/structure/bed/hybrisa/chairs/brown{ + pixel_y = 8 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/hallway_east) +"tVy" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/xenobiology/small/offempty, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"tVG" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"tVJ" = ( +/obj/structure/sign/safety/medical{ + pixel_x = -17 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"tVL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + pixel_x = -8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"tVM" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"tVR" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_2) +"tVT" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"tVY" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/landmark/corpsespawner/wygoon, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"tVZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"tWg" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"tWh" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tWk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cargo_container/horizontal/blue/middle{ + layer = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"tWo" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + layer = 8; + level = 8; + pixel_y = 20; + dir = 6 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tWr" = ( +/obj/item/tool/extinguisher{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"tWs" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"tWv" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/obj/effect/landmark/corpsespawner/colonist, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tWB" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/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; + health = 25000 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"tWP" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"tWQ" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"tXb" = ( +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -9; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffee, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"tXm" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"tXn" = ( +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"tXs" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"tXt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/hybrisa/tile/green_bigtile{ + dir = 1 + }, +/area/lv759/indoors/botany/botany_greenhouse) +"tXw" = ( +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/dropship_equipment/fuel/fuel_enhancer{ + indestructible = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"tXx" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/flask/detflask, +/obj/item/clothing/mask/cigarette/cigar, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/colonial_marshals/head_office) +"tXA" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"tXD" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"tXE" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"tXH" = ( +/obj/structure/machinery/ignition_switch, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"tXO" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"tXQ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"tXR" = ( +/obj/structure/prop/almayer/computers/sensor_computer3{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "blacksensor_comp3"; + name = "computer" + }, +/obj/structure/machinery/door_control{ + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Colony Exterior Lockdown"; + pixel_x = 1; + pixel_y = -5 + }, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/whiskey_outpost/inside/caves) +"tXW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced/toughened, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"tXZ" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/item/tool/shovel/etool, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/turf/open/gm/river, +/area/lv759/outdoors/colony_streets/north_street) +"tYb" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tYe" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/machinery/computer/disk_reader, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/telecomms) +"tYg" = ( +/obj/structure/largecrate/random, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"tYn" = ( +/obj/item/weapon/gun/rifle/nsg23/no_lock, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/whiskey_outpost/inside/caves) +"tYx" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"tYy" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"tYA" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/north_office) +"tYH" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"tYK" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"tYN" = ( +/obj/structure/disposalpipe/tagger, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"tYP" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "w-y0" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"tYR" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"tYS" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/largecrate/random/mini{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"tYW" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"tYX" = ( +/obj/item/stack/sheet/wood/medium_stack, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"tZb" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"tZl" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + panel_open = 1; + locked = 1 + }, +/turf/open/space/basic, +/area/lv759/indoors/electical_systems/substation3) +"tZp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"tZr" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{ + dir = 1; + pixel_x = 3 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"tZs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"tZw" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"tZA" = ( +/obj/structure/surface/rack, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"tZB" = ( +/obj/structure/bed/chair/dropship/passenger, +/obj/item/explosive/plastic/breaching_charge, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"tZD" = ( +/obj/item/spacecash/c1{ + pixel_x = 12; + pixel_y = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tZH" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"tZP" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/closet/crate/trashcart{ + pixel_y = 8 + }, +/obj/structure/barricade/handrail/strata, +/obj/item/stack/sheet/cardboard, +/obj/item/trash/buritto, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"tZR" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"uaa" = ( +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"uab" = ( +/obj/structure/closet, +/obj/effect/decal/strata_decals/grime/grime2, +/turf/open/floor{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant) +"uac" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/hybrisa/cavedecor/stalagmite1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"uaf" = ( +/obj/structure/prop/hybrisa/containersextended/greywyright, +/obj/structure/platform/strata/metal{ + dir = 4; + layer = 5 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"uao" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1; + layer = 2.99 + }, +/obj/structure/largecrate/random/barrel/white, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"uaq" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"uav" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"uaB" = ( +/obj/structure/sign/poster/ad, +/obj/structure/sign/poster/ad{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"uaD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"uaE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"uaN" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"uaR" = ( +/obj/structure/bed/roller, +/obj/item/trash/used_stasis_bag, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"uba" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/telecomms) +"ube" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"ubf" = ( +/obj/structure/surface/rack, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/item/clothing/suit/apron, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"ubo" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/pipes/standard/tank/carbon_dioxide{ + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"ubs" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/mob/living/simple_animal/rat/white/Milky, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"ubJ" = ( +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/engineering) +"ubM" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"ubP" = ( +/obj/structure/sign/safety/west, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"uca" = ( +/obj/structure/machinery/crema_switch{ + id = "Hybrisa_Crem_switch1" + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/hospital/morgue) +"uce" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"uch" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"ucm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/red, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"ucp" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"ucu" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"ucC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"ucH" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"ucI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"ucL" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"ucT" = ( +/obj/item/device/flashlight/lantern, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"ucX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"udd" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"udh" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass{ + name = "\improper Flight Control - Foyer" + }, +/turf/open/floor/prison, +/area/lv759/landing_zone_1/ceiling) +"udk" = ( +/obj/structure/prop/hybrisa/vehicles/van/hyperdynevan{ + pixel_y = 4; + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"udm" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/hospital/maintenance) +"udo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"udp" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -9; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/landing_zone_2/ceiling) +"udq" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_1{ + dir = 8; + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"udu" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"udw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"udx" = ( +/obj/effect/hybrisa/decal/gold/line4, +/obj/structure/prop/hybrisa/misc/slotmachine{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"udy" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"udB" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/hallway_north) +"udF" = ( +/obj/structure/sign/safety/opens_up, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/electical_systems/substation3) +"udL" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/pipes/standard/tank/carbon_dioxide, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4; + layer = 2 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "zenithstone" + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"udO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"udQ" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "\improper Colony Security Checkpoint" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"udW" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"udY" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"uex" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital -Triage" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"uey" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2/ceiling) +"ueD" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/power_plant/telecomms) +"ueG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"ueO" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"ueQ" = ( +/obj/structure/surface/table, +/obj/structure/bedsheetbin, +/obj/item/clothing/under/CM_uniform{ + pixel_y = -2 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"ufh" = ( +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/barricade/deployable, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"ufk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat, +/area/lv759/indoors/meridian/meridian_factory) +"ufu" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/trash/eat, +/obj/item/trash/cigbutt/ucigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ufv" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ufy" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"ufz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/trashcart, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/trash/barcardine, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"ufA" = ( +/obj/effect/hybrisa/decal/WY/WYworn, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"ufQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = -12 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/electical_systems/substation1) +"ufU" = ( +/obj/structure/largecrate/random/barrel{ + layer = 5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"ufX" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + amount = 15 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"ufY" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest1{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 6 + }, +/area/lv759/oob) +"ufZ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/largecrate/random/barrel/red{ + layer = 2.9 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + layer = 3 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"uga" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"ugc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"ugi" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/item/weapon/broken_bottle, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ugn" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"ugu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"ugB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table/reinforced/black, +/obj/item/storage/briefcase, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/bottle/sake, +/obj/item/spacecash/ewallet, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"ugG" = ( +/obj/item/tool/mop{ + pixel_y = 23 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"ugH" = ( +/obj/structure/prop/almayer/computers/sensor_computer2{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"ugM" = ( +/obj/effect/decal/cleanable/vomit{ + icon_state = "vomit_4" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ugN" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats{ + pixel_x = -27; + pixel_y = 6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ugO" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/machinery/light/built, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"ugP" = ( +/obj/item/stack/sheet/wood, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"ugR" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/hospital/virology) +"ugU" = ( +/obj/structure/largecrate/random/barrel/black{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"uha" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"uhi" = ( +/obj/structure/bed/chair/comfy{ + dir = 1; + icon_state = "chair_alt" + }, +/obj/effect/hybrisa/decal/gold/line1, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"uhj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"uhn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"uhq" = ( +/obj/structure/machinery/light/spot, +/turf/open/shuttle/escapepod{ + icon_state = "floor8" + }, +/area/lv759/indoors/electical_systems/substation2) +"uhs" = ( +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/glass/bucket, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"uhy" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + layer = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"uhC" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"uhH" = ( +/obj/structure/flora/pottedplant{ + pixel_y = 12 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"uhM" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"uhT" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/interrogation) +"uhZ" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "orange_icorner"; + dir = 1 + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"uia" = ( +/obj/structure/machinery/light/small/blue, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"uig" = ( +/obj/item/trash/candy, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_y = 14 + }, +/mob/living/simple_animal/rat/gray, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/south_public_restroom) +"uih" = ( +/obj/structure/bed/roller, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"uij" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/mining_outpost/northeast) +"uik" = ( +/obj/item/stack/rods, +/obj/structure/machinery/power/terminal{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/decal/cleanable/blood/gibs/robot, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"uin" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"uio" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/hallway_central) +"uit" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/obj/effect/hybrisa/decal/grate{ + dir = 1 + }, +/obj/effect/hybrisa/decal/warningstripes_angled{ + dir = 1; + pixel_y = -4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"uiA" = ( +/obj/structure/platform/kutjevo/smooth{ + climb_delay = 1; + dir = 1; + layer = 2.99 + }, +/obj/structure/platform/kutjevo/smooth{ + climb_delay = 1; + dir = 4; + layer = 2.99 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/press_room) +"uiP" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/telecomms) +"uiZ" = ( +/obj/structure/prop/hybrisa/supermart/rack/longrack2, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"ujb" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/press_room) +"ujd" = ( +/obj/structure/surface/table/reinforced{ + layer = 1.9 + }, +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + layer = 2; + name = "hospital divider"; + pixel_y = -8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"ujj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/item/shard, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"ujk" = ( +/obj/item/tool/surgery/scalpel, +/obj/item/tool/surgery/hemostat, +/obj/item/tool/surgery/scalpel/manager, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"ujo" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + dir = 4; + icon_state = "bluemultimonitorbig_on"; + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 1 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"ujs" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"uju" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"ujx" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"ujF" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"ujI" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"ujJ" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance) +"ujM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/bed/stool, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"ujN" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/barricade/handrail/medical, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"ujO" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 17 + }, +/obj/effect/hybrisa/decal/road/corner{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"ujS" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/floor/strata{ + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"ujU" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/largecrate/random/case/small, +/obj/item/device/radio{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"ujV" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 8; + pixel_x = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ujW" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 9; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"ujZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/screwdriver{ + pixel_x = 5; + pixel_y = -4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/colonial_marshals/garage) +"ukb" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"ukh" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_5{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"ukk" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"uks" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/item/tool/soap{ + pixel_x = 5 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/mining_outpost/east_dorms) +"ukt" = ( +/turf/open/floor/strata{ + dir = 1; + icon_state = "red4" + }, +/area/lv759/indoors/spaceport/security) +"ukw" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caveplateau) +"ukx" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"ukH" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"ukK" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/glass/watertank, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/botany/botany_mainroom) +"ukN" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_west) +"ukO" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_west_caves) +"ukU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"ukX" = ( +/obj/effect/hybrisa/decal/workers_decal{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_foyer) +"ulh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"uli" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/road/corner{ + dir = 1 + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"ulk" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"ult" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"ulv" = ( +/obj/item/ammo_magazine/m56d, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"uly" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"ulz" = ( +/obj/structure/janitorialcart, +/obj/item/tool/mop, +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"ulA" = ( +/obj/structure/surface/rack, +/obj/item/spacecash/c1000, +/obj/item/moneybag, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/oob) +"ulI" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"ulM" = ( +/obj/structure/girder/reinforced, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"ulO" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"ulQ" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/engineership/engineer_floor8{ + dir = 8 + }, +/area/lv759/derelictship) +"umg" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"umk" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"umn" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/trash/crushed_cup, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/closet/crate/trashcart{ + layer = 3; + opened = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "floor_marked" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"umq" = ( +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"umu" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/horizon_runner) +"umD" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Office Holding Cell" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"umF" = ( +/obj/effect/hybrisa/decal/gold/line4, +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "chair_alt" + }, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"umG" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"umO" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"umP" = ( +/obj/structure/cargo_container/grant/left{ + desc = "A huge industrial shipping container. Seems to have been vandalized."; + icon = 'icons/obj/structures/props/containersextended.dmi'; + icon_state = "grafcontain3_l"; + layer = 1; + name = "Vandalized Cargo Container" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"umR" = ( +/obj/structure/surface/rack, +/obj/item/tool/pickaxe/plasmacutter{ + pixel_y = 5 + }, +/obj/item/tool/pickaxe/plasmacutter{ + pixel_y = -5 + }, +/obj/item/tool/pickaxe/plasmacutter, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"umY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"une" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"uni" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 9 + }, +/area/lv759/oob) +"unj" = ( +/obj/effect/hybrisa/decal/grate, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"unm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "cyan4" + }, +/area/whiskey_outpost/inside/caves) +"unn" = ( +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"uns" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 20 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"uny" = ( +/obj/structure/largecrate/random/case/small{ + layer = 7; + pixel_y = 4 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 3; + pixel_y = 15 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"unD" = ( +/obj/structure/surface/rack, +/obj/item/tool/weldpack, +/obj/item/tool/weldpack{ + pixel_y = 2 + }, +/obj/item/tool/weldpack{ + layer = 3.1; + pixel_x = -4; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"unI" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"unJ" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 5 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_east_caves) +"unL" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"unM" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"unP" = ( +/obj/structure/prop/hybrisa/containersextended/greenwywingsleft, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"unR" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"uog" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/barricade/handrail/hybrisa/road/wood/orange{ + layer = 3 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"uoh" = ( +/obj/structure/machinery/floodlight, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"uoi" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/largecrate/random/mini/chest/b, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"uoj" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_east) +"uok" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"uom" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 9; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"uou" = ( +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"uoy" = ( +/obj/structure/machinery/light/spot/blue, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan, +/area/lv759/indoors/meridian/meridian_showroom) +"uoD" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"uoF" = ( +/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/whiskey_outpost/inside/caves) +"uoI" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/bloodtrail{ + pixel_x = 5 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"uoJ" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"uoL" = ( +/obj/structure/prop/hybrisa/Factory/Robotic_arm/Flipped{ + dir = 8; + pixel_y = 7; + layer = 4.1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + layer = 5 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"uoM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"uoO" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble2{ + pixel_x = -4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/central_caves) +"uoY" = ( +/turf/closed/wall/hybrisa/rock, +/area/lv759/indoors/caves/south_west_caves) +"upc" = ( +/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."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "97"; + name = "\improper WY-LWI StarGlider SG-200" + }, +/area/lv759/indoors/spaceport/starglider) +"upd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/flora/pottedplant, +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"upf" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/central_caves) +"uph" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"upk" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"upl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_factory) +"upn" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"upt" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/glass/large_stack, +/obj/item/tool/mop{ + pixel_x = -10 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_marked" + }, +/area/lv759/indoors/recycling_plant) +"upz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/item/trash/uscm_mre, +/obj/item/stack/sheet/cardboard, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"upG" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Restroom" + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"upI" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/trash/tray, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"upN" = ( +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"upT" = ( +/obj/structure/sign/poster/safety{ + pixel_x = 27 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/equipment_east) +"upZ" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"uqa" = ( +/obj/structure/platform/hybrisa/metalplatformstair1, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"uqe" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"uqu" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"uqv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"uqz" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/healthanalyzer{ + layer = 2.8 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"uqD" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/lv759/indoors/weyyu_office/hallway) +"uqL" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor11" + }, +/area/lv759/indoors/electical_systems/substation2) +"uqM" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 6; + pixel_x = -14 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"uqO" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/flight_control_room) +"uqT" = ( +/obj/structure/largecrate/black_market/confiscated_weaponry, +/obj/item/poster, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"uqV" = ( +/obj/structure/machinery/flasher/portable, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"uqZ" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble2{ + light_color = "#00ff9f"; + light_on = 1; + light_power = 2; + light_range = 3; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/electical_systems/substation1) +"urm" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"uro" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"urA" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"urH" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"urI" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"urJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"urK" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"urX" = ( +/obj/structure/window/framed/colony/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"urY" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"usc" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{ + dir = 1; + light_color = "#00da64"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_command) +"ush" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"usm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/hybrisa/airport/dropshipnosecone{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"usr" = ( +/obj/effect/hybrisa/decal/road/corner{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"uss" = ( +/obj/structure/machinery/light/built{ + dir = 1 + }, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/oob) +"usu" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/obj/item/stack/barbed_wire, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"usv" = ( +/obj/structure/sign/safety/storage, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2) +"usE" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"usF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/garage) +"usG" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 12 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"usJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"usS" = ( +/obj/item/trash/c_tube, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"usZ" = ( +/obj/structure/surface/rack, +/obj/structure/barricade/handrail, +/obj/item/storage/box/guncase/lmg{ + layer = 2.9 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"uta" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"ute" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"utj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/briefcase/stowaway, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"utn" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"utp" = ( +/obj/structure/closet, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"uts" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"utu" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"utx" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/vomit{ + icon_state = "vomit_4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"utB" = ( +/obj/structure/prop/invuln/fusion_reactor, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "6-9"; + layer = 5 + }, +/obj/structure/cable/white{ + color = "9f8700"; + icon_state = "5-10"; + layer = 5 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"utJ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"utS" = ( +/obj/structure/platform, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"utW" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + icon_state = "billboard2"; + layer = 8; + level = 8; + pixel_y = 20; + dir = 5 + }, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"uub" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/adv{ + layer = 3.1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"uuf" = ( +/obj/effect/hybrisa/decal/warningstripes_angled{ + dir = 8; + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/grate{ + dir = 8 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"uum" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"uuz" = ( +/turf/open/floor/kutjevo/fake_wood, +/area/lv759/indoors/bar) +"uuA" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"uuI" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/bed/roller/hospital/bloody, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"uuO" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/roller, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"uuR" = ( +/obj/structure/catwalk/prison, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence/electrified{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"uuT" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"uuU" = ( +/obj/effect/decal/strata_decals/grime/grime1, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"uuX" = ( +/obj/structure/closet, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/item/clothing/under/redpyjamas, +/obj/item/clothing/under/redpyjamas, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment_services/east) +"uuZ" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 1 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"uvb" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/weapon/stunprod, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/clothing/suit/armor/swat/officer, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"uvc" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"uvr" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "hybrisaLZ2_1"; + name = "Emergency Lockdown" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"uvs" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/sign/safety/stairs{ + pixel_x = -17 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"uvy" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/item/paper_bin, +/obj/item/tool/pen, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"uvP" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"uvQ" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"uvW" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"uwb" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"uwc" = ( +/obj/structure/dropship_equipment/fuel/fuel_enhancer{ + indestructible = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"uwm" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"uws" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"uwu" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"uww" = ( +/obj/item/prop/colony/used_flare, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"uwI" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"uwJ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"uwN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/spot, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"uwS" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/machinery/computer/disk_reader{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"uwU" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"uxg" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/central_caves) +"uxk" = ( +/obj/structure/window/reinforced, +/obj/item/storage/fancy/vials, +/obj/structure/surface/rack, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"uxu" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"uxB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-4"; + layer = 5; + level = 2 + }, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "8-9"; + layer = 5; + level = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"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, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"uxD" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/platform_decoration{ + layer = 4 + }, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"uxE" = ( +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/east) +"uxG" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"uxL" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"uxM" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"uxO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"uxQ" = ( +/obj/structure/machinery/autolathe, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "8-10"; + layer = 5 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "1-9"; + layer = 5 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"uxY" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"uya" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/lv759/indoors/meridian/meridian_showroom) +"uyd" = ( +/obj/structure/prop/hybrisa/signs/high_voltage, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"uyk" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/largecrate/random/case/small, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"uyp" = ( +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"uyq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"uyy" = ( +/obj/structure/sign/poster/music, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"uyA" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"uyI" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"uyK" = ( +/obj/structure/sign/poster/ad, +/obj/structure/sign/poster/music{ + pixel_x = -5 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/west) +"uyT" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/landing_zone_2) +"uyX" = ( +/obj/item/stack/sheet/wood, +/obj/item/trash/eat, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"uzb" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"uzc" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"uzj" = ( +/obj/structure/sign/safety/restrictedarea, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2) +"uzl" = ( +/obj/structure/platform/mineral{ + dir = 1; + color = "#7e7d72" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"uzq" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/obj/structure/machinery/light/small, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"uzw" = ( +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/flight_control_room) +"uzA" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/prop/colony/usedbandage{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl3" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"uzC" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"uzG" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"uzI" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble12{ + pixel_x = -16; + pixel_y = 18 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"uAb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 6 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"uAk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"uAu" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"uAv" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"uAx" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/cable_coil/random, +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"uAC" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"uAG" = ( +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 8 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"uAK" = ( +/obj/structure/bed/hybrisa/chairs/black{ + dir = 1; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/vip) +"uAL" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"uAQ" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sandbags/small_stack, +/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 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"uAU" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + light_color = "#FF004A"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_1/ceiling) +"uAV" = ( +/obj/structure/closet/athletic_mixed, +/obj/effect/landmark/objective_landmark/close, +/obj/item/clothing/under/shorts/green, +/obj/item/clothing/under/shorts/red, +/obj/item/clothing/under/swimsuit/blue, +/obj/item/clothing/under/swimsuit/purple, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"uAZ" = ( +/obj/structure/machinery/meter, +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"uBr" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"uBt" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/stack/sheet/cardboard, +/obj/structure/closet/crate/trashcart{ + layer = 3; + opened = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "floor_marked" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"uBu" = ( +/obj/structure/sign/safety/bathunisex{ + layer = 2; + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"uBw" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 8; + pixel_y = 10; + pixel_x = 5 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/landing_zone_2) +"uBy" = ( +/obj/structure/stairs/perspective{ + dir = 10; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"uBD" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/trash/uscm_mre, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 15 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"uBF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"uBI" = ( +/obj/structure/machinery/door/airlock/almayer/engineering, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"uBJ" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"uBK" = ( +/obj/item/stack/sheet/wood{ + layer = 4.1; + pixel_x = 14; + pixel_y = -4 + }, +/obj/item/stack/sheet/wood, +/obj/item/tool/crowbar/red, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"uBL" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/garage) +"uBN" = ( +/obj/effect/hybrisa/decal/grate, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"uBO" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"uBQ" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"uBR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged0{ + dir = 4; + pixel_x = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"uBT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/orangeline{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"uBX" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + icon = 'icons/obj/structures/doors/zenithshutters.dmi'; + id = "hybrisacolonylockdown"; + indestructible = 1; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/jacks_surplus) +"uCa" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"uCe" = ( +/obj/item/clothing/mask/gas, +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"uCf" = ( +/obj/structure/bed/stool{ + icon_state = "stool_alt" + }, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"uCh" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"uCl" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/hallway_north) +"uCo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant) +"uCq" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/turf/open/floor/strata{ + dir = 9; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"uCr" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"uCx" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"uCD" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/mob/living/simple_animal/rat/brown, +/mob/living/simple_animal/rat/brown, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/north_street) +"uCE" = ( +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/lv759/indoors/apartment_services/east) +"uCI" = ( +/obj/structure/prop/turbine, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"uCJ" = ( +/obj/structure/machinery/newscaster, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/tcomms_northwest) +"uCO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"uCR" = ( +/turf/open/floor/strata{ + icon_state = "orange_icorner"; + dir = 8 + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"uCT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/platform/mineral{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"uCU" = ( +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"uDj" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"uDl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/containersextended/bluewywingsleft, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"uDn" = ( +/obj/item/trash/candy, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"uDu" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"uDz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/containersextended/redwywingsright, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"uDC" = ( +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/east) +"uDF" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/north_street) +"uDP" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/botany/botany_mainroom) +"uDR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 3.1; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 3.2; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 3; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1; + pixel_x = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"uDU" = ( +/obj/structure/janitorialcart, +/obj/item/tool/mop{ + pixel_x = -10 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/garage) +"uDW" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + dir = 1; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + layer = 2.99; + name = "hospital divider"; + pixel_y = 2 + }, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"uDX" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8; + layer = 2 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "zenithstone" + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"uDY" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"uEg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/assembly/mousetrap/armed, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"uEk" = ( +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"uEn" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/largecrate/random/barrel/purewhite, +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"uEr" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"uEs" = ( +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/mining_outpost/east_command) +"uEt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"uED" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/disposalpipe/tagger, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"uEV" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/engineering) +"uEW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/whiskey_outpost/inside/caves) +"uEX" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + icon_state = "bluemultimonitorbig_on"; + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 1 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"uFc" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"uFm" = ( +/obj/effect/hybrisa/decal/checkpoint_decal{ + dir = 1; + pixel_y = -6 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_east_street) +"uFs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/firebarreloff{ + density = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"uFB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/tool/warning_cone, +/obj/item/tool/warning_cone, +/obj/item/tool/warning_cone, +/obj/item/tool/warning_cone, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/northeast) +"uFF" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"uFN" = ( +/obj/item/toy/bikehorn/rubberducky, +/obj/structure/platform/mineral, +/turf/open/gm/river/desert/deep, +/area/lv759/indoors/apartment/west) +"uFT" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"uFX" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_y = 16 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"uFY" = ( +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/dropship_equipment/fuel/fuel_enhancer, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"uFZ" = ( +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"uGc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"uGe" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer, +/obj/structure/sign/safety/one{ + pixel_x = -17 + }, +/obj/structure/window/framed/hybrisa/spaceport/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"uGg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble5{ + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/north_street) +"uGj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/medical{ + pixel_x = -5; + pixel_y = 14 + }, +/turf/open/floor/plating{ + dir = 5; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"uGm" = ( +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"uGo" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/bar) +"uGv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/surface/table/reinforced, +/obj/item/storage/donut_box, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"uGy" = ( +/obj/structure/bed/chair/comfy/beige, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"uGC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble4{ + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"uGD" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + locked = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"uGF" = ( +/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."; + dir = 1; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "110"; + name = "\improper WY-LWI StarGlider SG-200" + }, +/area/lv759/indoors/spaceport/starglider) +"uGH" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/item/shard, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"uGJ" = ( +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"uGK" = ( +/obj/structure/machinery/vending/cola{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"uGL" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/electical_systems/substation3) +"uGO" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + dir = 1; + pixel_y = 34 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"uGP" = ( +/obj/item/trash/hotdog, +/obj/item/trash/cigbutt/ucigbutt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"uGQ" = ( +/obj/structure/closet/crate/plastic, +/obj/structure/machinery/conveyor, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart/backrooms) +"uGY" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/cargo) +"uHb" = ( +/obj/structure/machinery/floodlight{ + layer = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"uHd" = ( +/obj/structure/ore_box{ + layer = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"uHj" = ( +/obj/item/tool/crowbar, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"uHl" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1"; + opacity = 0 + }, +/area/whiskey_outpost/inside/caves) +"uHn" = ( +/obj/structure/closet/secure_closet, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/hybrisa/dropship/dropship3, +/area/whiskey_outpost/inside/caves) +"uHu" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/obj/structure/sign/safety/maint, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"uHA" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"uHB" = ( +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"uHG" = ( +/obj/structure/morgue/crematorium{ + id = "Hybrisa_Crem_switch1" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"uHI" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/hospital/outgoing) +"uHK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/bottle/whiskey{ + desc = "A premium double-malt whiskey, this bottle was gifted to the Captain of the USS Almayer after the completion of the ship's space trials by the VADM. himself."; + pixel_x = 1; + pixel_y = 16 + }, +/obj/item/reagent_container/food/drinks/bottle/whiskey{ + pixel_x = -7; + pixel_y = 16 + }, +/obj/item/reagent_container/food/drinks/bottle/gin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"uHM" = ( +/obj/item/tool/pickaxe, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"uHP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14" + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1; + layer = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"uHW" = ( +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/syringe, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"uHX" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"uHY" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/lv759/indoors/garage_restroom) +"uHZ" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/structure/prop/hybrisa/misc/trash/green{ + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"uIb" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/copper, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_marked" + }, +/area/lv759/indoors/recycling_plant) +"uIf" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"uIi" = ( +/obj/structure/sign/safety/north, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/outdoors/colony_streets/north_west_street) +"uIk" = ( +/obj/structure/machinery/meter, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/botany/botany_greenhouse) +"uIl" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine/colony{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + dir = 4; + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"uIm" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/south_east_street) +"uIn" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"uIo" = ( +/obj/structure/surface/rack, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/engineering) +"uIq" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"uII" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 8 + }, +/area/lv759/indoors/recycling_plant) +"uIL" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"uIM" = ( +/obj/item/stack/rods, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"uIN" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/south_east_street) +"uIO" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/effect/landmark/corpsespawner/wygoon, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"uIQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/door/poddoor/almayer/open, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"uIW" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"uIY" = ( +/obj/structure/prop/hybrisa/airport/dropshipnosecone{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"uIZ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"uJa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"uJd" = ( +/obj/item/trash/cigbutt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"uJs" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"uJu" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"uJx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"uJz" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"uJC" = ( +/obj/structure/largecrate/random/barrel/black{ + layer = 3.1; + pixel_y = 8 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"uJT" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"uJW" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/operation) +"uJZ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/trash/candle, +/obj/item/tool/candle{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/bar) +"uKb" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottom" + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"uKd" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/spray/cleaner, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 10 + }, +/area/lv759/indoors/recycling_plant/garage) +"uKm" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"uKq" = ( +/obj/structure/machinery/vending/snack, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/lv759/indoors/bar) +"uKy" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/pillars/north/pillar3, +/area/lv759/oob) +"uKA" = ( +/obj/structure/machinery/door/window/brigdoor/northleft, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 1 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"uKB" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = 6; + pixel_y = -16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"uKL" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"uKM" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"uKW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 8 + }, +/area/lv759/indoors/caves/west_caves) +"uLd" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"uLk" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"uLq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"uLt" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 5; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"uLL" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"uLS" = ( +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"uLU" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"uMg" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"uMh" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/lv759/indoors/bar) +"uMn" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"uMo" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Marshal Office" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/north_office) +"uMq" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment/east) +"uMr" = ( +/obj/structure/surface/table, +/obj/item/storage/pouch/autoinjector/full, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"uMu" = ( +/obj/structure/bed/stool{ + icon_state = "stool_alt" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet5-1" + }, +/area/lv759/indoors/bar) +"uMz" = ( +/obj/structure/machinery/door/morgue{ + name = "Hosptial - Morgue Cold Room West" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"uMC" = ( +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + dir = 1; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + layer = 2.99; + name = "hospital divider"; + pixel_y = -3 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"uMD" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/prison, +/area/lv759/landing_zone_2) +"uML" = ( +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/hallway_east) +"uMO" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"uMP" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining{ + layer = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"uMQ" = ( +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"uMR" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 8; + pixel_x = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"uMT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/whiskey_outpost/inside/caves) +"uMW" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/glass, +/obj/item/trash/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = 11 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/lv759/indoors/bar) +"uMX" = ( +/obj/structure/sign/poster/propaganda, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"uNb" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"uNd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2{ + dir = 1; + id = "sh_dropship2"; + name = "\improper WY-LWI StarGlider SG-200 airlock" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"uNf" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy5" + }, +/area/whiskey_outpost/inside/caves) +"uNg" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"uNn" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"uNt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"uNx" = ( +/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor2" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"uND" = ( +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"uNH" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/strata_decals/catwalk/prison{ + icon = 'icons/turf/floors/hybrisafloors.dmi' + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"uNK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"uNO" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"uNP" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard2{ + dir = 4; + pixel_x = -12; + pixel_y = 34 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"uNY" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/tcomms_northwest) +"uNZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"uOj" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"uOo" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"uOv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/bar/entertainment) +"uOx" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/casino) +"uOy" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"uOA" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "hybrisacheckpoint_northwest"; + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"uOC" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"uOE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"uOG" = ( +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"uOI" = ( +/obj/structure/closet/lasertag/blue, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"uOJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/machinery/door/window/brigdoor/southright, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"uOP" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"uOU" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"uOW" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"uOX" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant_office) +"uPc" = ( +/obj/structure/barricade/handrail/strata{ + layer = 3.1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"uPg" = ( +/obj/structure/sign/safety/flightcontrol, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/flight_control_room) +"uPm" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/item/prop/alien/hugger{ + pixel_x = -7; + pixel_y = -5 + }, +/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' + }, +/area/lv759/indoors/caves/north_west_caves) +"uPn" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"uPx" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"uPC" = ( +/obj/structure/bed/chair{ + dir = 16 + }, +/obj/structure/window/reinforced/toughened, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"uPI" = ( +/turf/open/floor/plating, +/area/lv759/indoors/hospital/paramedics_garage) +"uPK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/girder, +/obj/item/stack/sheet/metal, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"uPO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"uPT" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"uPV" = ( +/obj/structure/prop/hybrisa/supermart/rack/longrack6, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"uPX" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/cmo_office) +"uQc" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 + }, +/obj/structure/machinery/landinglight/ds1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"uQe" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"uQf" = ( +/obj/structure/prop/almayer/missile_tube{ + color = "grey"; + desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; + icon_state = "missiletubesouth"; + name = "\improper massive vent"; + pixel_x = -15 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/almayer/missile_tube{ + color = "grey"; + desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; + icon_state = "missiletubesouth"; + name = "\improper massive vent"; + pixel_x = -15 + }, +/obj/structure/prop/almayer/missile_tube{ + color = "grey"; + desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; + icon_state = "missiletubesouth"; + name = "\improper massive vent"; + pixel_x = -15 + }, +/obj/structure/monorail, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"uQg" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + layer = 4 + }, +/obj/structure/prop/hybrisa/misc/trash/green, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"uQh" = ( +/obj/item/reagent_container/glass/paint, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 18 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"uQi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"uQj" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"uQq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"uQr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"uQx" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/mass_spectrometer, +/obj/item/device/mass_spectrometer, +/obj/item/reagent_container/dropper, +/obj/item/reagent_container/dropper, +/obj/item/reagent_container/dropper, +/obj/item/reagent_container/glass/beaker/cryoxadone, +/obj/item/reagent_container/glass/beaker/cryoxadone, +/obj/item/reagent_container/glass/beaker/cryoxadone, +/obj/structure/surface/table/almayer, +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/pharmacy) +"uQy" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"uQD" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"uQI" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"uQL" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -9; + pixel_y = 11 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"uQN" = ( +/obj/item/trash/burger, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/stack/sheet/cardboard, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/trashcart{ + layer = 3; + opened = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "floor_marked" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"uQO" = ( +/obj/structure/bed/hybrisa/bunkbed4{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"uQU" = ( +/obj/item/spacecash/ewallet, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/weymart) +"uQV" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/dropship_equipment/fuel/fuel_enhancer{ + indestructible = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"uRa" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = -2 + }, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"uRd" = ( +/obj/structure/machinery/vending/cola{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"uRe" = ( +/obj/structure/prop/hybrisa/containersextended/blueleft, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/landing_zone_2) +"uRf" = ( +/obj/structure/platform/hybrisa/metalplatformstair1, +/obj/item/stack/rods{ + amount = 25 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"uRj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/weapon, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/gun/energy/taser, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"uRl" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"uRo" = ( +/obj/structure/largecrate/random/barrel/black{ + layer = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"uRq" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/obj/item/stack/rods, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"uRw" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2" + }, +/turf/open/floor/kutjevo/fake_wood, +/area/lv759/indoors/bar) +"uRz" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"uRA" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/apartment_services/east) +"uRC" = ( +/obj/item/paper/crumpled, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/weyyu_office) +"uRF" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"uRN" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"uRR" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"uRT" = ( +/obj/item/stack/rods, +/obj/effect/decal/strata_decals/grime/grime1, +/obj/effect/decal/strata_decals/grime/grime1, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"uRV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_east) +"uSa" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_caves) +"uSb" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/indoors/spaceport/engineering) +"uSc" = ( +/obj/item/paper/Court, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/pen{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/card/id/marshal, +/turf/open/floor/hybrisa/carpet/carpetorangered, +/area/lv759/indoors/colonial_marshals/press_room) +"uSg" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"uSi" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"uSm" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"uSt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble12{ + pixel_x = -13; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"uSw" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"uSA" = ( +/obj/structure/machinery/mill, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop_storage) +"uSE" = ( +/obj/structure/prop/power_transformer{ + density = 1 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/power_plant/transformers_north) +"uSF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"uSG" = ( +/obj/structure/ore_box{ + pixel_x = 5 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"uSP" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"uSS" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/indoors/spaceport/engineering) +"uSV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/trash/burger, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"uSW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"uTd" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/vehicles/van{ + dir = 1; + pixel_y = -12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"uTh" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/vip) +"uTj" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"uTp" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"uTr" = ( +/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" + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"uTx" = ( +/obj/structure/sign/poster/ad, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/entertainment) +"uTy" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/structure/bed/roller{ + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/lv759/landing_zone_1) +"uTF" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"uTG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/weapon/broken_bottle, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"uTH" = ( +/obj/effect/landmark/corpsespawner/colonist, +/obj/effect/decal/cleanable/blood, +/obj/item/shard, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"uTK" = ( +/obj/structure/closet, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"uTL" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"uTS" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/closet/crate/trashcart, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/trash/eat, +/obj/item/trash/hotdog, +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"uTV" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/hospital/maintenance) +"uUf" = ( +/obj/structure/sign/safety/fire_haz, +/obj/structure/sign/safety/high_voltage{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2) +"uUk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/metal, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_east_street) +"uUm" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"uUn" = ( +/obj/item/stack/medical/splint, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"uUr" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + indestructible = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"uUD" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"uUE" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/attachment, +/obj/item/weapon/gun/pistol/vp78, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"uUH" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"uUM" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/trash/uscm_mre, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"uUS" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"uUW" = ( +/turf/open/engineership/engineer_floor5{ + light_on = 1; + light_power = 6; + light_range = 14; + name = "circular light" + }, +/area/lv759/indoors/meridian/meridian_factory) +"uVe" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"uVj" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/landing_zone_2) +"uVo" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"uVp" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"uVw" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"uVz" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/restroom) +"uVC" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/largecrate/random/barrel{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + layer = 3 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"uVD" = ( +/obj/effect/acid_hole{ + icon_state = "hole_1" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cargo) +"uVF" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"uVN" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"uVU" = ( +/obj/structure/sign/safety/refridgeration, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"uVV" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"uWk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"uWo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/paper/crumpled, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"uWu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"uWy" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + dir = 8; + icon_state = "trash_11" + }, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"uWE" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"uWF" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"uWG" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"uWK" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"uWM" = ( +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_west) +"uWN" = ( +/obj/structure/closet/cabinet, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/apartment/west) +"uWR" = ( +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/apartment/west) +"uXe" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"uXg" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"uXh" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/prop/alien/hugger, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"uXj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/prop/hybrisa/misc/trash/green, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_street) +"uXq" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"uXu" = ( +/obj/structure/largecrate/random/mini{ + pixel_x = 16; + pixel_y = 4 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/item/device/flashlight/lamp/tripod{ + pixel_x = -5 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"uXx" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/monorail, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"uXW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + layer = 5 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"uYg" = ( +/turf/open/floor/hybrisa/misc/spaceport2, +/area/lv759/indoors/spaceport/docking_bay_1) +"uYt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light/spot{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"uYx" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_east) +"uYA" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_east) +"uYJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"uYP" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/outgoing) +"uYR" = ( +/obj/structure/sign/safety/outpatient, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/pharmacy) +"uYU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "yellow3" + }, +/area/lv759/indoors/spaceport/cargo) +"uYX" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/microwave{ + pixel_y = 6 + }, +/obj/structure/machinery/microwave{ + pixel_y = 18 + }, +/obj/item/pizzabox/meat, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/pizzaria) +"uZa" = ( +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing" + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/west) +"uZj" = ( +/obj/item/tool/screwdriver{ + layer = 3.6; + pixel_x = 9; + pixel_y = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_east_caves) +"uZl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + layer = 2.1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"uZo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cargo_container/grant/left{ + desc = "A huge industrial shipping container. Seems to have been vandalized."; + icon = 'icons/obj/structures/props/containersextended.dmi'; + icon_state = "grafcontain2_l"; + layer = 4; + name = "Vandalized Cargo Container" + }, +/obj/structure/sign/poster/clf{ + layer = 5; + pixel_y = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"uZr" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/pipes/standard/tank/nitrogen, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"uZx" = ( +/obj/structure/platform/hybrisa/metalplatformstair1, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"uZy" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime1" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"uZA" = ( +/obj/structure/window/framed/hybrisa/colony/engineering, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant/garage) +"uZE" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + layer = 5; + pixel_x = -8; + pixel_y = 21 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile" + }, +/area/whiskey_outpost/inside/caves) +"uZL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_east) +"uZT" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_east_caves) +"uZV" = ( +/obj/structure/largecrate/random/mini/small_case{ + layer = 6; + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"uZY" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"uZZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/case/small, +/obj/item/tool/crowbar/red, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"vab" = ( +/obj/structure/platform, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining/mining1{ + layer = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"vam" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"var" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/landing_zone_2/ceiling) +"vau" = ( +/obj/structure/machinery/light/blue, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"vaz" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"vaF" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/cardboard/full_stack, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"vaL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"vaO" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"vbf" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "\improper Security Checkpoint" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"vbj" = ( +/obj/structure/closet/crate/science, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/landmark/objective_landmark/science, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"vbq" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1; + layer = 4 + }, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"vbu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/structure/machinery/conveyor, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vbx" = ( +/obj/effect/decal/medical_decals{ + dir = 8; + icon_state = "triagedecaldir" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"vbz" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 8; + pixel_y = -3; + layer = 2.9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"vbC" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"vbF" = ( +/obj/structure/disposalpipe/junction, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"vbL" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_west) +"vbU" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"vbW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_hallway) +"vbY" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"vcc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"vcf" = ( +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 9 + }, +/area/lv759/indoors/weyyu_office) +"vch" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble4{ + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/east_central_street) +"vck" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant_office) +"vcr" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/machinery/light/blue, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"vcs" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"vcv" = ( +/obj/structure/noticeboard, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/power_plant/telecomms) +"vcz" = ( +/obj/structure/machinery/door/window/northright, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/floor{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant) +"vcB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"vcF" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vcG" = ( +/obj/structure/prop/dam/crane/cargo{ + pixel_y = -12 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"vcI" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vcJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/jacks_surplus) +"vcL" = ( +/obj/item/reagent_container/food/snacks/donkpocket{ + layer = 2; + pixel_y = 2 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"vcN" = ( +/obj/structure/prop/hybrisa/vehicles/truck/garbage{ + pixel_y = 18 + }, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"vcO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/engineering) +"vcW" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/bulbs{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_south) +"vdc" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"vdd" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"vdg" = ( +/obj/structure/platform/strata/metal, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"vdl" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"vdp" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + light_color = "#FF004A"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"vdr" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/icu) +"vdt" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "68" + }, +/area/lv759/indoors/spaceport/starglider) +"vdy" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"vdB" = ( +/obj/structure/prop/hybrisa/xenobiology/small/hugger, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"vdC" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/item/reagent_container/food/drinks/bottle/orangejuice, +/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer3, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"vdE" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/largecrate, +/obj/item/tool/wrench{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/item/tool/wirecutters{ + pixel_y = 6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"vdU" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"vdV" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + layer = 3.3 + }, +/obj/structure/platform{ + dir = 1; + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"veg" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"veA" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3 + }, +/obj/structure/largecrate/random/case, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"veD" = ( +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -6; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/vip) +"veE" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment/west) +"veP" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/bar) +"vfh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table, +/obj/item/reagent_container/glass/paint, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 8 + }, +/area/lv759/indoors/recycling_plant/garage) +"vfl" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/gun/special/lowchance, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"vfm" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_2) +"vfo" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/item/shard, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"vft" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"vfy" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"vfP" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Cables" + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"vfU" = ( +/obj/structure/machinery/floodlight, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"vfY" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/docking_bay_1) +"vfZ" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_east_caves) +"vgd" = ( +/obj/structure/janitorialcart, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"vgg" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"vgh" = ( +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"vgj" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"vgn" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"vgr" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"vgt" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"vgz" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/pills/highchance, +/obj/item/evidencebag, +/obj/item/storage/pill_bottle/happy, +/obj/item/storage/pill_bottle/happy{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/item/storage/pill_bottle/happy{ + pixel_x = -3; + pixel_y = 15 + }, +/obj/item/storage/pill_bottle/happy, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"vgB" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"vgN" = ( +/obj/structure/platform/hybrisa/metalplatform4, +/obj/structure/disposalpipe/junction, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"vhj" = ( +/obj/structure/prop/hybrisa/airport/dropshipwingleft, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vhk" = ( +/obj/structure/window/framed/hybrisa/marshalls/cell, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"vhl" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/whiskey_outpost/inside/caves) +"vhD" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"vhL" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"vhM" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/pillars/west/pillarwest3, +/area/lv759/oob) +"vhO" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"vhR" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vhT" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard4{ + pixel_y = 20; + pixel_x = -6; + layer = 8; + level = 8; + dir = 1 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"vhU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/caves/north_west_caves) +"vhY" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"vib" = ( +/obj/structure/cargo_container/grant/right{ + desc = "A huge industrial shipping container. Seems to have been vandalized."; + icon = 'icons/obj/structures/props/containersextended.dmi'; + icon_state = "grafcontain3_r"; + layer = 1; + name = "Vandalized Cargo Container" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"vif" = ( +/obj/structure/prop/hybrisa/engineer/spacejockey{ + pixel_y = 12 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"vin" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"viq" = ( +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"viy" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"viK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"viL" = ( +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"viS" = ( +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"viU" = ( +/turf/open/hybrisa/street/roadlines4, +/area/lv759/landing_zone_2) +"viX" = ( +/obj/structure/sign/safety/conference_room, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/floor) +"vjt" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vjG" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"vjH" = ( +/obj/structure/cable/white{ + icon_state = "4-5"; + level = 2 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"vjN" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_street) +"vjO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "hybrisameridianfactory_1"; + name = "\improper Factory Floor Shutters" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"vjP" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/metal, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"vjQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"vjT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/reagent_container/blood/empty{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"vjV" = ( +/obj/structure/cable/white{ + icon_state = "1-10"; + level = 2 + }, +/obj/structure/cable/white{ + icon_state = "2-4"; + level = 2 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"vjW" = ( +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5" + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/prop/hybrisa/misc/trash/green, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"vkh" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"vkl" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"vkq" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"vkx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "1-4"; + layer = 5; + level = 2 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/bar/entertainment) +"vkA" = ( +/obj/structure/largecrate/random, +/obj/structure/largecrate/random, +/turf/open/floor/almayer, +/area/lv759/indoors/spaceport/cargo) +"vkD" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner{ + dir = 4 + }, +/area/lv759/indoors/weyyu_office) +"vkK" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"vkM" = ( +/obj/structure/sign/safety/conference_room{ + pixel_x = -17 + }, +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/pressroom) +"vkN" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"vkR" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/cryo_room) +"vkS" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/reception) +"vkU" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 8; + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"vkV" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/supervisor) +"vlb" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile{ + dir = 1 + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"vlf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant) +"vlh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_foyer) +"vli" = ( +/obj/structure/machinery/vending/coffee, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"vln" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/east_central_street) +"vlp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"vlu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"vlJ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + layer = 4 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"vlL" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"vlP" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 + }, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"vlR" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + icon_state = "wy_water_crushed" + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"vlT" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"vlV" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"vlW" = ( +/obj/item/stack/rods, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"vmc" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/south_west_street) +"vmf" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"vmj" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/pressroom) +"vmn" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"vmp" = ( +/obj/structure/prop/invuln/fusion_reactor, +/obj/structure/cable/white{ + color = "007740"; + icon_state = "6-10"; + layer = 5 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"vmx" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"vmE" = ( +/obj/structure/closet/crate, +/obj/item/folded_tent/big, +/obj/effect/hybrisa/decal/dirt, +/obj/item/storage/belt/gun/flaregun/full, +/obj/item/folded_tent/med, +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"vmK" = ( +/obj/structure/machinery/door/poddoor/almayer/closed, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"vmN" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"vmS" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"vmY" = ( +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"vnj" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vnD" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"vnF" = ( +/obj/item/shard, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"vnL" = ( +/obj/structure/prop/hybrisa/misc/phonebox/lightup{ + light_color = "#00AAFF"; + light_on = 1; + light_power = 3; + light_range = 4; + pixel_x = 5 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"vnO" = ( +/obj/effect/hybrisa/decal/meridianlogo/meridianlogo_left, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_foyer) +"vnV" = ( +/obj/effect/spawner/random/sentry/highchance, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"vnW" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/obj/structure/prop/ice_colony/flamingo{ + dir = 5; + layer = 7 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_street) +"vnZ" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"von" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_foyer) +"vop" = ( +/obj/structure/closet, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/under/color/blue, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"voq" = ( +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"vox" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/maintenance) +"voA" = ( +/obj/item/prop/helmetgarb/family_photo, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/apartment_services/east) +"voI" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"voL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"voM" = ( +/obj/structure/machinery/door/window/brigdoor/southright, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"voU" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"voX" = ( +/obj/structure/closet/crate/freezer, +/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/item/reagent_container/food/snacks/meat/fish, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/whiskey_outpost/inside/caves) +"voZ" = ( +/obj/structure/barricade/handrail/strata, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_1) +"vpc" = ( +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_1) +"vpg" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"vpi" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"vpn" = ( +/obj/item/shard, +/obj/item/stack/rods, +/obj/item/weapon/broken_glass, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 4 + }, +/area/lv759/indoors/recycling_plant) +"vpp" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/structure/platform_decoration/kutjevo/smooth{ + dir = 8 + }, +/obj/structure/platform_decoration/kutjevo/smooth{ + icon_state = "kutjevo_platform_deco" + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"vps" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"vpu" = ( +/obj/structure/prop/hybrisa/supermart/rack/longrack7, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"vpy" = ( +/obj/structure/barricade/handrail/strata, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/north_street) +"vpz" = ( +/obj/item/trash/c_tube, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"vpG" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"vpK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"vpL" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/landing_zone_2) +"vpM" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass{ + name = "Garage - Managers Office"; + locked = 1 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_managersoffice) +"vpP" = ( +/obj/structure/machinery/conveyor{ + id = "anomalybelt" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/toy/plush/farwa, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant) +"vpS" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"vqg" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"vqh" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"vqk" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"vql" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"vqr" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"vqu" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"vqv" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/platform_decoration/kutjevo{ + dir = 8 + }, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"vqx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"vqA" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/landing_zone_2) +"vqD" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/obj/structure/machinery/light/small, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/west) +"vqI" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/medical_storage) +"vqK" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/blood/gibs/robot, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"vqN" = ( +/obj/structure/bed/chair/comfy/teal, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"vqR" = ( +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"vqW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Toilet Unit" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"vrc" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on{ + dir = 1; + light_color = "#00da64"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/flight_control_room) +"vrd" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"vrh" = ( +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"vri" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/landing_zone_2/ceiling) +"vrl" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/shovel, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"vrq" = ( +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"vru" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/prison, +/area/lv759/indoors/weymart/backrooms) +"vrA" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/hybrisa/prisonbed{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/mining_outpost/south) +"vrE" = ( +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"vrI" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"vrU" = ( +/turf/open/floor/plating, +/area/lv759/indoors/bar) +"vrX" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_caves) +"vrY" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"vsc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice1"; + pixel_x = -26; + pixel_y = -13 + }, +/obj/item/tool/crowbar, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"vsd" = ( +/obj/structure/foamed_metal, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_east) +"vse" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/card/id/guest, +/obj/item/reagent_container/food/drinks/coffeecup/wy, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/whiskey_outpost/inside/caves) +"vsg" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/item/trash/eat, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"vsi" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1; + layer = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"vsl" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison{ + icon_state = "floor_marked" + }, +/area/lv759/indoors/spaceport/starglider) +"vss" = ( +/obj/structure/prop/ice_colony/ground_wire{ + layer = 4 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"vst" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"vsu" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/turf/open/engineership/engineer_floor13{ + dir = 5 + }, +/area/lv759/derelictship) +"vsv" = ( +/obj/structure/platform_decoration, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"vsw" = ( +/obj/structure/closet/crate/weapon, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/ammo_magazine/revolver, +/obj/item/ammo_magazine/revolver, +/obj/item/ammo_magazine/revolver, +/obj/item/ammo_magazine/revolver, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"vsA" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"vsD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"vsF" = ( +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"vsX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"vtb" = ( +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/item/tool/wet_sign{ + pixel_y = 18 + }, +/obj/structure/barricade/handrail/strata, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_y = 10 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"vtl" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + layer = 2.9; + pixel_x = 7; + pixel_y = 16 + }, +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + layer = 2.9; + pixel_x = -8; + pixel_y = 16 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"vtn" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + icon_state = "fernybush_2"; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"vtp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = -27; + pixel_y = 3 + }, +/obj/structure/prop/hybrisa/misc/trafficlight{ + pixel_y = 12; + pixel_x = 8; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"vtr" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"vtz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"vtC" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/clipboard, +/obj/item/folder/white, +/obj/item/device/flashlight/pen, +/turf/open/floor/hybrisa/metal/bluemetalcorner{ + dir = 4 + }, +/area/lv759/indoors/weyyu_office/hallway) +"vtD" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"vtI" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/east_hallway) +"vtO" = ( +/obj/structure/prop/hybrisa/containersextended/tanleft{ + pixel_x = -4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"vtU" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"vub" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_storage" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random/mini/small_case, +/turf/open/floor/almayer{ + allow_construction = 0 + }, +/area/lv759/indoors/spaceport/baggagehandling) +"vuc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"vut" = ( +/obj/structure/cargo_container/kelland/left{ + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/northeast) +"vuu" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"vuw" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/spawner/random/tool, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"vuy" = ( +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"vuA" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/misc/spaceport2, +/area/lv759/indoors/spaceport/docking_bay_1) +"vuC" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/effect/hybrisa/decal/trash, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"vuE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_west_caves) +"vuF" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"vuK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"vuP" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"vva" = ( +/obj/structure/sign/safety/restrictedarea, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/docking_bay_2) +"vvc" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/storage/box/flashbangs, +/obj/item/storage/box/flashbangs{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/explosive/grenade/flashbang, +/obj/item/explosive/grenade/flashbang{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/armory) +"vvi" = ( +/obj/structure/sign/safety/med_cryo, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/paramedics_garage) +"vvm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"vvp" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 10; + pixel_y = 15 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"vvq" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/girder/reinforced, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2" + }, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"vvr" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Weyland Yutani Corporate Offices - Reception" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office) +"vvB" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/device/motiondetector, +/turf/open/floor/prison{ + dir = 4; + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"vvC" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/shovel, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"vvG" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"vvP" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"vvR" = ( +/obj/item/weapon/gun/rifle/mar40/carbine, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"vvW" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"vwb" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Restroom" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east_dorms) +"vwc" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/barricade/handrail/kutjevo{ + dir = 4; + icon_state = "t_handrail_b_cap"; + layer = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"vwe" = ( +/obj/structure/prop/hybrisa/misc/slotmachine_broken{ + pixel_x = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_12"; + pixel_y = 12 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/obj/item/shard, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/oob) +"vwg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/flashlight/lamp/tripod{ + layer = 6; + pixel_y = 11 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 8 + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"vwj" = ( +/obj/structure/bed/sofa/vert/white/bot, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"vwk" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"vwr" = ( +/obj/effect/hybrisa/decal/checkpoint_decal{ + dir = 4; + pixel_x = 6 + }, +/obj/item/tool/warning_cone, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"vws" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/orangeline{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"vwC" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/item/shard, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vwF" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/sign/safety/landingzone{ + pixel_x = -17 + }, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"vwG" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"vwJ" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"vwM" = ( +/obj/structure/sign/safety/restrictedarea, +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/research/reinforced/hull, +/area/lv759/oob) +"vwT" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_3"; + opacity = 0 + }, +/area/whiskey_outpost/inside/caves) +"vwU" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"vwV" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"vwY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"vxb" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"vxe" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vxi" = ( +/obj/structure/mirror, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/restroom) +"vxm" = ( +/obj/structure/machinery/igniter{ + layer = 2 + }, +/obj/effect/decal/cleanable/molten_item, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods{ + amount = 25 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"vxq" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/obj/structure/window/reinforced{ + icon_state = "twindow" + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"vxr" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/regular, +/obj/item/storage/belt/medical/lifesaver/full, +/obj/item/device/healthanalyzer, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"vxs" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"vxw" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname{ + dir = 1; + name = "Meridian - Offices" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/meridian/meridian_office) +"vxB" = ( +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"vxE" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/toy, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/west) +"vyb" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"vyx" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"vyG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"vyP" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -12 + }, +/obj/item/stack/sheet/metal, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/structure/girder/reinforced, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"vyW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"vzi" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "zenithstone" + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"vzr" = ( +/obj/structure/machinery/line_nexter{ + dir = 1; + id = "MTline"; + pixel_y = 3 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/weymart) +"vzu" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/morgue) +"vzz" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/turf/open/hybrisa/dropship/dropship2, +/area/lv759/indoors/spaceport/horizon_runner) +"vzC" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy23" + }, +/area/whiskey_outpost/inside/caves) +"vzE" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"vzG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"vzL" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar) +"vzN" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"vzP" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/recycling_plant_office) +"vzR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/hybrisa/decal/WY/WYworn{ + pixel_x = -16; + pixel_y = -26 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"vzU" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/reagent_dispensers/fueltank{ + desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "spacecraft fuel-mix tank" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"vzV" = ( +/obj/structure/window/framed/hybrisa/spaceport/cell, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/security_office) +"vAf" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"vAi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"vAm" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"vAH" = ( +/obj/structure/platform_decoration/strata/metal, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vAJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/ore_box{ + layer = 2 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"vAK" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/effect/hybrisa/decal/road/lines5, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/whiskey_outpost/inside/caves) +"vAO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"vAP" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"vAV" = ( +/obj/structure/cargo_container/kelland/right{ + layer = 2; + pixel_x = -6 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"vAW" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_west) +"vAX" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = 2 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"vAY" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vBa" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/coffee{ + layer = 4; + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_x = 5; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 9 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"vBe" = ( +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"vBh" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/eastleft{ + dir = 8; + name = "Security Desk" + }, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 4; + icon_state = "leftsecure"; + id = "brg" + }, +/obj/item/paper_bin, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"vBj" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 18 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"vBk" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"vBn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"vBr" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Weyland Yutani Security Checkpoint" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"vBz" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/weymart) +"vBC" = ( +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"vBD" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/emails, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"vBN" = ( +/obj/structure/prop/hybrisa/misc/bench{ + pixel_x = 7 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80; + layer = 4; + pixel_x = -2 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"vBP" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"vBQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"vBR" = ( +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_x = 12; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"vBX" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/cryo_room) +"vBY" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/communications_office) +"vBZ" = ( +/obj/structure/platform/strata/metal, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vCo" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/photo_album, +/obj/item/clothing/accessory/medal/bronze/conduct, +/obj/item/clothing/accessory/medal/silver/service, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment/east) +"vCp" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottom" + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"vCu" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 8; + pixel_y = 12; + pixel_x = 5 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_street) +"vCx" = ( +/obj/structure/bed/chair/wood/normal{ + pixel_y = 12 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/bar) +"vCz" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"vCD" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vCJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"vCK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/xenobiology/small/empty, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"vCL" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"vDa" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vDd" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = 13; + pixel_y = 10 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"vDg" = ( +/obj/item/paper/crumpled, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"vDl" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_managersoffice) +"vDr" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"vDt" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"vDF" = ( +/obj/structure/ore_box{ + layer = 2 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"vDK" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vDU" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"vDW" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/mining_outpost/east_dorms) +"vEb" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"vEk" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"vEo" = ( +/obj/structure/machinery/floodlight, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"vEq" = ( +/obj/structure/largecrate/random/case/small{ + pixel_y = 9 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/hallway_east) +"vEu" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/smg/fp9000, +/obj/item/ammo_magazine/smg/fp9000, +/obj/item/ammo_magazine/smg/fp9000, +/obj/item/weapon/gun/smg/fp9000/pmc, +/turf/open/floor/strata{ + dir = 4; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"vEz" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"vED" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/item/device/flashlight/flare, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"vEE" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"vEG" = ( +/turf/closed/wall/wood, +/area/lv759/indoors/caves/east_caves) +"vEK" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/lv759/indoors/apartment/west) +"vEL" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"vEQ" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/medical_storage) +"vFc" = ( +/obj/effect/hybrisa/decal/road/road_stop, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"vFf" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/item/weapon/gun/smg/mp5, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"vFm" = ( +/obj/structure/machinery/deployable/barrier, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"vFs" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/vip) +"vFu" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/landing_zone_1) +"vFD" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 6; + pixel_x = -14; + pixel_y = -2 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"vFE" = ( +/obj/structure/largecrate/random, +/obj/effect/hybrisa/decal/dirt, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"vFF" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/garage_workshop) +"vFG" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/hybrisa/decal/bloodtrail{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 1 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"vFI" = ( +/obj/item/stack/sheet/cardboard, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"vFJ" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/largecrate/random/barrel/red, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"vFK" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = -6 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"vFO" = ( +/obj/effect/decal/strata_decals/grime/grime1, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/bathroom) +"vFQ" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"vFU" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"vFV" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/cryo_room) +"vGe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vGi" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"vGk" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"vGl" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/barricade/handrail/wire{ + 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 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"vGv" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Hospital - Pharmaceutical Development" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/pharmacy) +"vGB" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"vGC" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"vGM" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/kitchen) +"vGS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/eat, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"vGV" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"vHd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"vHh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/signs/high_voltage/small, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"vHo" = ( +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -11; + pixel_y = 7 + }, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"vHq" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vHv" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"vHy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/weymart/maintenance) +"vHF" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/lv759/indoors/hospital/maintenance) +"vHN" = ( +/obj/structure/sign/safety/zero, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"vHP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"vHQ" = ( +/obj/item/card/id/silver/cl, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/hybrisa/dropship/dropship3, +/area/whiskey_outpost/inside/caves) +"vHR" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/wy_mre, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"vIa" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/lv759/indoors/weyyu_office/pressroom) +"vIf" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"vIi" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/item/reagent_container/spray/cleaner, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/obj/item/reagent_container/spray, +/obj/item/reagent_container/spray, +/obj/item/reagent_container/spray, +/obj/item/reagent_container/spray, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"vIk" = ( +/obj/structure/barricade/sandbags{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"vIo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_factory) +"vIs" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"vIy" = ( +/obj/structure/dropship_equipment/fuel/fuel_enhancer, +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/whiskey_outpost/inside/caves) +"vIz" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"vIB" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats{ + pixel_x = -27; + pixel_y = 4 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"vID" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/landing_zone_2) +"vIN" = ( +/obj/structure/largecrate/random/case/double, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"vIP" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"vIR" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "92" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"vIS" = ( +/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 = 1; + health = 25000; + layer = 5; + level = 3; + pixel_y = 17 + }, +/obj/item/pizzabox/mystery/stack, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/oob) +"vIU" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 1; + pixel_x = -7 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"vIV" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart) +"vIY" = ( +/obj/structure/sign/poster/ad, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/pizzaria) +"vJb" = ( +/obj/structure/machinery/requests_console, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"vJf" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/west) +"vJi" = ( +/obj/effect/hybrisa/decal/grate, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"vJj" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"vJm" = ( +/obj/structure/prop/hybrisa/containersextended/lightgreywyright, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"vJr" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketmelons{ + pixel_x = -2 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"vJv" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vJF" = ( +/obj/structure/sign/safety/airtraffictower, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"vJO" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vJW" = ( +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_showroom) +"vKg" = ( +/turf/open/floor/plating, +/area/lv759/indoors/bar/entertainment) +"vKh" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/apartment/east) +"vKq" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/structure/machinery/door_control{ + id = "sentinel_outpost_lockdown"; + name = "Sentinel Outpost Lockdown button"; + pixel_x = 27; + pixel_y = 11 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"vKs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/XenoItem/AntiAcid{ + pixel_x = 4 + }, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer/research/containment/corner{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"vKB" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"vKC" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"vKJ" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4{ + dir = 4 + }, +/obj/item/trash/c_tube, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15" + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/mob/living/simple_animal/rat/gray, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"vKK" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"vKN" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"vKP" = ( +/obj/item/reagent_container/glass/rag{ + desc = "A towel for drying yourself."; + icon = 'icons/obj/items/hunter/pred_gear.dmi'; + icon_state = "polishing_rag"; + name = "towel" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/apartment_services/east) +"vKQ" = ( +/obj/item/trash/c_tube, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"vKX" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"vKZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"vLc" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"vLd" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"vLo" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_east_street) +"vLp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/spawner/random/toolbox{ + pixel_y = 12 + }, +/obj/item/tool/screwdriver{ + layer = 3.6; + pixel_x = 9; + pixel_y = 8 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"vLr" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"vLt" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/maintenance_east) +"vLv" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"vLA" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/casino/casino_vault) +"vLE" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"vLI" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"vLJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/igniter{ + layer = 2 + }, +/obj/item/stack/rods, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"vLL" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"vLN" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ + dir = 2; + name = "\improper Medical Bay"; + req_access = null; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"vLR" = ( +/obj/structure/prop/hybrisa/engineer/giantconsole{ + light_on = 1; + light_power = 3; + light_range = 5; + light_color = "#00ffa0"; + layer = 4.1 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"vMk" = ( +/turf/open/floor/wood, +/area/lv759/indoors/hospital/cmo_office) +"vMl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"vMm" = ( +/obj/item/storage/briefcase{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_corner{ + dir = 4 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"vMn" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"vMv" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"vMz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"vMJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"vMM" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/botany/botany_mainroom) +"vMQ" = ( +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 3 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/cable/white{ + color = "9f8700"; + icon_state = "1-10"; + layer = 5 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"vMR" = ( +/obj/structure/monorail, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4{ + dir = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"vNd" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vNj" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"vNn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"vNp" = ( +/obj/item/bodybag, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"vNq" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/security) +"vNr" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/BigBillboards{ + dir = 4; + pixel_y = 34 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"vNs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trafficlight{ + dir = 4; + pixel_y = 10; + pixel_x = 8 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"vNt" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal1" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"vNv" = ( +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"vNw" = ( +/obj/structure/largecrate/random/barrel/black{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"vNx" = ( +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"vNE" = ( +/obj/structure/barricade/handrail/wire{ + layer = 4 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/engineering) +"vNG" = ( +/obj/item/fuelCell, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"vNK" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "31" + }, +/area/lv759/indoors/spaceport/starglider) +"vNM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/power_plant/gas_generators) +"vNQ" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"vNS" = ( +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"vNX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"vOa" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 1; + layer = 5; + level = 5; + pixel_y = 8 + }, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"vOe" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = 6; + pixel_y = -16 + }, +/turf/open/floor/almayer{ + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"vOf" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"vOn" = ( +/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; + health = 25000 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/apartment_services/east) +"vOp" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_2) +"vOu" = ( +/obj/item/stool{ + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"vOv" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"vOw" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"vOz" = ( +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"vOF" = ( +/obj/structure/bed/roller, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/pharmacy) +"vOX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/lattice_prop/lattice_2{ + pixel_x = -26 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/outdoors/colony_streets/east_central_street) +"vOZ" = ( +/obj/structure/ore_box{ + layer = 3.2; + pixel_x = -11; + pixel_y = 23 + }, +/obj/structure/ore_box{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"vPb" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/landing_zone_2) +"vPe" = ( +/obj/effect/hybrisa/decal/engineership_corners, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"vPf" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + req_one_access = null; + name = "\improper Janitorial Storage" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"vPi" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"vPl" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"vPn" = ( +/obj/structure/sign/catclock, +/obj/structure/prop/hybrisa/lattice_prop/lattice_1{ + pixel_y = 20; + pixel_x = -26 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"vPo" = ( +/obj/structure/closet/toolcloset, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 1; + pixel_y = 20 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/spaceport/engineering) +"vPp" = ( +/obj/structure/prop/hybrisa/containersextended/tanwywingsright, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"vPw" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/closet/walllocker, +/obj/item/storage/backpack/marine/satchel/rto/small{ + pixel_x = 7; + pixel_y = 19; + layer = 4 + }, +/obj/item/device/encryptionkey/commando, +/obj/item/clothing/head/helmet/marine/veteran/pmc/gunner, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"vPG" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"vPI" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/item/trash/cigbutt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vPO" = ( +/obj/item/stack/cable_coil, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "9-10"; + layer = 5 + }, +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "5-9"; + layer = 5 + }, +/obj/structure/cable/white{ + color = "007740"; + icon_state = "4-10"; + layer = 5 + }, +/obj/structure/cable/white{ + color = "007740"; + icon_state = "2-8"; + layer = 5 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"vPP" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/security) +"vPS" = ( +/obj/structure/machinery/chem_dispenser/soda, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"vPU" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"vQc" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"vQd" = ( +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"vQs" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal2" + }, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/ambulance{ + pixel_x = -6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"vQB" = ( +/obj/structure/platform, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/landing_zone_1) +"vQC" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vQD" = ( +/obj/structure/bed/stool{ + icon_state = "stool_alt" + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet10-8" + }, +/area/lv759/indoors/apartment_services/east) +"vQI" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"vQJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"vQL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "8-9"; + layer = 5; + level = 2 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"vQN" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/bar) +"vQT" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"vQY" = ( +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -11; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/lv759/indoors/recycling_plant_office) +"vQZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/closet/l3closet/general, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"vRb" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"vRd" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"vRp" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + icon_state = "zbrownfloor2" + }, +/area/lv759/indoors/meridian/meridian_foyer) +"vRE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"vRF" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"vRG" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"vRI" = ( +/obj/structure/disposalpipe/tagger{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"vRM" = ( +/obj/structure/prop/invuln/pipe_water, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"vRO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble4{ + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_2{ + pixel_x = -26 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vRP" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"vRR" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/stairs/perspective{ + color = "#656c6b"; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/hallway_north) +"vRS" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/floor) +"vRT" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/accessory/storage/droppouch, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"vRU" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"vRV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vSb" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"vSd" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_east_street) +"vSg" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"vSn" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"vSt" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/obj/structure/machinery/computer/telecomms/server{ + icon_state = "comm_logs0"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"vSy" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + light_color = "#FF004A"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/maintenance) +"vSA" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/turf/open/floor/almayer/research/containment/corner{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"vSB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_x = 12; + pixel_y = 12 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/bench{ + pixel_x = 7 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"vSF" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"vSH" = ( +/obj/structure/sign/safety/airlock, +/turf/closed/wall/hybrisa/research/reinforced/hull, +/area/lv759/oob) +"vSV" = ( +/obj/structure/machinery/floodlight, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/mech_bay_recharge_floor, +/area/lv759/indoors/caves/north_west_caves) +"vSX" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"vTf" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/lv759/landing_zone_1/ceiling) +"vTh" = ( +/obj/structure/closet/cabinet, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"vTk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/whiskey_outpost/inside/caves) +"vTn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/colonial_marshals/garage) +"vTo" = ( +/obj/structure/barricade/handrail{ + dir = 8; + layer = 4 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"vTt" = ( +/obj/structure/largecrate/black_market/confiscated_equipment, +/obj/item/clothing/accessory/storage/droppouch, +/obj/item/prop/helmetgarb/netting, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"vTv" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/emergency_room) +"vTx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"vTz" = ( +/obj/structure/prop/hybrisa/containersextended/blueleft{ + layer = 3 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vTK" = ( +/obj/structure/largecrate/random/barrel{ + layer = 5.1; + pixel_x = 13; + pixel_y = 16 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"vTM" = ( +/obj/item/paper{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/spaceport/communications_office) +"vTS" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/southwesttop, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"vTT" = ( +/obj/structure/largecrate/random, +/obj/item/clipboard{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/tool/pen, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"vTU" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"vTW" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + locked = 1 + }, +/obj/structure/machinery/door/poddoor/hybrisa/white{ + name = "\improper Lockdown"; + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/whiskey_outpost/inside/caves) +"vUa" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/device/flashlight/pen{ + pixel_x = 7; + pixel_y = 3 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"vUg" = ( +/obj/structure/machinery/sentry_holder/colony{ + pixel_y = 26 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"vUh" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"vUk" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"vUo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"vUq" = ( +/obj/structure/machinery/vending/cola, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/power_plant) +"vUv" = ( +/obj/structure/machinery/faxmachine, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/colonial_marshals/office) +"vUz" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/lv759/landing_zone_2) +"vUN" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"vUY" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 5; + icon_state = "carpetside" + }, +/area/lv759/indoors/bar) +"vVa" = ( +/obj/structure/largecrate/random/mini{ + layer = 3.1; + pixel_x = 10; + pixel_y = -7 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"vVe" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/newspaper, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"vVi" = ( +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"vVj" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbrokespark, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/cuppajoes) +"vVs" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/south_east_street) +"vVt" = ( +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = -1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"vVu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"vVA" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_east_caves) +"vVC" = ( +/obj/structure/sign/safety/bulkhead_door, +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/docking_bay_2) +"vVV" = ( +/obj/structure/computer3frame/wallcomp, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation3) +"vWb" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/shovel, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"vWh" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"vWj" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"vWm" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"vWq" = ( +/obj/structure/machinery/atm{ + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi'; + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"vWr" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"vWA" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/signs/opensign{ + level = 3; + light_color = "#00AAFF"; + light_on = 1; + light_power = 3; + light_range = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + dir = 8; + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "strata_metalplatform2" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"vWF" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/machinery/floodlight, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"vWI" = ( +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"vWK" = ( +/obj/vehicle/powerloader{ + layer = 5 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/lv759/indoors/spaceport/engineering) +"vWL" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"vWQ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines1, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"vWT" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"vWX" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/case/small{ + layer = 4 + }, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"vWY" = ( +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"vWZ" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/item/tool/wet_sign{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/garage) +"vXi" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"vXm" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine/colony, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"vXr" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/misc/graffiti/graffiti5{ + pixel_x = -12; + layer = 2.8 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 2.9; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15"; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"vXB" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"vXC" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"vXG" = ( +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"vXL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/workers_decal{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"vXQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/syringe_case{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/syringe_case, +/obj/item/storage/syringe_case{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"vXS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"vXT" = ( +/obj/structure/largecrate/supply, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/device/megaphone, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"vXW" = ( +/obj/structure/closet/crate/construction, +/obj/item/stack/sheet/metal/large_stack, +/obj/item/stack/sheet/aluminum, +/obj/item/stack/sheet/plasteel/small_stack, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_y = 17 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_factory) +"vYc" = ( +/obj/structure/surface/rack, +/obj/item/device/helmet_visor/welding_visor/mercenary, +/obj/item/device/helmet_visor/welding_visor/mercenary, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_east) +"vYf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"vYg" = ( +/obj/item/bedsheet/green, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"vYo" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + layer = 5; + pixel_x = -6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"vYq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"vYs" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/oob) +"vYw" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 3 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"vYF" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"vYG" = ( +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = 1; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/caves/south_caves) +"vYK" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/transformers_south) +"vYT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_west) +"vYX" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"vYY" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"vZd" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"vZe" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 4; + pixel_y = 12; + pixel_x = 6 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"vZj" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"vZk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"vZt" = ( +/obj/structure/sign/safety/opens_up, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north) +"vZu" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/apartment/west) +"vZw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 1; + pixel_x = -7 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"vZx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"vZQ" = ( +/obj/effect/hybrisa/decal/dirt, +/mob/living/simple_animal/rat/brown, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"vZV" = ( +/turf/open/hybrisa/street/cement3, +/area/lv759/indoors/recycling_plant/garage) +"vZY" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caveplateau) +"wad" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/item/stack/rods, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"waj" = ( +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile{ + dir = 8 + }, +/area/lv759/indoors/mining_outpost/northeast) +"wak" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"wal" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"wap" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "windsock"; + indestructible = 0; + pixel_x = 6; + pixel_y = 6 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/floor/plating, +/area/lv759/outdoors/caveplateau) +"wau" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_street) +"waA" = ( +/obj/structure/closet/crate/freezer, +/obj/structure/machinery/conveyor, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/weymart/backrooms) +"waD" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30" + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_north) +"waE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"waQ" = ( +/obj/structure/machinery/computer/med_data, +/turf/open/floor/wood, +/area/lv759/indoors/hospital/cmo_office) +"waS" = ( +/obj/structure/stairs{ + color = "#b7b8b2"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"wbb" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/recycling_plant/garage) +"wbc" = ( +/obj/item/storage/bag/plasticbag, +/obj/structure/surface/table/reinforced/cloth, +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketpears{ + pixel_x = 2 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"wbe" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"wbj" = ( +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"wbk" = ( +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"wbo" = ( +/obj/structure/closet/crate, +/obj/item/toy/katana, +/obj/item/explosive/grenade/high_explosive/upp, +/obj/item/poster, +/obj/item/weapon/throwing_knife, +/obj/item/weapon/sword/machete, +/obj/item/ammo_magazine/shotgun/incendiary, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/apartment/east) +"wbt" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor2" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"wbC" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/hospital/virology) +"wbL" = ( +/obj/structure/sign/safety/medical{ + pixel_x = -17 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"wbO" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"wbV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"wbW" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"wcd" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"wco" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"wcp" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"wcs" = ( +/obj/effect/hybrisa/decal/engineership_corners, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"wcH" = ( +/obj/effect/hybrisa/decal/warningstripes_angled_corner{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"wcK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"wcT" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/lv759/indoors/hospital/cryo_room) +"wcU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/item/tool/wrench{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"wcX" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"wda" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/item/stack/rods{ + layer = 6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"wdb" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"wde" = ( +/obj/effect/decal/strata_decals/grime/grime2, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/bathroom) +"wdh" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/item/paper_bin, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"wdj" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"wdp" = ( +/obj/structure/sign/safety/three, +/obj/structure/sign/safety/synth_storage{ + pixel_x = -17 + }, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart) +"wds" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"wdz" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/box/beakers, +/obj/item/reagent_container/glass/beaker, +/obj/item/reagent_container/glass/beaker/vial, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"wdI" = ( +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/effect/decal/strata_decals/grime/grime1{ + icon_state = "grime2" + }, +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 24 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -9; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"wdO" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"wdS" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_caves) +"wdV" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_1{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wdW" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal4" + }, +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/lightbeige_bigtile, +/area/lv759/indoors/hospital/paramedics_garage) +"wea" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"wee" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/docking_bay_2) +"wef" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/tool/warning_cone{ + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/northeast) +"weh" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"wel" = ( +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/caves/north_caves) +"wem" = ( +/obj/structure/window/framed/hybrisa/colony/engineering, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant) +"wen" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/remains/robot, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"weu" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/obj/item/ammo_magazine/handful/shotgun/beanbag/riot, +/obj/item/ammo_magazine/handful/shotgun/beanbag/riot, +/obj/item/storage/pouch/shotgun/large/beanbag/riot, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb/m3717, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory) +"wez" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"weE" = ( +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"weF" = ( +/obj/structure/bed/chair/comfy{ + icon_state = "chair_alt" + }, +/obj/effect/hybrisa/decal/gold/line2, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"weH" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/mining_outpost/northeast) +"weL" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/mining_outpost/south) +"weR" = ( +/obj/effect/hybrisa/decal/checkpoint_decal{ + dir = 1; + pixel_y = -6 + }, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_west_street) +"weX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"wfc" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"wfr" = ( +/obj/item/trash/burger, +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"wfs" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/effect/decal/cleanable/vomit{ + icon_state = "vomit_4" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_17"; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/central_streets) +"wfv" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"wfA" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"wfH" = ( +/obj/item/prop/colony/used_flare, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"wfJ" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"wfT" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"wfY" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/spaceport/cuppajoes) +"wgb" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"wgc" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"wgk" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/sign/poster/ad, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"wgs" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"wgu" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"wgv" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"wgx" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = -1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"wgI" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/east) +"wgN" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"wgO" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"wgQ" = ( +/obj/structure/surface/table, +/obj/item/clothing/accessory/stethoscope, +/turf/open/floor/prison{ + dir = 10; + icon_state = "blue" + }, +/area/lv759/indoors/hospital/patient_ward) +"wgT" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_west) +"wgU" = ( +/obj/structure/cargo_container/hd/left/alt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"whb" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/structure/platform, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"whm" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"whs" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "46" + }, +/area/lv759/indoors/spaceport/starglider) +"whA" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/cryo_room) +"whG" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"whM" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/wardens_office) +"whP" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north_maint) +"whU" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"whW" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/morgue) +"wij" = ( +/obj/structure/largecrate/random, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"wik" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/landing_zone_2) +"win" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"wio" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"wiB" = ( +/obj/structure/sign/poster/safety, +/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 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/telecomms) +"wiR" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"wiS" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/structure/prop/fishing/pole_interactive{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/hobosecret) +"wiV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/prop/hybrisa/vehicles/van/vanmining{ + dir = 1; + layer = 4; + pixel_x = 4 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/mining_outpost/northeast) +"wiZ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"wjc" = ( +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/oob) +"wjg" = ( +/obj/item/pizzabox/margherita, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wjk" = ( +/obj/structure/surface/rack, +/obj/item/fuelCell, +/obj/item/fuelCell, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"wjl" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/whiskey_outpost/inside/caves) +"wjp" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "An exchange valve"; + dir = 8; + icon = 'icons/obj/pipes/filter.dmi'; + icon_state = "map"; + name = "Automated Valve" + }, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"wjr" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"wju" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"wjv" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Observation" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/interrogation) +"wjz" = ( +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"wjB" = ( +/obj/structure/machinery/floodlight, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"wjN" = ( +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/garage) +"wjS" = ( +/obj/structure/largecrate/supply/supplies/metal, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/whiskey_outpost/inside/caves) +"wjV" = ( +/obj/structure/platform_decoration/strata/metal, +/turf/open/floor/strata{ + icon_state = "red1" + }, +/area/lv759/indoors/spaceport/security) +"wjX" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"wkb" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"wkd" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"wke" = ( +/obj/structure/platform, +/obj/effect/decal/strata_decals/catwalk/prison{ + icon = 'icons/turf/floors/hybrisafloors.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/shiva{ + icon_state = "radiator_tile2" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"wkj" = ( +/obj/structure/platform, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"wkm" = ( +/obj/structure/machinery/colony_floodlight{ + layer = 4 + }, +/obj/structure/platform{ + dir = 8; + layer = 4 + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/lv759/outdoors/caveplateau) +"wkr" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"wkx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"wkA" = ( +/obj/structure/largecrate/random/mini/small_case, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"wkB" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/apartment/west) +"wkH" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"wkO" = ( +/obj/structure/closet/crate/science, +/obj/item/cell/hyper/empty, +/obj/item/cell/hyper, +/obj/item/device/encryptionkey/WY, +/obj/item/stack/cable_coil/yellow, +/obj/item/device/assembly/prox_sensor, +/obj/item/stack/sheet/plasteel/large_stack, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"wkQ" = ( +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/heavy_loader/white_teal{ + layer = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"wkS" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "6_pack_1_crushed" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 14 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/colony_streets/south_east_street) +"wld" = ( +/obj/item/stack/sheet/cardboard, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 5; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_8" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_east_street) +"wlf" = ( +/obj/structure/catwalk/prison, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence/electrified{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"wli" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"wlj" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 6; + name = "trash bag"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"wlk" = ( +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"wll" = ( +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"wln" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/eat, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"wlo" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_east_caves) +"wlu" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"wlv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"wlw" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform, +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/power_storage) +"wlx" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/south_caves) +"wlD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 10 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"wlF" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"wlG" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"wlL" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"wlO" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"wlX" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"wlY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/mineral{ + dir = 8; + color = "#7e7d72" + }, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/east_central_street) +"wmc" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 9; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"wmd" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"wmg" = ( +/obj/structure/monorail, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4{ + dir = 8 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"wmp" = ( +/obj/structure/closet, +/obj/item/clothing/under/brown, +/obj/item/clothing/under/color/green, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"wmq" = ( +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/obj/item/clothing/under/marine, +/obj/item/clothing/under/marine/veteran/royal_marine, +/obj/item/clothing/under/marine/veteran/pmc, +/obj/item/clothing/under/marine/engineer/darker, +/turf/open/floor/interior/wood, +/area/lv759/indoors/jacks_surplus) +"wmy" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/fusion_generators) +"wmB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/item/paper{ + layer = 2 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"wmL" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/largecrate/random/secure{ + pixel_x = -5 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"wmO" = ( +/obj/structure/bed/sofa{ + icon_state = "couch_hori1" + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment/east) +"wmX" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft" + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"wmY" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"wnc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"wng" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"wnm" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/drinks/cans/souto, +/obj/item/storage/backpack/souto, +/obj/item/reagent_container/food/drinks/cans/souto, +/obj/item/reagent_container/food/drinks/cans/souto, +/obj/item/reagent_container/food/drinks/cans/souto, +/obj/item/reagent_container/food/drinks/cans/souto, +/obj/item/reagent_container/food/drinks/cans/souto/diet/blue{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_container/food/drinks/cans/souto/diet/blue{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_container/food/drinks/cans/souto/diet/blue{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_container/food/drinks/cans/souto/diet/blue{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_container/food/drinks/cans/souto/diet/cranberry{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/cans/souto/diet/cranberry{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/cans/souto/diet/cranberry{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/cans/souto/diet/cranberry{ + pixel_x = -9; + pixel_y = 5 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"wnw" = ( +/obj/structure/surface/rack, +/obj/item/tool/pickaxe/jackhammer, +/obj/item/tool/pickaxe/jackhammer, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"wnx" = ( +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/hallway_east) +"wny" = ( +/obj/item/storage/belt/marine, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"wnH" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment_services/east) +"wnL" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -11; + pixel_y = 6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"wnM" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"wnN" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_caves) +"wnP" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"wnQ" = ( +/obj/structure/cargo_container/wy/right, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"wnV" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest1{ + layer = 2 + }, +/turf/closed/wall/engineership, +/area/lv759/oob) +"wob" = ( +/obj/structure/prop/dam/drill, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"wod" = ( +/obj/item/paper/crumpled, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/item/paper{ + layer = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant/telecomms) +"wof" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Security Office" + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/security_office) +"woh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 8 + }, +/area/lv759/indoors/recycling_plant) +"wou" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"wow" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"woC" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/turf/open/engineership/engineer_floor14{ + dir = 1 + }, +/area/lv759/indoors/caves/south_west_caves) +"woE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/recycling_plant/garage) +"woF" = ( +/obj/effect/acid_hole{ + indestructible = 1 + }, +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "79" + }, +/area/lv759/indoors/spaceport/starglider) +"woO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/recycling_plant_office) +"woP" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/bed/chair{ + dir = 4; + icon_state = "chair_alt"; + pixel_x = 2; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"woV" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"wpg" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard2{ + dir = 1; + pixel_y = 34 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"wpm" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"wpp" = ( +/obj/structure/machinery/landinglight/ds2/spoke, +/obj/structure/barricade/handrail/strata, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/landing_zone_1) +"wpv" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = 5 + }, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wpB" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"wpC" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "agentshuttle"; + indestructible = 1; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/lv759/oob) +"wpF" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 8 + }, +/area/lv759/oob) +"wpG" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"wpI" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"wpO" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"wpQ" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "Hospital - Garage" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/paramedics_garage) +"wpT" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"wpW" = ( +/obj/structure/machinery/power/geothermal, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/geothermal_generators) +"wpX" = ( +/obj/item/reagent_container/blood/empty{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"wpY" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Dormitories - Foyer" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/east) +"wpZ" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/weapon/gun/rifle/nsg23, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"wqv" = ( +/obj/structure/closet/firecloset, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"wqw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"wqA" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"wqG" = ( +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"wqP" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4"; + pixel_x = 6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wqY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/heavy_loader/white_teal, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wrb" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/almayer/computers/mapping_computer{ + desc = null; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + name = "computer"; + pixel_y = 12 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"wrf" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/orange, +/obj/item/clothing/head/hardhat/orange, +/obj/item/clothing/head/hardhat/orange, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"wrg" = ( +/obj/structure/largecrate/supply{ + pixel_y = 15; + layer = 2.9 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"wri" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/bulbs{ + pixel_x = 3; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"wrl" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/floor/strata{ + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"wro" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Machine room" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_east) +"wrv" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"wry" = ( +/obj/item/stack/rods, +/obj/item/tool/shovel, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/central_caves) +"wrG" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + access_modified = 1; + dir = 2; + req_one_access = null; + req_one_access_txt = "19;34;30" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/cuppajoes) +"wrI" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"wrK" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"wrP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/whiskey_outpost/inside/caves) +"wrQ" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/mining_outpost/east_dorms) +"wsj" = ( +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/pharmacy) +"wsp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/flashlight/lamp/tripod{ + light_pixel_y = 1; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"wsy" = ( +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"wsA" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/east_caves) +"wsC" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_5{ + dir = 8; + pixel_x = -6; + pixel_y = -8 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"wsD" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/west_caves) +"wsK" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"wsL" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/cryo_room) +"wsO" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/reception) +"wsT" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"wsU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_east_caves) +"wsV" = ( +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/hospital/virology) +"wtc" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"wte" = ( +/obj/item/trash/eat, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"wti" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"wto" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"wtq" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_foyer) +"wtt" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/kutjevo/colors/blue, +/area/lv759/indoors/meridian/meridian_showroom) +"wtE" = ( +/obj/structure/mirror, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"wtK" = ( +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/mining_outpost/east_dorms) +"wtP" = ( +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 10 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"wtQ" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/landing_zone_2/ceiling) +"wtU" = ( +/obj/structure/largecrate/random/secure{ + layer = 3.2; + pixel_x = 7; + pixel_y = 17 + }, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/whiskey_outpost/inside/caves) +"wtZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"wub" = ( +/obj/item/tool/pickaxe, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"wuc" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"wuf" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"wuh" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/card, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/whiskey_outpost/inside/caves) +"wui" = ( +/obj/structure/bed/hybrisa/bunkbed4{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"wuk" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/west_caves) +"wul" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + dir = 1; + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"wun" = ( +/obj/structure/inflatable/popped/door{ + layer = 2 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"wuq" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/prop/hybrisa/vehicles/Car/Car_2{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"wur" = ( +/obj/structure/closet, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/explosive/grenade/high_explosive/upp, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/electical_systems/substation3) +"wus" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{ + dir = 1; + layer = 5; + pixel_x = -6; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"wuv" = ( +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + layer = 5; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"wuw" = ( +/obj/item/tool/warning_cone{ + layer = 3.3; + pixel_x = 4; + pixel_y = 18 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"wuy" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime1" + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"wuz" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"wuB" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"wuC" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_east_caves) +"wuG" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/spawner/random/toolbox{ + pixel_y = 12 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"wuJ" = ( +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"wuK" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/landing_zone_2/ceiling) +"wuZ" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/lv759/indoors/power_plant/gas_generators) +"wva" = ( +/obj/structure/girder, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/central_caves) +"wvg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/cleanable/molten_item, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"wvi" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"wvm" = ( +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard2{ + dir = 8; + pixel_y = 34 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"wvn" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart"; + pixel_y = 9 + }, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart" + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"wvs" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/garage) +"wvx" = ( +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"wvC" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_foyer) +"wvG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trafficlight{ + pixel_x = 5; + pixel_y = 15 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"wwh" = ( +/obj/structure/barricade/handrail/strata, +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"wwm" = ( +/obj/structure/prop/almayer/missile_tube{ + color = "grey"; + desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; + icon_state = "missiletubesouth"; + name = "\improper massive vent"; + pixel_x = -15 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"wwo" = ( +/obj/structure/prop/hybrisa/containersextended/tanright, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 5 + }, +/area/lv759/indoors/meridian/meridian_factory) +"wwp" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"wwx" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/metalwhitefull, +/area/lv759/indoors/spaceport/cuppajoes) +"wwz" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"wwC" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"wwJ" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"wwO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/faxmachine, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 10 + }, +/area/lv759/landing_zone_1/ceiling) +"wwR" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/item/shard, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_west_street) +"wwX" = ( +/obj/effect/hybrisa/decal/road/road_stop, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged0{ + dir = 1; + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"wxa" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/obj/structure/prop/ice_colony/flamingo{ + layer = 7 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_street) +"wxb" = ( +/obj/item/prop/colony/canister{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + layer = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wxd" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment_services/east) +"wxp" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"wxr" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Docking Bay: 2 - Refueling and Maintenance" + }, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/docking_bay_2) +"wxs" = ( +/obj/structure/prop/almayer/computers/sensor_computer2{ + desc = null; + name = "computer" + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"wxx" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"wxA" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"wxC" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 4 + }, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"wxG" = ( +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"wxH" = ( +/obj/structure/platform{ + layer = 2 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"wxJ" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Hospital - Patient Room 1" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/patient_ward) +"wxV" = ( +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile{ + dir = 4 + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"wyf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"wyg" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"wyi" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/device/megaphone, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"wyj" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"wyk" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"wyr" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 5 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe5{ + dir = 4; + pixel_y = -1 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe5{ + dir = 8; + pixel_y = -1 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"wys" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime1" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_y = 12 + }, +/obj/item/trash/uscm_mre, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"wyv" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoenolid"; + name = "cuppa joe's coffee cup" + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/cuppajoes) +"wyw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"wyG" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"wyI" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"wyK" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1; + layer = 4; + pixel_y = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"wyP" = ( +/turf/open/hybrisa/street/roadlines3, +/area/lv759/outdoors/colony_streets/north_west_street) +"wyQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/cans/sodawater{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/garage_reception) +"wyR" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2/ceiling) +"wyS" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"wzf" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/structure/barricade/handrail/wire{ + layer = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"wzl" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"wzn" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"wzu" = ( +/obj/structure/largecrate/random/mini{ + layer = 2 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"wzv" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wzx" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"wzy" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"wzz" = ( +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"wzC" = ( +/obj/structure/sign/safety/hazard, +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/hospital/maintenance_north) +"wzG" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant) +"wzS" = ( +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/lv759/indoors/casino) +"wAa" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/mp5, +/obj/item/weapon/gun/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"wAc" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/lv759/indoors/recycling_plant_office) +"wAe" = ( +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/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" + }, +/area/lv759/outdoors/colony_streets/north_street) +"wAs" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"wAH" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"wAJ" = ( +/obj/effect/hybrisa/decal/checkpoint_decal{ + dir = 8; + pixel_x = -6 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "hybrisacheckpoint_center"; + name = "\improper Lockdown" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"wAK" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor4" + }, +/area/lv759/indoors/power_plant/geothermal_generators) +"wAL" = ( +/obj/structure/sign/safety/restrictedarea, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"wAO" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "73" + }, +/area/lv759/indoors/spaceport/starglider) +"wAQ" = ( +/obj/item/clothing/gloves/latex, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"wBe" = ( +/obj/structure/machinery/iv_drip{ + layer = 2.1; + pixel_y = 19 + }, +/obj/structure/bed/chair/comfy/teal{ + desc = "A hospital divider for privacy."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "hospitalcurtain"; + layer = 2; + name = "hospital divider"; + pixel_y = 22 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty3_up" + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"wBf" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"wBk" = ( +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/barcardine, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"wBq" = ( +/obj/item/trash/uscm_mre, +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + layer = 3.1; + pixel_x = 8; + pixel_y = 21 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -9; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"wBr" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"wBs" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"wBw" = ( +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/reagent_container/food/drinks/dry_ramen, +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_small_bl_full"; + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"wBx" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"wBI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"wBK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/prop/hybrisa/vehicles/truck/truck5{ + layer = 2.9 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"wBP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"wBS" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"wBZ" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/medical_storage) +"wCc" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/effect/hybrisa/decal/engineership_corners, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"wCd" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 20 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wCf" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-2"; + layer = 5 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-8"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_north) +"wCg" = ( +/turf/open/floor/prison, +/area/lv759/indoors/bar/entertainment) +"wCh" = ( +/obj/structure/machinery/vending/cigarette/colony, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/bar) +"wCl" = ( +/obj/item/stack/sheet/wood{ + pixel_y = -8 + }, +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_1" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"wCn" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/r_n_d/circuit_imprinter, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"wCr" = ( +/obj/structure/sign/safety/one, +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"wCA" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"wCD" = ( +/obj/structure/fence/electrified{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"wCG" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Restroom" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/restroom) +"wCH" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2"; + pixel_x = -6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"wCI" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2"; + pixel_x = 6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"wCN" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"wCO" = ( +/obj/item/tool/mop{ + pixel_y = 23 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant) +"wCP" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"wCQ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/item/stack/rods, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wCV" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"wCY" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"wDd" = ( +/obj/structure/largecrate/random/barrel/blue, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"wDf" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/shuttle/dropship{ + icon_state = "rasputin7" + }, +/area/whiskey_outpost/inside/caves) +"wDg" = ( +/obj/structure/largecrate/random/case/small, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"wDj" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"wDk" = ( +/turf/closed/shuttle/dropship2/transparent{ + desc = "The WY-LWI Horizon Runner HR-150, a collaborative creation of Lunnar-Welsun Industries and Weyland-Yutani. This small dropship is designed for short-range commercial transport."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "103"; + name = "\improper WY-LWI Horizon Runner HR-150" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"wDl" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suv/misc/marshalls2, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"wDo" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/item/tool/lighter/random, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"wDp" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"wDt" = ( +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"wDw" = ( +/obj/structure/bed/chair/dropship/passenger, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"wDz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"wDB" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"wDG" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/stack/sheet/cardboard, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"wDM" = ( +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/item/reagent_container/glass/bucket{ + layer = 7; + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/tool/wet_sign{ + layer = 6; + pixel_y = 18 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/graffiti/graffiti7{ + pixel_x = 19; + pixel_y = -3 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/mob/living/simple_animal/rat/gray, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_east_street) +"wDU" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"wDY" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"wEb" = ( +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/obj/structure/grille, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"wEc" = ( +/obj/structure/prop/invuln/overhead_pipe, +/obj/structure/janitorialcart, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"wEd" = ( +/obj/effect/landmark/corpsespawner/pmc, +/obj/effect/decal/cleanable/blood{ + pixel_y = 20 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/shuttle/dropship{ + icon_state = "rasputin6" + }, +/area/whiskey_outpost/inside/caves) +"wEg" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "82" + }, +/area/lv759/indoors/spaceport/starglider) +"wEl" = ( +/obj/item/tool/screwdriver, +/obj/item/tool/wrench{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"wEq" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/shard, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"wEz" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/disposalpipe/tagger{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"wEC" = ( +/obj/structure/extinguisher_cabinet/alt, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/head_office) +"wEG" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "zwing3"; + opacity = 0 + }, +/area/lv759/indoors/spaceport/starglider) +"wEI" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14"; + pixel_y = 17 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"wEJ" = ( +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/oob) +"wEM" = ( +/obj/structure/bed/chair{ + dir = 4; + icon_state = "chair_alt"; + pixel_x = -4; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_managersoffice) +"wEP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/prop/alien/hugger{ + pixel_x = -7; + pixel_y = -5 + }, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"wEQ" = ( +/obj/structure/machinery/door/window/brigdoor/northleft, +/obj/structure/machinery/door/window/brigdoor/northleft{ + dir = 2 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/pharmacy) +"wEX" = ( +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/telecomms) +"wEZ" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/equipment_west) +"wFc" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"wFf" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "hybrisamining_northeast2"; + name = "\improper Checkpoint Lock" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/northeast) +"wFj" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/central_caves) +"wFl" = ( +/obj/structure/sign/safety/restrictedarea, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"wFn" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"wFw" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"wFB" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"wFC" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/spawner/random/tool, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/colonial_marshals/garage) +"wFF" = ( +/obj/structure/bed/roller, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"wFI" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"wFO" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"wFU" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"wFW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/pickaxe/drill, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"wFY" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + layer = 4 + }, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/mega_hauler_truck/blue_stripe{ + pixel_y = 6; + layer = 3 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"wGk" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = 6; + pixel_y = -16 + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"wGl" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/camera, +/obj/item/paper/photograph, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"wGo" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"wGw" = ( +/obj/structure/machinery/door/poddoor/almayer/closed, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"wGz" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"wGJ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Hospital - Exit" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/central_hallway) +"wGO" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/lv759/indoors/jacks_surplus) +"wGQ" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"wGS" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"wGU" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/colonial_marshals/north_office) +"wHb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"wHd" = ( +/obj/item/tool/warning_cone{ + pixel_x = -22; + pixel_y = -7 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/south_east_street) +"wHk" = ( +/turf/open/floor/plating, +/area/lv759/indoors/apartment/west) +"wHq" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"wHx" = ( +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"wHC" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/communications_office) +"wHD" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass/reinforced, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/hallway_north_locker) +"wHF" = ( +/obj/effect/hybrisa/decal/gold/line1, +/obj/effect/decal/cleanable/blood, +/obj/item/weapon/broken_glass, +/obj/effect/hybrisa/decal/gold/line2, +/turf/open/floor/hybrisa/carpet/carpetred, +/area/lv759/indoors/casino) +"wHG" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wHK" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"wHS" = ( +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"wHU" = ( +/obj/structure/machinery/door/window/southleft, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"wHY" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"wIe" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_caves) +"wIi" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/whiskey_outpost/inside/caves) +"wIl" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/lv759/indoors/hospital/central_hallway) +"wIn" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/folder/white, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office) +"wIq" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/outdoors/colony_streets/north_street) +"wIr" = ( +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"wIt" = ( +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile{ + dir = 1 + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"wIu" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3, +/obj/structure/prop/wooden_cross{ + icon_state = "cross2" + }, +/obj/item/clothing/head/hardhat/dblue, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"wIA" = ( +/obj/effect/hybrisa/decal/grate{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"wIG" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_2) +"wIH" = ( +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"wIL" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"wJe" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/jacks_surplus) +"wJl" = ( +/obj/structure/platform_decoration/mineral{ + dir = 8; + color = "#bbbaae" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"wJm" = ( +/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' + }, +/area/lv759/indoors/caves/north_west_caves) +"wJx" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"wJD" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/south_east_street) +"wJJ" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_showroom) +"wJV" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"wJW" = ( +/obj/structure/platform/hybrisa/metalplatform2, +/obj/structure/platform{ + dir = 4; + layer = 2.8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"wJX" = ( +/obj/structure/sign/nosmoking_2, +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/baggagehandling) +"wKf" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"wKj" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/press_room) +"wKl" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"wKn" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/power/port_gen/pacman/super, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"wKp" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"wKq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"wKs" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 6 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"wKt" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"wKu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"wKx" = ( +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_west_caves) +"wKA" = ( +/obj/structure/closet, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/plating, +/area/lv759/indoors/jacks_surplus) +"wKN" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite0, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"wKS" = ( +/obj/structure/machinery/smartfridge/chemistry, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/hospital/pharmacy) +"wKT" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 4; + pixel_y = 34 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/north_street) +"wKU" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"wKV" = ( +/obj/structure/window/framed/hybrisa/spaceport/cell, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/security) +"wLc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"wLe" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"wLi" = ( +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/fusion_generators) +"wLj" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/prop/hybrisa/containersextended/tanwywingsright, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"wLk" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"wLt" = ( +/obj/item/robot_parts/arm/l_arm, +/obj/item/robot_parts/leg/l_leg, +/obj/item/robot_parts/arm/r_arm, +/obj/item/robot_parts/leg/r_leg, +/obj/structure/surface/rack, +/obj/item/tool/weldingtool{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/item/tool/screwdriver, +/obj/item/tool/weldpack, +/obj/item/storage/firstaid/synth, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"wLI" = ( +/obj/structure/largecrate/random/barrel/red{ + layer = 5 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random/barrel{ + desc = "A green storage barrel."; + icon_state = "barrel_green"; + layer = 4; + name = "green barrel"; + pixel_x = 13; + pixel_y = 16 + }, +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_12" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"wLK" = ( +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/west_caves) +"wLM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 8 + }, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"wLU" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital - South Hallway" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/central_hallway) +"wMc" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/h_chocolate{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/structure/prop/server_equipment/laptop/closed, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"wMs" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/spaceport/cargo) +"wMx" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart1"; + icon_opened = "foodcart1_open"; + icon_state = "foodcart1"; + name = "\improper food cart" + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/lv759/indoors/spaceport/kitchen) +"wMz" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"wMA" = ( +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance_south) +"wMB" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"wML" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 4; + layer = 4; + level = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"wMM" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "hybrisaLZ2_3"; + name = "Emergency Lockdown" + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"wMS" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/cmo_office) +"wMT" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/lv759/indoors/recycling_plant) +"wMY" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"wMZ" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/curtain/open/shower, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment/east) +"wNf" = ( +/obj/structure/surface/table, +/obj/effect/hybrisa/decal/dirt, +/obj/item/weapon/twohanded/lungemine{ + pixel_y = 8 + }, +/obj/item/weapon/twohanded/lungemine{ + pixel_y = -7 + }, +/obj/item/weapon/twohanded/lungemine, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/south) +"wNg" = ( +/obj/item/stock_parts/matter_bin, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"wNl" = ( +/obj/structure/sign/poster/art, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/entertainment) +"wNm" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/bar) +"wNp" = ( +/obj/structure/platform_decoration, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/transformers_north) +"wNv" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 6 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"wNz" = ( +/obj/item/stack/rods, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"wNB" = ( +/obj/structure/machinery/door_control{ + pixel_x = 8; + name = "Medical Storage lockdown"; + id = "medical_storage_lockdown" + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/medical_storage) +"wNC" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/north_east_street) +"wNG" = ( +/obj/structure/bed/chair/comfy{ + dir = 8; + icon_state = "chair_alt" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"wNK" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"wNU" = ( +/obj/structure/machinery/conveyor, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"wOn" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/item/spacecash/ewallet, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/lv759/indoors/weymart) +"wOo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-9"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance) +"wOt" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"wOw" = ( +/obj/structure/surface/table/reinforced, +/obj/item/paper_bin, +/obj/item/paper{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"wOE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"wOI" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"wOL" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"wOU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"wOX" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"wPf" = ( +/obj/item/clothing/under/color/orange, +/obj/structure/bed/hybrisa/prisonbed, +/turf/open/floor/strata, +/area/lv759/indoors/colonial_marshals/prisoners_cells) +"wPm" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"wPp" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"wPt" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/machinery/power/apc{ + dir = 8; + pixel_x = -30; + start_charge = 0 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"wPy" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"wPE" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/mirror{ + desc = "Do you remember who you are?"; + icon_state = "mirror_broke"; + name = "broken mirror"; + pixel_y = 32 + }, +/obj/item/shard, +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"wPO" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + layer = 5 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"wPZ" = ( +/obj/item/trash/cigbutt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"wQi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean" + }, +/area/lv759/indoors/power_plant/telecomms) +"wQn" = ( +/obj/structure/surface/table/reinforced, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/trash/tray, +/turf/open/floor/hybrisa/metal/greenmetal1{ + dir = 1 + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"wQF" = ( +/obj/structure/sign/poster/music, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/east) +"wQG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"wQM" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"wQO" = ( +/obj/structure/machinery/disposal/delivery, +/turf/open/floor/prison{ + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"wQU" = ( +/obj/structure/sign/safety/fridge{ + layer = 3 + }, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/kitchen) +"wQW" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame, +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/vip) +"wQX" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"wRb" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/morgue) +"wRc" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"wRd" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"wRi" = ( +/obj/item/reagent_container/glass/beaker/large, +/obj/structure/machinery/autodispenser, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"wRj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"wRq" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/item/prop/colony/usedbandage{ + dir = 4 + }, +/obj/item/bodybag, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"wRr" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + access_modified = 1; + name = "Kitchen"; + req_one_access_txt = "30;19"; + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/workers_canteen_kitchen) +"wRy" = ( +/obj/effect/decal/strata_decals/grime/grime1, +/obj/effect/landmark/corpsespawner/prisoner, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"wRD" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"wRM" = ( +/obj/effect/hybrisa/decal/engineership_corners, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"wRR" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/telecomms) +"wRS" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"wRW" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/oob) +"wSc" = ( +/obj/item/device/flashlight/on, +/obj/effect/landmark/corpsespawner/wygoon, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"wSj" = ( +/obj/structure/toilet, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime4" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/garage_restroom) +"wSl" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"wSq" = ( +/obj/structure/machinery/conveyor, +/obj/structure/largecrate/random/mini{ + pixel_x = -2; + pixel_y = -3 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"wSx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"wSB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"wSD" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"wSF" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + dir = 8; + indestructible = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"wSK" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"wSO" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/south_east_street) +"wSQ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged0{ + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wSR" = ( +/obj/structure/cable/white{ + icon_state = "5-10"; + level = 2 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"wSZ" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"wTa" = ( +/turf/open/floor/plating/prison, +/area/lv759/outdoors/caveplateau) +"wTe" = ( +/obj/item/trash/cigbutt, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"wTj" = ( +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"wTq" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"wTt" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/bar) +"wTu" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"wTy" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/obj/structure/largecrate/random/barrel{ + layer = 2 + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/largecrate/random/barrel{ + layer = 2; + pixel_x = 6; + pixel_y = -16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"wTA" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 11; + pixel_y = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"wTC" = ( +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"wTE" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft" + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"wTJ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wTL" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable{ + icon_state = "1-9" + }, +/obj/item/tool/wrench, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"wTN" = ( +/obj/structure/largecrate/mule, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"wTO" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"wTP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_16" + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"wTT" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/hotdog, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"wTV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "red3" + }, +/area/whiskey_outpost/inside/caves) +"wTX" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"wUc" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/south_west_street) +"wUj" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/north_office) +"wUk" = ( +/obj/structure/bed/chair/comfy{ + dir = 8; + icon_state = "comfychair_blue" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_north) +"wUm" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Bigroadsigns/road_sign_1{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"wUn" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_west_street) +"wUr" = ( +/obj/item/clothing/accessory/storage/knifeharness, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/item/clothing/under/colonist/wy_joliet_shopsteward, +/obj/structure/closet/cabinet, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/east) +"wUy" = ( +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/lattice_prop/lattice_3{ + pixel_x = -26 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_street) +"wUD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/lines1{ + pixel_x = -1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/east_central_street) +"wUP" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/central_streets) +"wUS" = ( +/obj/structure/prop/hybrisa/airport/dropshipnosecone, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"wUY" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/largecrate/random, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"wVg" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"wVq" = ( +/obj/structure/sign/poster/kellandmining, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/mining_outpost/northeast) +"wVt" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"wVu" = ( +/obj/item/stack/sheet/wood{ + pixel_y = -8 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"wVw" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "kutjevo_platform_sm" + }, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"wVB" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/largecrate/random{ + layer = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"wVE" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"wVF" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"wVI" = ( +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/tool/kitchen/utensil/spoon{ + pixel_x = 10 + }, +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"wVL" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer{ + name = "Hospital - Morgue" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"wVM" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"wWb" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/structure/surface/rack, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"wWc" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"wWd" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"wWg" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"wWl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"wWn" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"wWr" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"wWt" = ( +/obj/structure/sign/safety/opens_up, +/turf/closed/wall/hybrisa/spaceport, +/area/lv759/indoors/spaceport/docking_bay_2) +"wWv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"wWy" = ( +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "blank_can_crushed" + }, +/turf/open/floor/almayer, +/area/whiskey_outpost/inside/caves) +"wWz" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"wWB" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"wWD" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"wWH" = ( +/obj/structure/sign/safety/hazard, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/mining_outpost/north_maint) +"wWI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoenolid"; + name = "cuppa joe's coffee cup" + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"wWM" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/structure/platform{ + dir = 1; + layer = 3.1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/transformers_south) +"wWV" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"wWX" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"wWZ" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"wXf" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"wXi" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_street) +"wXm" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/indoors/caves/central_caves) +"wXq" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/fakeplatforms/platform3, +/turf/open/floor/prison, +/area/lv759/indoors/caves/central_caves) +"wXx" = ( +/obj/structure/platform, +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"wXy" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/under/marine/veteran/pmc/corporate, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, +/obj/item/storage/belt/gun/m4a3, +/turf/open/floor/prison{ + dir = 5; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"wXB" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"wXD" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/attachment, +/obj/item/clothing/mask/gas/swat, +/obj/item/evidencebag, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"wXO" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"wXR" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/power_plant/south_hallway) +"wXV" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"wXY" = ( +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"wYb" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/door/window/brigdoor/westright, +/obj/structure/machinery/door/window/brigdoor/eastleft, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/clothing/glasses/sunglasses/sechud/prescription, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/reception) +"wYh" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"wYk" = ( +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"wYl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"wYq" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 18 + }, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_west_street) +"wYu" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"wYy" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"wYA" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"wYB" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"wYE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"wYG" = ( +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"wYH" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 8 + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"wYM" = ( +/obj/structure/prop/hybrisa/signs/high_voltage{ + desc = null + }, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"wYS" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/hallway_northwest) +"wYX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weymart/backrooms) +"wZa" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"wZe" = ( +/obj/structure/sign/safety/one, +/turf/closed/wall/hybrisa/colony, +/area/lv759/outdoors/colony_streets/east_central_street) +"wZh" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"wZj" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"wZl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"wZq" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/interrogation) +"wZr" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4"; + pixel_x = 6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 1; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"wZE" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -6 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"wZF" = ( +/obj/structure/surface/table, +/obj/structure/machinery/microwave, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/lv759/indoors/spaceport/kitchen) +"wZL" = ( +/obj/item/prop/colony/used_flare, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"wZU" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north_maint) +"xab" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"xac" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/outdoors/colony_streets/central_streets) +"xad" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/computerframe{ + pixel_x = -5; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/caves/north_caves) +"xaf" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/lv759/oob) +"xai" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"xak" = ( +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"xap" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/girder, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"xar" = ( +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + layer = 3.1; + pixel_x = 8; + pixel_y = 21 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/prop/hybrisa/misc/cabinet{ + dir = 8; + pixel_x = -12; + pixel_y = 8 + }, +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"xas" = ( +/obj/structure/machinery/cm_vending/clothing/synth/snowflake, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"xaw" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"xaz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/uscm_mre{ + pixel_x = -10; + pixel_y = -7 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"xaD" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"xaK" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"xaN" = ( +/turf/closed/wall/wood, +/area/lv759/indoors/mining_outpost/south) +"xaR" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart"; + pixel_y = 9 + }, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal foodcart with wheels."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_closed = "foodcart2"; + icon_opened = "foodcart2_open"; + icon_state = "foodcart2"; + name = "\improper food cart" + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/lv759/indoors/spaceport/docking_bay_1) +"xaZ" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"xba" = ( +/obj/structure/closet, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant/south_hallway) +"xbk" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/power_plant/power_storage) +"xbo" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"xbA" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"xbH" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"xbJ" = ( +/obj/item/tool/candle, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 12; + pixel_y = 17 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 5 + }, +/obj/item/tool/match, +/obj/structure/surface/table/reinforced/cloth{ + color = "#651e12" + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet10-8" + }, +/area/lv759/indoors/bar) +"xbP" = ( +/obj/effect/spawner/random/powercell, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/landing_zone_2) +"xca" = ( +/obj/structure/bed/sofa{ + icon_state = "couch_hori1" + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard1{ + dir = 6; + pixel_y = 34 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"xce" = ( +/obj/structure/prop/hybrisa/containersextended/greywyright, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/cargo) +"xcm" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/west_caves) +"xcn" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/obj/item/tool/pickaxe{ + pixel_y = 10 + }, +/obj/structure/ore_box{ + layer = 2 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"xcr" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"xcx" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"xcA" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_reception) +"xcC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"xcD" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/largecrate/random/barrel/brown{ + layer = 4.1 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"xcH" = ( +/obj/structure/machinery/atm{ + icon = 'icons/obj/structures/props/64x64_zenithrandomprops.dmi'; + pixel_x = 11; + pixel_y = 11 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"xcI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/spawner/random/tool, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"xcK" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime1" + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"xcL" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 25 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"xcS" = ( +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 11; + pixel_y = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_y = 13 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"xcW" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1 + }, +/obj/effect/landmark/corpsespawner/wygoon, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/south_west_street) +"xcZ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"xdb" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/machinery/vending/cola{ + layer = 5; + pixel_x = -7 + }, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"xdc" = ( +/obj/structure/ore_box, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"xdd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_west_caves) +"xdh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"xdj" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"xdl" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"xdm" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"xdr" = ( +/turf/open/floor/almayer{ + icon_state = "cargo_arrow" + }, +/area/whiskey_outpost/inside/caves) +"xdw" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/lv759/indoors/garage_managersoffice) +"xdA" = ( +/obj/structure/fence{ + icon = 'icons/obj/structures/props/dark_fence.dmi' + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"xdB" = ( +/obj/structure/cargo_container/kelland/left{ + layer = 2; + pixel_x = -6 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_east_caves) +"xdE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"xdH" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/indoors/caves/north_west_caves) +"xdJ" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 3; + pixel_y = 15 + }, +/turf/open/engineership/engineer_floor3, +/area/lv759/derelictship) +"xdP" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/south_east_street) +"xdS" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/colonial_marshals/north_office) +"xeo" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/breakroom) +"xeq" = ( +/obj/structure/janitorialcart, +/turf/open/hybrisa/dropship/dropship4, +/area/lv759/indoors/spaceport/horizon_runner) +"xer" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/platform/mineral{ + dir = 8; + color = "#bbbaae" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"xet" = ( +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/whiskey_outpost/inside/caves) +"xev" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"xex" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"xey" = ( +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"xeC" = ( +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/landing_zone_2/ceiling) +"xeF" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/lv759/indoors/power_plant/gas_generators) +"xeO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/autopsy_scanner{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/paper_bin{ + pixel_y = 9 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/lv759/indoors/hospital/morgue) +"xeR" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + light_color = "#00ff9f"; + light_on = 1; + light_power = 2; + light_range = 3; + pixel_y = 6 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/power_plant/telecomms) +"xeU" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"xeY" = ( +/obj/item/stack/rods, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/engineering) +"xfa" = ( +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/breakroom) +"xfd" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories - Storage" + }, +/turf/open/floor/plating, +/area/lv759/indoors/apartment/west) +"xfh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"xfk" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"xfm" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"xfr" = ( +/obj/structure/fence/electrified, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_east_caves) +"xft" = ( +/turf/open/floor/kutjevo/grey, +/area/lv759/indoors/garage_workshop) +"xfw" = ( +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/meridian/meridian_managersoffice) +"xfz" = ( +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = 1; + pixel_y = 14 + }, +/obj/item/smallDelivery{ + layer = 5 + }, +/obj/item/smallDelivery{ + pixel_x = -12; + pixel_y = 22 + }, +/obj/item/stack/sheet/cardboard, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"xfI" = ( +/obj/structure/prop/hybrisa/containersextended/bluewywingsright{ + layer = 3 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"xfO" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"xfR" = ( +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trash/green{ + pixel_y = 2 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/east_central_street) +"xgc" = ( +/obj/structure/prop/hybrisa/containersextended/lightgreywyleft, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/cargo) +"xgh" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/power_plant/power_storage) +"xgl" = ( +/obj/structure/window/framed/hybrisa/colony/hull, +/obj/structure/blocker/invisible_wall, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/oob) +"xgq" = ( +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile{ + dir = 4 + }, +/area/lv759/indoors/recycling_plant) +"xgr" = ( +/obj/structure/closet, +/obj/item/clothing/under/assistantformal, +/obj/item/clothing/head/soft/grey, +/obj/structure/prop/hybrisa/misc/graffiti/graffiti1, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"xgw" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/under/marine/veteran/pmc/corporate, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, +/obj/item/storage/belt/gun/m4a3, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"xgy" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"xgD" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + indestructible = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"xgE" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"xgH" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"xgL" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite0, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"xgT" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"xgU" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"xgV" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"xgZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"xhk" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/taperecorder, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/colonial_marshals/head_office) +"xhn" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/clothing/suit/storage/hazardvest/blue, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_foyer) +"xhE" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"xhH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"xhN" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/lv759/indoors/tcomms_northwest) +"xhO" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/garage_reception) +"xhP" = ( +/obj/structure/bed/stool, +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"xhS" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 6 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/apartment/west) +"xhY" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"xid" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + layer = 7; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"xie" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + icon_state = "cyan3" + }, +/area/whiskey_outpost/inside/caves) +"xih" = ( +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/south_east_street) +"xii" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"xip" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"xiw" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/north_east_street) +"xiy" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"xiE" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"xiK" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"xiM" = ( +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"xiS" = ( +/obj/structure/closet/bombclosetsecurity, +/turf/open/floor/prison{ + icon_state = "redcorner" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"xiY" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Toilet Unit" + }, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/restroom) +"xjg" = ( +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"xji" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/bar) +"xjm" = ( +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"xjp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"xjr" = ( +/obj/effect/decal/medical_decals{ + dir = 8; + icon_state = "triagedecaldir" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"xjv" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"xjx" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_street) +"xjz" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "6_pack_1_crushed" + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 8 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"xjG" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/item/reagent_container/food/drinks/cans/classcola{ + icon_state = "cola_crushed" + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"xjK" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1, +/obj/structure/platform/hybrisa/metalplatform2, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"xjN" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/plating, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"xjO" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/storage/pouch/magazine/large/m16/ap, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/item/ammo_magazine/rifle/m16, +/obj/item/ammo_magazine/rifle/m16, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/jacks_surplus) +"xjZ" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/east_caves) +"xkc" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"xki" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"xks" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"xkv" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"xkx" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 8 + }, +/obj/structure/window/framed/hybrisa/spaceport/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"xkA" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_street) +"xkO" = ( +/obj/item/reagent_container/blood/empty, +/obj/item/reagent_container/blood/empty{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"xkP" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/shard, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"xkU" = ( +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"xlb" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 9 + }, +/area/lv759/landing_zone_2) +"xlm" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"xln" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Hospital - Janitor Closet" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/janitor) +"xlx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/mech_bay_recharge_floor, +/area/whiskey_outpost/inside/caves) +"xly" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/maintenance) +"xlF" = ( +/obj/structure/largecrate/random/mini/small_case, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"xlG" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/hallway_north) +"xlK" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbrokespark, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment_services/west) +"xlM" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4; + layer = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/garage_workshop) +"xlO" = ( +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = 1; + pixel_y = 14 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"xlQ" = ( +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"xlT" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"xlV" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 19 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 5 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"xlX" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"xmi" = ( +/obj/structure/tunnel/maint_tunnel/no_xeno_desc{ + desc = "An entrance to a sewer tunnel. Pieces of debris keep you from getting a closer look."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "wymanhole"; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"xmm" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"xmr" = ( +/obj/structure/sign/safety/autoopenclose, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/whiskey_outpost/inside/caves) +"xmu" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"xmv" = ( +/obj/item/pipe_meter, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"xmw" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"xmK" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"xmL" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/pharmacy) +"xmO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"xmU" = ( +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/hospital/cryo_room) +"xna" = ( +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/lv759/indoors/weymart) +"xnf" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 9 + }, +/area/lv759/indoors/weyyu_office) +"xnl" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform2, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/whiskey_outpost/inside/caves) +"xnp" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/tool/pen/blue{ + pixel_x = 6; + pixel_y = -7 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"xnq" = ( +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/item/tool/wet_sign{ + pixel_y = 18 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"xnv" = ( +/obj/structure/machinery/power/monitor, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/hospital/maintenance) +"xny" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_east_caves) +"xnA" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/phoron{ + amount = 25 + }, +/obj/item/stack/sheet/plasteel{ + amount = 30; + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/storage/briefcase/inflatable, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/equipment_west) +"xnB" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"xnC" = ( +/obj/item/storage/toolbox/mechanical, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"xnJ" = ( +/obj/item/storage/toolbox/mechanical{ + pixel_y = 6 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"xnL" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/item/stack/rods, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/blood/gibs/robot, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"xnQ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/device/flashlight, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"xod" = ( +/obj/structure/surface/table/reinforced, +/obj/item/stack/medical/ointment, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/central_hallway) +"xoh" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 1 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/east_central_street) +"xon" = ( +/turf/open/floor/almayer{ + allow_construction = 0 + }, +/area/lv759/indoors/spaceport/baggagehandling) +"xor" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"xox" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"xoG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/reagent_container/food/snacks/donkpocket, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"xoI" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"xoJ" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"xoR" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"xoS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"xoV" = ( +/obj/structure/surface/table, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"xoW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"xpb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"xpe" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 32 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"xpl" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/cryo_room) +"xpr" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = -17 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 3; + pixel_x = 6 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"xpt" = ( +/turf/open/floor/plating, +/area/lv759/indoors/weymart) +"xpv" = ( +/obj/structure/window/framed/hybrisa/marshalls/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Office Complex 2"; + name = "\improper Marshal Office Complex Shutters" + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/garage) +"xpx" = ( +/obj/structure/closet/cabinet, +/obj/item/reagent_container/food/drinks/bottle/sake, +/obj/item/reagent_container/food/drinks/bottle/sake, +/obj/item/reagent_container/food/drinks/bottle/wine, +/obj/item/reagent_container/food/drinks/bottle/pwine, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/weyyu_office/supervisor) +"xpy" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/processor, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"xpB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"xpN" = ( +/turf/open/floor/hybrisa/misc/wybiglogo{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"xpP" = ( +/mob/living/simple_animal/rat/gray{ + icon_state = "rat_gray_sleep" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/south_east_street) +"xpR" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"xpU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged1{ + layer = 6; + pixel_x = -22; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"xqg" = ( +/obj/structure/sign/poster/propaganda, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/casino/casino_office) +"xqh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/large_vehicles/ambulance{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/lv759/indoors/hospital/paramedics_garage) +"xql" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 7; + pixel_y = 16 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/weyyu_office) +"xqm" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_maintenance_east) +"xqx" = ( +/obj/structure/prop/hybrisa/vehicles/truck/mining{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"xqH" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"xqL" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + pixel_x = 7 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -7 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"xqN" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/monkey_spawn, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"xqP" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_managersoffice) +"xqR" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite4, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"xqV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"xqZ" = ( +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"xra" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl1" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/shuttle{ + icon_state = "rasputin14" + }, +/area/lv759/indoors/spaceport/starglider) +"xrb" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"xrd" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/far, +/obj/item/device/radio{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/item/device/camera, +/obj/item/device/radio{ + pixel_x = -12; + pixel_y = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caveplateau) +"xre" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"xrg" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"xri" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/wood/blue, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"xrk" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Hospital - Hallway" + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/east_hallway) +"xrl" = ( +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"xrn" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -6 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/lv759/indoors/hospital/icu) +"xrr" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/indoors/spaceport/docking_bay_1) +"xru" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/machinery/gear{ + id = "supply_elevator_gear" + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"xrA" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/power_plant/telecomms) +"xrC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/bed/roller, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"xrE" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/whiskey_outpost/inside/caves) +"xrI" = ( +/obj/structure/disposalpipe/tagger, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/colonial_marshals/holding_cells) +"xrN" = ( +/obj/structure/bed/hybrisa/chairs/black{ + dir = 1; + layer = 3.1; + pixel_y = 12 + }, +/obj/item/storage/briefcase{ + dir = 3; + layer = 3; + pixel_x = 8; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/vip) +"xrP" = ( +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"xrX" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"xsb" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/largecrate/random/mini{ + pixel_x = 16; + pixel_y = 4 + }, +/obj/item/stack/sandbags/small_stack, +/obj/item/tool/shovel, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"xsc" = ( +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"xsd" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_15" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"xse" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/whiskey_outpost/inside/caves) +"xsg" = ( +/obj/structure/machinery/disposal{ + dir = 8; + icon_state = "intake" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/hospital/virology) +"xsh" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"xsi" = ( +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"xsk" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) +"xsp" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/tcomms_northwest) +"xsr" = ( +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"xss" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/black{ + dir = 4 + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"xsu" = ( +/obj/structure/machinery/computer/cameras/telescreen{ + icon_state = "telescreenb" + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"xsx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"xsy" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + pixel_x = -1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"xsz" = ( +/obj/structure/machinery/meter, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"xsB" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/landing_zone_1) +"xsC" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"xsG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/head/welding{ + pixel_y = 7 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"xsN" = ( +/obj/structure/platform/hybrisa/metalplatform4{ + dir = 8 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"xsX" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/orangeline{ + dir = 4 + }, +/area/whiskey_outpost/inside/caves) +"xsY" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/storage/box/trackimp, +/turf/open/floor/prison{ + dir = 1; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"xta" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light/blue, +/mob/living/simple_animal/rat/white, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/lv759/indoors/hospital/virology) +"xte" = ( +/obj/structure/cargo_container/hd/right/alt{ + layer = 6 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"xtn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"xto" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/turf/open/engineership/engineer_floor13{ + dir = 5 + }, +/area/lv759/oob) +"xtp" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2/autoname{ + name = "\improper Hospital - Virology" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/virology) +"xtq" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"xtr" = ( +/obj/effect/hybrisa/decal/dirt, +/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 = 1; + health = 25000; + pixel_y = 17 + }, +/obj/structure/machinery/vending/cola{ + density = 0; + layer = 4; + level = 3; + pixel_y = 16 + }, +/obj/structure/largecrate/random/mini/chest/c{ + layer = 4; + level = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/lv759/indoors/bar/entertainment) +"xtt" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite2, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"xtv" = ( +/obj/structure/prop/hybrisa/Factory/Robotic_arm{ + dir = 1; + layer = 4; + pixel_y = 7; + level = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"xtA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/item/shard, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/whiskey_outpost/inside/caves) +"xtE" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"xtI" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"xtK" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/item/stack/cable_coil/cut{ + icon_state = "coil2" + }, +/obj/item/stack/rods{ + amount = 15 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"xtL" = ( +/obj/item/broken_device, +/obj/item/circuitboard{ + pixel_x = 12; + pixel_y = 7 + }, +/obj/item/computer3_part, +/obj/item/stack/cable_coil/orange{ + icon_state = "coil2" + }, +/obj/item/tool/screwdriver{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/stock_parts/manipulator, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"xtP" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"xtV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"xtX" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/southwestbottom, +/turf/closed/wall/engineership, +/area/lv759/oob) +"xtY" = ( +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Toilet Unit" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/south_public_restroom) +"xtZ" = ( +/obj/structure/girder, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/plating, +/area/lv759/outdoors/colony_streets/east_central_street) +"xub" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/spaceport/engineering) +"xuf" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite3, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"xuk" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"xum" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/spawner/random/toolbox, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/spaceport/engineering) +"xuo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/garage) +"xuy" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"xuz" = ( +/obj/structure/platform, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"xuC" = ( +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/jacks_surplus) +"xuR" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/breakroom) +"xuU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + pixel_y = 15 + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/lv759/indoors/botany/botany_greenhouse) +"xuZ" = ( +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"xva" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Communications Substation One"; + req_one_access = null + }, +/turf/open/floor/plating, +/area/lv759/indoors/power_plant/telecomms) +"xvb" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "dam_checkpoint_west"; + name = "Checkpoint Lockdown" + }, +/obj/structure/machinery/door_control{ + id = "dam_checkpoint_west"; + name = "Checkpoint Lockdown" + }, +/obj/structure/machinery/door_control{ + id = "dam_checkpoint_west"; + name = "Checkpoint Lockdown" + }, +/obj/structure/machinery/door_control{ + id = "hybrisacheckpoint_northeast"; + name = "Checkpoint Lockdown" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"xvh" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_1) +"xvm" = ( +/obj/structure/closet, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"xvo" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"xvp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 10 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"xvu" = ( +/obj/structure/bed{ + icon_state = "psychbed" + }, +/obj/item/weapon/throwing_knife, +/obj/item/bedsheet/red, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/apartment/east) +"xvz" = ( +/obj/item/shard, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"xvA" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 1; + dir = 4 + }, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_office) +"xvE" = ( +/obj/structure/sign/poster/music, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/west) +"xvF" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 18 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"xvG" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"xvP" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/central_caves) +"xvQ" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{ + dir = 1 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/electical_systems/substation3) +"xvU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/garage) +"xvW" = ( +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"xvZ" = ( +/obj/structure/machinery/door/window/brigdoor/northleft{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/landmark/objective_landmark/close, +/obj/item/handcuffs, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/wardens_office) +"xwd" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/closet/crate/trashcart{ + opened = 1 + }, +/obj/item/trash/used_stasis_bag, +/obj/item/trash/liquidfood, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"xwh" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/greenmetal1, +/area/lv759/indoors/colonial_marshals/prisoners_recreation_area) +"xwk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/meridian/meridian_factory) +"xwn" = ( +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/southwest_public_restroom) +"xwr" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"xws" = ( +/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!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"xwt" = ( +/obj/structure/bedsheetbin, +/obj/item/clothing/under/blackskirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/apartment_services/west) +"xwu" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/east_hallway) +"xwx" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -17 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 12 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"xwy" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/armory_foyer) +"xwA" = ( +/turf/open/floor/almayer{ + icon_state = "blackcorner" + }, +/area/whiskey_outpost/inside/caves) +"xwE" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv759/indoors/weyyu_office/floor) +"xwI" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/bed/roller, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"xwO" = ( +/obj/item/device/flashlight/on, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/central_caves) +"xwR" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light/small, +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/whiskey_outpost/inside/caves) +"xwV" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"xxh" = ( +/turf/open/engineership/engineer_floor4, +/area/lv759/derelictship) +"xxk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/meridian/meridian_factory) +"xxn" = ( +/obj/structure/largecrate/random/barrel{ + layer = 5; + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/north_west_caves) +"xxq" = ( +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/yellow_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"xxw" = ( +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/apartment_services/east) +"xxy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "Oxygen Supply Console" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"xxC" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 10; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"xxL" = ( +/turf/open/floor{ + dir = 1; + icon_state = "carpetside" + }, +/area/lv759/indoors/bar) +"xxM" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal4" + }, +/obj/item/tool/warning_cone{ + pixel_x = -21; + pixel_y = 3 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"xxO" = ( +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_foyer) +"xxQ" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"xxR" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2/autoname{ + name = "Baggage Storage & Handling" + }, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/baggagehandling) +"xxS" = ( +/obj/structure/platform/mineral{ + dir = 4 + }, +/obj/structure/platform/mineral, +/turf/open/gm/river/desert/deep, +/area/lv759/indoors/apartment/west) +"xxU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"xxV" = ( +/obj/structure/girder/reinforced, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"xye" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltop"; + layer = 2 + }, +/obj/structure/largecrate/random/barrel/white{ + pixel_x = -5 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"xyh" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Security Checkpoint" + }, +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/reception) +"xyi" = ( +/obj/structure/machinery/door_control/brbutton{ + id = "hybrisamining_northeast1"; + indestructible = 1; + name = "Mining Lockdown"; + pixel_x = 3 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/mining_outpost/northeast) +"xyn" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/platform{ + dir = 1; + layer = 1 + }, +/obj/structure/machinery/chem_storage/research{ + icon_state = "protolathe" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"xyy" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/suvdamaged/suv_damaged1{ + dir = 4; + pixel_x = -5 + }, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + pixel_x = -7; + pixel_y = 24 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"xyz" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"xyE" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/almayer/biohazard/white{ + icon = 'icons/obj/structures/doors/zenithshutters.dmi' + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"xyK" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/oob) +"xyU" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/obj/item/tool/shovel, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/west_caves) +"xyV" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "hybrisacheckpoint_west"; + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_west) +"xyX" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/hybrisa/decal/bloodtrail, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"xyY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"xza" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_caves) +"xzc" = ( +/obj/structure/platform_decoration/kutjevo/smooth{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"xzg" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"xzi" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"xzk" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/device/flashlight/lamp/tripod{ + pixel_x = -5 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/east_caves) +"xzz" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/north_west_street) +"xzA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/virology) +"xzB" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_caves) +"xzL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/item/device/flashlight/on{ + pixel_x = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/machinery/light/small/blue, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/lv759/oob) +"xzO" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + locked = 1; + name = "Electrical Systems - Substation One" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating, +/area/lv759/indoors/electical_systems/substation1) +"xzR" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"xzS" = ( +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/spacecash/ewallet, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"xzT" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_13" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"xzV" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"xzX" = ( +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/docking_bay_2) +"xzY" = ( +/obj/structure/closet/fireaxecabinet, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"xAe" = ( +/obj/structure/prop/hybrisa/misc/stoneplanterseats{ + dir = 1; + pixel_x = -6 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"xAh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"xAj" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"xAm" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + pixel_x = -30; + start_charge = 0 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"xAn" = ( +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = -5; + pixel_y = 9 + }, +/turf/open/engineership/engineer_floor8{ + dir = 4 + }, +/area/lv759/derelictship) +"xAy" = ( +/turf/closed/shuttle/dropship2/transparent{ + desc = "The WY-LWI Horizon Runner HR-150, a collaborative creation of Lunnar-Welsun Industries and Weyland-Yutani. This small dropship is designed for short-range commercial transport."; + icon = 'icons/turf/dropship4.dmi'; + icon_state = "89"; + name = "\improper WY-LWI Horizon Runner HR-150" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"xAz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/prison, +/area/lv759/outdoors/caveplateau) +"xAI" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/reagent_container/food/drinks/cans/classcola{ + icon_state = "cola_crushed" + }, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -9; + pixel_y = 20 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall3{ + pixel_y = 28 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"xAL" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/indoors/casino) +"xAN" = ( +/obj/structure/closet/crate/freezer/cooler{ + pixel_x = -7 + }, +/turf/open/floor/hybrisa/tile/supermartfloor1, +/area/lv759/indoors/bar/kitchen) +"xAP" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"xAQ" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/auto_turf/hybrisashale/layer0_plate, +/area/lv759/outdoors/caveplateau) +"xAW" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/dropship_equipment/fuel/fuel_enhancer{ + indestructible = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/lv759/oob) +"xAZ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"xBb" = ( +/obj/item/fuelCell, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"xBg" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 20 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"xBh" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"xBj" = ( +/obj/item/clothing/under/shorts/blue, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/apartment/west) +"xBu" = ( +/obj/structure/barricade/handrail/strata, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"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/machinery/light/small{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/caves/north_west_caves) +"xBC" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/landing_zone_2) +"xBD" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/eat, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"xBH" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"xBI" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/blood/gibs/robot, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"xBR" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_west_caves) +"xBV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"xBW" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/obj/effect/hybrisa/decal/trash{ + dir = 4; + icon_state = "trash_11" + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_x = 12; + pixel_y = 12 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"xBZ" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/structure/prop/hybrisa/supermart/supermartfruitbasketcarrots{ + pixel_x = 4 + }, +/obj/structure/surface/table/reinforced/cloth, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"xCa" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"xCc" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"xCf" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_showroom) +"xCm" = ( +/obj/structure/filingcabinet{ + density = 0; + layer = 4; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + layer = 4; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/landing_zone_2/ceiling) +"xCo" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/obj/item/shard, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"xCs" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining/mining2{ + dir = 8; + layer = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_east_caves) +"xCC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/power_plant/telecomms) +"xCE" = ( +/obj/effect/hybrisa/decal/road/lines2, +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_street) +"xCG" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"xCM" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"xCN" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/prop/colony/canister, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"xCP" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "hybrisacheckpoint_northwest"; + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"xCV" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/weyyu_office/hallway) +"xDe" = ( +/obj/structure/prop/hybrisa/containersextended/redright, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"xDh" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"xDm" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"xDn" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile, +/area/lv759/indoors/mining_outpost/northeast) +"xDp" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"xDr" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"xDw" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/structure/largecrate/supply, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"xDy" = ( +/obj/structure/platform_decoration/mineral{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/strata{ + dir = 1; + icon_state = "cyan3" + }, +/area/whiskey_outpost/inside/caves) +"xDD" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/storage/belt/marine, +/obj/item/ammo_magazine/rifle/m41aMK1, +/obj/item/ammo_magazine/rifle/m41aMK1, +/obj/item/ammo_magazine/rifle/m41aMK1, +/obj/item/weapon/gun/rifle/m41a/corporate, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/whiskey_outpost/inside/caves) +"xDE" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"xDI" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Hospital - Virology Office" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "bright_clean2" + }, +/area/lv759/indoors/hospital/virology) +"xDO" = ( +/obj/structure/platform/strata/metal{ + dir = 4 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"xDU" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"xEc" = ( +/obj/structure/sign/safety/storage{ + pixel_x = 32 + }, +/obj/structure/bed/hybrisa/chairs/brown{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "blue3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"xEf" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_street) +"xEp" = ( +/obj/item/stool{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/whiskey_outpost/inside/caves) +"xEw" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/landing_zone_2/ceiling) +"xEy" = ( +/turf/open/floor/plating, +/area/lv759/landing_zone_1) +"xEA" = ( +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"xEE" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"xEF" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/machinery/portable_atmospherics/powered/scrubber, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/gas_generators) +"xEH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory_evidenceroom) +"xEJ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/shard, +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"xEQ" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"xES" = ( +/obj/item/paper, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/whiskey_outpost/inside/caves) +"xEU" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 1; + layer = 7; + level = 7; + pixel_y = 12; + plane = -5 + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/central_streets) +"xFf" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/structure/largecrate/random/secure, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 8 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"xFg" = ( +/obj/structure/largecrate/random/mini/ammo{ + pixel_y = 12 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "red4" + }, +/area/whiskey_outpost/inside/caves) +"xFj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 4; + plane = -6 + }, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"xFk" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison, +/area/lv759/landing_zone_2) +"xFl" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 9 + }, +/obj/item/spacecash/ewallet, +/obj/item/toy/deck, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"xFm" = ( +/turf/open/floor/prison{ + dir = 5; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"xFn" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart/backrooms) +"xFu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl1" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/starglider) +"xFv" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop_storage) +"xFw" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 1 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"xFx" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/pizzabox/mystery/stack{ + layer = 7; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_foyer) +"xFC" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"xFG" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"xFH" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on{ + light_color = "#efa531"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/r_wall/biodome, +/area/whiskey_outpost/inside/caves) +"xFI" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + layer = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/machinery/floodlight{ + layer = 4; + pixel_y = 20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/derelictship) +"xFK" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/toy/dice, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 9 + }, +/obj/item/ashtray/bronze{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/effect/hybrisa/decal/gold/line3, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/casino) +"xFL" = ( +/obj/structure/prop/static_tank/fuel, +/turf/open/floor/hybrisa/metal/grated, +/area/lv759/indoors/meridian/meridian_factory) +"xFP" = ( +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"xFT" = ( +/obj/structure/platform_decoration/strata/metal{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/lv759/indoors/spaceport/hallway_north) +"xFU" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 150 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"xFX" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"xGc" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"xGh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"xGq" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/plating, +/area/lv759/indoors/bar/kitchen) +"xGr" = ( +/obj/structure/machinery/conveyor, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"xGt" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"xGC" = ( +/obj/effect/hybrisa/decal/dirt, +/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 = 1; + health = 25000; + layer = 5; + level = 3; + pixel_y = 17 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -22; + pixel_y = 9 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/whiskey_outpost/inside/caves) +"xGH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/whiskey_outpost/inside/caves) +"xGM" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/structure/bed/chair/comfy/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/spaceport/communications_office) +"xGS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/vehicles{ + density = 1; + dir = 4; + icon_state = "van_damaged" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"xGT" = ( +/obj/structure/toilet, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/lv759/indoors/garage_restroom) +"xGU" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/whiskey_outpost/inside/caves) +"xGW" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/dropship/dropship4, +/area/lv759/indoors/spaceport/starglider) +"xGY" = ( +/turf/closed/shuttle/dropship2/WY/HorizonRunner{ + icon_state = "leftengine_3" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"xHe" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/cryo_room) +"xHj" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"xHl" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison{ + dir = 10 + }, +/area/lv759/indoors/wy_security/checkpoint_central) +"xHn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 22 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/changing_room) +"xHo" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = 3; + pixel_y = 20 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall2{ + pixel_y = 25 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"xHq" = ( +/turf/open/floor/prison, +/area/lv759/indoors/colonial_marshals/reception) +"xHs" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"xHt" = ( +/obj/structure/surface/table/almayer, +/obj/structure/largecrate/random/mini/small_case, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"xHy" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/prop/hybrisa/xenobiology/misc, +/obj/structure/prop/hybrisa/misc/floorprops/floorglass2, +/turf/open/hybrisa/metal/underground_unweedable, +/area/whiskey_outpost/inside/caves) +"xHA" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/meridian/meridian_office) +"xHB" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/east_caves) +"xHN" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"xHR" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilegreen, +/area/lv759/indoors/garage_reception) +"xHV" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 20 + }, +/turf/open/floor/wood, +/area/lv759/indoors/hospital/cmo_office) +"xIe" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"xIo" = ( +/turf/open/floor/hybrisa/tile/cementflat, +/area/whiskey_outpost/inside/caves) +"xIq" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment/east) +"xIr" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal3"; + pixel_y = -6 + }, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 8; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"xIu" = ( +/turf/closed/wall/hybrisa/spaceport_reinforced, +/area/lv759/indoors/spaceport/cargo_maintenance) +"xIw" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/medical{ + dir = 4 + }, +/obj/item/trash/semki, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/reception) +"xIx" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + light_color = "#FF004A"; + light_on = 1; + light_range = 2 + }, +/turf/closed/wall/hybrisa/spaceport_unmeltable, +/area/lv759/oob) +"xIA" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/obj/structure/inflatable/door{ + layer = 2 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"xIF" = ( +/turf/open/floor/prison, +/area/whiskey_outpost/inside/caves) +"xIH" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{ + dir = 1; + pixel_x = 1 + }, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"xIU" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/north_east_caves) +"xIV" = ( +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_east) +"xIW" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 1 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "2-8"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2/ceiling) +"xIX" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer2, +/area/lv759/indoors/caves/south_east_caves) +"xIZ" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform_decoration/hybrisa/rockdark, +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"xJb" = ( +/turf/open/hybrisa/street/roadlines4, +/area/lv759/outdoors/colony_streets/north_west_street) +"xJc" = ( +/obj/structure/platform/hybrisa/metalplatformstair2, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"xJd" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/weymart/backrooms) +"xJg" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"xJj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/research/containment/corner_var1{ + icon_state = "containment_corner_variant_2" + }, +/area/whiskey_outpost/inside/caves) +"xJl" = ( +/obj/structure/platform, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"xJn" = ( +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 5 + }, +/area/lv759/indoors/weyyu_office) +"xJp" = ( +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/lv759/indoors/spaceport/kitchen) +"xJt" = ( +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/landing_zone_2) +"xJv" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2, +/obj/structure/platform/hybrisa/metalplatform6, +/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, +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/fusion_generators) +"xJU" = ( +/obj/structure/prop/hybrisa/supermart/rack/longrack7, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weymart) +"xJX" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_office) +"xJY" = ( +/turf/closed/shuttle/dropship2/WY/StarGlider{ + icon_state = "64" + }, +/area/lv759/indoors/spaceport/starglider) +"xJZ" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/paper, +/obj/item/packageWrap, +/turf/open/floor/prison{ + dir = 8; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/power_plant) +"xKf" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"xKg" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/operation) +"xKh" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/meridian/meridian_factory) +"xKj" = ( +/obj/structure/prop/hybrisa/xenobiology/small/empty, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"xKl" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_street) +"xKq" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"xKB" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass/reinforced{ + access_modified = 1; + name = "Marshalls Vehicle Deployment Garage"; + req_access = null; + req_one_access_txt = "1;3" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/garage) +"xKM" = ( +/obj/item/weapon/gun/smg/mp5, +/obj/effect/decal/cleanable/blood, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"xKR" = ( +/turf/open/floor/plating/prison, +/area/lv759/indoors/colonial_marshals/office) +"xKS" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/clothing/head/soft/red, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"xKV" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/north_maint) +"xLb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/lv759/indoors/meridian/meridian_factory) +"xLc" = ( +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_office) +"xLe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"xLm" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 19 + }, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"xLr" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner{ + dir = 4 + }, +/area/lv759/indoors/spaceport/communications_office) +"xLz" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/west_caves) +"xLA" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/outdoors/colony_streets/north_east_street) +"xLB" = ( +/obj/structure/platform_decoration/mineral{ + dir = 1; + color = "#bbbaae" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"xLE" = ( +/turf/open/floor/prison{ + dir = 5; + icon_state = "blue" + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"xLF" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"xLH" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"xLN" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/prison{ + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"xLP" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/obj/item/stool{ + layer = 3.2; + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"xMa" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/turf/open/engineership/engineer_floor14{ + dir = 1 + }, +/area/lv759/indoors/caves/south_west_caves) +"xMc" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble3{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_east_caves) +"xMj" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/turf/open/floor/plating/kutjevo, +/area/lv759/landing_zone_1) +"xMk" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"xMl" = ( +/obj/structure/prop/hybrisa/misc/firehydrant{ + dir = 1 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/central_streets) +"xMr" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + name = "\improper Garage - Workshop Storage"; + req_access_txt = "100"; + req_one_access = null + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison, +/area/lv759/indoors/garage_workshop_storage) +"xMt" = ( +/obj/structure/prop/ice_colony/soil_net, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/caveplateau) +"xMB" = ( +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoenolid"; + name = "cuppa joe's coffee cup" + }, +/obj/item/trash/cigbutt{ + desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "coffeecuppajoelid"; + name = "cuppa joe's coffee cup lid" + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/maintenance_east) +"xMD" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/bar) +"xMK" = ( +/turf/open/floor/prison{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"xMP" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"xMR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "yellow" + }, +/area/lv759/indoors/tcomms_northwest) +"xNb" = ( +/obj/structure/prop/hybrisa/containersextended/greywyright, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"xNf" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/tagger{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"xNm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/lv759/indoors/power_plant/telecomms) +"xNw" = ( +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/lv759/indoors/apartment_services/east) +"xND" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant/gas_generators) +"xNJ" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1{ + dir = 8 + }, +/area/lv759/indoors/spaceport/flight_control_room) +"xNX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/hallway_east) +"xNY" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco4, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/central_streets) +"xOd" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/security_office) +"xOo" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/landing_zone_2) +"xOq" = ( +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/whiskey_outpost/inside/caves) +"xOv" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/trash/cigbutt, +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 8 + }, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "8-9"; + layer = 5; + level = 2 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "6-8"; + layer = 5 + }, +/turf/open/floor/plating, +/area/lv759/indoors/bar/entertainment) +"xOA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5; + pixel_y = -2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/east_central_street) +"xOD" = ( +/obj/item/trash/buritto, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/hallway_south) +"xOG" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_caves) +"xOP" = ( +/obj/structure/machinery/igniter{ + layer = 2 + }, +/obj/effect/decal/cleanable/molten_item, +/turf/open/floor/corsat, +/area/lv759/indoors/hospital/virology) +"xOW" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/west_caves) +"xPb" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_y = 16 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"xPc" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/item/fuelCell, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/hybrisa/street/asphalt, +/area/lv759/landing_zone_2) +"xPf" = ( +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/oob) +"xPk" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -6 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"xPl" = ( +/obj/structure/machinery/door/airlock/almayer/secure/autoname{ + dir = 1; + name = "\improper WY-LWI Horizon Runner HR-150 cockpit" + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/spaceport/horizon_runner) +"xPr" = ( +/obj/structure/closet, +/obj/item/storage/backpack/satchel, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/colonial_marshals/changing_room) +"xPv" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/mining_outpost/south) +"xPw" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/eastleft{ + dir = 8; + name = "Security Desk" + }, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 4; + icon_state = "leftsecure"; + id = "brg" + }, +/obj/item/paper_bin, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison, +/area/lv759/indoors/wy_security/checkpoint_east) +"xPG" = ( +/obj/structure/sign/safety/reception, +/turf/closed/wall/hybrisa/research/reinforced, +/area/whiskey_outpost/inside/caves) +"xPZ" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"xQb" = ( +/obj/structure/sign/poster/art, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/casino) +"xQe" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/largecrate/random, +/obj/structure/largecrate/random, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_y = 14 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/cargo_maintenance) +"xQf" = ( +/obj/item/paper/crumpled/bloody{ + pixel_x = -9; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/landing_zone_2/ceiling) +"xQj" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/south_east_caves) +"xQs" = ( +/obj/effect/hybrisa/decal/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"xQu" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"xQw" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"xQF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"xQJ" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"xQK" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"xQO" = ( +/obj/structure/platform_decoration/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"xQW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/power_plant/power_storage) +"xRb" = ( +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/changing_room) +"xRc" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = -13; + pixel_y = 17 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 5 + }, +/area/lv759/outdoors/colony_streets/north_street) +"xRg" = ( +/obj/structure/bed/bedroll{ + dir = 5 + }, +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/obj/effect/hybrisa/decal/bloodtrail, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/lv759/indoors/bar/entertainment) +"xRm" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/lv759/indoors/hospital/central_hallway) +"xRy" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/prop/hybrisa/cavedecor/stalagmite5, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_caves) +"xRG" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"xSg" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/hybrisa/decal/doubleroad/lines3{ + pixel_y = -4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"xSh" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/shower{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"xSk" = ( +/obj/effect/landmark/corpsespawner/wygoon, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/hallway_north) +"xSm" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"xSs" = ( +/obj/effect/spawner/random/sentry/lowchance, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"xSu" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/hybrisa/street/cement1, +/area/lv759/outdoors/colony_streets/north_east_street) +"xSw" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/stack/medical/bruise_pack{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/cpr_dummy, +/turf/open/floor/prison{ + icon_state = "blue_plate" + }, +/area/lv759/indoors/hospital/outgoing) +"xSK" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/item/stack/sheet/cardboard, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/outdoors/colony_streets/central_streets) +"xSM" = ( +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/holding_cells) +"xSP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + indestructible = 1 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"xSR" = ( +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/lv759/indoors/apartment/west) +"xSS" = ( +/obj/structure/machinery/recharge_station, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/corsat{ + icon_state = "box" + }, +/area/whiskey_outpost/inside/caves) +"xSU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/north_west_street) +"xTf" = ( +/obj/structure/machinery/light/small/blue, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"xTt" = ( +/obj/structure/machinery/door/poddoor/almayer/closed, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/north) +"xTA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"xTC" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/prop/almayer/computers/sensor_computer3{ + desc = null; + name = "computer" + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/lv759/indoors/spaceport/flight_control_room) +"xTD" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/trash/green, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"xTJ" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"xTN" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer2, +/area/whiskey_outpost/inside/caves) +"xTO" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "docstripingdir" + }, +/obj/effect/hybrisa/decal/road/lines4, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_east_street) +"xTT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"xTX" = ( +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0" + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"xUd" = ( +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/gas_generators) +"xUe" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/plating, +/area/lv759/indoors/garage_workshop) +"xUi" = ( +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/east_central_street) +"xUr" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/turf/open/engineership/engineer_floor2, +/area/lv759/derelictship) +"xUw" = ( +/obj/structure/sign/double/barsign{ + light_color = "#990044"; + light_on = 1; + light_power = 4; + light_range = 5; + pixel_y = 32 + }, +/obj/item/spacecash/ewallet, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_10"; + pixel_x = 12; + pixel_y = 12 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"xUA" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 4 + }, +/area/lv759/oob) +"xUC" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"xUE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_y = 6 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"xUK" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 10; + pixel_y = 15 + }, +/obj/item/clothing/head/soft/ferret, +/obj/item/reagent_container/food/drinks/coffee{ + layer = 4; + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/lv759/landing_zone_2/ceiling) +"xUM" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/bar/bathroom) +"xUN" = ( +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/mining_outpost/south) +"xUO" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 8 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 8 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"xUQ" = ( +/obj/structure/closet/crate/plastic, +/obj/item/reagent_container/food/condiment/hotsauce/cholula, +/obj/item/reagent_container/food/condiment/hotsauce/franks, +/obj/item/reagent_container/food/condiment/hotsauce/franks/macho, +/obj/item/reagent_container/food/condiment/hotsauce/sriracha, +/obj/item/reagent_container/food/condiment/hotsauce/tabasco, +/obj/item/reagent_container/food/condiment/hotsauce, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"xUS" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/hybrisa/decal/bloodtrail, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/lv759/indoors/bar/bathroom) +"xUZ" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal2" + }, +/obj/effect/hybrisa/decal/dirt, +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"xVc" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/hand_labeler, +/obj/item/evidencebag, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) +"xVf" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8; + layer = 3.25 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/lv759/indoors/electical_systems/substation2) +"xVh" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/hybrisa/tile/cementflat, +/area/lv759/indoors/mining_outpost/east_deploymentbay) +"xVm" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Jack's Military Surplus - Storage Room" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/lv759/indoors/jacks_surplus) +"xVp" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/invisible_wall, +/turf/open/engineership/engineer_floor13{ + dir = 8 + }, +/area/lv759/oob) +"xVt" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/lv759/indoors/hospital/east_hallway) +"xVx" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"xVA" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"xVB" = ( +/obj/structure/sign/nosmoking_1, +/obj/structure/sign/safety/east{ + pixel_x = -17 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/lv759/landing_zone_2/ceiling) +"xVD" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"xVE" = ( +/obj/structure/bed/hybrisa/chairs/black{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/vip) +"xVL" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/strata{ + dir = 1; + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"xVP" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_edge, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"xVX" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/stairs{ + color = "#a6aeab" + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/north_street) +"xVY" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/whiskey_outpost/inside/caves) +"xWa" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -2 + }, +/obj/effect/hybrisa/decal/workers_decal{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"xWj" = ( +/obj/structure/target/syndicate, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"xWl" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"xWt" = ( +/obj/effect/hybrisa/decal/doubleroad/lines2{ + pixel_y = 4 + }, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"xWD" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/caves/north_west_caves) +"xWE" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstriping" + }, +/turf/open/floor/strata{ + icon_state = "multi_tiles" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"xWK" = ( +/obj/structure/sign/safety/bathunisex{ + pixel_x = -16; + pixel_y = 8 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/lv759/indoors/apartment_services/east) +"xWM" = ( +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/fuelCell, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"xWN" = ( +/obj/structure/platform, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/colonycrawlers/mining/mining1{ + dir = 4; + layer = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"xWW" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/cuppajoesfloor, +/area/lv759/indoors/spaceport/cuppajoes) +"xXh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"xXi" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"xXp" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"xXA" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_1) +"xXK" = ( +/obj/structure/prop/hybrisa/vehicles/Car{ + dir = 1; + pixel_y = 12; + layer = 8 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/kutjevo/colors/blue, +/area/lv759/indoors/meridian/meridian_showroom) +"xXU" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_east_caves) +"xXZ" = ( +/obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/apartment/west) +"xYb" = ( +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/holding_cells) +"xYc" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"xYd" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"xYf" = ( +/obj/item/tool/warning_cone{ + pixel_x = -27; + pixel_y = 3 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"xYh" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced, +/obj/item/storage/pouch/chem, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"xYj" = ( +/obj/structure/bed/chair/dropship/passenger, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"xYm" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/shuttle{ + icon_state = "rasputin3" + }, +/area/lv759/indoors/spaceport/starglider) +"xYn" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"xYx" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 4 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"xYB" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/hybrisa/colony/hospital, +/area/lv759/indoors/hospital/cryo_room) +"xYC" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/obj/effect/landmark/monkey_spawn, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced, +/obj/structure/curtain/open/shower, +/turf/open/floor/plating/plating_catwalk, +/area/lv759/indoors/apartment_services/west) +"xYF" = ( +/obj/structure/platform/mineral{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/cable/white{ + color = "#9f8700"; + icon_state = "6-8"; + layer = 5; + level = 2 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"xYJ" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"xYM" = ( +/obj/effect/hybrisa/decal/trash, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/floor) +"xYO" = ( +/obj/structure/stairs/perspective, +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"xZa" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"xZc" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 1; + layer = 5; + pixel_x = 7; + pixel_y = 16 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"xZg" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/whiskey_outpost/inside/caves) +"xZi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/xenobiology/small/larva, +/turf/open/floor/bluegrid, +/area/whiskey_outpost/inside/caves) +"xZq" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/lv759/indoors/power_plant/workers_canteen) +"xZy" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2/glass{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/whiskey_outpost/inside/caves) +"xZA" = ( +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8; + pixel_x = 6 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate{ + layer = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4; + layer = 4; + pixel_x = 6 + }, +/obj/structure/prop/ice_colony/ground_wire{ + layer = 4 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8; + layer = 4 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/outdoors/colony_streets/north_street) +"xZC" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"xZJ" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/lv759/indoors/spaceport/baggagehandling) +"xZV" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/hybrisa/decal/road/lines4, +/obj/effect/hybrisa/decal/doubleroad/lines1{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"xZX" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/binoculars/civ, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/mining_outpost/east_command) +"yab" = ( +/obj/item/prop/colony/used_flare, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/east_caves) +"yad" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/lv759/indoors/weyyu_office/breakroom) +"yai" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"yaj" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/item/stack/rods, +/obj/structure/girder, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"yar" = ( +/obj/item/prop/helmetgarb/spent_buckshot, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/north_west_caves) +"yau" = ( +/obj/structure/platform/hybrisa/metalplatform6, +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkfull, +/area/lv759/outdoors/colony_streets/central_streets) +"yav" = ( +/obj/structure/machinery/conveyor, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer, +/obj/structure/sign/safety/synth_storage{ + desc = "Semiotic Standard denoting the nearby presence of a cargo depot."; + name = "cargo depot semiotic"; + pixel_x = -17 + }, +/turf/open/floor/almayer{ + allow_construction = 0; + icon_state = "plate" + }, +/area/whiskey_outpost/inside/caves) +"yaE" = ( +/obj/structure/prop/hybrisa/containersextended/blackwyright, +/turf/open/floor/strata{ + dir = 6; + icon_state = "multi_tiles" + }, +/area/whiskey_outpost/inside/caves) +"yaH" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/ashtray/bronze{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/lv759/indoors/garage_managersoffice) +"yaL" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/closet, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/colonial_marshals/garage) +"yaM" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 1 + }, +/obj/structure/platform_decoration/hybrisa/engineer_corner{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform1, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"yaT" = ( +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"yaU" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 4 + }, +/area/lv759/landing_zone_2) +"yaY" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"yba" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 1 + }, +/area/lv759/indoors/meridian/meridian_foyer) +"ybb" = ( +/obj/structure/prop/hybrisa/engineer/blackgoocontainer{ + pixel_x = -2 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"ybg" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 10 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"ybh" = ( +/obj/structure/prop/hybrisa/misc/trafficlight{ + dir = 4; + pixel_y = 10 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/outdoors/colony_streets/east_central_street) +"ybx" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "ramptop" + }, +/area/lv759/indoors/meridian/meridian_foyer) +"ybz" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/cement2, +/area/lv759/outdoors/colony_streets/north_west_street) +"ybB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/lv759/indoors/garage_workshop) +"ybD" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/almayer{ + icon_state = "outerhull" + }, +/area/lv759/indoors/meridian/meridian_factory) +"ybE" = ( +/obj/structure/closet/jcloset, +/obj/effect/hybrisa/decal/dirt, +/obj/item/clothing/shoes/galoshes, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"ybI" = ( +/obj/structure/sign/safety/storage{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/prison{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"ybJ" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/platform/hybrisa/metalplatform6{ + layer = 4 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/north_street) +"ybU" = ( +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/botany/botany_greenhouse) +"yci" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/landing_zone_2) +"yck" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + icon_state = "ramptop" + }, +/area/lv759/indoors/colonial_marshals/garage) +"ycl" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + layer = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"ycs" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/caveplateau) +"ycw" = ( +/obj/structure/surface/rack, +/obj/item/tool/warning_cone, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/lv759/indoors/recycling_plant/garage) +"ycH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/spawner/random/sentry/highchance, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/south) +"ycJ" = ( +/obj/structure/window/framed/hybrisa/spaceport, +/turf/open/floor/plating, +/area/lv759/indoors/spaceport/cuppajoes) +"ycK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 1; + layer = 4; + pixel_y = 8 + }, +/obj/structure/barricade/handrail/kutjevo, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"ycL" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced/toughened{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/security) +"ycM" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/barricade/handrail{ + layer = 4 + }, +/obj/structure/barricade/handrail/hybrisa/road/wood/orange, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/central_streets) +"ycR" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/hybrisa/metal/zbrownfloor1{ + dir = 8 + }, +/area/lv759/indoors/meridian/meridian_showroom) +"ycT" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/lv759/indoors/colonial_marshals/south_maintenance) +"ydg" = ( +/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{ + dir = 8 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"ydp" = ( +/obj/structure/stairs{ + color = "#b7b8b2" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/lv759/indoors/weyyu_office/pressroom) +"yds" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/indoors/wy_security/checkpoint_east) +"ydu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/shard, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"ydA" = ( +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/lv759/indoors/meridian/meridian_factory) +"ydI" = ( +/obj/structure/surface/rack, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/spawner/random/gun/shotgun/lowchance, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/lv759/indoors/recycling_plant_waste_disposal_incinerator) +"ydJ" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/dropship_equipment/fuel/fuel_enhancer{ + indestructible = 1 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/lv759/oob) +"ydL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"ydO" = ( +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/lines3, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"yee" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/road/lines1, +/obj/effect/hybrisa/decal/road/road_stop{ + dir = 4; + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"yeo" = ( +/obj/structure/prop/hybrisa/vehicles/large_vehicles/armored_trucks/WY_Security/Truck_1{ + pixel_y = 3; + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/outdoors/colony_streets/south_west_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" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/whiskey_outpost/inside/caves) +"yev" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 4 + }, +/obj/structure/platform/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/lv759/landing_zone_2) +"yew" = ( +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_2" + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"yeB" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"yeE" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/platform/mineral{ + color = "#7e7d72" + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"yeI" = ( +/turf/open/floor/corsat, +/area/lv759/indoors/power_plant/equipment_east) +"yeO" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + name = "\improper Workshop Storage"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/power_plant) +"yeQ" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/east_central_street) +"yeY" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/colonial_marshals/holding_cells) +"yfb" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/item/shard, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/vehicles/van/vandamaged, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"yfe" = ( +/obj/structure/sign/poster/wylogo, +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/lv759/indoors/weymart) +"yff" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv759/indoors/caves/north_caves) +"yfi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "5-6"; + layer = 5; + level = 2 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blackfull" + }, +/area/whiskey_outpost/inside/caves) +"yfs" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"yfu" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/lv759/indoors/bar) +"yfv" = ( +/obj/structure/sign/poster/corporate, +/turf/closed/wall/hybrisa/colony/ribbed, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"yfA" = ( +/obj/structure/machinery/fuelcell_recycler, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/lv759/indoors/spaceport/engineering) +"yfC" = ( +/obj/item/clothing/shoes/marine/corporate, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"yfE" = ( +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/landing_zone_2) +"yfF" = ( +/obj/effect/hybrisa/decal/road/lines2, +/obj/structure/prop/hybrisa/vehicles/Car/Car_4{ + dir = 4; + pixel_x = 7; + pixel_y = -9 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"yfH" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -17 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/processing) +"yfI" = ( +/obj/item/trash/eat, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/whiskey_outpost/inside/caves) +"yfO" = ( +/turf/closed/wall/hybrisa/marhsalls_reinforced, +/area/lv759/indoors/colonial_marshals/interrogation) +"yfQ" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottom" + }, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"yfT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/whiskey_outpost/inside/caves) +"yfU" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 8 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 4 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ygd" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 8; + pixel_x = 16 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"ygh" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 4 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/north_street) +"ygi" = ( +/obj/effect/hybrisa/decal/road/lines4, +/obj/structure/closet/crate/secure/ammo, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_west_street) +"ygm" = ( +/obj/structure/surface/rack, +/obj/item/tool/weldpack{ + layer = 3.1; + pixel_x = -5; + pixel_y = 13 + }, +/obj/item/tool/weldpack, +/obj/item/tool/weldpack{ + pixel_y = 2 + }, +/obj/item/tool/weldpack{ + layer = 3.1; + pixel_x = -4; + pixel_y = 12 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/whiskey_outpost/inside/caves) +"ygo" = ( +/obj/structure/ore_box{ + layer = 2 + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/outdoors/colony_streets/north_street) +"ygr" = ( +/obj/structure/platform/strata/metal{ + dir = 1 + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/lv759/indoors/spaceport/docking_bay_1) +"ygv" = ( +/obj/structure/machinery/door/airlock/almayer/security/colony{ + dir = 8; + name = "\improper Security Office" + }, +/turf/open/floor/strata{ + icon_state = "floor3" + }, +/area/lv759/indoors/spaceport/security_office) +"ygw" = ( +/obj/structure/prop/hybrisa/cavedecor/stalagmite0, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/south_east_caves) +"ygz" = ( +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ygG" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/sidewalk, +/area/lv759/landing_zone_2) +"ygL" = ( +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ygO" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4, +/turf/open/floor/strata{ + icon_state = "orange_cover" + }, +/area/whiskey_outpost/inside/caves) +"yhg" = ( +/obj/item/shard, +/turf/open/floor/prison{ + dir = 5; + icon_state = "darkyellow2" + }, +/area/whiskey_outpost/inside/caves) +"yhh" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/platform/hybrisa/rockdark, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/indoors/caves/central_caves) +"yhn" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/meridian/meridian_managersoffice) +"yhq" = ( +/obj/structure/machinery/door/airlock/almayer/generic/glass{ + dir = 1; + name = "Weyland Yutani Corporate Offices - Conference Room" + }, +/obj/structure/sign/safety/east{ + pixel_x = -17 + }, +/turf/open/floor/corsat{ + icon_state = "officetiles" + }, +/area/lv759/indoors/weyyu_office/pressroom) +"yhu" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 6; + pixel_y = 19 + }, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/whiskey_outpost/inside/caves) +"yhz" = ( +/obj/structure/surface/table/almayer, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/card/id, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/strata{ + icon_state = "orange_edge" + }, +/area/lv759/indoors/spaceport/hallway_east) +"yhC" = ( +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/south_east_street) +"yhO" = ( +/obj/structure/surface/rack, +/obj/structure/largecrate/random/mini{ + layer = 4; + pixel_x = 1; + pixel_y = 16 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 5; + pixel_y = -11 + }, +/obj/item/storage/toolbox/electrical, +/obj/item/stack/cable_coil, +/turf/open/floor/prison{ + dir = 9; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/recycling_plant/synthetic_storage) +"yhP" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 + }, +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, +/turf/open/floor/prison{ + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/emergency_room) +"yih" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/lv759/indoors/hospital/morgue) +"yio" = ( +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/obj/structure/platform/hybrisa/metalplatform6, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_west_street) +"yis" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard4{ + dir = 1; + pixel_y = 32 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"yiv" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "whitegreen" + }, +/area/lv759/indoors/hospital/east_hallway) +"yiw" = ( +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/light/double, +/turf/open/floor/prison{ + dir = 9; + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/hallway_central) +"yix" = ( +/obj/structure/platform_decoration/hybrisa/rockdark, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/whiskey_outpost/inside/caves) +"yiA" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 5 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv759/indoors/hospital/morgue) +"yiG" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/east) +"yiH" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/trafficlight/trafficlight_alt{ + dir = 1; + pixel_x = 8; + pixel_y = 15; + layer = 9 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 10 + }, +/area/lv759/outdoors/colony_streets/east_central_street) +"yiO" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + level = 3; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/caves/south_west_caves) +"yiQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/tool/screwdriver, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/prop/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/lv759/landing_zone_2) +"yiW" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/central_caves) +"yiY" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_14" + }, +/turf/open/auto_turf/hybrisashale/layer1, +/area/lv759/outdoors/colony_streets/east_central_street) +"yiZ" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/prison{ + dir = 4; + icon_state = "darkbrown2" + }, +/area/lv759/indoors/mining_outpost/vehicledeployment) +"yjc" = ( +/obj/structure/machinery/disposal, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/wood/redwood, +/area/lv759/indoors/weyyu_office/floor) +"yjh" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 1 + }, +/obj/structure/platform/hybrisa/rockdark, +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/closed/wall/hybrisa/rock, +/area/lv759/oob) +"yjl" = ( +/obj/effect/hybrisa/decal/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/obj/effect/hybrisa/decal/road/lines2, +/obj/effect/hybrisa/decal/dirt, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"yjr" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "hybrisacheckpoint_northwest"; + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_northeast) +"yjt" = ( +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/south_caves) +"yjw" = ( +/obj/structure/platform/hybrisa/metalplatform1, +/obj/structure/platform/hybrisa/metalplatform1{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/grated{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"yjA" = ( +/obj/structure/machinery/computer/pod/old{ + name = "Register" + }, +/obj/item/spacecash/c20, +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/lv759/indoors/jacks_surplus) +"yjF" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tilered, +/area/lv759/indoors/bar) +"yjK" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/outdoors/colony_streets/central_streets) +"yjL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/obj/structure/prop/hybrisa/airport/dropshipnosecone, +/turf/open/floor/prison{ + dir = 1; + icon_state = "ramptop" + }, +/area/lv759/indoors/spaceport/docking_bay_2) +"yjN" = ( +/obj/item/weapon/broken_bottle, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/hybrisa/tile/tileblue, +/area/lv759/indoors/mining_outpost/south) +"yjQ" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/strata{ + dir = 8; + icon_state = "orange_edge" + }, +/area/whiskey_outpost/inside/caves) +"yjU" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor/prison{ + dir = 9; + icon_state = "whitered" + }, +/area/lv759/indoors/hospital/icu) +"yjV" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv759/indoors/hospital/east_hallway) +"yjW" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/item/shard, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/lv759/indoors/casino) +"ykc" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform1{ + dir = 4 + }, +/turf/open/engineership/engineer_floor1, +/area/lv759/derelictship) +"yke" = ( +/obj/effect/hybrisa/decal/road/road_edge, +/obj/effect/hybrisa/decal/road/lines1, +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0" + }, +/obj/item/tool/shovel, +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/obj/effect/hybrisa/decal/doubleroad/lines4{ + pixel_x = 4 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_street) +"ykh" = ( +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/obj/structure/prop/hybrisa/BillboardsandSigns/Billboardsmedium/Billboard4{ + dir = 8; + pixel_y = 32 + }, +/obj/structure/platform/hybrisa/metalplatform6{ + dir = 1 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/east_central_street) +"ykp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/prison{ + icon_state = "red" + }, +/area/lv759/indoors/colonial_marshals/prisoners_foyer) +"ykq" = ( +/obj/effect/hybrisa/decal/road/roadmiddle{ + dir = 1; + pixel_y = 14 + }, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/south_east_street) +"yks" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + name = "Security Cameras - Operations"; + network = list("chigusa_1") + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/lv759/indoors/wy_security/checkpoint_northwest) +"yku" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/wrench, +/obj/structure/machinery/door_control/brbutton{ + id = "secretlockdown3"; + pixel_y = 24; + needs_power = 0 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/west_caves) +"ykz" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{ + dir = 4 + }, +/obj/effect/hybrisa/decal/tiretrack{ + dir = 1; + pixel_x = -7 + }, +/obj/structure/prop/hybrisa/lattice_prop/lattice_6{ + pixel_y = 16 + }, +/turf/open/hybrisa/street/sidewalkcenter{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/central_streets) +"ykA" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/power_plant/equipment_west) +"ykD" = ( +/obj/item/trash/c_tube, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/item/trash/c_tube{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/structures/props/zenithrandomprops.dmi'; + icon_state = "ztrashbag"; + name = "trash bag"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_6" + }, +/obj/effect/hybrisa/decal/dirt_2, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4" + }, +/mob/living/simple_animal/rat/gray, +/turf/open/hybrisa/street/sidewalk{ + dir = 1 + }, +/area/lv759/outdoors/colony_streets/north_east_street) +"ykF" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/structure/bed/roller, +/obj/item/alien_embryo{ + layer = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/turf/open/hybrisa/street/sidewalkcenter, +/area/lv759/outdoors/colony_streets/south_west_street) +"ykI" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/wood/blackwood, +/area/lv759/indoors/casino/casino_office) +"ykM" = ( +/obj/effect/hybrisa/decal/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/lv759/indoors/hospital/east_hallway) +"ykN" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/machinery/colony_floodlight/street{ + layer = 7; + level = 7; + pixel_y = 12 + }, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/south_east_street) +"ykW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating/kutjevo, +/area/lv759/indoors/colonial_marshals/armory_firingrange) +"ylb" = ( +/obj/structure/machinery/floodlight{ + layer = 1 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv759/indoors/caves/north_east_caves) +"yld" = ( +/obj/structure/platform/hybrisa/metalplatform3{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/lv759/indoors/meridian/meridian_showroom) +"ylg" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble6{ + pixel_y = 12 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/lv759/indoors/caves/north_west_caves) +"ylm" = ( +/obj/structure/platform/hybrisa/metalplatform2{ + dir = 1 + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/hybrisa/street/cement3, +/area/lv759/outdoors/colony_streets/central_streets) +"ylo" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_y = 4 + }, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/almayer{ + icon_state = "black" + }, +/area/whiskey_outpost/inside/caves) +"ylr" = ( +/obj/structure/platform_decoration/hybrisa/engineer_corner, +/obj/effect/hybrisa/decal/engineership_corners{ + dir = 1 + }, +/obj/effect/hybrisa/decal/warningstripes_angled{ + dir = 1; + pixel_y = -4 + }, +/obj/effect/hybrisa/decal/grate{ + dir = 1 + }, +/turf/open/engineership/engineer_floor9, +/area/lv759/derelictship) +"ylx" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/structure/grille, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/plating, +/area/lv759/indoors/caves/north_caves) +"yly" = ( +/obj/structure/sign/prop2, +/turf/closed/wall/hybrisa/colony, +/area/lv759/indoors/apartment/east) +"ylz" = ( +/obj/effect/hybrisa/decal/road/road_stop{ + icon_state = "stop_decal5" + }, +/obj/structure/platform{ + dir = 1; + layer = 2.1 + }, +/obj/effect/hybrisa/decal/road/lines5, +/turf/open/hybrisa/street/asphalt, +/area/whiskey_outpost/inside/caves) +"ylB" = ( +/obj/effect/hybrisa/decal/dirt, +/obj/structure/fence{ + icon = 'icons/obj/structures/props/electric_fence.dmi' + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/hybrisa/metal/stripe_red{ + dir = 1 + }, +/area/lv759/outdoors/caves/north_west_caves_outdoors) +"ylD" = ( +/obj/structure/sign/safety/bathunisex{ + desc = "Semiotic Standard denoting the nearby presence of a bathroom."; + name = "bathroom semiotic"; + pixel_x = -16; + pixel_y = 8 + }, +/turf/open/hybrisa/street/sidewalk{ + dir = 8 + }, +/area/lv759/outdoors/colony_streets/north_street) +"ylJ" = ( +/obj/structure/prop/hybrisa/vehicles/Car/Car_2, +/turf/open/hybrisa/street/asphalt, +/area/lv759/outdoors/colony_streets/north_west_street) +"ylM" = ( +/obj/structure/platform/hybrisa/rockdark{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0{ + icon = 'icons/turf/floors/hybrisa_dirt.dmi' + }, +/area/lv759/indoors/caves/north_west_caves) +"ylX" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "hybrisacheckpoint_northwest"; + name = "\improper Lockdown" + }, +/turf/open/floor/prison{ + icon_state = "cell_stripe" + }, +/area/lv759/indoors/wy_security/checkpoint_east) +"ymj" = ( +/obj/structure/machinery/mineral/processing_unit, +/obj/structure/machinery/light, +/turf/open/floor/plating, +/area/lv759/indoors/mining_outpost/processing) + +(1,1,1) = {" +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +"} +(2,1,1) = {" +rPf +cRq +cRq +kGd +cRq +cRq +cRq +cRq +htQ +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +cRq +hcI +hcI +hcI +iBc +iBc +iBc +iBc +hcI +hcI +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +ckt +ckt +ckt +ckt +ckt +ckt +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(3,1,1) = {" +rPf +cRq +pJN +pJN +pJN +pJN +eVy +tew +aKR +uSS +oMs +mlS +mlS +mlS +mlS +uqO +ivW +eTm +iCG +aeM +paG +fbI +prD +uhM +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +qwd +kOm +gJP +vfY +vfY +vfY +vfY +vfY +vfY +gVo +hcI +hcI +slS +clE +ulM +oIr +vvq +xxV +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +cAb +rEV +lnf +rrm +rrm +rrm +rrm +rrm +rrm +rrm +rrm +oLE +fJg +jqr +kWw +lEn +bAk +kSX +riq +qqc +ojb +hVc +ecg +jqr +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +oJn +mJE +cen +bFh +eFu +jqr +jqr +jqr +jqr +jqr +jqr +lhe +bkr +mEo +eSS +huZ +eLV +nXU +rZc +gvK +nRY +bFx +jKB +gHM +huZ +xVD +xVD +huZ +xVD +xVD +huZ +xVD +rBK +uXg +fVO +cAb +cAb +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(4,1,1) = {" +rPf +cRq +goH +msb +jeZ +ndy +jvu +bbJ +aKR +hJm +oMs +mlS +gQX +aXD +cgJ +mlS +cTy +wGQ +oWs +aeM +paG +fbI +iIe +kGR +psJ +psJ +kGR +kGR +psJ +psJ +psJ +kGR +kGR +psJ +psJ +psJ +kGR +kGR +psJ +psJ +psJ +kGR +kGR +psJ +psJ +psJ +kGR +ary +vfY +vfY +vfY +cRq +cRq +vfY +tDi +vAm +dba +cfl +kWr +vyP +cjr +jgS +kyb +qmx +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +lCG +cAb +kiZ +mVi +eFu +bPL +bPL +eFu +eFu +bPL +bPL +eFu +wds +tHv +nqr +eyA +iJs +rJa +oub +oub +oub +oub +nXz +uuA +iVZ +pVt +sEx +pzA +bQo +pzA +pzA +pzA +bQo +mWH +mWH +vUo +bWE +pzA +pzA +pzA +msK +xuZ +pVt +sEx +dgD +kHM +hQE +geS +pCs +dVu +eFu +awD +hry +fFa +fPs +eFu +jqr +wAa +eII +glG +fjn +xDD +jqr +fVO +kfb +qCQ +pXP +awv +eqJ +yaE +iMP +uJT +aXF +xLP +eqJ +eqJ +eqJ +eqJ +eqJ +eqJ +eqJ +eqJ +pXP +ygO +kfb +fVO +cAb +cAb +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(5,1,1) = {" +rPf +cRq +vWK +fCs +fkz +kzF +rcy +aKR +eNr +uSb +oMs +iXN +naN +arx +sKA +xNJ +hzV +kcx +tbt +uPg +guR +mKg +als +mJg +fBt +fBt +mhH +cEA +dJD +dJD +dJD +wkA +lbD +dJD +dJD +dJD +lbD +gbp +dJD +dJD +dJD +cEA +mhH +gEE +iuF +fBt +mJg +blY +tXs +mjY +nZR +cRq +cRq +vfY +xTT +lXG +noT +nCq +aSx +fYj +brg +oiN +vjP +ghl +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +hcI +hcI +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +lCG +lCG +cAb +wds +gfw +eFu +dDk +sRV +sRV +keD +bnK +oKw +eFu +exu +ivF +eZG +rPL +uWo +ndf +gmT +gmT +gcw +gmT +jhM +obM +iVZ +uOG +sEx +jqm +jqm +jqm +pfB +kzW +jqm +jqm +jqm +jqm +jqm +jqm +gCK +rHQ +fRi +xuZ +uOG +sEx +kbF +qVj +xYF +ddi +byR +kLr +eFu +oyg +lgE +uCT +tIF +eFu +jqr +lHa +iCk +eGH +gCv +gOS +mTh +enE +eLa +cJd +pXP +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pXP +jyj +uxO +gmb +cAb +cAb +cAb +unn +unn +unn +unn +wKx +unn +unn +unn +unn +unn +vuP +uoY +unn +sQm +kDd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(6,1,1) = {" +rPf +cRq +hwY +kSp +fbM +tMS +bmt +aKR +aKR +krX +oMs +vrc +tlZ +jeu +sWA +rGS +rOm +iIB +sWA +ciH +nXh +cmm +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +jHP +pBW +pnv +iZC +qmT +cGU +ngt +xSg +qkD +wwR +lLN +wda +bGz +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +hcI +hcI +hcI +vSn +mTO +kXU +mTO +lKf +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +lCG +lCG +lCG +cAb +wdj +mVi +bPL +vqh +dZs +wpX +pbb +tmw +aUs +bPL +pCn +eTM +nqr +cnl +kua +gyv +nGs +kRZ +omp +jWr +nys +obM +sRQ +eFu +eFu +eFu +eFu +jot +oLO +abN +kvG +mMB +uPn +uSP +uSP +bqm +mri +tTD +bYO +eFu +eFu +qdx +xDy +mgz +ugH +vQL +ami +cuB +fMI +ihr +cZH +ajF +hgN +eFu +jqr +uUE +wTV +hxX +aWh +gOS +jqr +fXf +rFp +dGf +nYW +vSb +vSb +vSb +vSb +vSb +vSb +vSb +lxp +vSb +vSb +vSb +vSb +vSb +vSb +vSb +qKl +dGf +dGf +kTw +cAb +cAb +cAb +rQB +vuP +unn +unn +vuP +unn +wKx +hIE +wKx +vuP +pLV +vuP +vuP +wKx +unn +unn +unn +hIE +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(7,1,1) = {" +rPf +cRq +jBG +tMz +qRH +qpE +ida +eNr +aKR +sQt +oMs +hpc +mqT +jeu +sWA +kjD +oLV +btC +sWA +uzw +nXh +cmm +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +dPN +bGH +gBK +axF +utu +ozB +nch +bQk +tPR +rFn +wCQ +xpU +jYB +hcI +hcI +unn +unn +joL +pVw +pxi +pxi +blz +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +uqZ +aFM +lKf +pCZ +mTO +gZO +gZO +fdQ +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +cAb +cAb +cAb +cAb +cAb +jiu +urm +bPL +xZg +tmw +qZI +elq +nCn +dwA +bPL +pCn +ivF +vFQ +oHc +kua +kKw +aLO +sRQ +jqr +iJe +nIL +phm +sRQ +jqr +eFu +eFu +eFu +iYB +qSJ +kMp +xyn +laA +dbG +bwh +sbE +lLP +wHU +lwx +pVY +eFu +eFu +dJE +suQ +xtL +iCp +npi +kyK +njF +rOR +oLI +hBy +hBy +tcn +eFu +jqr +qlX +sKl +klV +onQ +xDD +jqr +wLj +pXP +rts +cYP +hOy +kZg +kZg +kZg +kZg +kZg +kZg +mJP +kZg +kZg +kZg +kZg +kZg +kZg +eoR +nRG +dGf +dGf +fkx +lpy +iWl +lbk +odA +vuP +wKx +vuP +vuP +vuP +pLV +pLV +pLV +pLV +pLV +pLV +pLV +unn +unn +unn +vuP +pLV +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(8,1,1) = {" +rPf +cRq +jUt +ggV +fUU +kwh +xeY +nDK +aKR +rvp +oMs +vrc +tlZ +bza +sKA +bmS +bmS +qSx +tbt +uPg +uwm +jhj +wyg +bGH +uYg +uYg +uYg +uYg +wHS +tWQ +tWQ +cvJ +uYg +wHS +tWQ +tWQ +cvJ +uYg +uYg +uYg +uYg +uYg +uYg +bGH +bhB +wyg +wyg +wyg +wyg +wyg +jRF +vfY +vfY +vfY +vfY +lyI +ifq +pYf +qvn +nlJ +exC +kgR +tLF +cae +hcI +hcI +unn +unn +pxi +fSm +bta +bta +lms +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +ufQ +hvQ +ppW +eIn +mTO +gZO +gZO +fdQ +hcI +unn +unn +unn +unn +unn +txU +pEG +dpy +txU +auk +txU +rfq +txU +unn +unn +unn +unn +unn +unn +cAb +cAb +pyl +pyl +jkI +uce +crO +eSB +ooo +eFu +uMr +tmw +nJY +aPl +tmw +pdP +eFu +exu +ivF +nqr +iSs +oQM +lfl +jJt +qyC +mkd +jVH +nIL +obM +xSS +jqr +eFu +pOX +vSA +oRb +swN +kMp +rEp +afT +dbG +rLc +oFO +xYh +qBF +tTD +dDZ +eFu +eFu +dHo +jqB +kmz +iXF +iqQ +kUJ +xie +eRB +xYO +pbR +rpb +fdX +eFu +jqr +vdp +iXF +jqr +abC +jqr +vdy +lXp +kCU +pXP +cYP +oXo +xjm +jCr +lEA +nQX +nnZ +hUL +hKN +vTW +oig +peh +vwT +lWl +pmv +hdJ +sfL +pXP +pXP +hnb +lpy +ahr +lbk +gSv +vuP +pLV +pLV +vuP +pLV +pLV +pLV +pLV +pLV +pLV +vuP +vuP +unn +unn +vuP +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(9,1,1) = {" +rPf +cRq +pJN +pJN +pJN +pJN +ijN +eNr +aKR +mzY +oMs +kKn +xTC +oaS +ptg +gzp +gzp +gzp +bZW +ooX +hBs +fbI +fbI +bGH +oRT +dQw +vwj +bBg +wHS +tWQ +tWQ +jVZ +dQw +qkX +tWQ +iTa +cvJ +vuy +oRT +dQw +vwj +iju +sZW +uZV +wHS +qYX +vQC +vQC +vQC +bCh +cvJ +uYg +cmn +wHS +aUA +peY +vMn +qTm +mMS +dst +fCM +cXy +vHd +fyJ +hcI +hcI +iKK +mET +plV +bta +rQG +plV +bfv +pxi +pxi +pxi +vkK +lsS +plV +ePf +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +nhG +nQl +ffh +dYo +jst +mTO +fEr +mTO +fEr +hcI +unn +unn +unn +unn +hEd +rTO +rEQ +bzf +rTO +ylM +ylM +ylM +rTO +unn +dpy +unn +dpy +unn +unn +cAb +cAb +fVO +fVO +tYx +uAC +aIc +wlL +msk +eFu +eFu +enX +unR +vLN +bPL +eFu +eFu +wds +tHv +vdp +bPp +hBZ +rJT +qXD +akj +sBr +sBr +jhM +obM +fly +jqr +eFu +tNG +tAV +eRB +iod +kMp +swj +iJi +tcr +tQz +meJ +uxk +qBF +xrC +hYM +eFu +eFu +hEV +cHe +oqq +unm +gyU +tUy +dFb +rOR +ouO +vEu +hKO +xFg +xyE +sEx +lAI +iXF +pTM +vhl +cmy +nqr +jyC +grb +pXP +cYP +oXo +jCr +cua +rEW +jTg +mNv +cSK +mNv +otT +vxr +fSJ +oig +oig +rPJ +hdJ +sfL +pXP +dGf +omK +lpy +bUm +lbk +gSv +vuP +vuP +pLV +pLV +pLV +pLV +pLV +vuP +vuP +wKx +vuP +vuP +vuP +vuP +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(10,1,1) = {" +rPf +cRq +cJI +pGx +lNQ +pJN +fFc +gsZ +qFO +fFc +pJN +mlS +mlS +pPO +mlS +aeM +aeM +aeM +aeM +rTC +qLK +fbI +fbI +bGH +oDW +vuy +vuy +kTH +wHS +tWQ +tWQ +cvJ +vuy +wHS +tWQ +tWQ +cvJ +mbN +vuy +vuy +fPu +vuy +cRq +cRq +qWM +hhL +kpY +lnz +rlJ +uhZ +uCR +oRT +vwj +wHS +aUA +jbS +cJW +jgC +mmM +wBK +mfl +nVn +fKQ +qJy +ylB +pgQ +kcp +eib +bta +bta +rQG +rQG +bta +bta +plV +bta +bta +vkl +bta +bta +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +hcI +hbz +hvQ +dYo +noi +nuN +iRy +iRy +qHU +hcI +unn +unn +unn +kWB +txU +dpy +txU +dpy +fIf +fIf +fIf +fIf +fIf +fIf +dpy +dpy +dpy +dpy +unn +cAb +cAb +jcz +iWs +fxE +uAC +uAC +kXY +pcf +geP +wbL +bVW +bVY +aHH +gSS +iSK +ikQ +xTN +xjK +nqr +wkO +sHA +rWb +pRh +gfx +bwY +vTk +fSW +sge +xGH +jqr +eFu +qbG +dWF +oRb +uih +kMp +nKR +lTw +bxv +mlC +jTn +srh +wHU +nTz +pUy +eFu +eFu +eFu +qvw +uIl +eFu +byG +byG +byG +eFu +byG +byG +byG +eFu +eFu +tCZ +fgM +jMi +iCo +vhl +gMS +nqr +nYw +gZz +hAx +cYP +oXo +lBd +dAc +xWl +wEd +odk +flW +nUX +liV +jXC +gZt +jEL +qIn +pfs +ndV +kjI +pXP +dGf +fkx +lpy +bUm +lbk +gSv +vuP +vuP +vuP +pLV +pLV +vuP +qpQ +kDd +vuP +vuP +pLV +wKx +pLV +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(11,1,1) = {" +rPf +cRq +vPo +pwY +qSz +vPf +iyr +uQi +aKm +eSb +waE +juk +vZk +lPN +wYS +kis +hbe +vhR +vhR +vHq +sTq +fbI +fbI +pIi +ake +dQw +vwj +xaR +ghf +tWQ +tWQ +jVZ +dQw +qkX +jbX +tWQ +cvJ +vuy +oRT +cHQ +vwj +vuy +cRq +cRq +aHN +jQk +iEx +iEx +iEx +jQk +fbI +vuy +vuy +wHS +aUA +jbS +xUC +ilM +qtj +jyw +tsR +xEJ +ftI +vlu +ylB +roY +kcp +eib +bta +rQG +rQG +rQG +rQG +rQG +bta +rQG +rQG +bfv +hXU +pxi +unn +unn +bta +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +iKK +nQl +ffh +dYo +tKj +tKj +sfB +tKj +hcI +hcI +unn +unn +dpy +dpy +dpy +rfq +txU +lmD +qHj +jAo +jAo +pID +kOc +dpy +fIf +xtq +wlX +wlX +xDp +jqr +jqr +jYJ +lsE +hOQ +qmv +tGF +uLU +mSV +bjR +gbP +ozs +xjr +awG +leG +bjR +bjR +bjR +ivF +jqr +csR +mxY +bGo +uxQ +dHp +jqr +khj +iXF +xZy +jqr +jqr +eFu +eFu +eFu +tST +gTa +kMp +wdh +uwS +fDz +kof +asx +asx +vDt +eNs +voL +eFu +eFu +iUA +ucL +ucL +jqr +qUj +ezm +epT +jqr +pBr +oUZ +vGi +jqr +jqr +iFH +abC +jqr +iwC +goQ +dCQ +jqr +rbg +gZz +rts +cYP +oXo +cTx +gtT +cOY +bRM +wDw +psu +xYj +tZB +tlI +tUm +tUm +tUm +pfs +ndV +kjI +rts +dGf +fkx +lpy +bUm +lbk +odA +vuP +vuP +pLV +pLV +wKx +unn +hnk +vuP +pLV +pLV +pLV +pLV +vuP +pLV +pLV +pLV +pLV +vuP +wKx +hnk +kDd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(12,1,1) = {" +rPf +cRq +khf +qSz +kUP +aAh +gea +imV +wrf +tnP +uok +gMK +jvx +faK +kRu +iAW +vxe +jQk +jQk +wHS +fbI +qYX +mjY +bGH +rZi +mNt +rZi +rZi +wHS +tWQ +tWQ +cvJ +rZi +wHS +tWQ +tWQ +cvJ +rZi +rZi +rZi +rZi +rZi +tvQ +pIi +fbI +jQk +djL +djL +djL +jQk +fbI +vuy +vuy +wHS +aUA +dff +cJW +ilM +qtj +uPO +pfP +frf +dtR +vlu +ylB +pgQ +kcp +eib +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +bta +rQG +bta +rQG +lms +ntJ +unn +unn +unn +unn +unn +hwL +unn +unn +hcI +qOp +lMi +hvQ +dYo +tKj +xBB +vhU +iCQ +lVv +rla +dpy +dpy +fIf +fIf +fIf +fIf +fIf +xuz +fLl +orE +orE +uwU +eJw +fIf +fIf +nXB +ccn +rVu +vSV +jqr +jqr +bfR +cZu +sRS +dLq +gOh +gOh +gOh +gOh +gOh +rgi +ouF +mqZ +byW +cFG +xsC +gOh +gOE +jqr +khj +jqr +khj +jqr +khj +jqr +pVh +bVY +bVY +jqr +jqr +eFu +pOX +vSA +oRb +rWt +kMp +kuC +iXS +ycK +qFX +ubo +mnP +jzz +bjC +jKT +eFu +eFu +tCZ +bVY +bVY +njT +hHp +hHp +hHp +jYD +hHp +hHp +hHp +jYD +osF +gPE +rVJ +bLS +qYg +cQM +cQM +hIu +qcw +psY +pXP +uTL +ucI +lBd +vPw +qQS +wDf +tYn +fup +hog +jey +dCh +niW +qQK +ifh +pfs +hdJ +psV +rts +dGf +fkx +lpy +bUm +lbk +gSv +vuP +pLV +vuP +vuP +unn +unn +unn +vuP +vuP +vuP +bXY +vuP +vuP +vuP +pLV +pLV +pLV +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(13,1,1) = {" +rPf +cRq +pJN +qbI +pJN +pJN +pJN +cRq +fny +wof +fny +dAB +opB +fny +fny +oqa +mzU +jQk +jQk +wHS +fbI +kRm +kOJ +kOJ +kOJ +kOJ +kOJ +kOJ +iJY +axx +vAH +kbS +kOJ +iJY +axx +vAH +kbS +kOJ +kOJ +kOJ +kOJ +kOJ +kOJ +cCa +bhB +jzJ +oQa +beM +ccV +niB +mEf +oRT +vwj +wHS +aUA +dff +cJW +ilM +qtj +oGS +evV +shd +tIe +vlu +ylB +roY +kcp +eib +bta +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +vkl +bta +plV +unn +unn +plV +unn +bta +joL +plV +qRN +iRy +qHU +pEH +cBQ +tKj +cUN +cas +vED +aGg +fFY +fIf +nvu +fIf +fIf +dpy +dpy +fIf +utS +tOc +ihp +ihp +flz +fFY +fIf +txU +cXZ +kIa +uSi +wWn +uPx +jhX +opx +fYM +knc +uIO +sEx +gHE +gHE +jhX +jhX +jhX +nIJ +cov +gHE +jhX +jhX +jhX +tIx +jqr +eAi +bnA +jDB +bnA +eAi +wHK +xMK +jdf +jdf +lxB +jqr +eFu +tNG +tAV +eRB +iod +kMp +dwi +lxi +ycK +kIx +qKd +eMi +udL +bjC +jKT +cSQ +pVt +fsz +cOd +cOd +cOd +cOd +cOd +cOd +cOd +cOd +cOd +cOd +cOd +bEO +ruB +wRD +eqJ +eqJ +eqJ +wcp +bEO +fDm +lLZ +bBE +uTL +ucI +njn +vzC +cvq +ego +eIp +tUi +eIp +otT +vxr +knZ +uNf +uNf +bEe +hdJ +rDM +oQi +dOm +fkx +lpy +bUm +lbk +gSv +vuP +vuP +vuP +wKx +unn +unn +pLV +vuP +pLV +pLV +pLV +pLV +unn +unn +vuP +pLV +pLV +pLV +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(14,1,1) = {" +rPf +cRq +mHX +qSz +qSz +twl +pRs +kGd +gQa +kHn +hVH +cbV +kWP +izV +dAB +wDU +pvC +jQk +jQk +wHS +fbI +jkv +vpc +jTR +jTR +olW +rPD +pgp +sRd +lfo +iae +jTR +vpc +jTR +lfo +iae +olW +rPD +pgp +sRd +jTR +jTR +vpc +aes +wHS +jqw +icG +icG +icG +gAv +cvJ +rZi +rZi +wHS +aUA +kFO +oQI +rvk +pPL +gAI +dgb +fTI +nbF +lIc +aGn +soc +kdV +eib +rQG +plV +rQG +rQG +wKf +mTU +mLG +mLG +mTU +jJz +rQG +rQG +rQG +rQG +rQG +bfv +pxi +pxi +unn +bta +bfv +unn +pxi +hXU +pxi +hcI +xzO +tKj +hcI +hcI +hcI +ylg +pvo +uCe +tGG +fFY +fIf +fIf +dpy +dpy +ibh +fIf +fIf +xuz +tOc +hir +ihp +flz +fFY +fIf +dpy +rhb +kIa +uSi +wWn +uPx +jhX +opx +jjs +aUU +hSM +vaL +lJu +vFU +vFU +cpV +fDP +vFU +xIF +nLV +eYI +dVF +nLV +mWO +bEO +sRz +eqJ +eqJ +eqJ +lzF +bEO +hxT +cOd +cOd +ote +jqr +eFu +bTP +dWF +oRb +kgm +kMp +kUc +eup +uPn +pRb +pRb +pRb +aDj +tTD +fRi +cSQ +uOG +kwZ +cOd +cOd +cOd +pjd +wML +wML +wML +sfP +cOd +cOd +cOd +iXF +ruB +wRD +eqJ +eqJ +eqJ +wcp +iXF +wZE +lLZ +eTn +cYP +oXo +xjm +njn +snr +vTW +qXm +shK +mAr +vTW +uNf +ltn +iFP +dfl +uHl +hdJ +jIK +gWw +pXP +cmu +lpy +bUm +lbk +gSv +pLV +vuP +pLV +pLV +pLV +vuP +wKx +pLV +pLV +vuP +vuP +unn +unn +unn +vuP +vuP +vuP +pLV +pLV +pLV +vuP +wKx +wKx +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(15,1,1) = {" +rPf +cRq +bmi +twl +qSz +pwY +lcN +cRq +xOd +kOe +fZK +nua +cBR +hVp +dAB +ary +uny +wyg +wyg +wHS +ecp +vBZ +jTR +jTR +jTR +gSm +psE +izq +eVc +lAT +vhj +izu +tjr +wEG +lAT +lAT +gSm +psE +izq +eVc +jTR +jTR +cuc +gmO +vDK +fbI +fbI +fbI +oLS +fbI +meU +mVZ +bMy +vfY +vfY +aOO +pVr +hEs +cJW +gAI +fqv +fTI +fKP +cmf +ylB +dEX +kdV +eib +bta +rQG +rQG +wKf +xAP +bta +plV +unn +unn +qBv +jJz +rQG +rQG +rQG +rQG +rQG +rQG +rQG +bta +rQG +rQG +bta +rQG +rQG +rQG +rDV +pYn +rQV +hcI +hcI +hcI +hAB +dmV +htz +aGg +fFY +fIf +gFK +unn +unn +dpy +dpy +fIf +jlX +toP +uxL +uxL +ipR +eJw +fIf +fIf +cXZ +kIa +uSi +wWn +uPx +jhX +opx +lCu +cwe +tWP +lko +pNv +jSq +svV +vFU +lof +xIF +vFU +mKy +xIF +xIF +lof +mWO +iXF +sRz +eqJ +eqJ +eqJ +lzF +iXF +sHF +cOd +cOd +rKp +jqr +eFu +eFu +eFu +mjN +crD +kZa +iat +ubs +hWL +wdz +egt +iCM +wHU +tTD +mOw +eFu +eFu +cGq +cOd +cOd +cPB +jqr +ktX +qpp +rIx +eyv +ucL +ucL +gFW +qnZ +mQT +mQT +onS +rMa +ahC +xks +qms +jHj +dKK +dGf +cYP +lwX +uaD +uaD +uaD +uaD +uaD +uaD +xlx +uaD +uaD +uaD +uaD +uaD +uaD +qqO +kxI +dGf +dGf +fkx +lpy +bUm +lbk +gSv +vuP +vuP +pLV +pLV +vuP +wKx +pLV +pLV +vuP +pLV +uoY +unn +unn +unn +pLV +pLV +pLV +pLV +bXY +pLV +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(16,1,1) = {" +rPf +cRq +tZA +blU +edL +qSz +cIh +kGd +den +das +dPt +hhv +rmn +qTc +dAB +gmO +gkW +mjY +mjY +dho +dCM +luF +jTR +jTR +nHU +pit +fbs +mLd +eGr +rFG +mpY +neM +neM +fua +goT +uNd +dNo +fbs +mLd +whs +jTR +jTR +pvO +luF +gza +oez +pCC +mjY +mjY +nZR +vfY +vfY +vfY +vfY +hyD +cjF +azO +ouK +ozZ +ilM +riy +jZg +fsV +vlu +ylB +pgQ +kdV +eib +bta +rQG +wKf +hhG +bta +xmm +joL +unn +unn +unn +mNe +rQG +rQG +plV +bta +rQG +rQG +rQG +rQG +rQG +rQG +rQG +bta +bta +rQG +rDV +wWc +leR +hcI +hcI +iKK +clf +dBY +ssV +xxn +eJw +fIf +unn +unn +unn +txU +fIf +fIf +nNu +ujF +jWy +jWy +avp +oMX +fIf +txU +cXZ +kIa +uSi +wWn +uPx +jhX +opx +tUP +cNE +cUi +vaL +jhX +jhX +jhX +jhX +gHE +lof +lof +jhX +jhX +jhX +jhX +tIx +jqr +ptq +gHN +qpe +mCZ +ptq +wHK +lGa +cOd +cOd +kDl +jqr +eFu +eSz +iDm +lLs +oNI +dIp +qDr +iXP +hWL +ifV +txj +reY +qBF +tTD +cDA +eFu +jqr +nyE +iXF +oTG +osF +jqr +eFu +byG +byG +qOU +bVY +bVY +eFu +jqr +jqr +jqr +oqV +fAa +oqV +jqr +iFH +kZK +aeu +hwu +qCa +byY +byY +eDV +pdY +aAm +ugc +epp +hWZ +byY +sTG +aAm +aAm +ugc +byY +byY +uCq +jcp +eIZ +hNi +cdY +fJn +qhe +odA +vuP +vuP +vuP +vuP +pLV +pLV +pLV +vuP +vuP +vuP +wKx +unn +unn +unn +vuP +pLV +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(17,1,1) = {" +rPf +cRq +pJN +tkc +pJN +nmD +cRq +cRq +cRq +cRq +vzV +ygv +ygv +vzV +fny +pRo +vAY +nBG +nBG +tli +oOf +wUS +gTz +adE +tNV +wEg +qCI +nBh +brw +lrN +pil +pil +oCB +pil +hFO +xFu +pil +oUD +sXv +sjm +eYd +tzK +qiE +qYz +eFv +cND +nBG +nBG +nBG +nBG +pBW +fbI +fbI +pBW +pnv +gsg +iBq +ouK +ozZ +ina +fqv +jZg +tYR +vlu +aGn +roY +kdV +eib +plV +bta +vkl +plV +plV +plV +unn +unn +unn +unn +mNe +rQG +bta +unn +unn +bta +bta +rQG +rQG +rQG +rQG +unn +unn +unn +rQG +rDV +hvp +mmk +xdH +gGY +fSk +tVZ +oWg +uIM +tel +oMX +fIf +yar +unn +txU +fpP +fIf +fIf +iSk +otd +eOU +jOh +wJV +bso +wlX +wlX +xDp +kIa +uSi +vSV +jqr +jqr +myc +kZq +kZq +tCj +oBq +oBq +rGG +kTE +kTE +oKR +jhX +jhX +psn +kTE +jAI +eGt +reP +jqr +wHK +ckv +gav +dTO +wHK +jqr +vdy +cOd +gSn +jqr +jqr +eFu +crc +ydu +hGz +oXt +dIp +heI +uxB +yfi +hij +jTn +fht +qBF +tTD +rZs +eFu +xmv +vzi +hrx +cOd +daj +jqr +eFu +gOv +tKN +eFu +qvw +uIl +eFu +eFu +eFu +jqr +wXy +pjI +vPi +bal +jqr +avA +cLp +qCQ +eqJ +eqJ +jLb +gun +kxW +kxW +fhR +npG +eqJ +cZZ +lzF +rgH +kxW +cRA +eqJ +eqJ +eqJ +edy +kfb +fVO +cAb +cAb +nZV +gSv +vuP +vuP +pLV +pLV +pLV +vuP +vuP +pLV +unn +unn +unn +unn +unn +vuP +pLV +pLV +vuP +wKx +pLV +pLV +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(18,1,1) = {" +rPf +cRq +djz +nXR +dwF +uKL +cRq +cRq +lNL +vRR +dHG +syn +syn +xFT +udB +tQu +bmk +miy +nBG +tli +oOf +uIY +jSU +jah +nnf +kzd +aQI +sqN +nmE +fMk +pOL +pOL +nmE +pOL +oAi +tCl +pOL +kzd +hWB +ajt +jVU +lfU +oGr +lpf +bTJ +vbu +nBG +qYC +nBG +nBG +bGH +fbI +fbI +bGH +gBK +hBo +iBq +oBY +tvq +bpt +fqv +jZg +lvU +mik +hcI +hcI +hcI +unn +unn +unn +unn +unn +loP +unn +unn +unn +unn +unn +mNe +rQG +bta +unn +unn +unn +plV +bta +rQG +rQG +bta +plV +unn +unn +unn +hcI +jWl +mmk +mlU +hRY +eEH +iRg +kIa +eJw +dpy +dSF +nEK +fIf +fIf +fpP +fIf +dpy +dpy +nXB +kDT +rVu +kIa +kIa +kIa +ccn +kIa +kIa +kIa +uSi +kIa +ccn +jqr +eoN +cPD +cPD +rYT +amU +skn +hgM +chW +chW +kqH +cOc +cOc +sbm +chW +chW +leG +ivF +vFQ +fuZ +spc +bVN +bVN +fKG +qnZ +pVh +cOd +rga +tNh +jqr +eFu +fVS +wEP +tor +igY +dIp +mkQ +fni +hWL +gSe +jTn +nbT +qBF +tTD +dDZ +eFu +vdp +sOu +hrx +cOd +ceS +jqr +haG +srH +mTL +rrI +vhl +vhl +rrI +qzk +eFu +jqr +etK +aQl +aQl +xgw +jqr +fVO +kfb +qCQ +eqJ +eqJ +sHa +lvT +vIy +vIy +mnY +cZZ +cZZ +eqJ +lzF +vIy +vIy +mnY +iRD +sHa +eqJ +edy +kfb +fVO +cAb +cAb +nZV +gSv +vuP +vuP +vuP +pLV +vuP +vuP +pLV +unn +unn +unn +unn +unn +wKx +rhm +vuP +bXY +pLV +pLV +pLV +pLV +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(19,1,1) = {" +rPf +aKQ +yfA +swm +fjP +uEV +cRq +cRq +lNL +qDW +ahU +mHi +xSk +gRk +uCl +eWf +pKH +itl +bGH +qKI +oOf +uIY +upc +shT +rzZ +woF +xYm +osB +sMt +hst +vdt +gKH +gKH +tun +nrb +eFt +eHy +rHr +tBg +mZI +gfF +ujM +uyA +qYz +csE +pmK +bGH +nHv +bGH +jld +vfY +azr +azr +vfY +hwd +tnW +tYR +qyY +ozZ +ina +fqv +jZg +wXf +uQy +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +piy +hXU +nPg +rQG +rQG +plV +unn +unn +unn +bta +rQG +rQG +rQG +bta +bta +plV +unn +hcI +lRp +gVa +mlU +wlf +eEH +qOS +kIa +eJw +fIf +dpy +dpy +dpy +fpP +fIf +wfH +fIf +txU +cXZ +dAX +qpu +uSi +uSi +uSi +uSi +uSi +uSi +uSi +uSi +jIT +mLv +jqr +jYJ +ker +mHk +xlX +fea +wlL +hEn +fVO +qMN +veA +mJx +qSA +sbm +qMN +fVO +bQE +ivF +nqr +wuh +xox +uRF +wuB +mkC +wHK +xMK +cOd +rga +dzV +jqr +eFu +xZi +gQH +bfK +oXt +dIp +mkQ +wHb +hWL +wRi +nJM +nbT +wHU +tTD +ffv +eFu +bCR +cxy +hrx +cOd +tOh +jqr +eFu +uZE +hHs +otH +otH +otH +otH +qzk +eFu +jqr +wXy +aKr +ftP +bal +jqr +mKi +afi +oNm +nYW +vSb +vSb +atZ +xXh +xXh +dii +vSb +lxp +vSb +atZ +xXh +xXh +dii +xBb +pDZ +qKl +kpa +uxO +yjQ +qfL +fJn +iPL +odA +vuP +pLV +pLV +vuP +vuP +pLV +pLV +vuP +unn +unn +unn +unn +unn +vuP +pLV +vuP +pLV +pLV +pLV +pLV +pLV +pLV +wKx +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(20,1,1) = {" +rPf +kMi +yfA +cPv +fjP +uLk +cRq +cRq +lNL +gYQ +dXd +syn +syn +dNz +bUq +dXd +acI +dMC +nBG +tli +oOf +uIY +jvj +qpF +xra +kzd +tnG +aYD +hkf +xGW +aYD +aYD +tnG +aYD +rdX +nsv +aYD +kzd +cQB +vsl +gfF +pJu +pui +lpf +pLL +gzF +nfg +dMC +nBG +nBG +pBW +fbI +fbI +pBW +pnv +gsg +gsX +ouK +fud +cNq +riy +jZg +uyk +ouK +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +pxi +nPg +rQG +bta +rQG +rQG +rQG +bta +unn +unn +unn +bta +rQG +tKd +hgq +hUC +hUC +rgz +dJw +ggl +gVa +mlU +hRY +eEH +vNn +kIa +fFY +fIf +fIf +fIf +hze +dpy +fIf +fIf +fIf +fIf +cXZ +bZp +dar +kIa +kIa +kIa +kIa +kIa +kIa +kIa +uSi +kIa +qiW +jqr +qMN +fVO +yix +fea +uAC +bkD +tza +qhC +cPD +fYB +qtS +nGW +olR +bIW +fcP +sZM +ivF +nqr +bce +huX +vse +dES +hvl +rKf +sEx +cOd +rga +dzV +jqr +eFu +hEu +iyI +rxJ +igY +dIp +iiu +naY +fDz +asx +asx +jfO +huc +lwx +lxa +eFu +jqr +iwC +pVB +gSn +jqr +jqr +eFu +osf +eKK +ooK +hie +bYd +hnA +nTT +eFu +jqr +jqr +fAa +jqr +jqr +jqr +iwe +sGT +dGf +cYP +hOy +kZg +kZg +kZg +kZg +kZg +kZg +mJP +kZg +kZg +kZg +kZg +kZg +kZg +eoR +kjI +dGf +mnk +oLn +dMr +bUm +lbk +gSv +vuP +vuP +pLV +pLV +pLV +pLV +pLV +vuP +wKx +unn +unn +unn +unn +pLV +pLV +pLV +pLV +wKx +pLV +pLV +pLV +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(21,1,1) = {" +rPf +kMi +yfA +ubJ +fjP +uEV +cRq +cRq +cRq +cRq +wKV +qnX +qnX +wKV +prq +cIF +vAY +nBG +nBG +tli +oOf +nKB +gSF +rNc +gvB +tnL +cmY +dVb +fWn +gic +gIz +pil +eBM +pil +oVz +vYq +pil +wEg +aZX +oEn +mdv +lzm +eoZ +qYz +csE +rLj +myz +lhp +nBG +nBG +bGH +fbI +fbI +bGH +gBK +hBo +iBq +ouK +ozZ +dOn +fqv +jZg +dkt +oDf +hcI +hcI +unn +unn +unn +unn +unn +wYG +caG +bfm +rQG +nPg +bta +plV +kYW +bta +rQG +bta +bta +bta +plV +unn +unn +bta +wCP +xkO +irH +mnb +hUC +crA +rLg +mmk +mlU +wlf +eEH +vNn +kIa +fFY +fIf +fIf +qDu +rfq +txU +auk +fIf +fIf +rfq +nXB +cvF +quo +kIa +iWf +thS +gZi +gZi +tgD +bdW +uSi +kIa +qKo +jqr +qMN +fVO +tUH +hoR +wlL +uAC +ifI +qOO +eGa +rXx +xpN +jXy +doe +eGa +ker +mMe +ivF +nqr +oeL +huX +qCs +qCs +sdv +iXF +sEx +cOd +rga +dzV +jqr +eFu +vCK +scT +fbK +xtA +vfo +ikl +kwP +pzA +pzA +pzA +pzA +pzA +bKX +fRi +eFu +jqr +pxV +kLH +cOd +jqr +eFu +eFu +dMJ +eKK +hzo +nyL +jTn +jvo +glM +eFu +jqr +jqr +suB +dKh +mGg +oaw +fKc +sGT +dOm +cYP +oXo +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +hdJ +kjI +pXP +pXP +aSG +lpy +bUm +lbk +gSv +pLV +pLV +wKx +vuP +pLV +sQm +hnk +vuP +unn +unn +unn +unn +wKx +vuP +pLV +pLV +pLV +pLV +pLV +smD +unn +uNg +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(22,1,1) = {" +rPf +iWh +jbe +dyY +fjP +kyf +uIo +xIx +lOF +aWQ +gEw +aqC +aqC +kSx +iIR +uvs +vCD +wyg +wyg +ooq +oXC +rxQ +jTR +jTR +qoO +pYG +vNK +bjm +kvx +cbI +wAO +qMQ +qMQ +xJY +mhh +asG +uGF +vNK +bjm +hYZ +jTR +jTR +sCE +rxQ +rGa +ovf +fFh +gvJ +wyg +jRF +vfY +vfY +vfY +vfY +eey +rmH +hrS +oBY +cJW +pXV +fqv +fTI +tfR +hLF +wYG +wYG +wYG +wYG +wYG +wYG +wYG +wYG +mdH +bfm +iLN +qtE +vkN +bfm +bfm +iLN +iLN +cRn +bfm +iLN +bfm +bfm +cRn +bfm +cvn +nWz +xyX +cTS +crA +crA +wPO +qvH +xdH +cGX +fSk +ftz +kIa +eJw +dpy +txU +unn +unn +unn +gFK +dpy +fIf +qDu +cXZ +brD +quo +kIa +sqa +dpy +dpy +fIf +nXB +kIa +uSi +ufU +uyI +jqr +irc +oec +sJy +wlL +tkE +wlL +hEn +fVO +qMN +gOY +dlq +hra +sbm +qMN +fVO +dUe +ivF +nqr +gwf +huX +adu +xES +mkC +wHK +lGa +cOd +rga +dzV +jqr +eFu +wrb +dYv +pvM +tGj +vfo +qrz +esb +omQ +omQ +czj +jqm +jqm +jqm +lYg +eFu +jqr +lgi +kLH +rga +avk +lqV +lco +dYu +eKK +sBA +jTn +jTn +xMk +glM +eFu +iUA +qor +bjr +ePT +hjq +dRQ +fKc +sGT +dOm +cYP +oXo +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +hdJ +wow +pXP +dGf +wmL +lpy +bUm +lbk +odA +vuP +vuP +pLV +wKx +pLV +pLV +vuP +unn +unn +unn +unn +unn +vuP +dTu +vuP +vuP +pLV +vuP +vuP +sQm +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(23,1,1) = {" +rPf +xIx +bHi +oir +vNE +gpM +nqE +cRq +cad +dAs +cTO +vNq +sqt +ptb +iIR +ogn +xQJ +mjY +mjY +wHS +xFw +iel +jTR +jTR +bgK +sJC +kpl +qZp +sRd +oZS +bEz +jqQ +mPd +ajp +uin +ePA +olW +kpl +nsg +sRd +jTR +jTR +cwi +ygr +teK +leI +eIv +fbI +fbI +fbI +ehc +cAL +bMy +vfY +vfY +aOO +xuy +mZy +cJW +ina +fqv +fTI +dpN +wNv +rmJ +win +eJB +qPt +rzj +eJB +tFw +rUl +gIm +gIm +pWV +phO +phO +phO +phO +gIm +phO +phO +gIm +nXc +gIm +gIm +gIm +gIm +jZx +uub +dlm +uUn +qUW +aMl +vWX +oFE +xdH +gGY +fSk +ftz +kIa +eJw +gFK +unn +unn +unn +unn +txU +fIf +fIf +txU +cXZ +qns +quo +kIa +aEn +txU +unn +fIf +nXB +kIa +uSi +kIa +ccn +jqr +rAo +eGa +lsE +qmv +jpq +tGF +xse +kpf +kpf +gOY +tvx +tvx +sbm +kpf +kpf +leG +eTM +vFQ +xet +sck +uRF +lcw +tIL +xPG +wQO +cOd +rga +ctV +jqr +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +qvw +lFU +eFu +eFu +eFu +jqr +lgi +kLH +rga +loB +lqV +cNA +vLL +eKK +xRG +qay +jTn +xMk +glM +eFu +wrK +aAJ +bjr +nNe +iAg +jqr +oOD +wbO +dGf +cYP +oXo +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +hdJ +kjI +pXP +dGf +fkx +lpy +aFB +tPM +gSv +vuP +pLV +pLV +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +vuP +vuP +pLV +vuP +vuP +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(24,1,1) = {" +rPf +cRq +sCF +sIg +rIF +eFH +tID +arr +lEN +kWs +cKB +miC +oZM +kzl +iIR +gmO +sfJ +jQk +jQk +wHS +aET +jkv +vpc +jTR +fAr +rui +gtq +rzV +eVc +uRf +hUw +jTR +vpc +rje +bSI +hUw +gSm +sDH +bka +eVc +jTR +jTR +vpc +ary +wHS +qYX +vQC +vQC +vQC +bCh +cvJ +uYg +uYg +wHS +aUA +aak +qac +qaA +eXz +iVP +tJD +cTf +wqP +xJb +rmJ +hel +smt +smt +smt +smt +mry +rUl +lqW +mlO +vRP +wTX +wTX +wTX +wTX +wTX +wTX +wTX +wTX +wTX +wTX +wTX +wTX +cwu +tgu +ses +uuT +xQw +pqQ +cuC +jQY +jup +hcI +hcI +iKK +edo +kIa +rla +unn +unn +unn +unn +unn +unn +dpy +fIf +dpy +nXB +ccn +quo +kIa +sqa +unn +unn +txU +cXZ +kIa +uSi +vSV +jqr +jqr +bfR +sRS +sRS +dLq +gOh +gOh +rYx +sQV +sQV +gPt +jhX +jhX +tDx +sQV +mba +dWA +gOE +jqr +wHK +kPS +cze +jYb +wHK +jqr +iwC +cOd +gSn +jqr +jqr +eFu +eFu +fvM +fvM +fvM +eFu +eFu +eFu +xfh +xfh +mnm +sxR +sxR +eFu +eFu +eFu +jqr +vdy +kOf +rga +loB +lqV +fTT +rmV +eKK +fkV +jTn +yeq +kvY +glM +eFu +uEX +qQd +dKh +tgb +dKh +ssy +xpr +iBk +pXP +cYP +oXo +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +hdJ +wIr +pXP +dGf +fkx +olv +ehd +lbk +gSv +bzC +vuP +pLV +vuP +pLV +vuP +pLV +vuP +unn +unn +unn +unn +unn +vuP +pLV +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(25,1,1) = {" +rPf +cRq +xum +cNs +fkb +fkb +qte +aNT +qyA +cSP +leQ +lWz +sqt +feU +prq +czB +dwc +jQk +jQk +tgO +uWK +tdf +tMF +tMF +tMF +sHV +xtK +eAB +ltZ +ujI +wgN +wpI +tMF +inx +whm +rDY +wpI +tMF +tMF +tMF +tMF +tMF +tMF +blY +jhH +hhL +xrr +syf +cKX +uhZ +uCR +oRT +vwj +wHS +aUA +jbS +cJW +ilM +bda +aGt +ilM +qzy +qtj +weR +rmJ +uaE +pHU +pHU +dRC +pHU +axL +rUl +lqW +rhV +iZN +eMU +eMU +rAm +eMU +eMU +eMU +eMU +eMU +rAm +eMU +eMU +aiR +gPv +tgu +iZN +lCN +lCN +rnb +cTD +pnd +nxj +hcI +hcI +hcI +hcI +hcI +unn +unn +unn +unn +unn +gFK +pWx +fIf +fIf +fIf +nXB +uyI +quo +kIa +aEn +txU +unn +unn +nXB +kIa +uSi +wWn +uPx +jhX +opx +osk +ovN +kCR +sEx +jhX +jhX +jhX +jhX +jhX +hcY +kMC +jhX +jhX +jhX +jhX +tIx +jqr +eAi +iBo +shg +uOE +eAi +wHK +xMK +cOd +cOd +yhg +vnF +lec +ujj +eAi +eAi +eAi +pIk +eAi +ads +eAi +eAi +pIk +lxv +lxv +hwo +pIk +ads +tvx +xMK +cOd +rga +cHt +lqV +cdq +vLL +eKK +dys +gzb +sTT +glD +nTT +eFu +liu +tXR +fUS +cYJ +rGO +iXF +dql +lVY +pXP +cYP +oXo +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +hdJ +kjI +pXP +dGf +fkx +lpy +qNX +fMp +gSv +vuP +vuP +vuP +pLV +pLV +pLV +pLV +vuP +wKx +unn +unn +unn +unn +unn +vuP +pLV +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(26,1,1) = {" +rPf +cRq +pJN +pJN +qSz +irf +pJN +cRq +gGD +kWs +rGd +miC +mzu +pWq +pHl +vPP +iia +jQk +jQk +wHS +pUX +jUF +wyg +pIi +uYg +uYg +hMc +cUc +xVL +tWQ +tWQ +lrL +uYg +wHS +tWQ +tWQ +cvJ +uYg +uYg +uYg +uYg +uYg +vuA +pIi +fbI +jQk +iEx +iEx +iEx +jQk +fbI +vuy +vuy +wHS +aUA +jbS +cJW +aGt +kqB +ilM +ilM +lkR +qtj +xJb +rmJ +uaE +pHU +pHU +pHU +pHU +axL +rUl +lqW +qZi +iZN +hRF +hRF +ahq +jco +nMO +rAG +fwR +hRF +ahq +hRF +hRF +hRF +ipD +tgu +oYu +gmj +ahq +nsC +gIm +jYp +nxj +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +txU +pWx +dpy +wfH +fIf +nXB +iHH +quo +kIa +aEn +unn +unn +unn +nXB +kIa +uSi +wWn +uPx +jhX +opx +pIG +heM +syr +lko +lof +vFU +xIF +vFU +ttV +uUm +cwr +mKy +xIF +xIF +lof +mWO +bEO +sRz +eqJ +eqJ +eqJ +lzF +bEO +hxT +cOd +cOd +kwZ +gnq +pVt +vLL +vLL +vLL +vLL +vLL +vLL +iRe +vLL +vLL +vLL +vLL +vLL +vLL +vLL +pVt +hxT +wjl +cOd +kjm +jqr +eFu +mjN +qzk +qzk +eIL +eIL +eIL +eIL +qzk +eFu +nyu +bQK +jGs +dCk +ddh +jqr +eSm +sOs +dGf +cYP +oXo +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +hdJ +wIr +pXP +dGf +fkx +lpy +dBE +bgU +gSv +vuP +pLV +vuP +vuP +pLV +vuP +vuP +unn +unn +unn +unn +unn +unn +vuP +pLV +pLV +pLV +pLV +vuP +kDd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(27,1,1) = {" +rPf +wCr +haK +sJF +kOl +kOl +ryP +rag +kWs +ukt +hpm +huj +acM +taf +wjV +sri +vxe +wyg +wyg +nlj +uWK +cRI +fbI +bGH +oRT +dQw +vwj +aYA +wHS +icR +tWQ +jVZ +dQw +qkX +tWQ +ite +kvu +vuy +oRT +dQw +vwj +vuy +cRq +cRq +jNz +jQk +djL +djL +djL +jQk +fbI +vuy +vuy +wHS +aUA +izc +cJW +reI +geH +gRn +lCB +bUP +rim +xJb +rmJ +eED +syO +syO +syO +syO +tDU +rUl +lqW +noX +fKx +rEb +ebj +lXX +tVY +kUp +opV +oLr +rEb +ebj +ebj +ebj +rEb +opa +lqW +ltl +nCk +tsl +bGm +wUc +rxf +gIm +unn +unn +unn +unn +unn +unn +unn +unn +lBJ +rTO +rTO +wVt +fIf +fIf +fIf +nXB +vJm +quo +kIa +sqa +unn +wFw +rfq +nXB +kIa +uSi +wWn +uPx +jhX +opx +lko +wSc +aUU +rfd +urA +jSq +sjP +tiB +dvd +bMO +vFU +lof +xIF +xIF +lof +mWO +iXF +sRz +eqJ +eqJ +eqJ +lzF +iXF +sHF +cOd +cOd +kwZ +cEN +uOG +vLL +vLL +vLL +vLL +vLL +vLL +iXF +vLL +vLL +vLL +vLL +vLL +vLL +vLL +uOG +sHF +wjl +cOd +cSc +kwZ +fak +vXm +vhl +qzk +qzk +dyp +uBJ +vhl +vhl +eFu +vdp +niG +bjr +ePT +rXP +dRQ +fKc +sGT +dGf +cYP +oXo +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +xjm +hdJ +kjI +pXP +pXP +cmu +lpy +bUm +lbk +gSv +vuP +pLV +wKx +pLV +pLV +pLV +wKx +unn +unn +unn +unn +unn +unn +unn +vuP +pLV +bzC +vuP +unn +sQm +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(28,1,1) = {" +rPf +bqc +haK +vcO +lkh +nyU +oEd +toI +sjs +ycL +ieG +ssc +opw +cRq +cRq +cuu +uGO +sQZ +sQZ +add +mva +uVw +fbI +bGH +vuy +vuy +vuy +gGS +wHS +tWQ +tWQ +cvJ +vuy +wHS +tWQ +tWQ +cvJ +heP +oMe +vuy +vuy +vuy +cRq +cRq +bhB +jzJ +mxW +rle +pUU +niB +mEf +oRT +vwj +wHS +aUA +jbS +cJW +aGt +hDl +ina +fqv +fTI +rKs +svN +rmJ +win +qPt +joi +qPt +qPt +tFw +rUl +phO +gIm +gIm +gIm +gIm +gIm +nXc +jZx +fSt +gIm +phO +oYJ +oYJ +gXM +vHP +nXc +gKu +jWH +oPE +cWT +sRE +jDl +adV +eqR +unn +unn +unn +unn +unn +unn +unn +puE +fIf +fIf +iSk +bso +bso +uAv +uAv +kmm +eys +quo +kIa +sqa +txU +gFK +sch +nXB +kIa +uSi +wWn +uPx +jhX +opx +jjs +bhf +kCR +sEx +jhX +jhX +jhX +jhX +jhX +lof +lof +jhX +jhX +jhX +jhX +tIx +jqr +nGq +hHC +uMT +hHC +poz +wHK +lGa +cOd +cOd +cPB +gmh +ads +nGq +rMa +rMa +nGq +nGq +nGq +ads +nGq +nGq +hsa +nGq +nGq +nGq +hsa +ads +cOc +lGa +cOd +cOd +kwZ +fak +uOG +vhl +jOk +jOk +eFu +eFu +qvw +uIl +eFu +jqr +uBr +tPN +rGO +bDG +cTn +fKc +sGT +jFA +cYP +lwX +uaD +uaD +uaD +uaD +uaD +uaD +xlx +uaD +uaD +uaD +uaD +uaD +uaD +qqO +odL +dGf +dGf +fkx +lpy +vwM +lbk +odA +vuP +vuP +pLV +wKx +pLV +pLV +wKx +unn +unn +unn +unn +unn +unn +vuP +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(29,1,1) = {" +rPf +gQl +haK +iOJ +xub +aeT +cRq +cRq +iIR +iIR +iIR +iIR +iIR +cRq +cRq +cuu +cwA +xWE +xWE +bGH +mjY +mjY +mjY +bGH +oRT +dQw +vwj +etZ +wHS +tWQ +tWQ +jVZ +dQw +qkX +tWQ +iTa +ocn +vuy +oRT +dQw +vwj +vuy +oWY +bGH +wHS +jqw +icG +icG +icG +gAv +cvJ +rZi +cWf +rMd +aUA +kFO +nfE +rvk +flj +ina +fqv +fTI +tfR +hLF +wYG +wYG +aXy +wYG +vBh +jIP +wYG +wYG +vUg +bfm +bfm +iLN +iLN +bfm +bfm +bfm +bfm +cUq +lVI +lVI +cUq +bfm +bfm +bfm +mCI +sPc +nRh +kib +hDQ +tlJ +qiz +phO +unn +unn +unn +unn +unn +unn +dIU +qQe +rfq +gFK +nXB +ccn +kIa +kIa +kIa +kIa +kIa +quo +kIa +sqa +dpy +fIf +dpy +nXB +ccn +kIa +vSV +jqr +jqr +myc +kZq +kZq +tCj +oBq +oBq +mhd +pzU +pzU +pbJ +tUd +mCq +pEO +oBq +tMJ +oBq +reP +jqr +khj +jqr +khj +jqr +khj +jqr +pVh +cOd +cOd +gAV +jqr +eFu +hWM +sxR +sxR +eRQ +vQZ +vQZ +eFu +bNr +bNr +eFu +cYa +cYa +cYa +eFu +eFu +gFW +pVh +cOd +gSn +jqr +eFu +eFu +rOR +rOR +eFu +eFu +gFW +bVY +bVY +jqr +jqr +fVz +wHK +foM +jqr +jqr +mQc +sGT +fgq +qCa +byY +byY +byY +byY +byY +byY +byY +hWZ +byY +byY +byY +byY +byY +byY +byY +uCq +dGf +dGf +uRl +fJn +sHJ +cAb +rQB +vuP +vuP +pLV +pLV +pLV +vuP +unn +unn +unn +unn +wKx +vuP +vuP +pLV +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(30,1,1) = {" +rPf +jhd +pJN +pJN +aNW +bST +cRq +cRq +jCV +eZY +hFo +jCV +eZY +wee +wee +wee +qEa +pir +qVd +qEa +xkx +xkx +xkx +kmx +rZi +rZi +rZi +rZi +wHS +tWQ +tWQ +cvJ +rZi +wHS +tWQ +tWQ +cvJ +rZi +rZi +rZi +rZi +rZi +rZi +bGH +jhH +mjY +mjY +mjY +mjY +mjY +jeh +vfY +vfY +vfY +vfY +uIi +xAj +ttB +ozZ +ina +fqv +jZg +tYR +ouK +wYG +qef +mGY +yks +xsh +mGY +aVS +nNt +jlQ +bfm +plV +bta +rQG +rQG +rQG +bta +bDP +usE +lea +lea +erT +taN +rQG +iLN +aVY +uzA +kfL +rON +cBb +lCN +gSM +phO +kRv +unn +unn +unn +unn +qDu +gKd +wVt +unn +unn +cXZ +kIa +qpu +uSi +uSi +uSi +uSi +nMw +hKt +sqa +fIf +fIf +fIf +vWh +thS +thS +gPr +jqr +jqr +eoN +oxZ +kMK +hHI +aDJ +bjR +pfT +tEO +rSN +aWN +osV +nLc +tMa +jOC +jOC +rSN +wJW +jqr +dHm +lve +cpE +lve +frU +jqr +osF +iXF +oTG +osF +jqr +eFu +eFu +qvw +lFU +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +nyE +wHK +iXF +oTG +jqr +jqr +jqr +ofh +mMW +jqr +jqr +ubP +jdf +crY +bCR +ofh +tKh +vOa +mqZ +jqr +jqr +pJT +eJa +drj +qqg +nSG +pCY +nSG +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pCY +pXP +mzH +bAA +ePw +cAb +cAb +cAb +unn +vuP +vuP +vuP +pLV +vuP +vuP +unn +unn +unn +unn +vuP +pLV +vuP +wKx +vuP +pLV +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(31,1,1) = {" +rPf +cRq +kUA +nhI +pir +pir +vBP +iwH +bHL +qvb +sQI +sQI +pfJ +cNO +fPq +kDf +euU +pir +pir +pir +pir +pir +pir +wxr +agC +vJO +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +jHP +pBW +pnv +mmj +taK +mAy +uYJ +oqE +ilM +riy +jZg +tYR +oDf +gxU +kpc +rbm +oYo +kJz +kJz +fXI +wYG +caG +cRn +unn +unn +mTU +mLG +jJz +rQG +xJl +xHN +kQv +kQv +nZt +uBF +bta +iLN +dez +tui +bZx +iIK +qZi +lCN +axY +nXc +kRv +kRv +unn +unn +unn +txU +aig +dIU +unn +unn +cXZ +hHy +quo +kIa +kIa +kIa +kIa +ccn +buP +aEn +fIf +fIf +fIf +txU +unn +unn +unn +cAb +cAb +ksE +qOO +dEy +ccp +ccp +wlL +ezN +osl +kkj +eSe +jTc +fsJ +eSe +eSe +eSe +dRZ +dsh +jqr +lbG +cLK +hfL +uJC +bbT +tPF +jZX +cOd +cOd +gAV +jqr +eLL +hue +hsw +wlv +iiV +aYz +hue +qCw +jUi +qCw +hue +eFu +igW +xpb +kch +eFu +jqr +wTE +vbx +vbx +gTg +job +sxL +kKR +eMc +pWY +wHK +szG +iXF +iXF +oxy +lEV +rpe +oTk +iXF +tXm +lhe +bkr +kpD +eSS +lFE +nWT +iVj +xid +dwG +dwG +vKB +mgJ +vRd +iQi +rii +rii +mgJ +mgJ +mgJ +jmJ +aie +bgS +mEo +bkr +cAb +cAb +unn +unn +wKx +vuP +pLV +pLV +vuP +pLV +vuP +wKx +unn +wKx +vuP +pLV +pLV +pLV +pLV +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(32,1,1) = {" +rPf +cRq +eLK +qqJ +pir +qiP +pir +pir +pir +pir +vNG +pir +rWK +dZp +dZp +rJC +qiP +llV +pir +pir +qiP +pir +pir +pir +agC +vJO +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +uaa +dPN +bGH +aJV +hBo +wMz +gsX +gFf +eRU +ina +fqv +jZg +cRl +ouK +bZq +bYS +rbm +rbm +rbm +rbm +nPZ +hcI +unn +unn +unn +unn +unn +jBI +mNe +rQG +wxH +vBn +iZu +jcx +tpt +mJq +xBH +jIG +gIm +jWH +vNp +lHZ +qZi +lCN +uXh +gIm +bSF +unn +unn +unn +unn +unn +frE +pWx +fIf +txU +nXB +hKt +quo +kIa +mgr +thS +thS +thS +thS +cEV +fIf +txU +dpy +dpy +txU +unn +unn +cAb +cAb +fVO +fVO +jkh +wlL +atj +rpo +bfo +bxB +hIB +edb +kCR +pAI +lIb +kCR +qOX +ask +qwx +jqr +haP +cLK +fmR +lkZ +bbT +nqr +dQM +cOd +cOd +gAV +jqr +kuD +lGC +lot +xsX +xsX +lot +lot +xsX +xsX +xsX +eLx +sCO +kkn +lca +qpH +eFu +jqr +djf +vLL +tox +nbI +bvS +vLL +wWy +sxR +sxR +eVz +cwM +cOd +cOd +cOd +cOd +cOd +cOd +cOd +qad +jqr +fVO +kfb +sAL +teF +uaf +sat +gDS +taG +xsy +tgw +kBD +vvm +nub +edT +nEV +iHP +bUy +vSb +bNH +vSb +ggA +kfb +fVO +cAb +cAb +unn +unn +unn +hIE +pLV +vuP +pLV +pLV +pLV +vuP +vuP +vuP +pLV +vuP +pLV +pLV +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(33,1,1) = {" +rPf +cRq +cii +uCU +nBU +ejV +skI +xmu +xmu +jdG +jdG +tDA +xnJ +xmu +sQI +lva +ejV +vzU +sGK +jdG +ejV +jdG +qZj +vva +mdk +wyg +wyg +wyg +wyg +wyg +bGH +wHS +uaa +uaa +cvJ +bGH +eWy +kNf +kNf +kNf +aHk +wyg +eWy +kNf +kNf +kNf +aHk +wyg +tiY +uaa +jld +cRq +cRq +hQK +jBL +ewZ +tYR +ouK +wSQ +kAE +fqv +jZg +cRF +ouK +wYG +htX +uSV +wTA +byh +kux +iHh +hcI +unn +unn +unn +unn +cYu +bta +mNe +rQG +wxH +vBn +xLE +mjl +tpt +mJq +xBH +ffc +gIm +jWH +etu +oiv +flm +cWT +axY +jlQ +fmM +sqa +unn +unn +unn +unn +unn +pWx +dpy +fIf +nXB +cJM +quo +kIa +aEn +gFK +auk +kWB +fIf +fIf +fIf +dpy +rfq +unn +unn +unn +unn +cAb +cAb +vhO +vhO +xdl +uOo +jFL +ydg +bfo +iZD +pbQ +qyg +kCR +dtf +dBn +kCR +jLq +kCR +vBQ +npm +haP +cLK +hfL +uKM +aJK +jqr +ocT +cOd +cOd +gAV +jqr +dAM +fFF +iFo +bld +sok +bQq +hgG +xHy +vqv +pDf +jfW +eFu +qTF +gKR +vKs +eFu +jqr +vZd +cqz +ugG +ezn +qoy +tox +xwA +wmY +xYJ +wHK +lGa +cOd +lPn +cOd +cOd +cOd +cOd +gSn +jqr +jqr +jqr +jqr +jqr +khj +khj +khj +jqr +iXF +oTG +jqr +khj +khj +jqr +jqr +jqr +jqr +jqr +enZ +lxf +vSH +cAb +cAb +cAb +cAb +cAb +unn +unn +wKx +hnk +vuP +pLV +pLV +pLV +pLV +pLV +pLV +pLV +pLV +wKx +vuP +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(34,1,1) = {" +rPf +lNL +gvX +yai +aqT +xDO +nHs +gkZ +dfM +tVM +vhD +vhD +nHs +gkZ +dfM +hYt +exg +nwv +bHs +myf +xDO +wrl +qZj +uGe +vRT +xrP +xrP +xrP +xrP +xHt +xzg +wHS +uaa +uaa +cvJ +xzg +pwZ +iXH +lMJ +iRF +cuk +oNZ +pwZ +dSJ +hOc +iRF +cuk +fbI +qrb +sRj +kMT +cRq +cRq +hhE +tDi +qew +etD +ouK +mdf +aDa +fqv +jZg +lyw +bVc +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +unn +unn +unn +unn +bta +plV +mNe +rQG +sZG +kQU +obd +hhF +cRD +fTy +aYR +iLN +gIm +jWH +ahq +xHs +qZi +ahq +kpw +jlQ +fmM +sqa +fIf +unn +unn +unn +unn +unn +unn +dpy +nXB +bZp +quo +kIa +aEn +txU +rfq +fIf +fIf +dpy +dpy +unn +wFw +unn +unn +unn +unn +cAb +cAb +cAb +cAb +cAb +cAb +cAb +pCn +bfo +iZD +jIt +tgp +kCR +kCR +vcG +kCR +tph +kCR +vBQ +npm +dPC +jAm +jAm +jAm +svz +aCt +sEx +cOd +cOd +gAV +jqr +tST +lNp +xHy +asU +rjN +kza +kza +knd +qfc +wVw +jfW +eFu +gqC +bDX +eFu +eFu +jqr +nqC +euY +tkM +wKp +gZQ +vLL +skm +jqr +gmk +fBj +dYp +wxA +cwM +mxL +kAD +lGa +cOd +cOd +njT +tvx +oGH +oGH +wTT +oGH +oGH +tvx +oaO +mqZ +wcK +njT +tvx +tvx +fGv +cYq +qka +laU +fEz +xjm +xjm +cAb +cAb +cAb +cAb +cAb +cAb +unn +unn +unn +vuP +pLV +pLV +pLV +pLV +wKx +pLV +pLV +pLV +pLV +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(35,1,1) = {" +rPf +lNL +dzq +yai +eMI +xzX +oAg +sza +tLJ +oAg +oAg +oAg +xzX +sza +tLJ +oAg +oAg +oAg +oAg +oAg +xzX +vfy +kxB +tuH +fxl +hfA +hfA +hfA +hfA +fxl +fxl +unM +uaa +uaa +cvJ +rxZ +pwZ +kvV +lPs +tFE +aPc +rxZ +aFr +pQf +oAN +gKc +cuk +fbI +etd +oQN +kUz +pab +pCz +hXw +nsZ +apc +tYR +xzz +uFc +ilM +riy +jZg +rqe +lIc +aGn +pgQ +kcp +eib +unn +unn +unn +unn +unn +unn +unn +unn +bta +piy +vsA +rQG +ffy +uOU +uOU +uOU +uOU +xIZ +ezl +iLN +pWV +jWH +bKq +ykF +gPN +ahq +nTu +daz +uNK +sqa +txU +dpy +fIf +txU +unn +unn +unn +unn +nXB +ccn +quo +kIa +sqa +fIf +wfH +fIf +dpy +txU +dpy +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +lCG +lCG +lCG +cAb +wds +bfo +oaV +mGc +qQL +kCR +kCR +kCR +kIn +rzr +kCR +vBQ +npm +haP +hfL +haX +hfL +bbT +iXF +sEx +cOd +cOd +gAV +jqr +xFH +fFF +sBo +wyf +jAV +hJf +saA +coS +sBo +fOE +uBT +dos +gOy +jTn +rZN +eFu +eZG +ryW +gcy +jZG +tox +mZJ +oGM +byb +upI +tmw +jqr +wHK +jqr +lxf +uVU +vdy +bZS +qEN +cOd +cOd +cOd +wML +wML +kKM +wML +cOd +cOd +cOd +cOd +qMz +ijO +ijO +fFK +fEz +xjm +hGR +dBA +vdp +xjm +xjm +cAb +unn +unn +unn +unn +unn +unn +unn +unn +vuP +pLV +pLV +vuP +pLV +vuP +pLV +pLV +pLV +pLV +bXY +vuP +vuP +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(36,1,1) = {" +rPf +lNL +dzq +yai +oRc +oAg +oAg +vLr +vLr +roc +otP +tcR +cqH +vLr +iOU +fNP +qVH +pNG +xGY +fAV +oAg +vfy +kxB +qWe +pkv +oYy +kmS +pxK +iyj +vvp +fxl +gQq +jtZ +hgz +gQq +rxZ +ryG +jZr +mIV +nVr +jdV +rxZ +jdV +jZr +mIV +nVr +ryG +pta +hhE +dZt +pst +kUz +gpj +hXw +hXw +eff +tYR +ouK +fud +kAE +fqv +cls +vFE +bXM +ylB +tOn +kcp +eib +bta +unn +unn +unn +unn +unn +unn +plV +plV +mNe +rQG +rQG +rQG +rfa +mLG +mLG +gQr +mLG +xcr +iLN +jYG +nSc +jKF +rGl +hGo +xwI +klq +wpZ +fmM +wJV +bso +bso +bso +wlX +guD +qDu +txU +dpy +nXB +kIa +quo +kIa +sqa +fIf +fIf +fIf +dpy +dpy +dpy +txU +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +lCG +lCG +cAb +wds +bfo +tKM +rFZ +wZj +etX +etX +etX +etX +etX +etX +uav +jqr +haP +lkZ +aaF +soY +aJK +jqr +mKK +cOd +cOd +mPK +jqr +drs +fFF +oOS +uWk +exf +hJf +aBq +coS +oOS +bzp +uBT +jOG +nmr +tqy +pIY +eFu +uBr +lde +nPU +tox +vLL +xOq +nri +byb +pIg +tmw +hfP +tmw +bRE +bYJ +cfP +fBj +nqj +iXF +iXF +cPB +dWd +jXx +mAm +uQj +uDX +dWd +lGa +iXF +cPB +jqr +lgi +lgi +pSY +jqr +jqr +jqr +jqr +cAb +hJk +hJk +cAb +unn +unn +unn +unn +unn +unn +unn +unn +vuP +pLV +vuP +pLV +pLV +pLV +pLV +pLV +vuP +vuP +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(37,1,1) = {" +rPf +lNL +dzq +yai +kCB +oAg +oAg +rGT +fNP +qQE +elL +elL +mYZ +igf +lFl +lmb +moO +dlL +pNG +fAV +oAg +vfy +aFX +qjc +esC +dEa +mLs +dEa +dEa +jOc +fxl +eig +wnx +wnx +tJw +rxZ +neu +xZJ +lwH +kiq +tdP +rxZ +hlV +xZJ +nEd +kiq +tdP +lCx +hhE +ple +hzt +oEF +kUz +mCj +jWw +emm +tYR +ouK +ozZ +ina +fqv +tfp +adT +nQN +ylB +uuR +kcp +eib +bta +bta +plV +unn +pxi +pxi +vkK +pxi +pxi +nPg +rQG +rQG +wKf +nMm +plV +bta +bSD +bta +rVO +iLN +jYG +laK +aSX +iJF +krg +pRG +tMh +jlQ +uNK +bZp +kIa +ccn +kIa +kIa +wJV +bso +bso +uPm +otd +kIa +quo +kIa +aEn +txU +dpy +fIf +rfq +txU +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +lCG +cAb +wds +tJk +mqA +mTs +fIt +fIt +fIt +fIt +fIt +fIt +uvQ +xnl +jqr +iDI +aLy +aLy +lZG +uJa +uBr +gmt +cOd +afP +oDP +jqr +mjN +lNp +mgS +pDf +kZc +etq +etq +txC +jNN +ggh +jfW +kQp +jTn +boK +cwP +eFu +iwC +tXb +icT +vLL +tox +lIV +qII +byb +gVt +vOu +tmw +tmq +jqr +gIx +gen +nyE +wHK +xjm +hKz +wHK +jqr +wHK +wHK +wHK +wHK +jqr +wHK +mRp +jqr +jqr +jqr +jqr +jqr +jqr +cAb +cAb +cAb +cAb +shR +xjm +cAb +unn +unn +unn +unn +unn +unn +unn +vuP +pLV +pLV +vuP +pLV +pLV +vuP +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(38,1,1) = {" +rPf +lNL +dzq +yai +yjL +lcg +vIR +gUZ +lmb +tIC +kwu +vzz +dUD +kur +oUS +wDk +iEM +iCT +kPe +mVH +xWM +kbu +mna +qjc +jQT +sZE +dri +sZE +sZE +gaw +fxl +vEq +wnx +wnx +xNX +rxZ +wvn +eAp +apU +vub +vqu +rxZ +hmJ +rYS +xon +vub +vqu +lCx +pCP +kJq +ojJ +mCj +pst +mCj +oQN +apq +tYR +ouK +ozZ +ina +fqv +jZg +tCw +vlu +ylB +dEX +kdV +eib +rQG +bta +rQG +bta +bta +rQG +rQG +rQG +rQG +rQG +rQG +rQG +wTj +bta +ntJ +unn +plV +jBI +mNe +iLN +phO +jWH +uQq +vmc +iBT +xsb +oUC +fUt +uSi +xWD +luc +pfu +gXA +kIa +kIa +kIa +kIa +kIa +kbw +kIa +quo +kIa +fsh +fIf +dpy +txU +qDu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +cAb +dPo +gvE +rAd +rAd +rAd +rAd +rAd +rAd +rAd +rAd +bvl +rgd +jqr +vYf +oju +xGr +wNU +kQT +pbM +wNU +cOd +mJo +xNb +jqr +dAM +lNp +acj +eBB +tHw +kXI +nWf +xHy +asU +mKU +uBT +dcs +eYV +ghI +hIM +eFu +uBr +xtP +wKp +tox +vLL +kas +wKp +byb +jdQ +tmw +tmw +tAm +nTp +oOm +mrX +jqr +suV +jDH +scP +bMD +iHS +aLJ +scP +scP +ddY +dIf +aHw +scP +jqr +cAb +cAb +cAb +cAb +cAb +cAb +gSv +rQB +hGf +wSF +wSF +hGf +rQB +jTE +unn +hIE +unn +unn +wKx +vuP +pLV +pLV +pLV +pLV +wKx +unn +unn +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(39,1,1) = {" +rPf +lNL +dzq +yai +rRB +ffl +rYL +aPi +wDk +fbx +xeq +tIU +sdZ +nXE +mvV +rkY +tVm +tVm +htt +cYN +xFj +nnQ +nfT +jnS +xLr +key +swp +key +swp +ppa +qjc +tVt +wnx +wnx +gmK +xxR +pbE +clA +hnG +fnT +vqu +uIQ +pbE +wnP +wnP +soq +vqu +vuF +ayD +kmw +qwW +tCP +aVk +gBP +cqg +iJW +tYR +qyY +ozZ +ilM +riy +jZg +aqS +vlu +ylB +soc +kdV +eib +rQG +rQG +bta +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +rQG +lms +plV +unn +unn +unn +plV +mNe +crA +yeo +laK +vNx +rGl +eSN +sMG +kpw +ewY +aIH +sQL +vzR +tqa +oiA +uSi +uSi +vIf +vIf +uSi +uSi +uSi +eFU +kIa +qIC +fIf +fIf +dpy +gFK +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +jqr +diR +sXm +sXm +sXm +mOE +jqr +wio +cOd +aqu +aOg +jqr +qAZ +hzw +vws +vws +vws +stH +stH +vws +vws +stH +ebx +teB +qJh +iJo +vtl +eFu +jqr +gPS +hHf +hHf +hyI +wmY +gzk +auN +fLq +sbf +xoG +qRS +jqr +voX +iXF +xhY +scP +nJs +nJs +aQl +hIq +lHx +dvy +nJs +bKm +vpi +bcK +baj +jqr +cAb +unn +unn +unn +unn +gSv +jTE +cCH +mBo +vjQ +vjQ +qAo +ukO +vuP +vuP +vuP +uoY +vuP +pLV +pLV +pLV +pLV +vuP +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(40,1,1) = {" +rPf +lNL +dzq +yai +rRB +nbv +tbI +aPi +xPl +blA +blA +blA +blA +blA +blA +rkY +tVm +tVm +tVm +eAw +xFj +mqj +gsb +bON +saD +oWD +vBY +sjk +vxq +ppa +qjc +tVt +wnx +wnx +gmK +kzE +pbE +tQs +oiH +oSX +vqu +uIQ +pbE +xLH +tGD +umq +vqu +hhE +hhE +hXw +iJW +upZ +cBg +kUz +fEA +ycJ +tYR +ouK +ozZ +ina +fqv +jZg +aqS +vlu +ylB +dEX +kcp +eib +rQG +rQG +rQG +rQG +rQG +rQG +plV +bta +rQG +bta +rQG +bta +vkl +unn +unn +unn +unn +piy +nPg +crA +nxj +jWH +ahq +fcS +qZi +ahq +axY +nRz +riP +nCp +hIQ +cfM +mqW +kIa +kIa +kIa +kIa +ccn +kIa +kIa +kIa +kIa +sqa +fIf +dpy +txU +dpy +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +cAb +cAb +cAb +cAb +cAb +lCG +lCG +lCG +lCG +lCG +lCG +cAb +jqr +wYk +qkd +lkZ +oHN +bbT +jqr +fTc +cOd +aqu +ceS +jqr +eFu +sMe +kza +kza +kza +kza +tWr +idW +eFu +qvw +ezo +eFu +bDX +bDX +eFu +eFu +jqr +khj +iXF +oTG +khj +jqr +khj +jqr +jqr +jqr +khj +jqr +jqr +jqr +jqr +aeA +tiM +fCF +kHg +poo +aQl +nJs +nJs +nJs +aQl +yfI +hIq +dHq +jqr +cAb +unn +unn +unn +wKx +vuP +gSv +cCH +wVg +uOW +uOW +oqJ +ukO +jTE +vuP +vuP +vuP +pLV +vuP +pLV +pLV +vuP +unn +unn +hnk +hIE +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(41,1,1) = {" +rPf +lNL +dzq +yai +usm +kqI +huz +xAy +lmb +lgU +kwu +vzz +umu +kur +oUS +wDk +jIw +fEi +kPe +ltB +uIL +dqs +xQF +qjc +jQT +grW +afk +hwy +eqg +gaw +fxl +cCD +wnx +wnx +iPH +rxZ +pbE +gju +kEN +lNC +vqu +rxZ +pbE +rWo +gHw +fHM +vqu +hhE +ful +wwx +lyl +upZ +btD +uQL +piQ +ycJ +tYR +ouK +ozZ +ina +fqv +uUD +aqS +piF +aGn +soc +kdV +eib +rQG +rQG +rQG +rQG +rQG +bta +bta +gmM +plV +rQG +plV +rQG +lms +unn +unn +unn +unn +eCx +hUC +mOX +gIm +awU +ahq +hkb +qZi +dSg +kpw +uMg +fmM +ccn +kIa +wCY +bZp +kIa +iWf +gZi +nQo +gZi +gZi +gZi +nQo +gZi +vSg +fIf +wfH +fIf +fIf +dpy +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +lCG +lCG +lCG +lCG +cAb +jqr +alk +cxS +cxS +cxS +hsL +uxG +pVh +cOd +aqu +tOh +jqr +eFu +eFu +bDX +bDX +oit +bDX +bDX +eFu +tST +oSF +kzj +aMu +iYa +dui +eFu +jqr +wgb +lof +lof +lof +lof +fNg +lof +lof +vnD +lof +lof +fNg +hpo +iem +ucp +mrC +not +kHg +nJs +scP +scP +scP +fxb +dpT +vli +hFK +scP +dsk +jqr +cAb +unn +unn +unn +vuP +gSv +jTE +xdd +lhG +uOW +uOW +lhG +vuE +vuP +jTE +pLV +vuP +vuP +vuP +vuP +vuP +vuP +unn +unn +unn +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(42,1,1) = {" +rPf +lNL +dzq +yai +kCB +oAg +oAg +nSM +efT +lUd +qHI +qHI +kon +igf +rGM +lmb +cGG +tnx +iSX +tLT +oAg +qiN +qZj +qjc +iDQ +xGM +bGp +vTM +bGp +ppa +jnS +dxD +wnx +wnx +rMV +mHK +pbE +oSX +bBR +ozj +aci +cgk +pbE +cZA +oSX +oSX +aci +hhE +sAa +bOU +mLb +upZ +oLx +kUz +brk +ycJ +tYR +ouK +ozZ +ina +fqv +wUY +egI +piF +ylB +roY +kcp +eib +rQG +rQG +bta +rQG +rQG +jzX +iOk +gmA +iOk +usE +usE +gmA +fKI +unn +unn +unn +unn +unn +lRZ +dvQ +oMp +laK +wny +iJF +jso +dvD +axY +jlQ +fmM +iWf +aRZ +aKU +aKU +aKU +wJm +hML +gIp +gIp +cnJ +pjE +gIp +xQO +txU +dpy +fIf +fIf +fIf +sMq +sAQ +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +lCG +lCG +lCG +cAb +jqr +xjm +ekf +khj +jqr +khj +eZG +dnz +cOd +cOd +daj +jqr +eFu +eFu +xJj +cJg +elM +xpb +jRH +eFu +eFu +rqk +bQN +kKg +pJB +rkS +eFu +jqr +bdA +jhX +jhX +jhX +jhX +jhX +jhX +jhX +jhX +jhQ +jhX +jhX +jhX +jhX +jhX +coJ +jDH +fOC +sHE +bbx +jqr +mRp +jqr +jqr +jqr +jqr +mRp +jqr +jqr +cAb +unn +unn +wKx +vuP +vuP +jTE +pUl +lhG +uOW +uOW +lhG +vuE +jTE +vuP +pLV +vuP +vuP +vuP +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(43,1,1) = {" +rPf +lNL +dzq +yai +pjT +oAg +oAg +vLr +vLr +piP +nhW +hyA +mnv +vLr +kGV +efT +tnS +iSX +eti +tLT +oAg +ujS +kxB +fTE +scs +key +key +sZE +qjB +pGD +bON +dxD +wnx +wnx +rMV +wJX +pbE +cFJ +tvh +nCN +vqu +rxZ +xaD +pAk +jxD +umq +vqu +hhE +fqI +nxf +lbv +upZ +hMk +cPb +hXw +hXw +aTC +ouK +ozZ +ilM +riy +tYS +fid +lIc +fEg +pgQ +kcp +eib +bta +bta +rQG +bta +rQG +fpT +mrx +mrx +mrx +mrx +mrx +mrx +ekB +unn +unn +unn +unn +unn +unn +dom +gIm +lOQ +hiT +oGi +pvb +lCN +fPf +daz +fmM +khV +lGt +unn +unn +unn +txU +auk +txU +qDu +unn +unn +gFK +unn +unn +txU +dpy +fIf +sMq +hQY +vhL +sAQ +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +lCG +lCG +cAb +qnZ +taR +svs +svs +bjT +snE +wHK +dnz +cOd +gSn +jqr +jqr +eFu +eFu +tLu +shw +rCT +gzg +yfT +eFu +eFu +xKj +nqh +sHu +iHN +vdB +eFu +jqr +hQZ +jEf +olg +eRA +xkv +lcf +rNi +xkv +iYE +rNi +xkv +mxl +xPb +kza +kza +jqr +jqr +jqr +jqr +jqr +jqr +prE +uQO +cLF +wui +uQO +xZa +jqr +cAb +cAb +unn +unn +vuP +vuP +vuP +jTE +lAY +igj +pKo +wSl +hiL +ckw +jTE +vuP +pLV +pLV +vuP +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(44,1,1) = {" +rPf +lNL +dzq +yai +oUx +xzX +oAg +uZx +vdg +oAg +oAg +oAg +xzX +uZx +iap +oAg +oAg +oAg +oAg +oAg +xzX +vfy +kxB +wHC +fpH +cAk +eei +sZE +rKh +cMT +fxl +izO +wnx +wnx +kLJ +rxZ +hnq +aKJ +aKJ +rwS +xqV +rxZ +ebu +rCB +aKJ +aKJ +xqV +fPz +jWk +nxf +jqh +upZ +tlT +hzB +hXw +gLf +dUO +cVE +ozZ +ina +fqv +jZg +sDP +mik +hcI +hcI +iKK +foB +wKf +kmh +mTU +mTU +unn +lmd +lmd +lmd +lmd +lmd +smB +dga +dga +smB +aKO +aKO +aKO +aKO +aKO +xcW +cMq +hVh +bko +tJj +qZi +ahq +fPf +bHE +sTm +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +dpy +fmc +hQY +hQY +hQY +vhL +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +lCG +cAb +iwC +xZa +kHw +fHz +kHh +kej +dxH +nFp +xrE +cOd +tsN +jqr +eFu +eFu +gbo +pRp +rCT +bzu +yfT +eFu +eFu +pcC +nFv +vdB +pJB +xKj +eFu +jqr +edp +fEC +wXx +hjU +iOx +gfd +dck +iOx +gfd +dck +iOx +mAt +dck +fEC +nZn +jqr +sNk +piz +uBu +jqr +vTU +byb +gIh +nJs +avG +gIh +xZa +jqr +cAb +unn +unn +uoY +wKx +pLV +vuP +vuP +jjh +yiO +aDU +jsO +yiO +dFR +vuP +vuP +vuP +pLV +pLV +pLV +pLV +nRp +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(45,1,1) = {" +rPf +lNL +qPz +yai +rWs +oja +lNT +gaa +dXM +tom +neX +neX +lNT +gaa +dXM +kMX +oja +neX +kMX +neX +oja +fEo +sJS +tuH +fxl +fxl +fxl +btt +fxl +fxl +fxl +jmm +wnx +wnx +yhz +rxZ +vuF +lCx +vaF +rxZ +rxZ +rxZ +rxZ +rxZ +jxp +lCx +vaF +bXA +khc +evA +ycJ +sFt +xWW +gpj +hXw +tnW +kbp +qKF +ozZ +dOn +fqv +jZg +dtR +ouK +hcI +hcI +unn +unn +hhG +plV +jBI +unn +unn +lmd +fUK +pJy +ngW +lKv +dfv +ykI +oKB +jQP +aKO +dpw +vLA +hmv +aKO +svG +lrC +deS +vNx +dMc +qZi +pES +szi +gIm +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +sAQ +hQY +hQY +hQY +hQY +sAQ +sAQ +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +lCG +cAb +uBr +xZa +kHw +fNt +kHh +ylo +jqr +oOl +cOd +cOd +vwc +jqr +eFu +eFu +iBn +iXX +pOG +iXX +dlT +eFu +eFu +sSI +nFv +tVy +ley +sqh +eFu +vdp +fmN +kRd +dfi +xJg +jIC +xFX +aqG +fgi +kBp +pQe +rnU +lFh +wfv +jun +hVx +jqr +jqr +jqr +jTn +gCE +nJs +jcw +ogp +ogp +ogp +ogp +cJN +jqr +cAb +unn +vuP +wti +vuP +pLV +pLV +vuP +rQB +unn +unn +unn +unn +rQB +jTE +wKx +pLV +vuP +wKx +pLV +vuP +ciz +vuP +pgP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(46,1,1) = {" +rPf +cRq +vVC +dEP +hCr +ejV +euU +xmu +xmu +euU +euU +euU +euU +xmu +xmu +pOJ +ejV +euU +euU +euU +ejV +euU +qZj +hzS +hIe +oQD +wQU +rvH +nWs +dLF +dHu +iNi +jtZ +jtZ +iNi +vLt +vLt +ojr +cBG +vLt +oPm +trT +gOO +vLt +vLt +dsT +cBG +hhE +nXf +aRu +vVj +uTH +rVf +woP +ycJ +iHd +xGS +otF +nIk +ina +fqv +jZg +knb +ouK +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +lmd +gYf +gYf +kCl +lKv +iGo +pgr +ssA +sNO +aKO +cvK +acB +jbJ +aKO +hME +oIH +lpq +eqj +mSx +xss +ygi +umk +gIm +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +vhL +hQY +hQY +hQY +hQY +vhL +vhL +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +cAb +vdp +kXt +usZ +gCS +kHh +pxu +bxq +cOd +cOd +cOd +qad +jqr +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +aIr +oJy +xTA +mAd +xoJ +eFu +iUA +pzj +jhM +gur +jIZ +sQJ +sQJ +uEW +ydL +wQG +kqr +ydL +ydL +aQB +sUW +wcX +jqr +kUk +jTn +sSa +iUA +cfJ +xwA +sSo +xYJ +yfC +iyb +cvA +jqr +cAb +unn +hnk +xBR +afF +pLV +vuP +pLV +unn +unn +unn +unn +unn +unn +unn +vuP +pLV +bXY +pLV +pLV +pLV +ciz +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(47,1,1) = {" +rPf +cRq +wWt +kHf +pir +aoY +pir +pir +pir +pir +llV +llV +pir +pir +pir +pir +aoY +pir +pir +llV +aoY +pir +pir +lDi +oYO +bkC +knL +xJp +wMx +wZF +hKg +eKV +jtZ +jiN +eKV +naD +sXW +gCd +ucm +lZj +sqC +wiB +oCb +ebT +kUf +wHx +uTr +wrG +trB +wfY +qzW +wyv +heC +hbY +ycJ +iHd +iwb +udO +kQV +ilM +riy +jZg +dUV +oBY +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +lmd +gQK +pJy +meb +kCl +xqg +qXZ +dAQ +rHa +boN +aeZ +pFe +rRP +aKO +cdj +gIm +xIr +akH +jRl +gCV +gIm +gIm +phO +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +sAQ +vhL +hQY +hQY +hQY +hQY +sAQ +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +cAb +jqr +aJM +fkL +vTo +abY +giz +jqr +ybI +rMa +rMa +tXm +jqr +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +eFu +jqr +mcQ +uVV +eqJ +eqJ +fxJ +rNw +alL +fxJ +nIl +dBi +nkJ +nIl +vVa +eqJ +sik +jqr +jfS +jTn +ntG +jqr +goC +byb +uQO +nJs +wui +uQO +hsh +jqr +cAb +unn +wKx +vuP +jvk +pLV +wKx +unn +unn +unn +unn +unn +unn +unn +vuP +vuP +pLV +pLV +pLV +pLV +pLV +ciz +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(48,1,1) = {" +rPf +cRq +ejV +bNt +hBg +aWo +jai +jdG +vKK +jdG +jdG +xEc +sGG +qlA +jai +wTC +wTC +wTC +llV +jdG +jdG +ckx +pNa +rgN +njq +qDR +nNb +xJp +xJp +iPq +nuF +uML +hwK +hwK +uML +oLd +iWO +fAS +ikF +wHx +fgI +oLd +aRK +xMB +sca +fgI +uTp +hXw +gqc +mtL +hXw +vlJ +kUz +ixZ +ycJ +lxJ +eYZ +fyh +tvq +bYz +fqv +jZg +aqS +uNZ +evk +jLx +saT +unn +unn +vwe +cwO +hFs +sQX +gYf +gYf +gYf +gYf +oJU +ohA +gml +oKD +gml +aKO +aKO +aKO +aKO +aKO +qox +lwa +lqW +lqW +lqW +lqW +phO +mDR +suC +hcI +hcI +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +vhL +vhL +hQY +hQY +vhL +vhL +hQY +vhL +unn +unn +hcI +unn +hcI +unn +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +cAb +jqr +jqr +fGY +jqr +jqr +jqr +jqr +lat +iXF +loQ +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +kjI +sKu +gKp +lof +cnH +fYG +ygm +baw +eSr +pOD +tFm +mAH +wij +eqJ +gJO +jqr +mwE +pte +ntG +oxG +eCO +bBP +gIh +lck +avG +gIh +hVl +jqr +cAb +unn +qpQ +smD +wti +pLV +pLV +unn +unn +unn +unn +unn +unn +wKx +pLV +vuP +vuP +pLV +pLV +pLV +wKx +nRp +gMG +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(49,1,1) = {" +rPf +cRq +iBt +pVP +pVP +pVP +iBt +pVP +foS +koE +pVP +iBt +xIu +xIu +xIu +xIu +wee +wee +uGD +wee +wee +wee +wee +hzS +dHu +dHu +jJU +smI +jpH +dHu +dHu +lxr +jtZ +hgz +lxr +trT +trT +cBi +iLI +jnW +ohz +trT +nkj +cGP +wWI +fwc +fUs +hXw +qHK +hXw +fDU +nLQ +kfD +hXw +hXw +vSB +mCl +ouK +ozZ +ina +fqv +jZg +kik +ouK +tnW +iYb +iYb +iYb +tnW +jBj +laE +ldp +mag +qji +qhk +xSm +rEh +kIX +pwo +kIX +kIX +uCf +jOT +bQU +fQT +bVH +xAL +tfm +hJd +hQb +hQb +hQb +hQb +hQb +tfm +rhL +tfm +tfm +tfm +tfm +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +vhL +hQY +hQY +hQY +hQY +vhL +sAQ +vhL +hwR +hcI +hcI +hcI +hcI +iKK +vhL +vhL +unn +unn +sAQ +vhL +dPH +unn +unn +unn +unn +cAb +uBr +vHQ +bkZ +uHn +fhq +cTE +msW +xcC +dGf +dGf +wBI +uAk +pnW +wHK +kfe +jqm +tuI +gvM +hjw +hjw +hjw +rzh +rzh +gSs +tuI +kIE +xQK +nqr +phf +wll +gKp +dGf +kNw +qSn +dBi +cZZ +acc +wng +cZZ +cZZ +oaj +cZZ +pPm +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +cAb +unn +wKx +xyz +kMQ +vuP +pLV +unn +unn +unn +unn +unn +unn +vuP +vuP +pLV +vuP +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(50,1,1) = {" +rPf +cRq +jUO +oZi +gfD +uGY +wMs +bwm +foS +foS +dOb +bSp +aEu +tmV +tmV +sAB +sMZ +tyA +mBZ +czV +tYN +opX +ocg +qFc +fOs +dHu +dHu +rPl +rPl +dHu +qVm +ofI +tYR +dOU +tnW +cXN +trT +trT +ojr +trT +trT +trT +ojr +trT +jbO +jbO +trT +jxo +doy +hXw +hXw +apq +lNw +dTi +hXw +cPW +gog +qzx +cJW +ina +fqv +fTI +sYA +ouK +sji +poZ +poZ +oFX +poZ +poZ +cqM +coM +sQX +gdJ +oDH +udx +rHv +kIX +pTW +umF +pAd +uCf +rvg +wzS +wzS +lnG +xAL +tfm +icb +eEA +sSr +sSr +jZC +cPM +tfm +vZx +ugu +oIB +ltb +tfm +hcI +unn +unn +unn +unn +ouG +sAQ +sAQ +vhL +unn +unn +unn +unn +unn +unn +unn +sAQ +vhL +hQY +hQY +hQY +hQY +vhL +cwl +vhL +rKM +tdE +fIp +hSk +gaT +cJU +sAQ +srU +xOW +oMY +vhL +vhL +sAQ +unn +unn +unn +cAb +jqr +biR +icM +oIt +xEp +nJs +iRe +eqJ +eqJ +eqJ +eqJ +fak +mWO +bEO +qsh +qsh +fqH +fPY +fPY +fPY +fPY +fPY +fPY +fPY +fqH +eqJ +fak +bEO +coS +dGf +lof +pCY +gKp +vLp +nPC +wWl +wWl +nPC +hox +qLY +nPC +fwA +biZ +jqr +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +unn +unn +uoY +vuP +pLV +vuP +vuP +unn +unn +unn +unn +unn +vuP +pLV +pLV +pLV +wKx +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(51,1,1) = {" +rPf +lIC +azC +jfE +kJj +mhX +kcn +ipr +ajI +ajI +dUM +gZx +xIu +sMp +tmV +xIu +sgt +wuG +vZQ +cFT +cVo +fvN +oeW +oSg +iYb +wUn +dvk +gsg +gsg +gsg +hNr +gsg +iBq +iBq +gsg +gsg +efu +oZL +gsg +gsg +gsg +oZL +gsg +gsg +pFy +pFy +gsg +kIl +kIl +kfK +gsg +gsg +gsg +pFy +gsg +gsg +iBq +qyY +dKQ +rDb +rDb +qyH +aqS +oBY +poZ +vIY +mkf +duN +och +poZ +poZ +poZ +obB +rki +mYn +hvK +aik +kIX +kDk +xFl +qJp +uCf +fFw +ndj +izX +sgu +xAL +tfm +pxh +khh +rCG +rCG +bGt +lNy +vAW +iNT +vmS +nhZ +pWz +tfm +hcI +unn +unn +unn +vtD +lHD +kRq +lHD +kRq +lHD +unn +unn +unn +unn +unn +sAQ +vhL +sAQ +hQY +hQY +hQY +hQY +vhL +hQY +xLz +qDL +tdE +lgb +hSk +maj +vhL +vhL +vhL +xDh +hQY +hQY +hQY +ouG +nTP +unn +unn +cAb +jqr +neg +nZi +kda +pcF +nJs +iXF +eqJ +eqJ +eqJ +eqJ +fak +mWO +iXF +kor +kor +eqJ +eqJ +eqJ +eqJ +eqJ +eqJ +eqJ +eqJ +eqJ +eqJ +fak +iXF +coS +dGf +gKp +pCY +lof +mWX +qFm +qXo +uNb +rQK +taF +voI +jSj +tAx +sYM +jqr +cAb +lCG +lCG +lCG +lCG +cAb +cAb +unn +unn +unn +unn +unn +unn +unn +unn +vuP +vuP +pLV +vuP +pLV +unn +unn +unn +vuP +vuP +pLV +pLV +pLV +pLV +pLV +pLV +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(52,1,1) = {" +rPf +lIC +twH +qGy +dQv +dfk +cNt +peQ +rtk +fTL +seD +gZx +xIu +ksA +tmV +xIu +jon +vrI +enS +gPA +xex +qOq +vTK +xSU +cNc +hOf +pFf +wMz +hBo +hBo +nAf +hBo +hBo +hBo +mNq +hBo +hJz +hBo +hBo +hBo +knf +hBo +hBo +hJz +dqS +pKv +hBo +hBo +hBo +hBo +hBo +hJz +hBo +hih +hBo +hBo +dUX +kbT +xJb +xJb +xJb +qKx +aqS +ouK +ggI +uSW +obR +nSE +obR +qeJ +poZ +rcI +kIN +bTF +bkQ +rMN +nOM +kIX +xFK +tGN +uhi +qji +uCf +uCf +uCf +htm +xAL +tfm +gwS +khh +rCG +mny +bGt +tjy +lJV +mzz +vFf +bpa +vKX +tfm +hcI +unn +unn +jtE +sAQ +hQY +vhL +wpT +hQY +vhL +vhL +unn +unn +unn +unn +lnF +sAQ +hQY +vhL +hQY +hQY +hQY +hQY +sAQ +iZr +qDL +tdE +fIp +hSk +maj +iZr +vhL +sAQ +xDh +hQY +hQY +sAQ +vhL +sAQ +unn +unn +cAb +jqr +gjn +guk +aJs +guk +aDM +msW +mQT +lfI +eaq +eaq +uGc +mQT +wHK +ozl +pzA +pzA +pzA +pzA +pzA +aAn +bwX +rMa +rhs +vlp +vlp +pzA +nqr +fTd +oNv +lof +hFc +gKp +sFB +dck +iOx +sKm +dck +iOx +sKm +dck +aqD +sUB +jqr +cAb +lCG +lCG +lCG +cAb +cAb +unn +unn +unn +unn +wKx +unn +unn +unn +vuP +vuP +vuP +vuP +pLV +vuP +vuP +pLV +wKx +vuP +pLV +pLV +pLV +pLV +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +fvC +bSY +bSY +fvC +bSY +bSY +fvC +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(53,1,1) = {" +rPf +lIC +aJr +qGy +dQv +jzs +nbH +qaq +fTL +xgc +mFN +eac +xIu +dAw +rVV +xIu +xIu +xIu +vXr +qKv +lwZ +tsS +ghv +wzv +eDH +bJS +dsa +fbA +xoR +xoR +tIk +xJb +kgQ +qaA +aub +aub +aub +aub +aub +qaA +guJ +wWr +wWr +kgQ +cdy +nHd +aub +aub +aub +aub +aub +aub +aub +nHd +aub +qaA +sIu +xJb +gXe +tJD +tJD +ydO +ncQ +ouK +poZ +iwD +duN +obR +duN +iKA +poZ +rcI +obB +kpN +caN +ftg +cKr +kIX +fwo +wNG +dZd +jfZ +hSe +oDH +lMt +knK +xAL +tfm +wgT +khh +rCG +rCG +bGt +tjy +ftC +hOE +hXQ +fmQ +jtW +tfm +hcI +unn +unn +vhL +vhL +vhL +sAQ +vhL +sAQ +hQY +vhL +unn +unn +unn +unn +vhL +hQY +hQY +hQY +hQY +hQY +hQY +vhL +iZr +vhL +qDL +tdE +lgb +hSk +maj +vhL +kjY +vhL +xDh +vhL +hQY +hQY +hQY +hQY +vhL +unn +cAb +jqr +jqr +jqr +jqr +jqr +jqr +jqr +nTA +osF +iXF +xZy +osF +nTA +jqr +jqr +xSh +xSh +paO +rsF +rsF +jqr +jqr +rTQ +jqr +jqr +jqr +jqr +eZG +jEA +dGf +gKp +hFc +gKp +eJs +jwq +uoD +pZK +cQd +uoD +pZK +cXW +etq +etq +jqr +cAb +lCG +lCG +cAb +cAb +unn +unn +unn +unn +unn +vuP +gMG +unn +vuP +pLV +vuP +vuP +vuP +vuP +pLV +vuP +vuP +vuP +pLV +vuP +pLV +pLV +pLV +vuP +pLV +pLV +pLV +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(54,1,1) = {" +rPf +lIC +twH +qGy +dQv +oZl +syG +fTL +rtk +oxc +mFN +gZx +xIu +xIu +xIu +xIu +xIu +xIu +oeo +udk +fgo +wqY +sgf +ylJ +uqu +san +oGN +fVJ +ilM +ilM +qzy +bRl +lek +xfO +xfO +xfO +ujV +xfO +xfO +xfO +oAk +ppH +ppH +lek +mXu +drV +xfO +ujV +xfO +xfO +xfO +xfO +ujV +fbJ +xfO +xfO +oAk +xJb +iRs +tXE +qwH +kVa +fwS +ouK +imE +duN +duN +gzO +jCN +eKl +poZ +poZ +sQX +jnh +jnh +xQb +kKc +kIX +hsZ +kZS +epU +nsr +eOH +nsA +fNq +utp +xAL +tfm +wgT +khh +rCG +rCG +bGt +tjy +lJV +fCY +cTl +cTl +rjV +tfm +hcI +unn +unn +unn +hEl +hQY +vhL +ouG +vhL +sAQ +hQY +vhL +unn +unn +xDh +sAQ +hQY +hQY +hQY +hQY +hQY +vhL +hQY +vhL +gcD +kOo +tdE +fIp +hSk +dej +hwR +vhL +sAQ +xDh +hQY +hQY +hQY +vhL +vhL +unn +unn +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +jqr +iCq +snX +eUg +qax +jqr +cAb +cAb +cAb +cAb +cAb +cAb +cAb +jqr +sRc +lof +pxa +hrO +jqr +jqr +vFQ +loA +qNO +gKp +dGf +gKp +cAw +jhX +jhQ +mfq +rIw +jhX +chm +jhX +jhX +pzH +jqr +cAb +lCG +cAb +cAb +unn +unn +unn +unn +unn +wKx +vuP +gbg +vuP +pLV +pLV +vuP +vuP +vuP +pLV +vuP +pLV +pLV +vuP +pLV +pLV +vuP +pLV +wKx +vuP +pLV +pLV +pLV +vuP +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(55,1,1) = {" +rPf +lIC +aJr +tfz +dQv +lVJ +ptR +tdn +vkA +rtk +mFN +gZx +xIu +rnj +xQe +bYI +lgl +xGt +oUb +aGt +fgo +elG +fgo +ilM +uqu +san +ouK +bxP +ilM +ilM +qzy +xJb +lek +gri +gri +gri +ilM +gri +gri +gri +oAk +wWr +ppH +lek +aEs +aEs +gri +ilM +gri +gri +gri +gri +ilM +aEs +gri +gri +oAk +xJb +iRs +wjg +aMd +kVa +nkO +hAK +qRW +eXl +obR +duN +mPt +gLd +poZ +ssw +fCB +lVs +aoS +uOx +gKK +kIX +jzi +bdr +weF +oPl +sKN +tpB +wHF +ugB +xAL +tfm +pxh +khh +rCG +rCG +bGt +tjy +vBr +ulh +rlo +cTl +sFx +tfm +hcI +unn +unn +unn +sAQ +vhL +hQY +hQY +vhL +hQY +hQY +hQY +vhL +vhL +srU +nZD +hQY +hQY +hQY +hQY +hQY +sAQ +vhL +hQY +tXO +hcI +hcI +hcI +hcI +iKK +nBd +nBd +vhL +xDh +sAQ +hQY +hQY +hQY +vhL +vhL +unn +cAb +cAb +lCG +lCG +lCG +lCG +lCG +cAb +jqr +igA +prz +hEM +jIW +jqr +cAb +lCG +lCG +lCG +lCG +lCG +cAb +wgb +ndK +lof +gKp +dhQ +jqr +jqr +jqr +kLw +kuz +pLv +gLC +gLC +bUI +nTA +mdP +jqr +jqr +jqr +jqr +jqr +jqr +jqr +jqr +cAb +cAb +cAb +unn +unn +unn +unn +unn +unn +vuP +gbg +vuP +vuP +vuP +vuP +pLV +vuP +wKx +pLV +vuP +bzC +pLV +pLV +pLV +pLV +vuP +wKx +unn +unn +vuP +pLV +pLV +vuP +pLV +kDd +sQm +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +uUW +bSY +bSY +uUW +bSY +bSY +uUW +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(56,1,1) = {" +rPf +lIC +aJr +qGy +uYU +kFh +dRA +peQ +rtk +fTL +mFN +gZx +xIu +olm +dXl +eJt +cmi +lrv +aGt +aGt +aGt +elG +ddf +aGt +fTI +jJd +czK +fFI +gRn +lCB +pUo +xJb +iet +rvk +dGg +dGg +dGg +dGg +qXc +rvk +gnW +wWr +wWr +iet +dlv +mOD +dGg +dGg +dGg +dGg +dGg +dGg +dGg +wdV +dGg +rvk +mEp +xJb +nUj +cew +cew +wHG +tYR +oBY +poZ +poZ +uYX +jPp +mvj +poZ +poZ +bMG +aMB +mle +dWh +sQX +qwg +hph +ikH +kIX +iLi +aAd +lPD +eOl +yjW +kIz +xAL +tfm +rzy +dRE +vYT +vYT +rkt +cnK +pXA +vqx +iUy +vam +afV +tfm +hcI +unn +unn +unn +unn +hQY +hQY +hQY +hQY +hQY +hQY +sAQ +vhL +vhL +vhL +xDh +hQY +hQY +hQY +hQY +hQY +hQY +hQY +vhL +vhL +hcI +unn +hcI +unn +hcI +unn +oaW +unn +unn +vhL +hQY +hQY +hQY +vhL +vhL +unn +cAb +cAb +lCG +lCG +lCG +lCG +lCG +cAb +jqr +rbL +prz +hEM +fou +jqr +cAb +lCG +lCG +lCG +lCG +lCG +cAb +jqr +bcg +vgd +xVx +ffA +jqr +jqr +jqr +jqr +hsp +hsp +hsp +fcz +hsp +jqr +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +unn +unn +unn +unn +unn +unn +wKx +vuP +vuP +vuP +pLV +vuP +vuP +vuP +vuP +pLV +vuP +pLV +vuP +vuP +pLV +pLV +vuP +unn +unn +unn +unn +unn +vuP +pLV +pLV +pLV +pLV +wKx +wKx +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(57,1,1) = {" +rPf +lIC +twH +qGy +dQv +xce +rNW +tcg +fTL +tIK +mFN +eac +xIu +cso +iVV +qTn +qry +klD +aGt +aGt +elG +aGt +aGt +bDq +xgU +bJS +lRu +xJb +xJb +xJb +xJb +rKs +gsg +cak +gsg +gsg +iZC +sMu +dng +qRr +gsg +gsg +gsg +ajX +pFy +pFy +gsg +cak +gsg +gsg +gsg +gsg +gsg +pFy +gsg +cak +gsg +gsg +gsg +gsg +gsg +gsg +ghC +ouK +iMA +poZ +qRW +qRW +qRW +poZ +qRR +gct +qrc +hAo +hNm +sQX +jnh +kZb +tPz +jnh +sQX +sQX +pbX +qji +kIX +sQX +xAL +tfm +xyV +oYS +oYS +oYS +oYS +oYS +tfm +naR +ukN +tfm +tfm +tfm +xaf +hcI +hcI +unn +unn +vhL +vhL +hQY +hQY +hQY +vhL +vhL +hQY +vhL +vhL +xDh +vhL +vhL +vhL +hQY +hQY +hQY +hQY +hQY +vhL +unn +unn +unn +unn +unn +unn +unn +unn +unn +vhL +hQY +hQY +vhL +hQY +sAQ +unn +unn +cAb +cAb +lCG +lCG +lCG +lCG +cAb +jqr +rbL +prz +hEM +fou +jqr +cAb +lCG +lCG +lCG +lCG +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +cAb +jqr +iDU +lki +rxb +lki +ogo +jqr +cAb +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +wKx +vuP +gbg +vuP +gbg +vuP +vuP +vuP +vuP +pLV +vuP +pLV +vuP +vuP +pLV +pLV +pLV +vuP +wKx +unn +unn +unn +unn +unn +vuP +pLV +pLV +pLV +pLV +smD +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +fvC +bSY +bSY +fvC +bSY +bSY +fvC +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(58,1,1) = {" +rPf +lIC +aJr +qGy +dQv +oZl +rtk +fTL +rtk +czc +lyX +gZx +xIu +pzG +pzG +foI +quY +klD +ilM +aGt +ilM +ilM +agT +kTK +gHn +bJS +ojf +tFn +gps +gps +sUd +cxR +cfB +hBo +hBo +hBo +hBo +sBY +sEn +hBo +rku +iBq +iBq +jDw +fXM +fXM +ljP +ljP +ljP +ljP +ljP +ljP +ljP +fXM +ljP +ljP +ljP +ljP +hRl +hCU +ljP +ljP +ljP +vft +xBW +fvA +tum +etA +etA +aFp +hlb +kHZ +doJ +asn +tgK +vWA +sCQ +ixk +bzo +bUY +grr +fWP +rHf +kIX +hrU +sQX +rEH +eal +qGs +ris +ris +ahg +ris +lkk +iGN +ygL +vkU +dTV +dkz +gfo +iuT +xmi +hcI +unn +jIp +sAQ +hQY +vhL +hQY +hQY +hQY +hQY +hQY +hQY +sAQ +xDh +unn +unn +unn +sAQ +hQY +hQY +hQY +hQY +vhL +vhL +sAQ +unn +unn +unn +unn +unn +unn +sAQ +wsD +hQY +hQY +hQY +hQY +hQY +vhL +unn +unn +cAb +cAb +lCG +lCG +lCG +cAb +jqr +nhz +prz +hEM +oAY +jqr +cAb +lCG +lCG +lCG +cAb +cAb +unn +unn +unn +unn +unn +unn +unn +unn +cAb +jqr +qeV +vRM +qhS +vRM +oZk +jqr +cAb +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +vuP +vuP +gbg +vuP +vuP +vuP +vuP +gbg +vuP +gbg +vuP +wKx +vuP +pLV +vuP +vuP +wKx +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +pLV +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(59,1,1) = {" +rPf +lIC +iMX +qGy +tye +mWy +fon +tEb +tsI +ndB +kri +gZx +sAB +pMb +pMb +pMb +quY +xUZ +ilM +izF +agT +aGt +aGt +ilM +fTI +gIy +cap +cJW +ina +fqv +fTI +tYR +ouK +gWQ +efl +jnD +cZe +mdR +efl +jnD +dme +afb +ouK +lvm +mtw +mtw +cPd +axe +juu +juu +cPd +cPd +juu +mtw +cPd +cPd +juu +drN +mBa +szp +tqx +seX +seX +tqx +xzT +lQU +dvp +iwh +inw +qjb +trj +uZl +nOq +fQI +gmm +dTr +qvf +ixk +bzo +aqr +kGv +xjz +sQX +jAM +qpw +sQX +ehC +tSl +vEL +edw +sNo +sNo +iDO +lOl +miD +mVw +fTC +hRr +qCz +vOz +iay +dXL +hcI +unn +unn +unn +sAQ +vhL +hQY +sAQ +hQY +hQY +sAQ +vhL +unn +unn +unn +unn +unn +unn +emY +vhL +hQY +hQY +hQY +sAQ +vhL +dPH +unn +unn +unn +unn +unn +vhL +hQY +hQY +vhL +hQY +hQY +vhL +hQY +sAQ +unn +unn +cAb +cAb +lCG +lCG +cAb +jqr +dOB +prz +hEM +syQ +jqr +cAb +lCG +lCG +cAb +cAb +unn +unn +unn +unn +unn +unn +jIp +unn +unn +cAb +jqr +hsp +hsp +hsp +hsp +hsp +jqr +cAb +unn +unn +unn +unn +unn +unn +unn +dYL +unn +wKx +vuP +vuP +vuP +gbg +wKx +gbg +gbg +vuP +vuP +vuP +wKx +vuP +vuP +gvx +unn +wKx +vuP +pLV +vuP +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +vuP +pLV +pLV +pLV +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(60,1,1) = {" +rPf +cRq +qje +cyM +mTC +rUC +cKe +pxZ +aaU +nRW +dOb +kNp +xIu +xIu +mSp +pis +lgl +ftE +lFB +axD +ssE +aGt +aGt +aGt +fTI +bJS +oeR +ozZ +ina +fqv +jZg +tYR +diT +wYq +jhZ +iBD +qMJ +ckk +wJl +jhZ +iZo +gQj +knR +gfT +juu +kkL +vIa +vIa +ikp +ikp +vIa +vIa +goX +goX +vIa +vIa +ecT +dXf +ofM +nvP +xMl +nYh +nYh +qvO +yeB +fUL +lgO +kZD +sDX +scl +jCv +pXH +pXH +jCv +pRY +dJP +wfs +ixk +bzo +baY +tRS +ivh +dmh +xsr +xsr +tqx +biC +qrI +vEL +fkJ +hnl +hnl +eyH +jly +kNS +lsb +oTm +dQU +eGz +dQU +pek +tDs +hcI +unn +unn +unn +vhL +hQY +vhL +vhL +hQY +hQY +hQY +vhL +unn +unn +unn +unn +unn +unn +vhL +vhL +sAQ +hQY +hQY +vhL +vhL +vhL +unn +unn +unn +unn +sAQ +vhL +hQY +hQY +vhL +nTP +hQY +hQY +vhL +vhL +unn +unn +unn +cAb +cAb +lCG +cAb +jqr +lat +vQJ +fkv +mdP +jqr +cAb +lCG +cAb +cAb +unn +unn +unn +nTP +sAQ +vhL +sAQ +clm +hQY +unn +cAb +jqr +uKW +uKW +uKW +uKW +uKW +jqr +cAb +unn +unn +unn +sAQ +vhL +vhL +vhL +vuP +vuP +gbg +vuP +vuP +gbg +vuP +vuP +gbg +vuP +gbg +wKx +gbg +vuP +wKx +vuP +vmN +unn +unn +vuP +pLV +pLV +pLV +pLV +wKx +unn +unn +unn +unn +unn +unn +unn +pLV +pLV +pLV +pLV +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +uUW +bSY +bSY +uUW +bSY +bSY +uUW +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(61,1,1) = {" +rPf +cRq +cRq +cRq +cRq +jkG +jkG +uVD +jkG +jkG +jkG +cRq +cRq +gVo +vFF +vFF +vFF +vFF +mAM +iFc +wxb +cdJ +gKi +jFK +fTI +bJS +ojf +ozZ +ina +fqv +ktS +mjD +iLQ +eGG +gsg +eQe +rKs +sKO +pQP +gsg +hNr +tYR +ouK +wEz +lvu +fUi +qGw +nRD +nRD +nRD +nRD +nRD +nRD +acE +nRD +mEG +ppj +vmj +ofM +raD +eru +nhT +eru +nhT +mYd +baE +oTw +mYd +nhT +oOM +nhT +eru +gzz +nhT +eru +mYd +fIU +eru +eru +baE +mYd +baE +eru +nhT +kmO +gkC +ylm +ofM +lGw +bas +dQU +dQU +tES +aOW +kNS +kVM +oTm +eGz +dQU +cTL +mkj +mnl +hcI +unn +unn +unn +unn +vhL +hQY +vhL +vhL +hQY +hQY +hQY +sAQ +unn +unn +unn +unn +unn +unn +lnF +hQY +hQY +hQY +hQY +vhL +unn +unn +unn +unn +unn +unn +unn +vhL +vhL +unn +sAQ +vhL +hQY +hQY +vhL +nTP +unn +unn +unn +cAb +cAb +cAb +jqr +jqr +iQX +jtK +jqr +jqr +cAb +cAb +cAb +unn +unn +unn +vhL +hQY +vhL +vhL +vhL +vhL +sAQ +nTP +jOj +xwr +qxC +qxC +qxC +iVD +qxC +xwr +jOj +sAQ +unn +vhL +hQY +hQY +hQY +sAQ +vuP +gbg +gbg +gbg +gbg +vuP +gbg +vuP +vuP +gbg +wKx +unn +unn +vuP +vuP +wKx +vuP +unn +unn +wKx +pLV +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +wKx +pLV +bXY +pLV +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(62,1,1) = {" +rPf +unn +unn +unn +unn +bbU +bbU +bbU +bbU +bbU +bbU +unn +unn +gXX +fzU +fzU +fzU +fzU +fzU +fzU +fzU +ieV +jzt +iVP +jgK +vbq +iyw +ozZ +ilM +riy +jZg +dmI +kKz +bNZ +hoo +joC +dpN +kbT +jaI +hBo +jDw +iXk +kAp +fTU +juu +rnS +vHv +tLs +tLs +rZP +szh +gnx +fOP +fOP +aud +nRE +jpW +lal +sGs +raD +miD +ooC +rtI +ooC +eaB +tsD +tsD +tsD +tsD +cup +tsD +cup +cup +tsD +nug +tsD +cup +tsD +plw +ooC +ooC +miD +ooC +sGs +nvP +tJQ +hyr +eAj +nvP +bas +dQU +dQU +tES +jly +rgx +kVM +nop +pVk +qpq +vOz +dHj +eFs +hcI +unn +unn +unn +unn +unn +vhL +hQY +hQY +vhL +hQY +hQY +hQY +sAQ +unn +unn +unn +unn +unn +unn +vhL +hQY +hQY +hQY +vhL +vhL +sAQ +unn +unn +unn +unn +unn +unn +sAQ +unn +unn +unn +vhL +hQY +hQY +hQY +unn +sAQ +nGi +unn +cAb +cAb +jqr +qmy +dJe +dJe +rHB +jqr +cAb +cAb +unn +unn +unn +vhL +hQY +hQY +vhL +hQY +hQY +hQY +vhL +vhL +sAQ +sgG +cgq +cgq +hKH +cgq +cgq +sgG +vhL +vhL +vhL +hQY +hQY +hQY +vhL +vhL +gbg +gbg +gbg +vuP +vuP +gbg +vuP +gbg +vuP +gbg +vuP +unn +unn +unn +unn +wKx +unn +unn +unn +unn +vuP +pLV +pLV +vuP +pLV +vuP +nRp +unn +wKx +uNg +unn +uoY +pLV +pLV +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +fvC +bSY +bSY +fvC +bSY +bSY +fvC +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(63,1,1) = {" +rPf +unn +unn +unn +nvw +wVE +xtI +wVE +wVE +xza +wVE +nvw +unn +gXX +iyd +lNt +cjT +fAt +aFC +xkc +fzU +oVU +tLr +ilM +bEh +san +ouK +ozZ +ina +fqv +jZg +tYR +hqi +wYq +aSi +xLB +xer +fcp +jyl +jhZ +jWQ +xrg +lIG +rWG +juu +drN +rPj +rPj +rPj +ydp +kEb +rBi +hXA +hXA +nLd +vOv +riY +vLv +eGN +eGN +sju +ixB +jUX +ivf +bLm +lCo +lCo +rxc +rxc +rxc +lCo +lCo +lCo +rxc +rxc +rxc +lCo +lCo +loR +cUr +cUr +cUr +aMp +ofM +sGs +vGV +fGD +sGs +nvP +hiS +qLR +qLR +eRk +cYX +rgx +tHR +tHx +bsz +dsr +ehM +diJ +crn +hcI +unn +unn +unn +unn +unn +iZr +iZr +vhL +iZr +vhL +sAQ +hQY +vhL +unn +unn +unn +unn +unn +sAQ +vhL +hQY +hQY +hQY +hQY +hQY +hQY +vhL +unn +unn +unn +unn +unn +unn +unn +unn +unn +vhL +hQY +hQY +hQY +hQY +vhL +clm +unn +unn +cAb +jqr +iCq +sxR +sxR +qax +jqr +cAb +unn +unn +unn +sAQ +vhL +hQY +hQY +vhL +vhL +hQY +hQY +hQY +vhL +vhL +vhL +hQY +hQY +hQY +hQY +hQY +vhL +vhL +vhL +vhL +vhL +hQY +vhL +vhL +hQY +gbg +gbg +vuP +gbg +vuP +gbg +wKx +unn +wKx +vuP +unn +unn +unn +unn +unn +uoY +uoY +unn +unn +unn +vuP +pLV +pLV +pLV +pLV +pLV +nRp +vuP +vuP +vuP +vuP +wti +pLV +vuP +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(64,1,1) = {" +rPf +unn +unn +tLI +tOA +mak +wVE +mak +wVE +lEe +nvw +unn +unn +gXX +kOO +iTf +gZA +gZA +iTf +hcN +fkI +aeD +hRL +elG +bEh +san +xki +ozZ +ina +fqv +jZg +tYR +pmi +hfS +efl +jnD +gWQ +gWQ +aTm +jnD +hDD +vkh +dOV +ybz +juu +ban +uwu +uwu +uwu +ydp +kEb +rBi +kLN +hXA +nLd +ugO +juu +juu +igX +mWi +wfr +tlc +lCo +lCo +lCo +lCo +bFr +obP +tbZ +rJJ +tbZ +lCo +jrr +mhy +jrr +aTI +oNn +lCo +aAO +vlR +xzS +cIs +lWT +ofM +sGs +thu +wDY +gHS +kQa +ris +ris +ris +ris +jHe +mUD +bsT +hQO +fSb +tDs +dgU +iTZ +bwi +hcI +hcI +hcI +hcI +unn +unn +unn +iZr +imJ +gAS +iZr +vhL +hQY +hQY +vhL +unn +unn +unn +unn +unn +unn +vhL +hQY +hQY +hQY +hQY +hQY +vhL +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +sAQ +vhL +hQY +hQY +hQY +hQY +vhL +unn +unn +xwr +eAr +snm +snm +lvC +xwr +unn +unn +nTP +vhL +vhL +hQY +hQY +hQY +hQY +sAQ +vhL +hQY +hQY +hQY +vhL +hQY +bcA +bcA +bcA +hQY +hQY +hQY +sAQ +vhL +vhL +vhL +vhL +sAQ +hQY +hQY +gbg +vuP +gbg +wKx +unn +wKx +unn +unn +unn +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +wKx +pLV +pLV +vuP +pLV +vuP +unn +wKx +vuP +unn +unn +wti +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(65,1,1) = {" +rPf +unn +unn +gjs +tOA +nvw +mak +xza +mak +mak +nvw +unn +unn +gXX +jsu +sAk +ihw +nei +ebA +hHe +fzU +vqK +aRG +ilM +bEh +bJS +xki +ozZ +ina +fqv +jZg +fER +oNs +agL +agL +agL +xwE +xwE +agL +viX +bET +hlD +lgv +bET +juu +juu +fCL +tYP +dHg +lME +kEb +omO +oSS +oSS +rUb +vOv +vmj +lCe +ixk +pUG +xSK +qey +lCo +vop +ePR +lCo +vZu +xSR +xSR +xSR +sqB +lCo +nzP +evz +evz +dLN +pnr +lCo +jkl +qYG +lqr +ink +cWQ +ofM +nvP +tqx +tqx +bPT +gcj +fkJ +mmb +mmb +eyH +coF +kjr +tDv +bwz +aVI +fFj +aVI +bwz +aVI +aVI +aVI +aVI +hcI +hcI +hcI +hcI +wFl +mMl +hcI +unn +vhL +hQY +hQY +vhL +unn +unn +unn +unn +unn +unn +vhL +hQY +hQY +hQY +hQY +hQY +sAQ +unn +unn +unn +unn +unn +unn +unn +unn +unn +vhL +dPH +vhL +hQY +hQY +rwu +uBN +aQd +ecs +oMh +jOj +jqr +iQX +jtK +jqr +jOj +vhL +dPH +sAQ +hQY +hQY +hQY +hQY +vhL +vhL +nTP +vhL +vhL +hQY +sAQ +clm +hQY +bcA +bcA +bcA +hQY +hQY +hQY +vhL +vhL +hQY +hQY +vhL +hQY +hQY +vhL +gbg +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +vuP +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +wKx +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +bSY +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(66,1,1) = {" +rPf +unn +unn +tLI +tOA +nvw +nvw +mak +mak +tLI +tLI +unn +unn +gXX +nLJ +lBV +dbD +dbD +sYI +kXs +dJa +mTR +pqm +ddf +fDk +fVM +qRq +jXt +ina +fqv +fTI +uoJ +agL +agL +nEj +rAT +dha +fHm +sQq +eYp +uqD +xCV +xCV +gxf +juu +juu +fCL +iAI +bTh +lME +kEb +kEb +kEb +kEb +pyf +vOv +vmj +vgh +nPi +mWi +xjG +oYW +lCo +wmp +poP +lCo +mcx +xSR +krN +tvl +krN +lCo +bLF +sqs +bLF +dLN +njQ +lCo +wPp +gqu +hQX +xzR +uLS +ofM +nvP +hpM +pay +nbZ +nvP +bas +sMf +mYE +tES +ofM +lAW +nHH +kUv +cwj +fBg +bfb +soJ +kgO +kgO +sPU +aVI +aVI +aVI +aVI +hcI +omS +wYX +hcI +unn +sAQ +hQY +hQY +hQY +sAQ +unn +unn +unn +unn +unn +unn +vhL +hQY +hQY +hQY +vhL +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +sAQ +vhL +hQY +hQY +rwu +bcA +bcA +uBN +efv +aWr +huF +jqr +eNW +eNW +jqr +shp +sAQ +vhL +hQY +hQY +hQY +hQY +sAQ +vhL +unn +sAQ +unn +unn +sAQ +hQY +hQY +rwu +qty +bcA +bcA +hQY +hQY +hQY +hQY +hQY +vhL +hQY +vhL +vhL +hQY +sAQ +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +wKx +pLV +pLV +pLV +vuP +hIE +unn +unn +unn +unn +unn +pLV +pLV +pLV +vuP +vuP +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(67,1,1) = {" +rPf +unn +unn +unn +unn +nvw +mak +mak +nvw +nvw +unn +unn +unn +gXX +piv +ncu +ncu +dzI +ncu +kXs +kvd +lek +aGt +aGt +lVh +wyP +peG +qSr +ilM +riy +fTI +oWF +jYU +njE +rVq +roJ +fnY +hzH +xEA +vRS +nsz +xCV +xCV +afH +juu +juu +fCL +fXF +aTL +lME +kEb +gnx +fOP +fOP +aBc +vOv +vmj +vrq +yjK +eGN +uts +aKh +lCo +lCo +xfd +lCo +lCo +brx +lCo +lCo +lCo +lCo +lCo +lCo +lCo +brx +lCo +lCo +fMP +fMP +lCo +qCx +iMC +ofM +nvP +xdA +nNM +eAj +nvP +nJv +vcL +mYE +rfM +ofM +nvP +nxL +puD +eMx +fBg +doL +qpO +sPU +gsw +sPU +fUm +vdC +gRK +aVI +hcI +orz +gRM +hcI +unn +unn +vhL +hQY +hQY +sAQ +unn +unn +unn +unn +unn +unn +unn +vhL +hQY +hQY +hQY +vhL +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +jIp +sAQ +hQY +ivU +bcA +bcA +sOg +hGb +geQ +okc +xlO +cgq +cgq +xDr +kak +ltX +vhL +hQY +vhL +hQY +vhL +vhL +unn +unn +unn +unn +unn +ouG +hQY +rwu +bcA +bcA +uBN +hQY +hQY +hQY +vhL +vhL +hQY +hQY +vhL +vhL +sAQ +vhL +unn +unn +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +jTb +clB +clB +clB +clB +clB +clB +fRz +dYL +pLV +pLV +pLV +pLV +pLV +kDd +unn +unn +unn +vuP +pLV +pLV +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(68,1,1) = {" +rPf +unn +unn +unn +unn +mak +mak +mak +nvw +unn +unn +unn +unn +gXX +uXu +ncu +sNa +fMx +aAG +kCe +lvk +lek +elG +ilM +lVh +wyP +wyP +qSr +bFY +riy +bEh +xtV +jYU +aXU +xEA +cnF +fYy +fYy +xEA +rYC +xCV +xCV +pLb +afH +juu +fTH +uwu +uwu +fPC +ydp +kEb +rBi +hXA +hXA +nLd +ugO +juu +juu +kmJ +sGs +ife +aEU +tKy +nnE +tHH +tHH +dMt +tHH +tHH +tHH +dbr +tHH +tHH +dMt +tHH +tHH +tHH +dbr +tHH +nnE +tKy +iLR +fbU +raD +nvP +wZh +fez +eAj +nvP +nJv +qxQ +mYE +rfM +ofM +nvP +oHx +puD +eMx +fBg +gKF +qVN +sPU +xJU +sPU +sPU +kvM +iho +aVI +hcI +hcI +mMl +hcI +unn +unn +vhL +hQY +hQY +hQY +sAQ +unn +unn +unn +sAQ +vhL +xDh +hQY +hQY +hQY +vhL +vhL +sAQ +vhL +unn +unn +unn +unn +unn +unn +unn +unn +unn +vhL +hQY +hQY +ivU +wIA +bcA +ukH +mXF +ghE +cgq +hKH +cgq +cgq +sOL +eSc +hQY +hQY +vhL +vhL +hQY +bPc +unn +unn +unn +unn +oCs +hQY +hQY +ivU +bcA +bcA +sOg +hQY +hQY +nTP +clm +vhL +hQY +vhL +hQY +sAQ +unn +vhL +sAQ +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +jTb +clB +icC +uni +wpF +wpF +wpF +wpF +mRH +iOu +fRz +vuP +pLV +vuP +pLV +pLV +pLV +pLV +unn +unn +kDd +vuP +pLV +pLV +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(69,1,1) = {" +rPf +unn +unn +xuf +nvw +nvw +mak +nvw +wVE +unn +unn +unn +unn +gXX +sCM +baA +btc +dij +btc +kXs +dJa +bGY +aGt +aGt +lVh +peG +wyP +aic +wTJ +wpv +qNl +oWF +jYU +jDG +xEA +xEA +xEA +xEA +xEA +vRS +dTW +hiw +hiw +vtC +juu +drN +goi +goi +goi +ydp +kEb +rBi +kLN +hXA +nLd +vOv +riY +lal +bxb +sGs +sBx +jBN +wHk +nnE +rsc +tHH +tHH +tHH +tHH +tHH +tHH +tHH +tHH +tHH +tHH +tHH +tHH +tHH +tHH +nnE +wHk +pJm +plw +qKg +qKg +wZh +dfe +ctZ +gaP +iDo +hzb +mYE +rfM +wxG +nvP +oHx +aVI +tMn +fBg +vzr +wOn +sPU +uiZ +sPU +ilX +sPU +mwr +gyJ +fRe +cLb +eap +hcI +hcI +unn +sAQ +vhL +hQY +hQY +hQY +vhL +unn +vhL +vhL +vhL +xDh +vhL +hQY +hQY +hQY +hQY +hQY +vhL +sAQ +unn +unn +unn +sAQ +sAQ +hwR +oBa +iZr +emc +vhL +hQY +hQY +bcA +bcA +fzK +eis +guE +cgq +cgq +cgq +npY +sfZ +sAQ +vhL +hQY +hQY +sAQ +vhL +wpT +unn +unn +unn +unn +qMC +fHh +hQY +bcA +irL +sOg +hQY +hQY +hQY +vhL +unn +vhL +vhL +unn +lnF +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +jTb +clB +clB +icC +uni +wpF +auT +auT +auT +auT +auT +auT +mRH +iOu +fRz +vuP +pLV +bXY +pLV +pLV +vuP +unn +sQm +wKx +vuP +vuP +pLV +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(70,1,1) = {" +rPf +unn +unn +miE +tLI +mak +mak +wVE +lJI +unn +unn +unn +unn +gXX +lXf +nFk +vXi +rVa +cxK +eoj +fzU +mpW +aGt +elG +kWo +vyG +rKW +xii +gYn +nJz +fTI +oWF +jYU +jDG +xEA +dUZ +que +fYy +ggc +agL +ehO +lrh +lrh +ehO +dXf +prd +bZG +pEi +pEi +tJg +pUv +omO +oSS +oSS +rUb +gCn +nJE +vLv +tTu +nvP +cCW +lQv +lCo +lCo +lCo +lCo +lCo +eRo +tHH +lns +lCo +dqv +egu +dqv +lCo +dqv +lCo +dqv +egu +dqv +lCo +mLY +lUy +mcs +wUP +tqx +tqx +hnm +lGw +czX +vBR +uQD +rfM +syA +nvP +oHx +aVI +aIE +fBg +doL +sLS +sPU +sPU +sPU +uiZ +sPU +mzR +dLr +fRe +mzm +rLJ +tfD +hcI +unn +unn +sAQ +ria +vhL +hQY +hQY +sAQ +vhL +hQY +vhL +srU +xOW +vhL +hQY +hQY +hQY +hQY +hQY +vhL +unn +unn +sAQ +vhL +vhL +sAQ +xyU +iZr +cwl +sAQ +vhL +hQY +hQY +hQY +hQY +vhL +kqq +hKH +cgq +cgq +hKH +shp +vhL +hQY +hQY +vhL +vhL +sAQ +vhL +unn +unn +unn +iyN +bcA +bcA +hQY +bcA +bcA +hQY +hQY +hQY +vhL +unn +unn +unn +sAQ +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +jTb +clB +clB +icC +uni +wpF +wpF +auT +auT +auT +pmF +pmF +pmF +pmF +auT +auT +mRH +fHp +vuP +pLV +pLV +pLV +vuP +vuP +wKx +vuP +vuP +pLV +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(71,1,1) = {" +rPf +unn +oxK +tLI +xuf +mak +mak +wVE +bbU +pyW +fpD +fpD +fpD +inH +ifw +gZA +oEI +cQs +ljy +oZQ +fzU +wCd +aGt +ilM +oBf +raT +cIc +bxP +nNw +qZh +fTI +yio +agL +agL +qZL +nye +dKE +tXW +xEA +mKC +xEA +xEA +xEA +xEA +yhq +iOt +dih +wzy +dih +dih +dih +dih +dih +dih +dih +jJa +sJJ +vmj +cId +uPc +iEQ +orW +pPT +tKi +tUj +hmy +xvE +lns +tHH +lns +lCo +jHg +eDT +kOv +aYf +hmY +uOI +sqK +dLN +vxE +lCo +rFB +kAz +cLv +rlD +tqx +tqx +xcZ +nvP +nJv +sMf +mYE +rfM +ofM +htL +vgN +puD +eMx +fBg +aii +qfp +sPU +sPU +sPU +tvW +sPU +hXy +wdp +fRe +xJd +rLJ +twM +hcI +unn +unn +unn +wLK +iNk +vhL +hQY +hQY +hQY +hQY +vhL +vhL +xDh +sAQ +hQY +vhL +hQY +hQY +vhL +vhL +vhL +vhL +vhL +vhL +sAQ +hQY +sAQ +iZr +xLz +tHB +sAQ +hQY +vhL +hQY +hQY +wsD +jOj +sLm +sLm +sLm +sLm +jOj +vhL +vhL +hQY +vhL +hQY +unn +unn +unn +unn +unn +vhL +kZk +bcA +hQY +hQY +hQY +hQY +hQY +hQY +hQY +nBd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +jTb +clB +clB +icC +uni +wpF +wpF +auT +auT +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +pmF +auT +qwo +fHp +wKx +pLV +pLV +vuP +vuP +vuP +pLV +pLV +pLV +vuP +vuP +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(72,1,1) = {" +rPf +unn +unn +unn +nvw +mak +mak +mak +bbU +pyW +jek +xFv +tMf +jCs +rgq +qxo +cIK +adA +ybB +skZ +fzU +nSg +aGt +ilM +rqU +cbG +eaU +rpT +uBR +ryZ +bEh +uJx +pRU +agL +nbW +uIZ +lAc +qPb +xEA +vcs +que +odt +vDg +meP +juu +pzK +lpU +hBO +hBO +aEq +dSC +eBZ +hBO +hBO +lpU +hBO +fvr +juu +nYh +pUG +slz +jxg +pPT +amb +iVl +uWR +blq +tHH +tHH +veE +quO +eum +iVl +hJF +iVl +hJF +iVl +hJF +iVl +hJF +bGd +dpQ +aNg +cpX +cpX +wZh +sQU +coH +vEL +nJv +sMf +mYE +cHU +sgd +nvP +nBc +puD +nSv +fBg +vzr +aui +sPU +aet +sPU +kkX +sPU +aet +mvq +kKl +iGh +rLJ +rgQ +hcI +hcI +clU +xcm +elt +sAQ +vhL +vhL +hQY +hQY +hQY +vhL +sAQ +unn +unn +vhL +vhL +hQY +hQY +hQY +hQY +vhL +vhL +vhL +hQY +hQY +hQY +hQY +sAQ +cwl +nGi +unn +clm +vhL +hQY +bcA +bcA +vqr +hQY +hQY +hQY +hQY +vhL +vhL +hQY +hQY +hQY +vhL +unn +unn +unn +unn +unn +knt +iRN +hQY +hQY +hQY +hQY +hQY +hQY +hQY +hQY +hQY +nBd +unn +unn +unn +unn +unn +unn +unn +unn +jTb +clB +icC +uni +wpF +wpF +ogE +auT +auT +auT +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +pmF +auT +auT +aHb +fHp +vuP +vuP +vuP +wKx +vuP +pLV +vuP +pLV +vuP +vuP +vuP +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(73,1,1) = {" +rPf +unn +unn +xuf +nvw +mak +mak +wVE +cBo +pyW +uSA +cXV +xFv +xMr +fyW +xft +nvB +mgW +btc +kXs +ePk +eSR +ddf +aGt +lVh +peG +aWl +hqo +aGt +riy +kus +oWF +agL +agL +ndT +vXC +kHo +kHo +xEA +aqh +wOU +tXW +fYy +xCc +rLC +rLC +rLC +uTh +uTh +rLC +qXu +qXu +hZa +hZa +qXu +qXu +juu +vkM +cId +uPc +qSW +ord +lCo +iVl +iVl +uWR +lCo +llc +tHH +kaN +xvE +uAV +hJF +mtz +hJF +vEK +uZa +iVl +hJF +mFD +bGd +oYM +xsr +qKg +qKg +wZh +nTS +iwd +pEP +nJv +sMf +mYE +rfM +kPR +dvR +iml +aVI +xcH +fBg +aku +bAO +sPU +uPV +sPU +ilX +sPU +aet +aVI +eAQ +ubf +rLJ +vru +qZy +hcI +yku +bcA +nXx +cwl +sAQ +wNz +vhL +hQY +hQY +vhL +unn +unn +unn +vhL +hQY +hQY +hQY +hQY +hQY +hQY +hQY +hQY +hQY +hQY +hQY +hQY +sAQ +unn +unn +unn +unn +vhL +hQY +bcA +bcA +bcA +hQY +bcA +bcA +bcA +hQY +vhL +hQY +vhL +clm +unn +unn +unn +unn +unn +clm +cym +foQ +hQY +bcA +bcA +hQY +hQY +vhL +hQY +hQY +hQY +vhL +unn +unn +unn +unn +unn +unn +unn +jTb +icC +uni +wpF +ogE +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +pmF +pmF +pmF +pmF +auT +auT +aHb +ksb +aoL +vuP +pLV +vuP +pLV +pLV +vuP +vuP +pLV +vuP +pLV +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(74,1,1) = {" +rPf +unn +unn +unn +nvw +mak +mak +wVE +cBo +pyW +blt +jjN +byE +fpD +ccC +iOR +xlM +tnn +aAG +gbk +lHX +mun +ilM +ilM +lVh +peG +peG +qSr +uND +riy +bEh +oWF +jYU +bky +xEA +gla +oKs +ghG +xEA +uIZ +lAc +qPb +fYy +pGU +rLC +eYA +dbo +gbz +qNG +eYu +qXu +vWI +sgL +mZu +qyt +qXu +ljg +dCA +wjz +mWi +ean +dZS +pPT +uWN +iVl +xXZ +lCo +tqP +tHH +qjp +kft +bHS +iVl +hJF +iVl +hJF +iVl +xBj +iVl +pgm +lCo +jCd +xsc +ofM +nvP +wZh +bbn +nvR +aGi +nJv +dQU +uQD +rfM +coF +gru +aVI +aVI +ghi +fBg +jrH +cNB +sPU +ilX +sPU +sPU +sPU +sPU +mFU +uGQ +waA +stA +ttU +dPi +hcI +rHF +bJO +nXx +sAQ +csc +cwl +vhL +vhL +sAQ +vhL +unn +unn +unn +sAQ +vhL +hQY +vhL +hQY +hQY +hQY +hQY +hQY +hQY +hQY +vhL +oaW +unn +unn +unn +unn +unn +sAQ +vhL +hQY +bcA +bcA +hQY +bcA +bcA +bcA +hQY +hQY +hQY +hQY +nGi +unn +unn +unn +unn +unn +unn +hGO +vhL +hQY +bcA +bcA +hQY +sAQ +nTP +vhL +hQY +hQY +hQY +vhL +unn +unn +unn +unn +unn +jTb +icC +uni +auT +auT +auT +pmF +pmF +auT +auT +auT +auT +auT +auT +auT +auT +auT +pmF +pmF +auT +auT +aHb +ksb +aoL +unn +unn +vuP +pLV +vuP +pLV +vuP +pLV +pLV +wKx +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(75,1,1) = {" +rPf +unn +unn +unn +tLI +mak +mak +pGs +cBo +pyW +fpD +fpD +fpD +fpD +dzK +obW +oPF +qRj +qtF +aKA +jpe +lek +aGt +ilM +lVh +peG +peG +qSr +aGt +riy +fTI +oWF +jYU +xnp +xEA +aiZ +wLM +hTA +xEA +fYy +kHo +kHo +fYy +kjV +rLC +veD +qCN +xVE +qCN +tqQ +qXu +oeH +hEa +mZu +mxd +vkV +agM +bWP +eIg +uPc +hvr +bQZ +pPT +pqF +hND +hPb +lCo +rzI +tHH +ifG +lCo +diH +sth +gSC +wkB +wkB +wkB +wkB +wkB +tqK +lCo +xdb +vpz +fQL +qKg +wZh +tlF +twK +nvP +nJv +sMf +mYE +rfM +ofM +lAW +puD +cXi +aHL +lRE +rHP +aui +sPU +cvm +mzB +sPU +sPU +sPU +ixR +pFL +rLJ +rLJ +rLJ +rvy +hcI +aFb +xcm +xCM +wuk +iZr +jqW +iNk +vhL +vhL +unn +unn +unn +unn +unn +vhL +vhL +vhL +hQY +hQY +hQY +hQY +hQY +hQY +vhL +unn +unn +unn +unn +unn +unn +unn +unn +vhL +hQY +vhL +hQY +hQY +bcA +bcA +bcA +bcA +hQY +bcA +bcA +unn +unn +wgs +unn +unn +unn +unn +unn +nTP +hQY +hQY +hQY +vhL +unn +sAQ +hQY +hQY +hQY +sAQ +unn +unn +unn +unn +unn +jTb +icC +uni +ogE +auT +pmF +pmF +pmF +pmF +auT +auT +pbZ +xUA +xUA +xUA +pbZ +auT +auT +auT +auT +auT +aHb +ksb +aoL +unn +unn +wKx +vuP +vuP +pLV +pLV +pLV +vuP +pLV +vuP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(76,1,1) = {" +rPf +unn +unn +unn +unn +nvw +pGs +wVE +lJI +unn +unn +unn +unn +gXX +jvw +xft +xft +btc +btc +kXs +ePk +iet +aJj +koy +jsz +oIb +ttB +xii +pye +fqv +fTI +oWF +jYU +xCc +xEA +vRE +uom +qPb +xEA +eCh +fYy +fYy +xYM +xEA +nyf +qEi +qJK +rLN +uAK +kxg +qXu +lny +bsI +mZu +anc +vkV +gmi +pMm +ixk +mWi +slz +aCm +lCo +lCo +lCo +lCo +lCo +sJl +tHH +vJf +iqg +sAM +vEK +hJF +wkB +pYF +knA +oZz +tvU +wkB +bGd +rfm +wYE +gxF +kSE +tqx +tqx +wpg +nvP +nJv +sMf +mYE +rfM +ofM +raD +fHF +fBg +rSY +fBg +fBg +jZJ +sPU +vBz +sPU +xJU +sPU +uPV +hwT +vTT +rLJ +rLJ +bdd +oBV +hcI +qlx +xcm +aiN +mhr +quQ +aSz +quQ +eEN +unn +unn +unn +unn +unn +unn +sAQ +vhL +sAQ +vhL +hQY +hQY +hQY +sAQ +vhL +unn +unn +unn +unn +unn +unn +unn +unn +unn +ohF +oYd +oYd +prc +oYd +prc +prc +smq +smq +prc +smq +smq +prc +prc +prc +oYd +unn +unn +unn +aJN +oYd +hQY +hQY +nTP +unn +unn +sAQ +vhL +hQY +hQY +vhL +sAQ +unn +unn +unn +jTb +icC +uni +auT +auT +pmF +pmF +pmF +pmF +auT +pEz +cjq +hXC +poc +poc +poc +ieZ +cjq +auT +auT +auT +dUR +ksb +aoL +unn +unn +unn +unn +pLV +vuP +pLV +wKx +vuP +nbc +whG +whG +clB +clB +clB +clB +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(77,1,1) = {" +rPf +unn +unn +unn +pSf +mak +mak +mak +lrX +unn +unn +unn +unn +gXX +mtb +cxK +cxK +xaw +hLm +ltY +fzU +jpE +jpE +jpE +jpE +bwC +stq +uVe +jQM +nsh +odz +kFE +jYU +cNK +agG +vXC +eCh +kHo +cWU +xEA +xEA +xEA +xEA +yjc +rLC +efI +nDR +qsT +uAK +oKP +sVa +mZu +mZu +jDO +mfK +qXu +mjw +hNe +eIg +uPc +qSW +sNV +lCo +kNh +eTX +dCy +lCo +dIk +tHH +lns +quH +rLu +mHu +iVl +wkB +cST +mDG +liA +uFN +wkB +bGd +gTN +scD +kvA +sUH +tqx +tqx +xcZ +sBk +nJv +sMf +mYE +rfM +ofM +raD +xpt +fBg +rSY +fBg +sPU +sPU +fDa +sPU +sPU +kkX +sPU +ilX +fpO +pFl +ilm +pvd +eXN +hcI +hcI +dzj +tsn +mBj +rml +rml +rml +llo +rml +unn +unn +unn +unn +unn +unn +unn +sAQ +nox +sAQ +vhL +hQY +vhL +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rHL +oYd +oYd +oYd +oYd +prc +prc +prc +prc +prc +nTf +kMN +nzR +nzR +lxe +emK +rHL +unn +oYd +prc +prc +prc +unn +unn +unn +unn +oYd +prc +prc +prc +oYd +pTu +jUa +unn +ewU +uni +ogE +auT +pmF +pmF +pmF +pmF +auT +auT +aHb +hXC +hxs +bhk +bhk +bhk +wCc +ieZ +qlM +auT +auT +qwo +iOu +clB +fRz +unn +unn +vuP +pLV +pLV +vuP +vuP +nbc +uta +uni +wpF +wpF +wpF +wpF +mRH +iOu +clB +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(78,1,1) = {" +rPf +unn +unn +unn +nvw +mak +mak +wVE +wVE +nBd +unn +unn +unn +gXX +xUe +iTf +ohV +xUe +fzU +fzU +fzU +hjg +fDR +fDR +cNi +jpE +stq +uVe +uWF +nsh +odz +iuD +agL +agL +luw +rTi +rTi +rTi +xEA +hKV +rUp +xEA +xEA +rUp +wQW +eun +nDR +mMd +uAK +qCN +pDy +mZu +mZu +mZu +qKQ +vkV +lnE +wbW +bLW +mWi +hur +aCm +pPT +tSV +poP +bFs +tdW +lns +tHH +fUf +qeK +mTG +dLN +dLN +wkB +mRZ +maS +sdb +xxS +wkB +lCo +pNe +wys +mcs +cpX +wZh +sQU +coH +nvP +nJv +dQU +uQD +rfM +ofM +nvP +qmK +hVP +qKj +fBg +sPU +dTB +mjP +wbc +sPU +wnm +sPU +vIi +aVI +vpu +rLJ +xFn +slp +hcI +hcI +vFK +eQX +eQX +eQX +eQX +eQX +hcI +vFK +unn +unn +unn +unn +unn +unn +unn +oaW +nBd +unn +oaW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +jUa +rHL +pUT +pMp +rHL +oYd +oYd +prc +smq +smq +mNA +gBx +prc +iJm +hvD +hQu +hQu +gIc +joD +oYd +oYd +ohF +mNA +gBx +oYd +oYd +unn +unn +unn +unn +oYd +prc +prc +prc +rHL +pRL +jTb +icC +jgr +auT +pmF +pmF +pmF +pmF +auT +auT +cjq +hXC +hxs +nOK +mSg +aUv +sqY +bhk +wCc +ieZ +cjq +auT +auT +wpF +mRH +iOu +clB +unn +unn +vuP +vuP +pLV +pLV +nRp +uni +ogE +auT +ogE +auT +auT +auT +wpF +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(79,1,1) = {" +rPf +unn +unn +gjs +nvw +mak +mak +lrX +lJI +unn +unn +unn +unn +gXX +lYP +nuI +hLN +hPV +aAw +hWb +tnh +tnh +vnW +cNi +fDR +jpE +hsB +uVe +qui +gvs +odz +iUi +fkS +yad +yad +oVm +oVm +oVm +mFi +yad +vRS +bIi +pkZ +vRS +wQW +rWR +nDR +cOB +uAK +oKP +sVa +mZu +mZu +mZu +mZu +vkV +rSg +brW +eIg +uPc +mIf +ktW +pPT +vTh +poP +poP +blq +tHH +tHH +tHH +lCo +gzs +jmM +gzs +bZr +bZr +bZr +bZr +bZr +bZr +bZr +bZr +cBa +fQL +qKg +wZh +hPL +udu +lGw +nJv +sMf +mYE +rfM +ofM +nvP +qmK +xna +eMx +fBg +sPU +lGr +yfe +xBZ +sPU +xJU +sPU +pzN +aVI +skk +rLJ +cAY +cAY +hcI +hcI +xqL +dXB +dXB +dXB +dXB +dXB +iCz +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +jUa +ohF +tRA +qfC +pUT +pUT +rHL +prc +prc +smq +jmf +smq +smq +tei +hfO +doX +ncR +ncR +oEt +bDL +oYd +prc +mNA +smq +smq +gBx +oYd +rHL +unn +unn +unn +ohF +prc +prc +rHL +oYd +rHL +fWR +uni +auT +auT +pmF +pmF +pmF +pmF +auT +ezW +hXC +hxs +bhk +kmV +ljR +pei +jKA +kmV +bhk +wCc +ieZ +auT +auT +auT +auT +wpF +mRH +iOu +fRz +wKx +pLV +vuP +pLV +nRp +jgr +auT +auT +pmF +pmF +pmF +auT +auT +auT +mRH +iOu +clB +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(80,1,1) = {" +rPf +unn +unn +tLI +nvw +mak +mak +mak +cBo +uHY +kwK +kwK +kwK +kwK +gaA +mwC +oBj +ugP +aAw +dbd +fDR +pmO +tnh +tnh +tnh +jpE +hsB +uVe +jdY +nsh +odz +kFE +yad +yad +psj +sZX +juc +kGm +bVd +yad +tGQ +lAA +cTp +xJn +nyf +pIq +nDR +fmX +uAK +kxg +qXu +xpx +rKP +ttr +rlq +qXu +xAI +vAO +ixk +rnT +dDS +kPE +lCo +nQa +aRh +xhS +lCo +uFX +tHH +nnE +tKy +dOP +gRU +gRU +imh +jew +gCo +lKC +gty +vqD +bZr +oxj +aNg +ofM +vEL +nEG +bbn +ufu +nvP +nJv +sMf +mYE +acQ +ofM +raD +fHF +fBg +rSY +fBg +sPU +hBC +vJr +dTB +sPU +slY +sPU +dJb +bhp +gWy +pbk +bhp +bhp +hcI +aob +hcI +eQX +eQX +eQX +eQX +eQX +hcI +aob +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +oYd +oYd +rHL +unn +unn +unn +unn +rHL +oYd +prc +rHL +pUT +pUT +pUT +pMp +pSI +eGP +prc +eAa +smq +smq +gBY +cGs +doX +ncR +ncR +oEt +bDL +oYd +prc +eAa +smq +smq +gBY +oYd +jUa +unn +unn +rHL +prc +prc +prc +prc +prc +oYd +eQp +jgr +ogE +pmF +pmF +pmF +pmF +pmF +auT +qwo +xIe +wOX +bTT +aSB +lpO +xxh +kmV +jKA +lBa +bhk +yaM +auT +auT +auT +auT +auT +auT +mRH +iOu +uwI +vuP +pLV +pLV +nRp +qlM +ogE +auT +pmF +pmF +pmF +pmF +pmF +auT +auT +wpF +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(81,1,1) = {" +rPf +unn +unn +unn +nvw +mak +mak +cXk +bbU +uHY +xGT +sbV +nWM +aCF +ekD +heR +oBj +nty +aAw +dbd +cNi +evu +tnh +fDR +cNi +jpE +stq +uVe +jdY +nsh +odz +kZV +bAs +oqn +dQb +rTW +rTW +rTW +tUz +yad +ajC +cTp +sXD +cTp +beR +qCN +nDR +qCN +xrN +oKP +qXu +qXu +qXu +qXu +qXu +qXu +pZw +cRO +luU +luU +vRF +lCo +lCo +lCo +lCo +lCo +lCo +oul +tHH +nnE +wHk +dOP +gRU +gRU +gRU +kQP +lKC +lKC +bZr +bZr +bZr +fZz +gwb +qKg +fQL +wZh +fGi +udu +uKm +itv +sMf +mYE +acQ +oSW +raD +xpt +fBg +rMP +fBg +sPU +sPU +sPU +sPU +sPU +uQU +fDa +srv +bhp +edQ +bwA +bwA +diu +uyd +vLc +xvP +jVl +jVl +jVl +jVl +jVl +xvP +jVl +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rHL +oYd +prc +prc +prc +oYd +oYd +ohF +oYd +prc +prc +oYd +prc +prc +rHL +bJt +pUT +unn +spq +prc +prc +eAa +gBY +oYd +lKq +ryo +aTP +jxG +iXv +mfz +oYd +unn +oYd +arO +dOv +prc +oYd +oYd +unn +unn +unn +pSI +rhO +oYd +prc +prc +prc +fWR +jgr +auT +pmF +pmF +pmF +pmF +pmF +auT +qwo +xIe +vLR +jKA +kmV +xxh +xxh +xxh +kmV +jKA +bhk +fWA +lKD +rjM +rjM +rjM +lOV +auT +auT +mRH +xBR +uwI +vuP +pLV +fVN +pQu +qlM +auT +auT +pmF +pmF +pmF +pmF +pmF +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(82,1,1) = {" +rPf +unn +unn +unn +nvw +nvw +oyy +gow +bbU +uHY +cYm +cYm +pHF +hzk +jQd +oBj +nty +uyX +aAw +dbd +vzE +vzE +owp +aTO +fDR +jpE +stq +gDJ +jdY +nsh +eFZ +fuO +bAs +sEX +xfa +npW +xuR +jLg +tUz +yad +lGU +cTp +cTp +cTp +vFs +qCN +qCN +puV +tMU +tOx +rzH +pck +hEi +hEi +lzJ +fDG +gRZ +swt +dpJ +xac +pWB +bZr +aYC +uxY +ceM +fXR +lCo +lCo +dqv +dqv +lCo +rld +gRU +gRU +jNs +bZr +rEL +lKC +gty +vqD +bZr +uyK +xcK +cpX +bPN +wZh +kAC +ajP +nvP +bas +sMf +mYE +tES +coF +xNY +puD +wkd +aDx +fBg +fBg +fBg +fBg +fBg +fBg +lDR +twa +pdk +bhp +rtZ +bwA +sNm +qXe +hcI +hBX +tZw +aTx +qNd +pOw +fuW +sER +wva +fDo +unn +unn +unn +unn +unn +unn +unn +unn +unn +oYd +oYd +oYd +prc +prc +prc +prc +prc +prc +prc +prc +prc +prc +prc +oYd +oYd +mRv +unn +unn +unn +unn +dMd +hPS +smq +smq +prc +qEx +aVs +aVs +oBU +aVs +iqa +unn +unn +oYd +smq +smq +prc +pSI +unn +unn +unn +rHL +mIP +rHL +prc +prc +prc +oYd +qiJ +jgr +auT +pmF +pmF +pmF +pmF +pmF +auT +qwo +xIe +pGi +eAd +mkF +kmV +xxh +kmV +jKA +kmV +bhk +qZr +xIA +haS +haS +hMP +uEr +lOV +auT +auT +mRH +oEA +vuu +whG +whG +tkI +pQu +qlM +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(83,1,1) = {" +rPf +unn +unn +unn +nvw +mak +nvw +pGs +bbU +uHY +wSj +sbV +fIn +kwK +tpr +rNO +eyJ +knl +kWt +qRo +gvj +gUk +qRo +wTe +aTO +bwC +fke +oeh +dTI +jps +udd +kFE +bAs +gNh +hBp +btN +nip +qjq +bVd +yad +euh +cTp +cTp +vcf +nyf +qSS +cAP +bJn +fOn +klB +rzH +fZU +efk +efk +efk +efk +vvr +eGN +qpL +scl +vRI +bZr +hzM +tjw +lKC +lKC +lKC +mmS +ueQ +quz +eTZ +aMy +gRU +gRU +kwB +bZr +bZr +bZr +bZr +jiQ +bZr +xlK +xsr +uZy +peN +tqx +tqx +dds +nvP +hiS +lKh +lKh +eRk +rak +cpp +aVI +aVI +ffp +dtM +tcz +qrS +mpr +tHk +vIV +bhp +bhp +bhp +bhp +slK +cDN +bwA +vox +hcI +glK +pMp +qkv +rHL +pUT +pMp +egv +unn +unn +unn +unn +unn +unn +unn +unn +oYd +unn +oYd +oYd +prc +prc +prc +prc +prc +xwO +prc +prc +prc +prc +prc +prc +prc +prc +nBd +unn +unn +unn +unn +unn +oYd +aqX +smq +jmf +gBx +oYd +rHL +rHL +oYd +oYd +unn +unn +unn +oYd +prc +prc +oYd +rHL +oYd +unn +unn +wcd +hJY +gPb +oYd +prc +oYd +oYd +fWR +jgr +ogE +pmF +pmF +pmF +pmF +pmF +auT +ezW +wCc +ieZ +oWx +kmV +jKA +kmV +jKA +kmV +bhk +hXC +hxs +auT +auT +auT +wcs +hMP +uEr +lOV +auT +auT +xMa +hXE +uni +mRH +xBR +tdk +gol +jgr +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(84,1,1) = {" +rPf +unn +unn +unn +nvw +mak +mak +lrX +cBo +uHY +kwK +kwK +kwK +kwK +xar +cIu +aCq +heR +ozn +eFh +pib +sNj +pLi +xrX +idx +idx +stq +eRr +fKJ +gYY +gYY +iuD +bAs +jNH +gAc +cuj +khe +gSt +tUz +yad +rzH +bVi +gPX +rzH +pZw +pZw +rzH +eob +pZw +pZw +pZw +lGU +efk +efk +efk +efk +bVi +hkW +cId +scl +mcs +bZr +plq +lKC +tVT +tVT +hJi +skr +gRU +gRU +gRU +gRU +gRU +gRU +qmW +jew +suw +lKC +gty +vqD +bZr +mHz +rcP +adl +hHb +cZo +tqx +xcZ +vEL +aMp +eAH +eAH +aMp +ofM +nmy +pEY +tIA +urX +urX +aVI +aVI +aVI +aVI +fFj +bhp +bhp +eUb +tsC +aWc +bwA +hcI +hcI +hhJ +ckN +pMp +rHL +jXi +pUT +vKN +pUT +unn +unn +unn +unn +unn +unn +unn +unn +oYd +oYd +rHL +prc +prc +prc +prc +oYd +prc +oYd +oYd +prc +prc +oYd +oYd +prc +oYd +nBd +unn +unn +unn +unn +unn +unn +unn +pTu +mNA +smq +smq +alO +pSI +unn +unn +unn +unn +unn +unn +rHL +prc +prc +oYd +unn +unn +unn +unn +rHL +oYd +dZn +odj +xYx +prc +prc +qiJ +jgr +auT +pmF +pmF +pmF +pmF +pmF +auT +auT +cjq +wCc +ieZ +bhk +kmV +jKA +kmV +bhk +hXC +hxs +cjq +auT +auT +auT +auT +wcs +hMP +uEr +lOV +auT +dpI +woC +auT +auT +wpF +wpF +wpF +auT +auT +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(85,1,1) = {" +rPf +unn +unn +tLI +mak +mak +mak +wVE +lJI +unn +unn +unn +unn +gXX +rKL +wyQ +aCq +nty +bsR +tKW +aGH +gle +tKW +vOf +rdQ +rdQ +stq +gYY +gYY +eRr +gYY +kFE +yad +yad +yad +yad +yad +rul +tUz +oVm +eez +efk +efk +dvA +iFv +iFv +aYS +aYS +aYS +aYS +aYS +gZc +efk +mwO +qqb +aCi +gRZ +drt +dpJ +xac +dpJ +bZr +bZr +bZr +bZr +bZr +bZr +bZr +wBf +aMy +gRU +gRU +gRU +gRU +gRU +kQP +lKC +lKC +bZr +bZr +bZr +oBp +xsr +tWv +vVi +uWy +uHP +lfQ +nvP +eAH +aMp +eAH +eAH +nYg +uws +ulO +xsN +xsN +ozK +dJG +jJc +tdg +vKJ +foU +iGm +pBe +bwA +pRT +bwA +dSP +ivO +vHy +axn +fgv +rHL +vKN +rHL +rHL +prc +oYd +unn +unn +unn +unn +unn +unn +unn +unn +oYd +oYd +prc +prc +prc +oYd +prc +oYd +oYd +oYd +unn +rHL +oYd +unn +rHL +prc +jUa +unn +unn +unn +unn +unn +unn +unn +unn +unn +eAa +smq +smq +gBY +unn +unn +unn +unn +unn +unn +oYd +prc +prc +prc +unn +unn +unn +unn +unn +unn +uRo +nGk +izh +oYd +prc +rHL +fWR +qlM +auT +auT +pmF +pmF +pmF +pmF +pmF +auT +auT +mkn +wCc +ieZ +wyG +bhk +bhk +hXC +hxs +uni +auT +auT +dsG +auT +auT +auT +wcs +hMP +uEr +rjM +fEm +oRp +auT +auT +nSu +auT +auT +auT +pmF +pmF +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(86,1,1) = {" +rPf +unn +unn +ffq +nvw +mak +xtI +mak +wVE +unn +unn +unn +unn +cDq +uGy +nIO +xhO +wVu +fdE +qRo +gUk +gUk +qRo +oyM +aTO +bwC +mRn +tao +gAn +gAn +iUR +ihX +uQg +yad +ruo +rKb +jDu +cVa +tUz +kSr +efk +efk +efk +efk +efk +efk +efk +efk +efk +efk +efk +efk +efk +lCH +seA +dZV +pZw +elT +skw +luU +oik +bZr +omW +iQv +uha +neL +nEm +iUT +gRU +gRU +phZ +rMs +gRU +gRU +aMy +bZr +lTN +lKC +gty +vqD +bZr +djs +rfr +qJq +lym +nEG +bbn +dWW +giT +dbA +mmb +mmb +lzs +vFJ +qLG +sCq +pNT +tDs +cId +luU +eCW +bCz +fzk +bwi +oum +eLd +bwA +eLd +hcI +hcI +hcI +hcI +hcI +egv +bJt +oYd +jVO +prc +oYd +unn +unn +unn +unn +unn +unn +unn +unn +oYd +oYd +oYd +prc +prc +prc +prc +oYd +unn +rHL +unn +unn +oYd +unn +unn +unn +prc +pSI +unn +unn +unn +unn +unn +unn +unn +unn +unn +ohF +eAa +gBY +prc +oYd +unn +unn +rHL +unn +pSI +oYd +prc +prc +prc +oYd +unn +unn +unn +unn +unn +jUa +coN +oYd +prc +oYd +oYd +jvZ +exE +jgr +ogE +auT +pmF +pmF +pmF +pmF +pmF +auT +auT +cjq +wCc +siT +fdk +vgg +hxs +cjq +auT +auT +auT +auT +auT +auT +auT +auT +wcs +hMP +bGa +bGa +uEr +rjM +wQX +iYh +auT +auT +wnV +auT +pmF +pmF +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(87,1,1) = {" +rPf +unn +unn +unn +tLI +lrX +mak +lrX +mak +cXk +unn +unn +unn +gXX +wBq +lrV +aCq +heR +chB +qRo +uGg +nmM +aTO +aTO +fDR +jpE +stq +gDJ +rQQ +nsh +eFZ +mEn +onw +yad +yad +yad +kCa +yad +tpL +oVm +wIn +rCI +hmE +efk +efk +xnf +nuv +rCI +fvd +rCI +xql +gKz +gKz +vkD +uRC +hhg +pZw +aWA +cZy +ygL +vRI +bZr +plq +oyP +qaS +lKC +lKC +cSM +nUE +buN +kfp +xwt +gRU +gRU +bZr +bZr +bZr +bZr +bZr +bZr +bZr +tTn +rcP +tlj +iab +wZh +xTD +pwJ +seG +sax +sMf +mYE +pqb +oWH +kFT +sLz +qqt +oKL +qGn +rpC +kQr +kQr +kQr +rpC +rpC +eLd +pbk +eLd +hcI +unn +unn +unn +unn +gso +rHL +pMp +prc +prc +oYd +unn +unn +unn +unn +unn +unn +unn +oYd +oYd +rHL +prc +prc +prc +oYd +rHL +oYd +unn +unn +unn +ohF +oHi +oYd +unn +prc +gaV +jUa +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rHL +prc +smq +smq +prc +oYd +ohF +oYd +oYd +prc +prc +prc +prc +prc +oYd +ohF +noP +unn +unn +pTu +prc +prc +rHL +oYd +prc +oYd +nqU +qlM +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +auT +auT +auT +auT +dpI +ieN +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +wcs +hMP +jKA +bGa +bGa +spn +izU +qvM +xhE +auT +auT +auT +pmF +pmF +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(88,1,1) = {" +rPf +unn +unn +unn +wVE +wVE +rNg +xtI +wVE +lJI +lrX +unn +unn +gXX +pQO +xHR +vrd +oYj +jzT +qRo +gsH +vkq +fDR +cNi +fDR +jpE +stq +uVe +rQQ +nsh +odz +wYu +ybJ +yad +ruo +rKb +hzL +yad +pJk +yad +pZw +pZw +pZw +qEJ +rGw +pZw +pZw +pZw +pZw +pZw +pZw +pZw +pZw +pZw +pZw +pZw +pZw +pZw +ieH +nvP +dpJ +bZr +plq +hJi +xYC +xYC +bZr +bZr +bZr +bZr +bZr +bZr +dOP +dOP +hUa +hbc +toG +nQZ +nQZ +toG +bZr +sMH +wuy +tRF +nvP +tqx +tqx +xcZ +dFu +uuI +gfW +mYE +wuJ +vOz +mnw +dQU +ycM +iMA +rpC +rpC +bME +vwG +vwG +cqo +ycR +poK +iLX +ybg +hcI +unn +unn +unn +unn +rHL +prc +prc +prc +oYd +oYd +rHL +unn +unn +unn +unn +unn +unn +unn +oYd +oYd +prc +prc +prc +oYd +oYd +unn +unn +unn +unn +unn +unn +pTI +eIW +pSA +jUa +jUa +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +oYd +prc +smq +smq +prc +prc +prc +prc +mNA +gBx +smq +smq +prc +prc +prc +prc +oYd +ejv +unn +jUa +oYd +prc +prc +prc +prc +prc +jvZ +dAY +jgr +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +cUZ +jcF +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +wOL +bGa +hCf +bGa +jKA +mvA +vEk +nTG +auT +auT +wnV +auT +pmF +pmF +auT +auT +auT +auT +auT +auT +pmF +pmF +auT +auT +mRH +fHp +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(89,1,1) = {" +rPf +unn +unn +unn +kir +bbU +cBo +lJI +lJI +cBo +kir +unn +unn +gXX +jvW +vpM +jvW +jvW +xdw +xdw +sDQ +wwJ +ghu +wxa +tnh +jpE +stq +uVe +rQQ +nsh +odz +tZH +sln +yad +cbu +yad +yad +cbu +xeo +yad +iVT +upN +pZw +dMv +ehw +pZw +odd +fha +wpm +tdD +aap +aap +mLg +wpm +rpP +pZw +pZw +pZw +ofM +nvP +vRF +bZr +nQZ +nQZ +bZr +bZr +bZr +uTS +jdi +tYW +qwG +bZr +scQ +tit +bZr +ifM +xmw +mCY +vhT +dld +jye +xsr +amh +jlb +fbg +scl +tJQ +wRq +oVH +haJ +gNY +uQD +dQU +gFE +xUQ +iyy +avd +iMA +wJJ +vBa +vMm +jzo +jzo +jzo +jzo +anf +jzo +fXp +hcI +unn +unn +unn +rHL +prc +prc +prc +prc +prc +unn +unn +unn +unn +unn +unn +unn +oYd +oYd +prc +prc +prc +oYd +rHL +oYd +unn +unn +unn +unn +unn +epX +ufh +gDH +eYf +jRJ +gBZ +epX +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +pSI +oYd +prc +prc +prc +prc +prc +mNA +smq +smq +sEw +smq +prc +prc +oYd +prc +rHL +unn +unn +jUa +rHL +oYd +prc +prc +oYd +rHL +qHt +tjF +jgr +auT +auT +auT +pmF +auT +auT +auT +auT +auT +xUA +rae +bjB +bjB +kLl +xUA +xUA +auT +auT +auT +auT +auT +auT +auT +auT +auT +vRb +bGa +bGa +jKA +bGa +bGa +spn +izU +qvM +xhE +auT +auT +auT +pmF +pmF +auT +auT +xUA +xUA +auT +auT +auT +auT +auT +qwo +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(90,1,1) = {" +rPf +unn +unn +unn +unn +tLI +rTD +kAQ +wEb +tLI +lrX +unn +unn +gXX +xqP +nTq +wEM +jzw +xdw +xdw +oev +cNi +sUX +tnh +cNi +jpE +stq +uVe +lvW +gvs +odz +tZH +phg +eZA +tWo +xrX +gMj +dfK +fuD +ufv +lEB +rAb +onj +uCa +uCa +sdF +jTQ +esI +xrX +xrX +jcK +jVR +xrX +idx +xrX +xrX +nhT +nhT +raD +raD +nhT +tpp +iQQ +iQQ +nhT +eru +aKK +gaL +qNz +jbU +rNq +dpJ +mcs +mcs +qKg +taD +fbU +iQQ +iQQ +nhT +nhT +eru +nhT +sGs +sGs +eru +vGV +ffE +rqr +jGD +dQU +uQD +dQU +gFE +npv +oWS +tES +iMA +wJJ +ref +lUn +nzJ +nzJ +dXR +nzJ +nzJ +kde +fXp +hcI +unn +unn +rHL +fWC +oYd +prc +prc +prc +prc +oYd +rHL +unn +unn +unn +unn +rHL +oYd +prc +prc +prc +oYd +oYd +oYd +unn +unn +unn +unn +unn +unn +kLQ +hQc +guq +anX +irS +tEB +kee +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rHL +prc +prc +prc +smq +smq +eAa +smq +smq +gBY +prc +prc +oYd +prc +prc +prc +rHL +unn +oYd +prc +prc +prc +prc +prc +oYd +jsF +uni +auT +auT +pmF +pmF +pmF +pmF +auT +auT +auT +aHb +ksb +eGA +gxn +fXx +eGA +vEz +lie +qlM +xUA +auT +auT +auT +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +jKA +bGa +jKA +mvA +vEk +nTG +auT +auT +wnV +auT +auT +auT +qwo +kXa +lnX +qlM +xUA +auT +auT +auT +auT +mRH +fHp +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(91,1,1) = {" +rPf +unn +unn +unn +unn +wVE +tLI +xtI +aAH +lrX +lrX +kir +unn +gXX +eGU +kYu +iML +ijW +xdw +xdw +rzY +peo +xoI +tnh +fDR +jpE +stq +uVe +rQQ +nsh +odz +tZH +kLI +gOG +aZa +kLI +xak +krS +kLI +xak +xak +waS +onj +uCa +uCa +sdF +bvc +kLI +xak +xak +krS +aZa +kLI +xak +kLI +xak +raD +raD +raD +raD +sGs +raD +bPR +rAY +sGs +raD +raD +gSU +raD +raD +hzq +dpJ +mcs +mcs +qKg +tae +raD +rAY +ncC +raD +raD +raD +sGs +raD +sGs +jNP +qMo +fEn +orm +oBh +sMf +mYE +pqb +aus +sCc +ukh +hrw +iMA +wJJ +ref +gwl +iob +xXK +nka +jyA +cJL +sDA +vJW +hcI +unn +unn +rHL +oYd +prc +prc +prc +prc +oYd +prc +oYd +dFq +unn +oYd +oYd +oYd +prc +prc +prc +prc +oYd +nBd +unn +unn +unn +unn +unn +unn +unn +vnV +smq +lRl +tBj +svi +lbs +rhQ +unn +unn +unn +unn +unn +unn +unn +unn +unn +rHL +oYd +oYd +oYd +prc +mNA +sEw +smq +prc +eAa +gBY +prc +prc +prc +oYd +prc +prc +prc +prc +rHL +prc +prc +prc +prc +prc +oYd +eKI +inM +jgr +auT +pmF +pmF +pmF +pmF +pmF +pmF +auT +qwo +dkL +vjG +xAQ +iep +jbZ +iep +unn +unn +qqW +lie +qlM +xUA +auT +auT +auT +auT +qrA +nTG +mCb +aom +bGa +bGa +hCf +bGa +bGa +spn +izU +qvM +xhE +auT +auT +auT +auT +auT +mRH +iOu +qqW +lnX +qlM +auT +auT +auT +aHb +fHp +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(92,1,1) = {" +rPf +unn +unn +unn +tOA +nvw +mak +nvw +mak +mak +xza +frH +unn +qht +eze +yaH +fYP +pgH +xdw +xdw +bwC +wzn +jpE +jpE +jpE +bwC +esG +uVe +rQQ +nsh +odz +tZH +eov +dgc +eDS +rdQ +rdQ +qRC +rdQ +xak +liG +daG +onj +uCa +uCa +sdF +lak +xjx +rdQ +rdQ +qRC +beD +iHo +ejf +ejf +tbm +gHS +fCw +umg +wPZ +miD +wDB +kSi +pls +miD +miD +miD +miD +miD +sBx +aKe +dpJ +mcs +mcs +qKg +dLc +plw +pls +lwO +miD +wjX +ooC +miD +shl +rXR +ooC +thu +aiw +vEL +nJv +sMf +mYE +pqb +vOz +olN +dQU +qUZ +iMA +wJJ +ref +gwl +uya +wtt +nka +nDt +drK +sDA +fXp +hcI +unn +unn +oYd +rHL +prc +prc +prc +oYd +unn +rHL +oYd +gMX +rHL +oYd +prc +prc +prc +prc +prc +prc +oYd +unn +unn +unn +unn +unn +unn +unn +gzE +myn +jQu +nDU +apA +tny +wXq +epX +unn +unn +unn +unn +unn +unn +unn +unn +pRL +oYd +oYd +prc +rHL +mNA +smq +smq +gBx +prc +jqz +sIH +dkU +oMc +rHL +prc +prc +prc +prc +oYd +prc +prc +prc +prc +prc +prc +ohF +qiJ +uni +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +auT +auT +mRH +fHp +jbZ +guz +iep +guz +oCt +tbU +unn +unn +qqW +lie +qlM +auT +auT +auT +auT +auT +biU +vEk +pGl +jKA +bGa +jKA +bGa +jKA +qvM +vEk +nTG +auT +auT +wnV +auT +auT +auT +mRH +iOu +unn +lnX +qlM +xUA +aHb +ksb +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(93,1,1) = {" +rPf +unn +unn +oxK +tOA +mak +tLI +mak +mak +mak +mak +xza +kir +xdw +aIl +tcX +qNh +gWi +gXX +unn +pQi +dyB +rRi +aTO +hYC +xRc +mPu +gDJ +rQQ +nsh +eFZ +wjr +vmx +pBu +urJ +dcK +wZl +cLt +xAh +aoo +kNC +sLE +ohM +gYt +mVP +ohM +lWp +mWf +fpl +fpl +aRn +aRn +jTP +xkA +omf +lyk +xJc +eeV +ccO +btb +bAd +hVu +gMC +gMC +uIf +uIf +qPM +jUX +uQI +ncM +yjw +otG +pCL +cHK +otG +nhi +wiR +oeP +jLN +urY +oom +xsr +pZT +nYh +cId +eGN +lFG +xcZ +wDl +nJv +sMf +mYE +pqb +iro +dig +wuq +pIX +iMA +wJJ +mmy +sKw +yld +yld +cHB +wzx +wzx +lTE +fXp +hcI +unn +cSY +rHL +prc +prc +prc +prc +rHL +unn +unn +qki +fBd +prc +prc +prc +prc +oYd +prc +prc +prc +oYd +unn +unn +unn +unn +unn +unn +neV +csn +cAm +mZo +lFH +lIJ +kJa +lsa +vLc +unn +eik +unn +unn +unn +unn +unn +unn +ohF +oYd +prc +prc +prc +eAa +smq +smq +gBY +prc +fWR +uni +mRH +iTi +oMc +prc +smq +smq +prc +prc +prc +prc +prc +prc +rHL +oYd +rHL +ewU +qlM +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +qwo +fHp +unn +bbE +jfJ +jfJ +jfJ +guz +dXq +pzV +unn +unn +lie +qlM +xUA +auT +auT +auT +qrA +nTG +mCb +aom +jKA +bGa +jKA +bGa +bGa +spn +izU +qvM +xhE +auT +auT +auT +auT +auT +mRH +iOu +unn +qqW +qqW +qqW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(94,1,1) = {" +rPf +unn +unn +pSf +tOA +nvw +mak +nvw +nvw +nvw +mak +mak +wpB +xdw +xdw +gXX +gXX +gXX +gXX +unn +tnh +oDV +hXh +aTO +fsL +qUb +tpS +mTk +lvW +gvs +jyx +oIa +sln +uNY +kXk +xsp +xsp +kXk +bVD +kdy +stq +ceB +wLk +ivK +ivK +ohM +ohM +aMa +aMa +ohM +ohM +ohM +ohM +aMa +aMa +ohM +bYl +fah +ohM +aMa +aMa +ohM +ohM +ohM +ohM +aMa +aMa +ohM +otG +jHK +cZP +lAP +vOn +vOn +lAP +pPt +bJT +edd +edd +mbB +otG +uHB +ctH +aFy +otG +bkL +tqx +xcZ +nvP +nJv +sMf +mYE +pqb +vOz +qLX +dQU +hrw +iMA +sXy +aZq +ikr +gLn +jft +rTd +nzJ +aWO +jzo +fXp +hcI +unn +unn +unn +oYd +prc +prc +oYd +unn +unn +unn +unn +oYd +prc +prc +oYd +prc +rHL +rHL +prc +prc +oYd +rHL +unn +unn +unn +unn +unn +aDK +unn +unn +epX +hei +bPK +efF +jDi +ulv +fba +yiW +unn +unn +unn +unn +oYd +fWC +oYd +prc +prc +prc +prc +prc +eAa +gBY +prc +moP +yhh +jgr +ogE +mRH +oDU +prc +smq +smq +prc +mNA +gBx +prc +prc +prc +prc +oYd +unn +lHS +lie +qlM +xUA +xUA +xUA +xUA +xUA +xUA +xUA +xUA +xUA +aHb +fHp +unn +oLi +guz +guz +guz +hkY +guz +unn +unn +unn +unn +qqW +lie +qlM +auT +auT +auT +auT +qvM +fEm +jKA +jKA +bGa +hCf +bGa +jKA +mvA +vEk +nTG +auT +auT +wnV +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(95,1,1) = {" +rPf +unn +mjJ +mjJ +xOG +mak +nvw +tLI +unn +tmD +xuf +mak +nvw +lrX +lrX +unn +unn +unn +unn +unn +unn +ijR +dIv +aTO +efL +fie +kSc +oZW +lvW +gvs +jyx +qby +vmx +oyE +aVc +sez +bhu +sNN +uCJ +kdy +stq +ceB +clr +bHc +bHc +fHg +bHc +bHc +bHc +bHc +bHc +bHc +bHc +bHc +bHc +bHc +ivK +ivK +bHc +bHc +bHc +nyk +wpY +ivK +xIq +ruc +uxE +bFU +otG +otG +otG +otG +eih +xNw +otG +ssQ +ssQ +otG +otG +otG +otG +fcw +otG +otG +cLa +oov +lTV +epo +lGw +bas +dQU +uQD +dQU +gFE +dQU +dQU +tES +iMA +giI +lZB +hqX +gLn +hpd +rrQ +lui +pWT +jzo +fXp +hcI +hcI +unn +iBa +oYd +prc +prc +oYd +rHL +unn +unn +rHL +oYd +prc +prc +rHL +aJN +oYd +vQc +prc +prc +prc +oYd +unn +unn +unn +unn +unn +oYd +prc +unn +unn +bpi +eMP +smq +kGZ +epX +mSo +prc +unn +unn +unn +unn +rHL +oYd +oYd +prc +prc +prc +prc +ohF +lIR +smq +eDu +odj +fWR +jgr +auT +qwo +fuT +oMc +prc +prc +mNA +smq +smq +gBx +smq +smq +prc +prc +oYd +pSI +lHS +qqW +qqW +qqW +qqW +qqW +qqW +qqW +qqW +qqW +qqW +qqW +aoL +unn +guz +iep +guz +jIs +iep +guz +guz +unn +unn +unn +unn +unn +lie +qlM +auT +auT +qvM +bSV +hCf +tgl +haS +hLf +bGa +jKA +bGa +nME +spn +izU +qvM +xhE +auT +auT +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(96,1,1) = {" +rPf +unn +unn +gjs +nvw +mak +unn +unn +unn +unn +unn +mak +mak +tLI +nvw +unn +unn +unn +unn +unn +unn +unn +tnh +wFI +oOI +bOD +lvW +oZW +lvW +gvs +jyx +wYu +vmx +xhN +sph +imz +nbX +pMk +xhN +cXu +piC +upN +clr +bHc +eiO +bHc +bHc +bHc +qwB +bHc +qUg +bHc +bHc +bHc +qwB +bHc +qwB +bHc +bHc +bHc +eiO +ivK +bYl +ivK +bHc +bHc +bHc +pRH +otG +irw +rdL +goF +xNw +xNw +jKi +xNw +xNw +otG +opO +kGX +viL +viL +aBT +mqR +otG +kvw +lTV +xcZ +xri +bas +dQU +uQD +dQU +gFE +dQU +dQU +tES +iMA +hAc +xCf +gLn +gLn +hpd +bBZ +uoy +btx +jzo +vJW +kRg +oNW +eEs +nfZ +pMp +prc +prc +oYd +unn +unn +unn +oYd +prc +prc +rHL +unn +unn +jUa +oYd +rHL +prc +prc +oYd +oYd +unn +unn +unn +unn +unn +oYd +prc +unn +unn +iZK +unn +unn +unn +unn +eIW +unn +unn +unn +unn +unn +ejv +prc +prc +prc +qHt +cPP +mii +jpC +fQP +nGk +kyB +hCG +jgr +auT +auT +mRH +vWF +oYd +prc +eAa +smq +smq +gBY +smq +smq +prc +prc +prc +oYd +ohF +oYd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +xAQ +hmj +iep +iep +guG +guG +iep +srR +jbZ +byX +unn +unn +unn +unn +lHS +nMB +pRf +rjM +oxt +jKA +tgl +nTG +ckV +vRb +jKA +bGa +jKA +bGa +jKA +mvA +vEk +nTG +auT +auT +wnV +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(97,1,1) = {" +rPf +unn +unn +miE +nvw +mak +tmD +unn +unn +unn +tmD +mak +mak +mak +nvw +tLI +unn +unn +unn +unn +cNi +dyB +fDR +wFI +uAQ +vyb +kRr +ujO +lvW +gvs +eFZ +wYu +vmx +uNY +mYf +onU +imz +quM +uNY +cXu +gLu +ohM +ohM +ohM +ohM +ohM +mEP +ohM +ohM +ohM +ohM +ohM +mEP +ohM +ohM +ohM +ohM +ohM +ohM +mEP +ohM +ohM +ohM +uMq +bHc +bHc +bHc +ivK +qpK +eZh +pxC +xNw +fap +jLC +qct +eHh +raB +otG +pgC +kGX +vKP +dxl +otG +otG +otG +eCG +lTV +hZm +eRu +nJv +sMf +mYE +pqb +uTd +qLX +jVk +hrw +iMA +odr +klF +wli +wli +nKU +wzx +wzx +suj +jzo +fXp +kRg +uoO +eEs +nfZ +rHL +prc +prc +rHL +unn +unn +rHL +prc +prc +prc +oYd +wto +unn +unn +ejv +prc +prc +prc +prc +rHL +unn +unn +unn +unn +unn +unn +oYd +prc +prc +tLq +pDP +rzM +oYd +lId +yiW +rHL +unn +unn +unn +unn +oYd +prc +prc +prc +fWR +uni +wpF +mRH +iTi +fim +onO +pTH +qlM +auT +auT +qwo +mHO +oMc +prc +oYd +eAa +gBY +prc +prc +prc +prc +smq +smq +kSv +qIE +axv +oYd +unn +oYd +unn +unn +unn +unn +nBd +unn +iep +iep +guG +guG +iep +guG +guG +iep +guz +guz +unn +unn +unn +unn +unn +qAK +guz +srR +izU +bGa +jKA +oRp +auT +qvM +fEm +jKA +jKA +bGa +hCf +bGa +bGa +spn +izU +qvM +xhE +auT +auT +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(98,1,1) = {" +rPf +unn +unn +unn +nvw +mak +mak +pSf +tLI +xuf +nvw +mak +mak +nvw +tLI +tmD +unn +unn +unn +unn +unn +tRE +gJx +ygh +ltW +wIq +vjN +gDJ +rQQ +nsh +eFZ +tZH +vmx +xhN +xMR +nuj +imz +ldj +eaG +lmE +wUy +vPn +kVx +lwF +cAU +bEl +bEl +aHF +pBm +nuJ +fQg +brn +ivK +brf +squ +bms +ohM +wUr +iLw +cqZ +izD +jBM +ohM +sOR +uxE +bHc +bHc +ivK +pCL +eZh +xNw +xNw +aiG +xNw +rRd +fNb +qct +otG +otG +otG +otG +bDc +aBT +uzq +otG +lqS +lTV +uoi +cxe +nJv +sMf +mYE +pqb +vOz +qLX +dQU +pIX +iMA +wJJ +ref +anf +jzo +jzo +jzo +jzo +jzo +jzo +fXp +pGQ +wFj +eEs +nfZ +pUT +prc +prc +prc +oYd +dFq +prc +prc +prc +prc +rHL +oYd +unn +aJN +oYd +oYd +prc +prc +prc +oYd +unn +unn +unn +unn +unn +unn +unn +oYd +unn +unn +unn +unn +unn +opH +rzM +oYd +unn +unn +unn +unn +prc +prc +prc +oYd +jvh +jgr +ogE +auT +wpF +mRH +vsi +eJO +fEO +jgr +auT +ogE +mRH +oDU +oYd +prc +prc +oYd +oYd +prc +oYd +prc +smq +jmf +smq +smq +qIE +pSI +axv +oYd +unn +unn +jbZ +nnj +iep +iep +iep +iep +guG +guG +iep +guz +jbZ +iep +guz +guz +nnj +unn +unn +unn +wWZ +dXX +guz +iep +iep +izU +bGa +rJd +rjM +fEm +hCf +tgl +pGl +jKA +bGa +jKA +bGa +jKA +mvA +vEk +nTG +auT +auT +wnV +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(99,1,1) = {" +rPf +unn +unn +unn +tLI +nvw +mak +mak +nvw +ejA +mak +mak +nvw +nvw +nzm +tmD +unn +unn +unn +iOS +bwC +gzv +gzv +bwC +bwC +lPt +nVG +cNa +rQQ +nsh +odz +tZH +vmx +uNY +wul +pyA +imz +ois +bxY +kdy +qQU +yly +fdd +cAU +cAU +oSN +vCo +bEl +fWN +ohM +riN +brn +bWU +brn +mkt +fBw +uMX +cor +iLw +cqZ +cqZ +wgI +kEr +fET +wmO +bHc +bHc +njB +kzO +lYZ +sYx +pdb +aDW +ccA +jLC +wxd +wxd +htU +trA +otG +irX +gbU +otG +otG +otG +kaL +tqx +xcZ +vNs +hiS +lKh +lKh +bjn +vWQ +bpI +iHc +hZf +iMA +wJJ +ref +gPQ +nXK +tWs +tWs +tWs +rRn +tWs +aIL +hcI +rMy +eEs +nfZ +oYd +prc +prc +oYd +bHw +fBd +prc +prc +prc +prc +prc +rHL +rHL +rHL +oYd +prc +rHL +prc +prc +prc +rHL +oYd +unn +unn +rHL +unn +pSI +prc +unn +unn +unn +unn +fDg +twS +vvR +oYd +oaW +unn +unn +oYd +prc +prc +prc +prc +fWR +jgr +auT +auT +auT +auT +mRH +mHO +eOZ +jgr +auT +auT +qwo +fuT +oMc +oYd +oYd +prc +rHL +pTu +pSI +wgv +prc +sKR +smq +smq +lTd +axv +rHL +wXm +uKB +fAW +rYp +eMS +iep +guG +guG +iep +guz +guz +jbZ +guz +iep +guG +guG +guz +guz +guz +wZa +jbZ +guz +vss +iep +iep +iep +iep +izU +bGa +jKA +jKA +tgl +nTG +mCb +aom +bGa +bGa +jKA +bGa +bGa +spn +izU +qvM +xhE +auT +auT +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(100,1,1) = {" +rPf +unn +unn +unn +unn +mak +mak +mak +mak +eGI +mak +mak +mak +nvw +tLI +unn +unn +unn +unn +iOS +vfU +sTc +sTc +pPy +uLL +ilw +hsB +uVe +rQQ +nsh +sno +wYu +vmx +uNY +vSt +dOL +dOL +htO +gYZ +uoM +qQU +rrz +qGE +cAU +qRx +ohM +ohM +dvf +ohM +ohM +ohM +dvf +ohM +mEU +mkt +orC +ohM +ohM +dvf +xsu +pUh +fZG +pqD +gZn +pOU +bHc +bHc +qmF +otG +lWM +pxX +bds +dIo +xNw +fap +pog +qzY +paT +rSo +otG +nZY +viL +aBT +uzq +otG +eCG +lTV +xcZ +vEL +aMp +aMp +eAH +eAH +qWu +qKu +dFA +vWY +tDs +bvU +fjk +wtq +oEb +aYh +caL +gjo +oEb +sPL +kOC +hcI +wFj +smq +chc +pUT +prc +prc +oYd +tqD +avs +prc +prc +prc +prc +prc +prc +prc +oYd +prc +prc +prc +prc +prc +prc +prc +prc +oYd +rHL +oYd +oYd +prc +oYd +oYd +unn +unn +unn +fNF +uOj +doI +rHL +unn +unn +unn +rHL +prc +prc +prc +prc +qiJ +jgr +auT +auT +auT +auT +auT +mRH +aJe +jgr +auT +auT +auT +mRH +dFq +oYd +rHL +ohF +oYd +unn +unn +rHL +oYd +axv +sKR +lTd +smq +smq +axv +iep +xAQ +oPG +guG +bbE +iep +guG +guG +guz +guz +guz +srR +guz +guz +guG +guG +iep +guz +guz +iep +guz +iep +vss +uDj +bwK +guG +hmj +iep +izU +bGa +xUr +nTG +auT +qvM +vEk +pGl +jKA +bGa +hCf +bGa +jKA +mvA +vEk +nTG +auT +auT +wnV +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(101,1,1) = {" +rPf +unn +unn +unn +unn +nvw +mak +mak +mak +xvo +mak +mak +nvw +qin +pRl +unn +unn +unn +unn +iOS +sMP +nvS +xrX +idx +fyk +lbm +hsB +uVe +lfh +ouI +dqK +xgZ +vmx +uNY +afc +etV +afc +afc +uNY +cXu +gLu +uMX +gcs +cAU +tbv +ohM +wMZ +qMs +ohM +ohM +swy +fTh +wtE +iea +mkt +mkt +ohM +kuX +fTh +ttf +wbo +iLw +onH +ohM +ejx +ivK +ivK +ddx +otG +lWM +uDC +uDC +jms +nkY +nkY +qzY +qzY +eNQ +juJ +mIS +reS +viL +otG +otG +otG +uNP +lTV +xcZ +vEL +eAH +eAH +eAH +aMp +cNN +tcW +ryR +sHM +luU +hfZ +cQx +nCU +hCj +nyg +xLc +xLc +qPQ +fGC +gsy +orj +lsM +eEs +lPf +vKN +pMp +prc +oYd +oYd +dFq +prc +oYd +rHL +oYd +prc +prc +prc +prc +prc +prc +prc +prc +prc +prc +prc +prc +prc +prc +oYd +prc +oYd +prc +oYd +rHL +unn +unn +unn +unn +unn +unn +unn +unn +unn +ohF +oYd +prc +prc +oYd +fWR +jgr +auT +auT +pmF +auT +auT +qwo +riJ +jgr +auT +auT +auT +qwo +cgb +nqH +aJN +unn +oYd +unn +unn +unn +unn +oYd +axv +axv +smq +smq +iLf +vJi +iep +guG +fIx +nfM +iep +guz +srR +jbZ +nBd +jbZ +guz +iep +iep +iep +iep +iep +guz +guz +iep +guz +guz +iep +vss +uXe +guG +iep +iep +iep +vsu +oRp +auT +auT +qrA +nTG +mCb +aom +bGa +bGa +jKA +bGa +bGa +spn +izU +qvM +xhE +auT +auT +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(102,1,1) = {" +rPf +unn +unn +unn +unn +nvw +nvw +mak +mak +xvo +mak +nvw +gTl +bwf +pRl +iOS +iOS +iOS +iOS +iOS +fwE +wYu +xak +vOf +elS +knY +stq +uVe +lvW +cgW +hjA +wYu +sln +uNY +eah +lVX +lVX +lVX +gOw +lmE +wUy +fRb +ciE +ciE +ohM +ohM +kvP +vKh +ohM +ohM +hmN +oab +eHD +nEB +brn +oQj +ohM +hmN +deh +uMX +xvu +cqZ +ohM +ohM +aMa +bYl +fah +aMa +goV +pyZ +ryS +kWV +otG +pCL +eVm +otG +aZI +hPM +mND +mIS +sLF +viL +oaZ +onX +otG +oDz +lTV +xcZ +bNE +fkJ +mmb +mmb +eyH +cee +tSS +hfZ +hfZ +hfZ +hfZ +wIL +cbi +civ +nsk +xLc +lCJ +oEb +oEb +oEb +hcI +hcI +hcI +hcI +egv +prc +prc +prc +rHL +unn +oYd +unn +unn +oYd +prc +oYd +prc +prc +oYd +rHL +prc +prc +oYd +prc +prc +prc +prc +prc +prc +prc +prc +prc +oYd +oYd +unn +unn +unn +unn +unn +unn +unn +unn +unn +oYd +prc +prc +prc +prc +nqU +jgr +auT +auT +pmF +pmF +auT +auT +wpF +auT +auT +pmF +auT +auT +mRH +fHp +unn +unn +unn +unn +unn +unn +oYd +oBR +rHL +ohF +axv +iLf +guG +guG +vJi +jbZ +guz +iep +guz +jbZ +byX +pnL +unn +unn +wZa +guz +uAu +mil +iep +eLR +xAQ +iep +guz +guz +iep +guG +guG +vss +uDj +iep +oCt +iep +srR +xto +auT +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +jKA +bGa +jKA +mvA +vEk +nTG +auT +auT +wnV +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(103,1,1) = {" +rPf +unn +unn +unn +tmD +nvw +wjB +mak +mak +xvo +mak +mak +jrh +jpN +pRl +iOS +iOS +iOS +iOS +hkT +dKO +wYu +hsB +pPy +oZn +sxe +vOZ +uVe +tYb +dpW +jzm +dQW +sln +jrY +lVX +pnw +tTY +lVX +jiD +cXu +kNC +ohR +oXO +hey +ohM +ohM +ohM +afW +ohM +ohM +ohM +ohM +afW +ciE +ciE +ohM +ohM +afW +ohM +ohM +ciE +ciE +afW +lOy +dWp +psI +dpD +vSF +otG +otG +otG +otG +otG +uqa +wnH +otG +otG +otG +otG +otG +otG +sKr +gtV +bvN +uzb +nMH +tqx +eKH +vpS +bas +sMf +mYE +tES +coF +sMz +hfZ +nOk +jnH +kWk +prC +cbi +qzM +aFW +xLc +xLc +bdk +jBA +tQL +nBR +yhn +kru +hcI +uns +prc +prc +oYd +unn +unn +unn +unn +unn +oYd +prc +rHL +oYd +oYd +oYd +oYd +oYd +oYd +unn +unn +oYd +oYd +oYd +prc +prc +prc +oYd +rHL +oYd +rHL +unn +unn +unn +unn +unn +unn +unn +unn +pSI +oYd +prc +prc +prc +prc +qiJ +jgr +auT +auT +pmF +pmF +auT +auT +auT +auT +auT +pmF +auT +auT +qwo +fHp +unn +unn +unn +unn +unn +unn +unn +unn +unn +rHL +mDc +mnW +guG +guG +iwx +guz +iep +guz +jbZ +tbU +unn +jbZ +unn +unn +unn +jbZ +guz +jbZ +iep +ffe +iAd +iep +iep +guz +iep +guG +guG +iep +guz +tlO +iep +guz +jbZ +ewU +qlM +xUA +auT +auT +qrA +nTG +mCb +aom +bGa +bGa +hCf +bGa +bGa +spn +izU +qvM +xhE +auT +auT +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(104,1,1) = {" +rPf +unn +unn +unn +tmD +pSf +mak +nvw +tLI +xvo +nvw +mak +jrh +jLV +dEv +unD +krw +roF +qRX +lWX +pts +wYu +stq +ald +bwC +blP +mPu +uVe +xgy +qro +qwT +ojy +vmx +jrY +lVX +pnw +pnw +lVX +jiD +cXu +mKw +odY +mfa +kWA +oDF +aPr +aDT +jPY +bzR +avJ +rrO +aDT +jPY +pWK +aDT +aDT +rnH +jSA +xkU +xkU +xkU +xkU +jSA +fbU +rer +qmr +vin +thM +otG +jzK +uuX +nyO +qvJ +tve +ukx +fiw +tcp +fiw +sjQ +ecE +otG +upG +otG +otG +otG +vKQ +lTV +xcZ +xpB +pgn +sMf +mYE +rfM +hbt +nvP +hfZ +bmy +mVI +mVI +mVI +aeS +xvA +gIB +gIB +gIB +kBr +lpJ +apv +xfw +cLW +cLW +hcI +uns +prc +oYd +nBd +unn +unn +unn +unn +unn +cPP +cPP +unn +unn +rHL +oYd +unn +rHL +unn +unn +unn +unn +unn +prc +oYd +prc +oYd +oYd +oYd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +oYd +prc +oYd +prc +prc +ohF +ewU +jgr +auT +auT +pmF +pmF +pmF +auT +auT +auT +pmF +pmF +auT +auT +qwo +iOu +fRz +unn +unn +unn +unn +unn +unn +unn +unn +unn +bIJ +guG +rVo +iwx +iep +iep +iep +iep +guz +unn +unn +unn +unn +unn +unn +unn +unn +tbU +srR +imb +vZY +iep +iep +iLf +vJi +guz +iep +iep +guz +oPD +iep +guz +unn +lHS +qqW +lie +qlM +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +jKA +bGa +jKA +mvA +ckE +nTG +auT +auT +wnV +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(105,1,1) = {" +rPf +unn +unn +unn +unn +xuf +mak +tLI +nvw +xvo +tLI +mak +xoS +iAo +lGS +sYv +sSG +sSG +emf +abq +llH +wYu +ecz +sAg +vpy +uog +nWI +uVe +sYF +nsh +pKQ +hdI +vmx +kMj +rXt +kxa +ewr +rXt +jiD +cXu +wTu +bjy +ied +vOf +nmL +vOf +vOf +lAv +tlW +mUZ +nhS +vOf +jNd +vOf +vOf +vOf +ooC +cFu +ooC +sGs +sGs +miD +iAv +ooC +ooC +ooC +sGs +vEL +lAP +lnw +map +kME +fmy +rxD +dKo +mHd +gig +mHd +gig +flH +xWK +rxD +gdB +coZ +dlM +tsu +ldN +kbD +saR +guL +sMf +mYE +rfM +eAj +raD +iET +hfl +mlf +xxO +xxO +wIL +vxw +lpJ +mzX +iDc +iDc +iEX +bXC +xfw +cLW +aAo +hcI +fAE +prc +oYd +rHL +ejv +unn +unn +unn +rHL +oYd +oYd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rHL +prc +prc +prc +prc +prc +rHL +unn +unn +unn +unn +unn +unn +unn +rHL +ohF +rHL +oYd +oYd +prc +prc +prc +oYd +ewU +jgr +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +pmF +pmF +pmF +auT +auT +mRH +fHp +unn +unn +unn +unn +unn +unn +unn +unn +unn +gEe +guG +guG +iep +guG +guG +iep +iep +guz +guz +unn +unn +unn +unn +unn +unn +unn +aef +nBo +gKh +eLR +iep +iLf +guG +guG +vJi +guz +guz +iep +iep +cvG +mil +unn +unn +unn +unn +lie +jgr +auT +auT +qrA +nTG +mCb +aom +nME +bGa +jKA +bGa +bGa +spn +izU +qvM +xhE +auT +auT +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(106,1,1) = {" +rPf +unn +unn +unn +dgO +fec +azI +nvw +mak +xvo +mak +mak +uSw +eKr +wGw +qPc +sSG +csF +qwK +fZI +aCO +wYu +hfF +sdF +cQa +lDL +xiK +gDJ +rQQ +nsh +eFZ +tZH +vmx +uNY +psD +afc +afc +uNY +uNY +kqa +ruU +lGc +bwC +dSv +egO +egO +dSv +meg +piG +kxO +epJ +dSv +meg +dSv +egO +egO +cxg +gMC +fvn +psI +yau +rOy +gMC +nuP +scl +vRF +ofM +nvP +otG +tlY +lps +kME +otG +enB +rxD +qzY +qzY +qzY +dhA +qzY +qzY +rxD +lmY +coZ +pQz +roQ +mVT +jVE +hLc +nJv +dQU +uQD +rfM +ofM +raD +jUp +sBJ +xxO +mlf +xxO +vRp +oEb +oEb +euI +bPm +pMH +xJX +rmZ +tnV +mTx +lIY +hcI +pUT +rHL +prc +oYd +oYd +unn +unn +unn +oYd +prc +rHL +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +oYd +prc +prc +prc +oYd +unn +unn +unn +unn +unn +unn +pSI +oYd +rHL +oYd +prc +oYd +prc +prc +prc +oYd +unn +ewU +jgr +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +pmF +pmF +pmF +auT +auT +qwo +iOu +fRz +unn +unn +unn +unn +unn +unn +unn +unn +guz +guz +iep +iep +guG +guG +guG +guG +iep +mil +guz +unn +jbZ +unn +jbZ +unn +unn +unn +guG +guG +guG +iep +mnW +guG +guG +iwx +iep +guz +guz +guz +tlO +krT +unn +unn +unn +unn +ewU +qlM +auT +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +hCf +bGa +jKA +mvA +fEm +uEr +lOV +auT +auT +auT +auT +auT +mRH +fHp +unn +unn +unn +unn +unn +unn +rPf +"} +(107,1,1) = {" +rPf +unn +unn +unn +dEc +ssW +jtr +mak +mak +xvo +mak +mak +uIq +iOK +wGw +bia +csF +sSG +jql +fZI +aCO +wYu +ecz +sdF +cQa +eCt +qya +oeh +jps +jps +udd +tZH +mzk +nuM +uCx +wBP +wBP +wBP +dxv +tpN +mzk +wBP +wBP +rGZ +kiR +izT +izT +xTX +abh +xZA +kex +rdq +iWV +gQO +oXl +wBP +xAZ +xAZ +xAZ +qmr +vin +xAZ +xAZ +utn +nmK +iKc +qtx +nvP +lAP +vQD +aQr +kME +qgR +ejo +rxD +xxw +rxD +rxD +rxD +rxD +rxD +kdl +otG +otG +otG +ajj +jnC +xcZ +jAF +guL +ixD +hCC +rfM +ofM +nvP +hRg +pwj +ifL +xxO +xxO +lBp +dEf +xHA +ddQ +feD +gZE +xJX +vDl +awT +bFL +hle +hcI +egv +bdt +prc +prc +rHL +unn +unn +unn +oYd +prc +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rHL +oYd +prc +prc +prc +oYd +oYd +unn +unn +unn +unn +unn +rHL +oYd +oYd +prc +prc +prc +prc +oYd +prc +oYd +ohF +unn +ewU +jgr +auT +auT +pmF +pmF +pmF +pmF +auT +auT +auT +auT +auT +auT +auT +auT +mRH +fHp +unn +unn +unn +unn +unn +unn +mNP +jbZ +guG +guG +iep +iep +guz +iep +guG +guG +guG +iep +guz +guz +iep +guz +guz +guz +unn +unn +mil +guG +guG +iep +guG +rVo +iwx +iep +iep +iep +guz +srR +kQd +unn +unn +unn +unn +unn +unn +lie +qlM +auT +auT +auT +qrA +nTG +mCb +aom +bGa +bGa +jKA +bGa +bGa +bGa +bGa +uEr +iNg +auT +auT +auT +auT +qwo +iOu +unn +unn +unn +unn +unn +unn +rPf +"} +(108,1,1) = {" +rPf +unn +unn +unn +tLI +tOA +xey +mak +mak +jjR +dsb +dsb +hcV +gjm +xTt +ttQ +pEk +tZR +jAR +fZI +wAo +cLd +fnz +sdF +ygo +mYX +puy +xCE +aJE +aJE +djD +ruV +uJs +rdQ +mbW +rdQ +rdQ +vOf +eKQ +rdQ +mNp +rdQ +rdQ +ebV +vOf +dkl +qPr +trX +wWg +etQ +viq +oAs +egU +kXL +sem +bnX +miD +ooC +kDL +ooC +ooC +ooC +sjh +pAl +tqx +vnL +nGN +nvP +otG +iht +voA +kME +otG +efq +jnK +qzY +apJ +qzY +qvT +qzY +bRR +rxD +djI +gLG +kuK +uRA +mJA +iFq +nvP +nJv +ixD +mYE +rfM +eAj +nvP +bvU +lHd +doF +von +heu +nOH +bqi +xHA +ddQ +qhW +jgb +opU +gVO +gVO +gVO +gVO +hcI +mAI +qfC +pUT +rHL +prc +rHL +oYd +oYd +prc +oYd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +oYd +prc +prc +prc +prc +rHL +unn +unn +unn +unn +unn +ohF +prc +oYd +oYd +prc +prc +prc +prc +prc +oYd +pSI +rHL +ewU +jgr +auT +auT +pmF +pmF +pmF +auT +auT +auT +auT +auT +auT +auT +auT +auT +qwo +iOu +unn +unn +unn +unn +unn +hvh +guG +xAQ +guG +guG +iep +srR +jbZ +unn +xAQ +guG +guG +iep +iep +iep +xAQ +iep +iep +guz +guz +unn +guz +iep +iep +iep +guG +guG +iep +guG +guG +iep +guz +guz +unn +unn +unn +unn +unn +unn +unn +unn +lie +jgr +auT +auT +auT +auT +qvM +ckE +pGl +jKA +bGa +jKA +tgl +haS +pTc +jKA +oRp +auT +auT +auT +auT +auT +mRH +fHp +unn +unn +unn +unn +unn +rPf +"} +(109,1,1) = {" +rPf +unn +unn +unn +unn +aoL +mak +mak +mak +mak +mak +mak +hrJ +opi +wGw +qPc +csF +csF +qwK +fZI +aCO +wYu +ecz +gUr +mdU +mYX +wsK +kJM +aRV +kuA +hCW +aJE +bPf +mEc +mTo +wRc +wRc +wRc +wRc +upn +iZf +mCB +paH +bPf +veg +fQu +csC +rfb +tXZ +pXJ +yke +xZc +hZU +gyq +xLm +fav +lnp +ris +acr +tYH +tYH +asR +prp +pAl +rOy +eIB +wxG +nvP +lAP +qzY +qzY +djM +wQF +spg +eVi +tpR +eVi +jdI +eUM +kRa +eVi +rxD +uRA +nkY +nkY +otG +otG +kbD +pXz +guL +oQU +hCC +rfM +ofM +nvP +qcQ +gtR +von +von +von +vnO +pBU +vxw +ddQ +rNu +rNu +xJX +gVO +jnV +gVO +lbE +hcI +nfD +mjh +pUT +pUT +prc +prc +prc +prc +prc +oYd +unn +unn +unn +unn +unn +unn +unn +unn +unn +rHL +prc +prc +prc +prc +oYd +oYd +unn +unn +unn +unn +unn +yiW +oYd +oYd +prc +prc +prc +prc +prc +prc +oYd +oYd +unn +unn +ewU +jgr +auT +auT +pmF +pmF +auT +auT +pbZ +xUA +xUA +xUA +pbZ +auT +auT +auT +auT +mRH +fHp +unn +unn +unn +tcV +ewQ +prv +fnQ +iep +iep +iep +guz +unn +unn +unn +iep +iep +iep +iep +iep +iep +iep +iep +iep +guz +guz +mJk +iep +iep +iep +iep +iep +guz +guG +guG +guz +srR +unn +unn +unn +unn +jbZ +unn +aef +unn +unn +ewU +qlM +auT +auT +auT +auT +qrA +nTG +mCb +aom +bGa +tgl +nTG +auT +lMP +bGa +oRp +auT +auT +auT +auT +auT +qwo +iOu +unn +unn +unn +unn +unn +rPf +"} +(110,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +tLI +mak +mak +mak +mak +uIq +iOK +wGw +jRN +sSG +csF +jql +dLO +wAo +cLd +hsB +ald +bwC +itp +vCu +mqy +lvW +jVQ +sSe +aJE +juX +tGV +lOW +tGV +ldn +tGV +tGV +tGV +soW +mCB +paH +fDO +jlk +tGV +eWh +hCk +mOL +szQ +ivq +gdW +uMR +aTG +tGV +tGV +tRJ +fye +vOz +dQU +dQU +tOD +eAj +hDG +lPh +nhT +raD +nvP +otG +hBc +rGH +ssR +otG +gtD +heS +kRa +uCE +kRa +drx +kRa +heS +hHS +otG +qoY +nkY +bnv +mUd +fXi +uBO +fjY +uHA +klv +rfM +ofM +nvP +bvU +jxx +von +von +heu +von +cbi +xHA +ddQ +svn +pMH +xJX +gVO +tga +gVO +tga +hcI +iBN +eIW +pUT +oYd +prc +prc +prc +prc +prc +prc +pRL +unn +unn +unn +unn +unn +unn +unn +unn +unn +oYd +prc +prc +prc +prc +oYd +unn +unn +unn +sxW +pUT +eIW +pUT +eIW +oYd +prc +prc +oYd +prc +prc +prc +prc +rHL +unn +ewU +jgr +auT +auT +pmF +auT +pEz +cjq +hXC +poc +poc +poc +ieZ +cjq +auT +auT +auT +dOu +uch +unn +unn +unn +unn +nnj +jbZ +tbU +iep +iep +guz +jbZ +nBd +unn +unn +unn +guz +guz +nTN +rUc +sOI +eak +eak +rUc +bPh +iep +iep +mJk +iep +mil +iep +iep +iep +iep +iep +iep +nnj +unn +jbZ +unn +guz +iep +iep +jbZ +aef +unn +unn +lie +qlM +auT +auT +auT +auT +auT +qvM +vEk +hFU +nTG +auT +auT +lMP +jKA +oRp +auT +auT +auT +auT +auT +auT +mRH +fHp +unn +unn +unn +unn +rPf +"} +(111,1,1) = {" +rPf +unn +oxK +unn +xuf +unn +tLI +mak +mak +mak +mak +uSw +cqv +naG +pRl +hFt +rqL +bVM +fcN +vZt +bLI +wYu +hsB +pPy +uLL +vdE +jsf +mqy +lvW +lvW +sSe +aJE +juX +ibZ +taS +ibZ +lvW +ibZ +ibZ +ibZ +soW +mCB +paH +juX +ibZ +goI +ibZ +tev +qFb +qFb +kfW +ibZ +jVQ +goI +ibZ +goI +xxM +ris +vOz +dQU +dQU +tOD +eAj +fCw +lCO +miD +ooC +uws +otG +ssQ +nyy +ssQ +otG +kqO +nyy +kqO +otG +kqO +nyy +kqO +otG +otG +otG +dVo +nkY +uRA +ayd +jys +gOZ +sbx +uqM +mYE +rfM +ofM +nvP +bvU +jUP +von +von +von +aSR +oEs +xHA +ddQ +otb +ojp +lza +tHn +gZC +pOu +pBz +hcI +xBg +eIW +gjz +pUT +rHL +prc +prc +prc +prc +prc +oYd +wgs +unn +unn +unn +unn +unn +unn +rHL +prc +prc +prc +prc +prc +prc +rHL +unn +unn +unn +dqT +oYd +yiW +pUT +oYd +yiW +oYd +rHL +prc +oYd +prc +prc +fyo +unn +unn +ewU +jgr +auT +auT +auT +auT +aHb +hXC +hxs +ybb +wyG +oYE +wCc +ieZ +qlM +auT +auT +qwo +iOu +fRz +unn +unn +unn +unn +wZa +jbZ +nYd +iep +iep +guz +unn +unn +unn +gEe +guz +mQQ +hco +owX +edX +ute +ute +rDr +mDF +tOP +iep +lhd +guz +jbZ +srR +guz +iep +iep +guz +guz +jbZ +guz +guz +guz +iep +iep +iep +guz +guz +unn +unn +unn +lie +jgr +auT +auT +auT +auT +qrA +iDS +rDS +auT +auT +auT +lMP +bGa +oRp +auT +auT +auT +auT +auT +auT +qwo +fHp +unn +unn +unn +unn +rPf +"} +(112,1,1) = {" +rPf +unn +tLI +tRN +ssW +nvw +mak +mak +nvw +mak +nvw +uSw +pZk +bku +jar +fPE +fPE +fPE +wZU +gCk +iTQ +wYu +xak +xrX +xVX +tpN +aCZ +sBt +rIe +rIe +lVV +aJE +sJX +ezX +lTR +lmU +lmU +lmU +lmU +rMq +tpH +paH +mCB +bzI +rPB +aAS +aAS +gdQ +dIT +aYP +aYP +aAS +hcX +bFR +aAS +ezX +tzP +ris +weh +qLR +qLR +gjM +toZ +vRG +nOL +nYh +rnT +nYh +nYh +eGN +mCY +nYh +nYh +rnT +tGW +nYh +nYh +rnT +dPa +eGN +eGN +mLa +uRA +aAM +pII +otG +otG +clP +uxC +srC +ezh +xEU +rfM +coF +vrE +qcQ +lHd +wvC +von +von +von +xFx +rbA +nlq +ixz +cfZ +kBr +oEb +hcI +hcI +kRg +hcI +cHL +pUT +pUT +rHL +bUO +rHL +gZu +rHL +pMp +prc +oYd +unn +unn +unn +unn +unn +unn +unn +oYd +oYd +oYd +prc +prc +prc +oYd +unn +unn +unn +aob +rQc +kph +iFf +lgM +kph +vYY +aob +unn +ohF +prc +jTX +gEn +oZj +ohF +unn +ewU +jgr +auT +auT +auT +cjq +hXC +hxs +hrF +gaB +vbj +esM +ybb +wCc +ieZ +cjq +auT +auT +mRH +fHp +unn +unn +guz +guz +srR +iep +bxT +guG +guz +nBd +unn +unn +unn +jbZ +guz +wap +brt +esh +mgt +fzY +guG +nzf +vNQ +dCi +iep +guz +unn +unn +unn +guz +guz +iep +iep +byX +tbU +jbZ +iep +iep +iep +guz +guz +guz +aef +unn +unn +unn +ewU +qlM +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +lMP +jKA +oRp +auT +auT +auT +auT +auT +auT +qwo +iOu +unn +unn +unn +unn +rPf +"} +(113,1,1) = {" +rPf +unn +akV +tLI +ozV +mak +nvw +nvw +mak +nvw +tLI +nvw +nvw +tLI +jar +iqY +fPE +wWb +jdc +fPE +lEX +ddc +kLI +rdQ +jEO +flO +xak +gtY +fUA +xrX +iMb +idx +xrX +hSy +reU +mZV +lvW +bKt +aOa +pdp +vdU +cpB +xrX +vtp +lwh +fEu +sWq +uhy +nxF +uDF +rKZ +xYf +xrX +ixG +fzr +baU +oBJ +ygL +ris +ris +ris +ris +ofM +vRG +lOs +lOs +nuP +nuP +nuP +tqx +gMC +nuP +nuP +nuP +gMC +nuP +nuP +nuP +sqD +tqx +dcP +otG +otG +otG +nyy +nyy +otG +kdF +kBg +kqL +lbh +mYE +scd +jSG +nvP +bvU +gtR +ifL +von +von +tBm +qKy +oEb +mqw +xHA +bne +hFe +bne +hcI +nuR +bhr +uHu +dUn +eIW +kjW +gjz +upf +pUT +oYd +tRA +pUT +egv +unn +unn +unn +unn +unn +unn +rHL +oYd +prc +oYd +prc +prc +prc +prc +oYd +unn +unn +unn +hcI +qEL +qEL +qEL +qEL +qEL +qEL +hcI +unn +unn +sPZ +eCo +tYK +mBW +rHL +rHL +ewU +qlM +auT +auT +ezW +hXC +hxs +uDu +uTt +jKA +lHz +jKA +chE +hrF +wCc +ieZ +auT +auT +qwo +fHp +ycs +guz +jbZ +guz +iep +iep +guG +guG +guz +jbZ +unn +unn +unn +deA +iep +lEq +kcU +nPJ +soX +guG +guG +wTa +qNB +qDi +iep +iep +unn +unn +unn +jbZ +guz +iep +guG +guG +iep +iep +iep +iep +srR +jbZ +guz +unn +unn +unn +unn +unn +unn +lie +jgr +auT +auT +auT +auT +auT +auT +auT +auT +auT +lkC +wun +pRn +auT +auT +auT +auT +auT +auT +auT +mRH +fHp +unn +unn +unn +rPf +"} +(114,1,1) = {" +rPf +unn +tLI +rwG +tOA +tLI +mak +nvw +nvw +mak +mak +nvw +unn +unn +fPE +iqY +fPE +iti +jdc +fPE +eYc +gLP +hsB +pPy +oZn +wXi +gCI +gCI +gCI +gCI +gCI +flO +eov +gra +dkg +rBT +rBT +ttb +kmj +ttb +jKX +lyC +lHL +gCI +gCI +tHD +cpW +vYX +aQg +lQi +fHn +pca +lHL +tHD +gCI +gCI +gHS +lGw +fkJ +mmb +mmb +eyH +ofM +vin +jiv +jiv +xAZ +cbk +xAZ +cbk +xAZ +xAZ +cbk +cbk +cbk +xAZ +xAZ +xAZ +xAZ +xAZ +jGG +tWh +qIk +dGB +jiv +jiv +aUy +pqd +qHB +sys +maJ +hMU +aDD +ofM +nvP +rDE +foR +doF +xxO +xxO +nOH +hRV +iSH +ejt +lhj +lGk +eMg +nTB +gOH +eNn +rcE +gOH +fgv +sWK +wRj +pUT +jNu +hvE +eIW +ipA +egv +unn +unn +unn +unn +unn +unn +unn +unn +oYd +prc +prc +prc +oYd +prc +prc +oYd +unn +unn +unn +hcI +wCD +okS +wCD +okS +wCD +okS +hcI +unn +unn +unn +oYd +hMy +unn +unn +unn +lHS +lnX +jgr +auT +qwo +xIe +sKJ +kmV +jKA +kmV +xxh +kmV +jKA +kmV +bhk +kTp +auT +auT +qwo +rQp +lhd +guz +guz +guG +guG +iep +guz +guz +jbZ +unn +unn +unn +unn +hIH +iep +gmf +dHK +tpY +fck +bep +jdu +aLb +weX +bKg +iep +jbZ +guz +unn +unn +unn +jbZ +guz +guG +guG +iep +iep +iep +iep +guz +unn +unn +unn +unn +unn +unn +unn +unn +ewU +qlM +auT +auT +auT +auT +auT +ufY +cjq +hXC +poc +bNe +haS +qzA +poc +ieZ +cjq +qlM +auT +auT +eOu +qwo +iOu +unn +unn +unn +rPf +"} +(115,1,1) = {" +rPf +unn +gjs +xlm +jtz +mak +nvw +mak +nvw +tLI +nvw +mak +pSf +unn +fPE +iqY +fPE +sOe +rcl +fPE +gSq +eaJ +stq +pPy +gVe +bwC +bwC +bwC +gzv +gzv +vyx +hqF +tpu +xEf +meg +bwC +bwC +bwC +pbh +pbh +gNl +nSt +mTt +nEt +bwC +bwC +bwC +bwC +pbh +pbh +gNl +nSt +mTt +pBu +bwC +bwC +xcZ +nvP +bas +dQU +dQU +tES +lOl +miD +pls +dhM +miD +oDh +miD +ooC +miD +miD +miD +kql +miD +miD +ooC +miD +miD +iHJ +sBS +miD +ooC +miD +pls +rXQ +ooC +mgE +mtE +cyc +eQT +fVD +ggL +nAS +raD +iET +sBJ +xxO +xxO +mlf +xxO +xxO +xxO +wIL +xhn +bne +bne +bne +hcI +hcI +hcI +hcI +fed +fed +rGI +rGI +wAL +rGI +rGI +fed +fed +mpH +unn +unn +unn +unn +unn +unn +unn +unn +oYd +prc +oYd +oYd +oYd +prc +prc +rHL +unn +unn +hcI +tBo +tBo +tBo +tBo +tBo +tBo +hcI +unn +unn +unn +unn +pSI +unn +unn +unn +unn +ewU +jgr +auT +qwo +xIe +bhk +jKA +kmV +xxh +xxh +xxh +kmV +jKA +bhk +ege +xgH +iVN +mRs +gxn +guz +wgc +guz +guG +guG +iep +jbZ +srR +guz +unn +unn +unn +unn +hnu +mYu +gmf +dHK +idr +xAz +ohi +wTa +guG +weX +bKg +iep +guz +aef +unn +unn +unn +unn +srR +iep +iep +guz +iep +guz +guz +guz +unn +unn +unn +unn +unn +unn +unn +unn +unn +lie +jgr +auT +auT +auT +aHb +aHb +hXC +hxs +bhk +bhk +bhk +bhk +bhk +wCc +ieZ +qlM +qlM +auT +auT +auT +mRH +fHp +unn +unn +rPf +"} +(116,1,1) = {" +rPf +unn +tLI +qlJ +tDC +nvw +mak +mak +nvw +unn +unn +rwG +unn +unn +fPE +iqY +fPE +pLB +uGJ +fPE +qIe +bVw +wwz +aTO +rsr +uXj +xrX +oiU +sTc +pPy +sTc +tZH +stq +kwo +pPy +nvS +xAe +kQk +lHR +ovC +kwo +wYu +stq +sTc +nvS +bHC +dKl +wEI +sTc +ovC +sTc +tZH +stq +pPy +wKs +cel +bor +wwp +nnD +hnl +hnl +wgu +qgN +kGp +sFe +bzL +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +cll +qgN +qgN +nXn +bzL +kOS +tof +lMC +diX +kox +pHh +chy +gth +wAe +raD +jUp +sBJ +mlf +xxO +xxO +xxO +mlf +xxO +wIL +lkd +iHZ +uQh +xjp +lky +iHZ +eGS +eGS +qKP +hls +bQh +sGa +dNw +bQh +syS +hOU +wlD +mpH +mpH +mpH +mpH +unn +unn +unn +unn +unn +unn +rHL +oYd +oYd +prc +prc +prc +prc +oYd +unn +iKK +uxg +oxQ +dCW +czd +czd +ahb +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +ewU +jgr +auT +qwo +xIe +wyG +jKA +kmV +xxh +xxh +xxh +kmV +jKA +bhk +hBY +mgP +gTj +mRs +sDu +guz +mIc +guz +iep +iep +iep +iep +guz +guz +mil +unn +unn +unn +unn +iep +gmf +dHK +emp +wTa +wTa +gLT +guG +fNV +bKg +iep +guz +jbZ +unn +unn +unn +unn +jbZ +iep +jbZ +iep +guz +guz +jbZ +guz +guz +jbZ +guz +gRb +unn +unn +unn +unn +unn +ewU +jgr +auT +auT +auT +cjq +hXC +hxs +bhk +lBa +jKA +jKA +jWM +kmV +bhk +wCc +ieZ +cjq +auT +auT +auT +qwo +iOu +unn +unn +rPf +"} +(117,1,1) = {" +rPf +unn +unn +tLI +ozV +mak +nvw +nvw +nvw +unn +unn +unn +unn +unn +fPE +iqY +fPE +rwp +dWS +fPE +nPP +sZL +rLI +xrX +idx +bHn +czl +kLI +xrX +xrX +xrX +xak +xak +xrX +xrX +czl +cEG +rQI +idx +tZD +xrX +xak +xak +xrX +xak +xak +rwT +xrX +xrX +xrX +xrX +xak +nxi +idx +xrX +xKS +pGz +nKa +vUk +dQU +dQU +tRJ +kGp +qgN +vOw +dmJ +ygz +ygz +chR +ygz +ygz +ygz +chR +ygz +ygz +ygz +chR +ygz +ygz +ygz +tRJ +kGp +kGp +fAl +ykz +pyE +vZw +vIU +cYE +kaE +aHU +wSB +tcE +eAj +nvP +hfZ +gxN +eyp +tAX +oFv +xvp +vlh +ukX +yba +xhn +iHZ +gWY +bIn +pNf +iHZ +jXG +bAb +qKP +myy +bqe +roO +gHP +gLa +cyX +cyX +qcs +izm +iMi +wtP +mpH +unn +unn +unn +unn +unn +unn +unn +unn +unn +oYd +prc +prc +oYd +oYd +oYd +eIW +oYd +yiW +oYd +pUT +eIW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +ewU +jgr +auT +qwo +xIe +bhk +gaB +llN +kmV +xxh +kmV +oWm +gCD +wyG +kTp +auT +auT +qwo +jjm +ksq +guz +guz +iep +iep +iep +iep +iep +guz +wZa +unn +unn +unn +jbZ +iep +lEq +wKn +sfS +xrd +qTP +iWi +wTa +raW +qDi +iep +iep +guz +unn +unn +unn +unn +guz +iep +guG +guG +iep +guz +iep +iep +iep +iep +jbZ +guz +byX +unn +unn +unn +unn +ewU +qlM +auT +auT +ezW +hXC +hxs +bhk +kmV +avM +jKA +jKA +jKA +jRQ +kmV +bhk +wCc +dzs +auT +auT +auT +auT +mRH +fHp +unn +rPf +"} +(118,1,1) = {" +rPf +unn +unn +unn +unn +nvw +mak +nvw +nvw +miE +unn +unn +unn +unn +fPE +fPE +fPE +fPE +wZU +fPE +qVl +nVm +ejf +vOf +vOf +rdQ +rdQ +rdQ +rdQ +rdQ +rdQ +vOf +rdQ +rdQ +itr +vOf +rdQ +kLI +xak +rdQ +vOf +rdQ +rdQ +vOf +vOf +ejf +ugi +apW +xak +vOf +rdQ +rdQ +rdQ +oKN +fMB +mpf +jRL +nvP +acN +dQU +dQU +tRJ +kGp +qgN +vOw +yfU +ima +ima +dQU +ima +ima +ima +dQU +ima +ima +ima +eGz +ima +ima +ima +tRJ +qgN +kGp +wfc +yfU +tll +xCo +cGr +oKK +eNU +kXl +iYL +iOH +ofM +iDz +gHR +iMD +avI +aRr +ffH +uAb +gax +ybx +fbo +nyh +iHZ +xxk +jUV +pNf +iHZ +rFo +tbE +cOw +vFG +gLa +jCA +fZE +gLa +fQk +ayM +qcs +icI +gQz +gzl +mpH +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +oYd +prc +prc +prc +prc +oYd +prc +prc +oYd +yiW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +ewU +jgr +auT +ezW +wCc +ieZ +ybb +gaB +jKA +kmV +oWm +vvP +rMR +hXC +hxs +auT +auT +qwo +uch +unn +unn +jbZ +guz +guz +srR +iep +iLf +vJi +guz +byX +unn +guz +cvG +iep +qkJ +rtz +dZq +vHR +aHy +guG +iTS +wTq +dCi +iep +jfJ +mIc +guz +unn +unn +unn +guz +iep +guG +qHc +iep +iep +iep +iep +iep +iep +iep +iep +jbZ +unn +unn +unn +unn +unn +lie +jgr +auT +qwo +xIe +bhk +kmV +avM +avM +avM +jKA +avM +avM +avM +kmV +bhk +kTp +auT +auT +auT +auT +qwo +fHp +unn +rPf +"} +(119,1,1) = {" +rPf +unn +unn +unn +unn +oxK +nvw +mak +mak +nvw +tLI +unn +unn +unn +unn +unn +fPE +jgp +xKV +fPE +lZA +aTO +aTO +iLb +wpm +wpm +pPy +wpm +wpm +pPy +wpm +wpm +pPy +wpm +wpm +ovC +dmQ +tZH +stq +ovC +pPy +wpm +wpm +rwo +wpm +ega +gRe +udY +stq +sHN +kAe +xUM +xUM +xUM +rvf +oZn +pYy +liK +rRE +qLR +qLR +mrV +qgN +qgN +sHs +rQd +unI +unI +unI +unI +unI +unI +unI +unI +fcT +bwk +gQM +fyG +gQM +fyG +sdK +qgN +qgN +txg +viK +wUm +xip +qzc +lmJ +wxC +kyg +slb +hyc +aHJ +eKa +oEE +oEE +oEE +oEE +oEE +bEE +jUp +tjN +bEE +bEE +iHZ +gGV +jgs +skt +iHZ +hns +wRy +qKP +rqZ +kzf +qpy +qpy +sWx +qpy +qpy +qcs +uKA +myv +eVV +mpH +mpH +mpH +mpH +mpH +mpH +mpH +mpH +mpH +mpH +unn +oYd +prc +prc +prc +prc +oYd +prc +prc +prc +oYd +oYd +rHL +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +ewU +qlM +auT +auT +cjq +wCc +ieZ +rMR +lBa +jKA +gwW +gsi +hXC +hxs +cjq +auT +auT +qwo +fHp +unn +unn +unn +unn +unn +guz +iLf +guG +guG +vJi +hmj +guz +guz +nJw +iep +cJY +oyq +fzO +bBB +bBB +kZP +frm +pyS +ijE +mIc +guz +guz +unn +unn +guz +jbZ +guz +bbE +iep +iep +iep +guz +guz +hmj +guz +guz +guz +iep +iep +guz +aef +unn +unn +unn +ewU +jgr +auT +qwo +xIe +bhk +jKA +jKA +jWM +jKA +avM +jKA +jKA +jKA +jWM +bhk +ege +rjM +rjM +lOV +auT +qwo +fHp +unn +rPf +"} +(120,1,1) = {" +rPf +unn +unn +unn +unn +unn +nvw +mak +nvw +mak +nvw +tLI +unn +unn +unn +unn +iik +eyf +acZ +fPE +gnI +ucC +wWH +fPE +qXh +vzL +qXh +vzL +qXh +qXh +qXh +vzL +qXh +vzL +qXh +qXh +dib +wYu +gcm +pPy +bXj +alv +bXj +alv +bXj +alv +uTx +oKv +qjs +xUM +xqN +xUM +qdW +xUM +obA +bwC +xcZ +nvP +ris +ris +ris +ris +jHe +nhT +iQQ +iQQ +nhT +nhT +nhT +nhT +xGc +oBJ +nhT +ygL +wGk +qqM +jTm +eGz +ePO +aRB +tES +jHe +nhT +fPQ +hbS +tJe +iwX +yfb +lcX +kio +rkX +jFN +hYT +sGs +vwV +snz +qfR +pKY +uGv +mLA +teR +xKh +oHB +ilj +nzF +rdH +kug +xKh +kUG +iHZ +rFo +iop +qKP +mKJ +pCu +gxP +gxP +gLa +gxP +gxP +xwh +icI +myv +cbP +lAj +lAj +rMS +vFm +jEw +lAj +soQ +jyc +vfl +mpH +unn +rHL +prc +oYd +prc +prc +prc +prc +prc +prc +prc +prc +prc +oYd +oYd +unn +unn +unn +unn +unn +unn +unn +unn +unn +lie +qlM +auT +auT +mkn +wCc +ieZ +bhk +bhk +bhk +hXC +hxs +uni +auT +auT +dsG +qwo +fHp +unn +unn +unn +guz +gRb +jbZ +mnW +guG +guG +oZJ +guG +iep +iep +iep +oPD +iep +ebG +wkm +agN +qHF +qHF +wkm +vXB +lhd +iep +iep +iep +guz +jbZ +srR +iep +iep +ffe +qzB +jbZ +wNg +jbZ +guz +guz +guz +unn +unn +jbZ +guz +jbZ +guz +unn +unn +unn +ewU +jgr +auT +qwo +xIe +bhk +jKA +jKA +jKA +jKA +avM +jKA +jKA +jKA +jKA +bhk +hBY +haS +hMP +oRp +auT +qwo +fHp +unn +rPf +"} +(121,1,1) = {" +rPf +unn +unn +unn +unn +unn +tLI +nvw +mak +nvw +mak +mak +nvw +unn +unn +unn +whP +kEs +wTL +sgb +vyW +tTw +vAP +ojO +sAS +kyW +yfu +dhR +uuz +wNm +yfu +dhR +uuz +iEk +uRw +qXh +xUw +tZH +stq +msQ +jlB +oQX +kdY +cnN +qcW +qIF +bXj +wCg +fWY +xUM +bUl +xUM +vqW +xUM +vNr +coY +qOb +nvP +fkJ +mmb +mmb +eyH +qjl +raD +pls +pls +miD +miD +miD +miD +miD +miD +miD +uws +wTy +jyW +dFf +grs +rDv +rDv +cRS +lOl +miD +miD +usJ +usJ +xFG +guV +kly +iqn +jrg +bnP +qwu +aHl +vwr +fPi +pGL +hCX +rVx +cnw +oya +lht +arl +lht +lht +lht +lht +lht +hsu +iHZ +eGS +uuU +oHp +wQn +cNR +cNR +gLa +cNR +gLa +cNR +qcs +nbS +pyK +dqD +lAj +lAj +clY +maa +vWm +lAj +vgz +xEH +gyt +mpH +unn +unn +oYd +prc +oYd +prc +prc +prc +prc +prc +prc +prc +oYd +oYd +prc +oYd +unn +unn +unn +unn +unn +unn +unn +unn +unn +lie +jgr +auT +auT +cjq +wCc +fdk +vgg +poc +hxs +cjq +auT +auT +auT +auT +qwo +fHp +unn +unn +tbU +jbZ +guz +iep +iep +mnW +iwx +guG +guG +iep +iep +iep +iep +nJw +iep +iep +iep +iep +iep +iep +jfJ +mIc +iep +guG +guG +iep +guz +guG +guG +iep +ukw +mAu +iAd +oCt +iep +guz +nnj +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +ijh +jgr +auT +qwo +xIe +bhk +kmV +ugU +mHb +avM +jKA +avM +avM +avM +kmV +bhk +kTp +auT +lMP +oRp +auT +qwo +fHp +unn +rPf +"} +(122,1,1) = {" +rPf +unn +unn +unn +miE +nvw +nvw +nvw +mak +mak +mak +mak +mak +nvw +nvw +unn +fPE +hwI +rny +pEI +qzu +dWS +tTw +iRo +xxL +kTR +xMD +gPG +mXG +uuz +xMD +dCK +mXG +uuz +iEk +qXh +gHK +tZH +stq +xLF +bXj +oGW +rDt +exw +sEM +lOL +rZA +aDN +kEz +bsm +gSg +azF +ueG +xUM +dNb +coY +xcZ +sUs +bas +sMf +mYE +tES +coF +nvP +qAr +qAr +bpe +bpe +wLi +bpe +bpe +wLi +wLi +btb +lDV +xsr +mco +xsr +xsr +aNg +eGZ +btb +mIC +mIC +jHU +jHU +mIC +mIC +mIC +wzz +fEN +deJ +wzz +ajW +anq +nmR +eKR +xHl +pHt +cnw +tkp +lgt +bPD +aGh +aQS +cko +mSj +ino +hsu +iHZ +qKP +qKP +qKP +dvY +kUb +cvw +aAC +cvw +cQo +fbu +aVE +qKP +qKP +qKP +lAj +lAj +oPW +maa +kIM +lAj +jIA +bRu +eMd +mpH +unn +unn +unn +oYd +rHL +prc +prc +prc +prc +prc +prc +prc +prc +prc +prc +oYd +rHL +unn +unn +unn +unn +unn +unn +unn +unn +ewU +qlM +auT +auT +auT +auT +lkC +eLk +auT +auT +auT +auT +auT +auT +auT +qwo +iOu +unn +unn +unn +guz +jbZ +nnj +iep +iep +iep +iep +iep +eLR +iep +iep +iep +guz +vlT +guz +guz +iep +iep +lhd +guz +mil +guz +guG +guG +iep +iep +guG +guG +iep +imb +bQl +vZY +xAQ +iep +iep +jbZ +byX +unn +unn +unn +unn +unn +unn +unn +clB +ijh +uni +auT +auT +ezW +wCc +ieZ +bhk +lBa +xAn +jKA +jKA +jWM +avM +kmV +wyG +hXC +iRR +auT +lMP +oRp +auT +qwo +fHp +unn +rPf +"} +(123,1,1) = {" +rPf +unn +unn +xRy +tLI +nvw +mak +mak +mak +mak +mak +mak +mak +mak +tLI +unn +skl +ebP +orh +tbn +gwO +qIp +qJz +mKk +vUY +fUY +uuz +qVU +qFL +qFL +qFL +rQD +gsl +hOL +aLi +qXh +qXh +vrU +dND +qXh +wNl +juj +nqD +mDW +joK +pqy +dNy +sHk +jPo +dQB +xUS +tZs +xUM +oZE +xvF +bwC +qOb +nvP +nJv +sMf +mYE +rfM +eAj +nvP +wLi +jiA +ozJ +mhV +eEq +gQW +aPb +mwq +wLi +tAe +crL +tvM +tEE +tEE +tEE +nwy +pEf +tAe +mIC +vbL +uWM +dRj +rEw +muZ +mIC +mBJ +czw +aix +prb +qNT +quC +qML +aZe +gpg +rVx +cnw +clH +oEY +hch +qhD +gQw +bTR +cZW +aaw +pDG +iHZ +fTn +fTn +fTn +fTn +vhk +udQ +qKP +udQ +vhk +fTn +fTn +fTn +lAj +lAj +lAj +gYU +lCr +maa +kIM +lAj +xxU +daW +uqT +mpH +unn +unn +unn +nZM +oEB +oYd +prc +oYd +oYd +oYd +prc +prc +prc +prc +prc +oYd +oYd +oYd +unn +unn +unn +unn +unn +unn +unn +unn +lie +jgr +auT +auT +auT +lMP +oRp +auT +auT +auT +auT +auT +auT +auT +auT +mRH +fHp +unn +unn +unn +unn +byX +guz +guz +iep +iep +iep +sWE +xAQ +iep +guz +guz +unn +unn +unn +jbZ +unn +guz +unn +jbZ +guz +iep +guG +guG +iep +iep +xAQ +guz +kqc +srR +wTN +rTk +guz +iep +iep +jbZ +unn +unn +unn +unn +clB +clB +ijh +uni +wpF +auT +auT +auT +auT +cjq +wCc +ieZ +bhk +kmV +jKA +jKA +jKA +kmV +bhk +hXC +hxs +cjq +auT +wOL +oRp +auT +qwo +fHp +unn +rPf +"} +(124,1,1) = {" +rPf +unn +gjs +tDC +nvw +mak +mak +mak +mak +mak +mak +mak +mak +mak +unn +unn +fPE +fPE +fPE +fPE +jbW +jbW +xGq +jbW +gtj +uuz +iEk +nxw +fjC +okk +okk +okk +okk +uMh +iEk +bph +aXQ +hMe +adM +aXQ +cvb +jOw +uOv +lrm +hxK +gnA +lCs +vkx +idT +xUM +swo +kiS +xUM +hxf +rZF +coY +xcZ +vEL +nJv +sMf +mYE +rfM +lLd +nvP +jzM +ssL +vsv +mkM +kif +ohh +sFQ +bIo +jzM +lVz +tRU +stD +jws +wgO +lbY +tRU +dQj +dMY +mIC +mye +uWM +bDR +xnA +muZ +mIC +qIm +psH +dpf +cGy +qhg +nBP +dpq +axd +fRP +cAn +cnw +jNZ +bwP +isw +gRW +suM +pnC +upl +dCe +xLb +iHZ +fTn +jGR +bWm +arc +sdt +jeM +kbk +jeM +qsP +arc +bWm +aOL +lAj +pmY +uqV +oon +pzY +maa +ifb +rsM +cBY +xtE +xtE +mpH +unn +unn +unn +phq +phq +pFt +rHL +pMp +oYd +prc +prc +prc +prc +prc +prc +oYd +prc +prc +oYd +unn +unn +unn +unn +unn +unn +unn +ewU +jgr +auT +auT +auT +lMP +oRp +auT +auT +auT +auT +auT +auT +auT +auT +qwo +iOu +unn +unn +unn +unn +unn +guz +iep +guG +guG +iep +xMt +qzB +iep +guz +jbZ +guz +unn +unn +unn +unn +unn +unn +unn +srR +iLf +unj +guG +iep +iep +guz +guz +jbZ +unn +unn +unn +guz +iep +iep +tya +tbU +nqf +clB +ijh +uni +wpF +wpF +auT +auT +auT +auT +auT +auT +mRH +fnS +wCc +ieZ +bhk +bhk +bhk +bhk +bhk +hXC +hxs +auT +auT +auT +lMP +oRp +auT +qwo +fHp +unn +rPf +"} +(125,1,1) = {" +rPf +unn +qlJ +ruK +tLI +nvw +mak +mak +mak +mak +mak +mak +mak +nvw +nvw +unn +unn +unn +unn +unn +fDl +sml +nTI +jbW +uKq +iEk +uuz +jzc +okk +okk +okk +aSJ +okk +uMh +uuz +vrU +dUf +adM +hMe +dUf +vKg +xtr +tpO +dWo +jrG +xRg +jlB +elk +cli +xUM +xUM +xUM +xUM +liR +eYX +coY +xcZ +lGw +nJv +dQU +uQD +rfM +eAj +nvP +jzM +xJA +dhX +rLR +dyX +dLS +gRl +seS +jzM +scl +uNt +vXL +uEt +bJm +lai +slw +xWa +scl +mIC +hyn +bDR +uWM +pWR +muZ +mIC +tQW +fAK +uQe +wXR +ssO +kLn +fPi +haN +bge +ldK +cnw +jZS +gck +feN +nIu +qdT +gXs +jdZ +vBe +lLt +iHZ +fTn +hxo +iEi +qqY +wrv +qJW +hAh +etb +ceO +qqY +wkb +mKe +lAj +aXS +maa +maa +sFr +maa +weu +lAj +gTt +wXD +qpX +iyP +iyP +iyP +mpH +mpH +mpH +eme +sUK +jsr +rHL +oYd +rHL +prc +prc +prc +prc +prc +prc +oYd +oYd +rHL +oYd +rHL +unn +unn +unn +unn +ewU +qlM +auT +auT +auT +lMP +oRp +auT +auT +auT +auT +auT +auT +auT +auT +auT +mRH +fHp +unn +unn +unn +pnL +jbZ +iep +guG +guG +iep +xAQ +fmq +iep +iep +guz +guz +jbZ +unn +unn +unn +unn +unn +guz +iLf +guG +guG +vJi +jbZ +srR +unn +unn +unn +unn +unn +unn +unn +jbi +tya +igo +kNc +lkb +uni +wpF +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +mRH +cjq +wCc +siT +xUO +rjM +wQX +siT +hxs +cjq +auT +qvM +rjM +fEm +oRp +auT +qwo +fHp +unn +rPf +"} +(126,1,1) = {" +rPf +unn +unn +ozV +nvw +nvw +mak +mak +mak +mak +mak +mak +mak +mak +mak +nvw +nvw +unn +unn +unn +jbW +gNs +nTI +jbW +wCh +eUF +xMD +xbJ +fhx +tKS +sfi +jGu +fhx +ppK +vQN +qXh +qXh +qtM +dND +qXh +lqs +dfr +oHJ +dqQ +eKE +nBO +cvb +cfd +avS +wde +qCf +qCf +xUM +aSn +fpu +coY +xcZ +nvP +nJv +sMf +mYE +rfM +ofM +nvP +dLn +utB +bWf +kbN +dax +nwK +oSl +vEE +wLi +mra +rCQ +ajV +wou +odE +lai +cId +rgA +mra +mIC +dMH +bDR +uWM +uWM +cjZ +wEZ +kme +nFw +bTu +tfT +anq +wAJ +ruZ +sRM +ruZ +cnw +cnw +fcl +gck +uLq +qSt +qdT +dVU +uXW +rhx +tdz +iHZ +fTn +fTn +fTn +fTn +oyW +fBk +sad +ehV +dXT +fTn +fTn +fTn +lAj +new +maa +maa +maa +maa +tkT +hvt +mfp +nTc +ivA +cLo +gZh +xBV +cOC +ycT +xQu +cOC +ewL +pMp +qWc +prc +oYd +oYd +prc +prc +prc +prc +prc +prc +oYd +prc +prc +oYd +oYd +unn +unn +unn +unn +lie +jgr +auT +auT +lMP +uEr +lOV +auT +auT +auT +auT +auT +auT +auT +auT +qwo +iOu +unn +unn +unn +jbZ +mil +iep +iep +iep +guz +iep +iuN +iep +iep +iep +jbZ +srR +guz +unn +unn +unn +unn +jbZ +mnW +guG +guG +iwx +guz +guz +unn +unn +unn +unn +unn +unn +unn +nqf +kNc +lkb +uni +xVp +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +ljm +bck +eLk +auT +auT +auT +auT +lMP +tgl +haS +nTG +auT +qwo +fHp +unn +rPf +"} +(127,1,1) = {" +rPf +unn +unn +unn +pSf +nvw +nvw +mak +nvw +mak +mak +mak +mak +mak +nvw +tLI +tLI +tmD +unn +unn +jbW +jbW +svQ +jbW +qsN +iEk +uuz +bZt +uuz +iEk +uuz +veP +uuz +iEk +uuz +qXh +fqt +ugM +stq +hmS +bXj +rvR +eNw +lPa +pXK +swR +vKg +xOv +lGl +hEP +buQ +nqI +xUM +rjW +rPi +bwC +xcZ +edB +nJv +sMf +mYE +rfM +eAj +vEL +jzM +vmp +vPO +pDu +hUr +voM +vMJ +khG +wLi +eFj +kVG +pMd +lSj +lSj +lSj +kVG +pMd +eFj +mIC +fcX +erq +erq +mIC +mIC +mIC +cuP +fAK +rlQ +kHY +nRJ +bMM +hlK +kXv +vhY +gtM +hWu +jNZ +qQv +afG +exI +qdT +nIu +cJz +vBe +tdz +iHZ +fTn +aOL +uVp +arc +iGc +eZx +gRg +iGc +ykp +arc +bWm +qDC +lAj +vvc +pFN +meq +pDC +rbF +tkT +hvt +mfp +nTc +xaK +tfM +iOP +xlQ +kSZ +tmI +fHQ +cTP +miH +jsr +pFm +qWc +unn +unn +oYd +oYd +prc +prc +prc +prc +prc +prc +oYd +oYd +prc +rHL +unn +unn +unn +ewU +qlM +auT +auT +wcs +hMP +uEr +lOV +auT +auT +auT +auT +auT +auT +auT +auT +mRH +fHp +unn +unn +jbZ +guz +iep +guz +guG +guG +jbZ +srR +iep +guG +guG +iep +guz +guz +guz +wZa +unn +srR +guz +iep +mnW +iwx +iep +guz +guz +nnj +unn +unn +unn +unn +unn +unn +ijh +uni +wpF +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +lMP +bGa +oRp +auT +auT +auT +auT +lMP +oRp +auT +auT +auT +qwo +iOu +unn +rPf +"} +(128,1,1) = {" +rPf +unn +unn +unn +unn +tLI +nvw +nvw +nvw +tLI +mak +mak +mak +mak +mak +nvw +xuf +tmD +unn +unn +vGM +dsK +kMu +gIT +uJZ +uuz +iEk +uuz +iEk +uuz +iEk +ryy +dRh +kyW +iEk +qXh +qCZ +tZH +hsB +alU +bXj +bXK +fhe +sBZ +qEr +aGp +uTx +cbM +aei +vFO +tmt +buQ +buQ +xUM +ohX +coY +xcZ +nvP +bas +sMf +mYE +tES +coF +nvP +jzM +chb +lBG +anN +kDj +sxT +gRl +dVr +nMi +goK +lxb +lxb +qWf +djJ +nMh +lxb +lxb +kYM +mIC +bfP +tsz +tsz +bfP +sUY +piK +clb +fAK +bTu +rMg +vJv +wbj +xKM +rgW +vhY +gtM +fAG +jNZ +gck +tEA +qSt +qdT +qSt +krK +vBe +xLb +iHZ +fTn +fPp +wHq +qqY +wrv +eZx +gRg +iGc +ceO +qqY +vCL +wPf +lAj +lAj +lAj +lAj +tQC +haR +lAj +heN +cdW +nTc +qGQ +oZI +jbL +iTP +mpH +mpH +mpH +mpH +oQJ +qWc +qWc +wry +unn +unn +unn +prc +prc +prc +prc +prc +prc +prc +prc +prc +oYd +unn +unn +unn +unn +unn +lie +jgr +auT +auT +wcs +hMP +uEr +lOV +auT +auT +auT +auT +auT +auT +auT +qwo +iOu +fRz +kqc +wgc +iep +iep +iep +guG +guG +guz +nnj +iep +guG +guG +iep +iep +iep +jbZ +guz +byX +guz +guz +iep +iep +iep +iep +iep +jbZ +jbZ +unn +unn +unn +unn +unn +ijh +uni +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +qvM +bSV +jKA +oRp +auT +auT +aHb +hXC +bkk +wvi +ieZ +qlM +auT +auT +mRH +fHp +rPf +"} +(129,1,1) = {" +rPf +unn +unn +unn +unn +unn +miE +unn +nvw +nvw +nvw +mak +mak +mak +nvw +pSf +unn +unn +unn +jbW +jbW +tEY +kMu +jbW +hLE +vCx +uuz +iEk +uuz +iEk +uuz +igB +sUj +rxx +bdu +qXh +nqk +aVu +stq +nPy +lqs +alK +cMi +qPw +rxY +hmi +bXj +wCg +fWY +xUM +vqW +xUM +vqW +xUM +dNb +coY +xcZ +vEL +hiS +lKh +lKh +eRk +cvf +nvP +dLn +uAR +lCv +mkz +kVU +hPt +pER +nvV +acW +goK +ohs +lxb +lxb +lxb +lxb +lxb +lxb +wzG +scS +pLQ +pLQ +pLQ +pLQ +pLQ +scS +fAK +fAK +oSR +nST +vVt +tjT +bnY +lQO +iHZ +mZa +gUm +nJL +gck +uLq +nIu +qdT +nIu +uXW +rhx +tdz +iHZ +fTn +fTn +fTn +fTn +xre +eZx +gRg +iGc +dIS +fTn +fTn +fTn +dpn +fBB +xiS +nVE +lKy +lKy +xwy +pSJ +nTc +hOx +icV +eJh +eJh +elu +eJh +eJh +eJh +mpH +yiW +omC +bPt +phq +unn +unn +unn +oYd +oYd +prc +oYd +oYd +oYd +oYd +prc +prc +oYd +unn +unn +unn +unn +unn +ewU +qlM +auT +auT +auT +wcs +hMP +uEr +lOV +auT +auT +qvM +xhE +auT +auT +auT +mRH +fHp +rLD +iep +kEv +mJk +uDj +iep +guz +iep +guz +jbZ +iep +iep +iep +iep +guG +guG +iep +guz +jbZ +guG +guG +iep +iep +iep +iep +iep +lhd +kqc +unn +unn +unn +ijh +uni +auT +auT +auT +auT +auT +auT +auT +auT +dVG +auT +dVG +auT +auT +auT +auT +auT +auT +auT +auT +qvM +fEm +bGa +tgl +nTG +auT +aHb +hXC +hxs +bhk +bhk +wCc +ieZ +qlM +auT +qwo +fHp +rPf +"} +(130,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +unn +tLI +wKl +tLI +mak +mak +mak +tLI +unn +unn +unn +unn +jbW +izZ +jgu +efb +xpy +aOe +hMe +cSl +heQ +soU +uMu +qXh +vzL +qXh +vzL +qXh +qXh +qQj +til +stq +mEF +bXj +alv +bXj +alv +bXj +alv +qAO +jko +stq +xUM +rbE +xUM +arR +xUM +lAU +bwC +xcZ +vEL +aMp +eAH +eAH +aMp +ofM +nvP +wLi +fpy +hCL +nCR +pLd +gQW +cDD +wmy +wLi +eFj +eFj +aeU +txX +lxb +fTP +iyi +bvi +fBC +mIC +iNu +iNu +iNu +iNu +iNu +ykA +hMA +fAK +fAK +ieg +emG +hOC +rjI +mBl +iNB +lXt +cnY +cnY +qQv +afG +qSt +qdT +qSt +cJz +vBe +qGr +iHZ +fTn +qJS +bVu +arc +iGc +fBk +sad +jOp +ykp +arc +lCt +ksm +dpn +dpn +bXZ +nTc +nTc +nTc +nTc +nTc +nTc +vsw +eJh +eJh +xwx +iwR +cbb +mKR +mXr +mpH +eme +btL +mpH +unn +unn +unn +unn +unn +rHL +oYd +oYd +oYd +prc +prc +prc +prc +prc +oYd +rHL +unn +unn +unn +unn +lie +jgr +auT +auT +auT +wcs +hMP +uEr +rjM +rjM +ckE +nTG +auT +auT +wnV +auT +lFq +iep +iep +iep +qQt +wPm +iep +guz +iep +guz +guz +iep +guz +iep +iep +guG +guG +iep +iep +iep +guG +guG +guz +guz +iep +iep +iep +pen +jbZ +unn +unn +ijh +uni +auT +auT +auT +auT +auT +auT +auT +auT +auT +pLJ +auT +pLJ +auT +auT +auT +auT +xtX +auT +qvM +rjM +fEm +jKA +bGa +oRp +auT +auT +hXC +hxs +lBa +avM +avM +kmV +wCc +sKH +auT +qwo +fHp +rPf +"} +(131,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +unn +nvw +eGI +mak +mak +mak +nvw +unn +unn +unn +unn +unn +jbW +mtH +xAN +dZw +ivR +gOs +xji +sjN +uMW +buU +fof +qXh +rFd +faD +nEF +hAv +uWu +dZD +til +hsB +pPy +mvs +wpm +wpm +wGS +lzw +wpm +jan +uXq +vNv +xUM +fla +xUM +xUM +xUM +dNb +cel +qOb +nvP +aMp +eAH +eAH +aMp +lOl +uws +iMA +lOJ +bAF +bAF +lOJ +bAF +bAF +lOJ +lOJ +lOJ +lOJ +bCy +tTZ +lxb +xvm +tSy +pgA +pgA +tSy +pgA +pgA +tSy +eRR +tSy +wzz +hjI +fAK +fAK +loC +gtQ +hOC +wbj +kTA +eQw +cay +cnY +jxa +qQv +afG +exI +qdT +nIu +cJz +vBe +lLt +iHZ +fTn +fux +mpa +qqY +wrv +lOg +bGU +mlk +ceO +qqY +iEi +aiI +dpn +dpn +cGt +nZz +fpF +iAl +meR +nTc +nTc +mml +eJh +fzR +xKR +iwR +iCO +sFO +boe +mpH +gnv +dKV +mpH +unn +unn +unn +unn +unn +unn +oYd +rHL +prc +prc +prc +prc +prc +oYd +oYd +unn +unn +unn +unn +unn +ewU +qlM +auT +auT +auT +auT +wOL +jKA +bGa +bGa +spn +izU +qvM +cgR +auT +auT +sWI +jdw +iep +iep +guG +guG +mJk +iep +iep +iep +guz +guz +guz +guz +guz +iep +iep +iep +iep +iep +iep +iep +guz +jbZ +srR +iep +jbZ +lhd +pnL +unn +ijh +uni +auT +auT +auT +auT +auT +auT +auT +nOr +auT +auT +vhM +auT +vhM +auT +auT +auT +isZ +auT +qvM +fEm +jKA +bGa +bGa +bGa +uEr +rjM +rjM +fgS +bhk +avM +jKA +mgG +avM +bhk +xIe +auT +qwo +fHp +rPf +"} +(132,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +unn +nvw +xvo +mak +mak +tLI +qMu +qMu +unn +ybU +ybU +ybU +jbW +rHb +lLg +kMu +kMu +pky +yjF +fGO +fGO +yjF +fGO +qXh +aWa +sfo +tQK +qyZ +idx +idx +xak +xak +xrX +idx +xrX +xrX +sSK +pCq +tBP +xrX +xak +kLI +ylD +idx +xrX +uSt +jSP +ofg +gqY +fXi +tup +ijv +mmb +mmb +lzs +wBx +hYX +iMA +lOJ +sOj +dht +fcU +tXw +dht +fcU +gVL +dht +lOJ +sKc +nMh +lxb +hrv +tSy +vLE +mZl +mZl +mZl +mZl +mZl +qoq +tSy +wzz +nnd +fAK +bYL +wzz +vHh +wLe +jEy +bOj +iHZ +eao +jUc +jVg +gck +fLX +qSt +qdT +dVU +uoL +rhx +xLb +iHZ +fTn +fTn +fTn +fTn +ogH +gtc +gtc +fRk +sHm +fTn +fTn +fTn +skO +skO +skO +skO +grS +uMO +nOA +nTc +nTc +mml +eJh +vUv +kMk +iwR +xDU +lDK +rYg +mpH +diZ +gyC +mpH +unn +unn +unn +unn +unn +unn +unn +oYd +prc +prc +prc +prc +oYd +oYd +prc +oYd +oYd +rHL +unn +unn +unn +lie +jgr +auT +auT +auT +lMP +bGa +hCf +bGa +jKA +mvA +ckE +nTG +auT +qvM +ony +bGa +jdw +iep +hmj +iep +eLR +khN +khN +qXJ +guz +guz +guz +srR +dkf +guG +iep +iep +jbZ +guz +iep +iep +iep +guz +guz +iep +iep +piw +igo +ijh +uni +auT +auT +auT +auT +auT +auT +isZ +auT +auT +aHb +ogE +pbZ +xUA +pbZ +ogE +qlM +eVt +auT +qvM +fEm +bGa +tgl +haS +haS +haS +haS +haS +haS +vUh +bhk +avM +jKA +jKA +avM +bhk +xIe +auT +qwo +fHp +rPf +"} +(133,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +unn +tLI +dwv +mak +tLI +xap +yaj +ybU +ybU +ybU +vMz +vMz +jbW +jbW +jbW +wdI +jbW +jbW +sNs +uGo +wTt +bAH +yjF +qXh +lBO +qbM +rRq +srn +vOf +rdQ +bpl +rdQ +rdQ +rdQ +xak +czl +rdQ +vOf +xak +kLI +rdQ +rdQ +rdQ +rdQ +vOf +ejf +rdQ +vOf +jsc +wuz +vEL +dAA +sMf +mYE +dou +dQU +ieF +iMA +lOJ +sMv +hEg +kID +ayX +hEg +kID +uQf +vMR +tHc +fsi +uCo +lxb +fqW +qRd +uYt +svU +fyP +fyP +fyP +blx +sBW +tSy +wqA +ixd +fAK +wFc +wzz +cVQ +kht +bFO +roW +iHZ +fOb +dtK +jNZ +gck +uLq +nIu +qdT +nIu +uXW +vrh +tdz +iHZ +yfO +yfO +yfO +yfO +yfO +izC +izC +whM +xvZ +whM +whM +whM +jdy +lIs +nyM +mqr +eqU +skO +jJM +nTc +nTc +uvb +eJh +eJh +aIB +iwR +odD +iwR +rcF +mpH +eme +btL +mpH +mpH +mpH +unn +unn +unn +unn +rHL +oYd +oYd +prc +prc +prc +prc +prc +oYd +oYd +rHL +unn +unn +unn +unn +ewU +jgr +auT +auT +auT +lMP +bGa +bGa +jKA +bGa +bGa +spn +izU +qvM +bSV +jKA +jKA +bGa +jdw +iep +iep +guz +guz +iep +mil +bRP +unn +unn +byX +guG +guG +iep +iep +guz +guz +iep +iep +iep +guz +guz +iep +lhd +qrv +lkb +uni +auT +auT +auT +auT +auT +auT +auT +nOr +isZ +ooT +hXC +siT +siT +siT +siT +siT +sTl +bVX +qoK +ooE +jKA +tgl +nTG +auT +auT +auT +auT +auT +auT +wCc +ieZ +kmV +avM +avM +lBa +hXC +tKZ +auT +qwo +fHp +rPf +"} +(134,1,1) = {" +rPf +unn +unn +unn +unn +wel +wel +wel +wel +plo +mak +vzN +bjO +uPK +ybU +pIe +iRm +gks +tTG +dkJ +dmy +jbW +bPC +jbW +jbW +qXh +qXh +qXh +qXh +kdT +qXh +kCz +xKl +hsB +rsr +sTc +sTc +pPJ +qwq +sFU +kwo +gGC +stq +sTc +sTc +tZH +stq +kwo +sTc +xsi +oaR +kcf +kcf +pPy +wKs +oZn +xcZ +nvP +itv +sMf +mYE +jor +oMS +txl +iMA +lOJ +ydJ +pnH +ewV +amd +pnH +lvw +rSx +vCz +tHc +fsi +uCo +lxb +oFA +iRQ +gxG +uNH +wpW +wpW +wpW +rxn +bTX +iRQ +dQN +fAK +fAK +rPF +wzz +gVN +kht +xPk +pJM +iHZ +ddX +jog +cay +qQv +afG +bZs +qdT +qSt +cJz +vrh +xLb +iHZ +yfO +geR +wZq +fII +yfO +beh +doH +cJt +qls +gZJ +fOk +whM +xWj +nii +qbH +cUn +nHE +gRi +nTc +nTc +nTc +eqn +cOq +eJh +cOD +iwR +rLm +eRT +mqv +njU +oiI +xHn +njU +njU +mpH +unn +unn +unn +unn +pRL +rHL +unn +oYd +oYd +prc +prc +prc +prc +oYd +unn +unn +unn +unn +unn +ewU +qlM +auT +auT +qvM +vEk +pGl +jKA +bGa +jKA +bGa +jKA +mvA +fEm +hCf +tgl +haS +hLf +bGa +jdw +iep +iep +hmj +jbZ +unn +unn +unn +unn +oHl +tbU +guG +guG +guz +guz +jbZ +guz +iep +iep +guz +guz +guz +dVT +nvX +uni +auT +auT +auT +auT +auT +auT +isZ +auT +ogE +aHb +hXC +hxs +gXN +ykc +ykc +ykc +sYd +edO +aps +hSG +aEE +tgl +nTG +auT +xtX +auT +auT +auT +auT +auT +mRH +wCc +ieZ +bhk +bhk +hXC +hxs +uni +auT +aHb +fHp +rPf +"} +(135,1,1) = {" +rPf +unn +unn +unn +unn +wel +pff +aYO +hmn +plo +vzN +rvM +hxi +niL +ybU +plv +ett +enV +enV +gwk +vMz +rBX +gSy +hyJ +cMm +pIu +tBE +mbM +cMI +nmM +fUo +xsd +wYu +stq +aTO +gVe +gVe +sXJ +gdp +phJ +gVe +ruV +ugN +gVe +gVe +ruV +ugN +gVe +gVe +ipt +jdd +uBD +gVe +bwC +bwC +bwC +xcZ +nvP +nJv +sMf +fpx +skv +pDx +nJr +iMA +lOJ +qZt +wGz +cjI +iJy +okF +xbH +brR +okF +tHc +fsi +uCo +lxb +oFA +gCr +pDM +dCJ +byB +byB +byB +sPv +akp +gCr +dQN +fAK +fAK +fkW +wzz +njL +lFC +vNd +qKr +iHZ +coU +smM +cay +gck +xtv +nIu +qdT +nIu +mRa +ksY +xLb +iHZ +yfO +mZc +ltR +qis +wjv +lrU +lrU +pwU +jss +nKg +jiO +whM +jdy +nii +qbH +ntk +eqU +skO +xcL +amO +nTc +hPG +gOn +myb +mvO +iwR +iCO +sFO +iCO +njU +xPr +aYk +iTh +njU +mpH +unn +unn +unn +unn +unn +rHL +unn +unn +oYd +oYd +prc +prc +prc +prc +rHL +unn +unn +unn +unn +unn +lie +jgr +auT +qrA +nTG +mCb +aom +bGa +bGa +hCf +bGa +jKA +jKA +tgl +nTG +auT +lMP +jKA +bGa +jdw +iep +mvZ +unn +unn +unn +unn +unn +gUP +srR +qHc +guG +jbZ +unn +unn +nnj +guz +iep +guz +jbZ +lhd +plK +fZi +jgr +auT +auT +auT +auT +auT +auT +auT +isZ +ooT +hXC +hxs +gXN +kOQ +sHy +hLv +bhk +vPe +aiy +sou +cIv +nvE +nTG +auT +isZ +auT +auT +auT +auT +auT +auT +auT +mRH +wCc +fdk +vgg +hxs +uni +auT +aHb +ksb +aoL +rPf +"} +(136,1,1) = {" +rPf +hcI +hcI +wel +wel +wel +dRm +aYO +apj +plo +mak +dJp +hqU +uPK +ybU +fEI +tXt +lpW +rPz +vXS +vMz +rBX +gSy +fgU +cKN +fgU +edR +idx +rSM +idx +idx +xrX +lvJ +stq +aTO +bwC +ifZ +ifZ +bwC +ifZ +ifZ +bwC +bwC +ifZ +ifZ +bwC +bwC +ifZ +ifZ +bwC +bwC +ifZ +ifZ +bwC +wKT +nvJ +jsp +htL +nJv +dQU +klv +skv +eGz +jQr +iMA +lOJ +uQV +uAL +vfP +oTx +uAL +vfP +qIy +uAL +tHc +fsi +uCo +lxb +cQH +hsG +gxG +uNH +wpW +wpW +wpW +wke +bTX +tSy +wqA +jLy +fAK +hWW +wzz +mYs +kht +lWc +mMv +iHZ +vYw +uOJ +cay +gck +ius +qSt +qdT +qSt +uXW +mER +lLt +iHZ +yfO +tfa +tfa +tfa +yfO +xNf +npf +piB +jss +qZq +iIF +whM +jdy +gHy +ldw +oIF +ykW +amj +smN +nTc +nTc +nTc +nGB +fZg +myK +iwR +xDU +sBa +kkx +pNI +ieu +aYk +eIH +njU +mpH +unn +unn +unn +unn +unn +unn +unn +unn +rHL +oYd +oYd +prc +prc +oYd +unn +unn +unn +unn +unn +unn +ewU +qlM +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +jKA +bGa +jKA +fzu +auT +qvM +fEm +jKA +xUr +sAX +fZn +doO +fRz +unn +unn +unn +unn +unn +guz +uAu +iep +guz +unn +unn +unn +guz +iep +jbZ +nBd +unn +ewU +uni +auT +auT +auT +auT +auT +auT +auT +auT +aHb +hXC +hxs +gXN +kOQ +geE +oHX +oHX +oHX +mSv +wRM +qnY +pCl +tsr +auT +isZ +auT +fhO +auT +auT +auT +auT +auT +auT +auT +auT +dpI +ieN +auT +auT +aHb +ksb +aoL +unn +rPf +"} +(137,1,1) = {" +rPf +hcI +iwY +bdi +fGQ +sCC +hre +bjO +hmn +fBb +vzN +psQ +lhS +acs +ybU +hAm +dcV +lpW +hTD +goc +vtn +rBX +jYf +fgU +cKN +fgU +faV +sQH +eWN +vOf +gFZ +wte +vOf +jiq +aTO +lcL +wau +hiK +urI +urI +hpT +bha +urI +urI +hpT +bha +urI +urI +hpT +bha +urI +urI +qPJ +bwC +rjv +vBN +vgB +nvP +nJv +sMf +hCC +pws +kgx +bfn +iMA +lOJ +wmg +hEg +kID +ayX +hEg +uXx +uQf +vMR +tHc +fLw +uCo +lxb +ukk +pgA +pDM +oAO +gMg +gMg +gMg +uNx +akp +knX +wzz +qPT +jWG +wzz +wzz +vOX +hmk +mTf +oPg +aUr +jBD +rDH +cay +bwP +isw +eIA +ufk +ybD +xwk +noY +xLb +iHZ +yfO +geo +cKs +aNl +wjv +lrU +lrU +dNR +vKq +qZq +qfH +whM +xWj +nii +qbH +jfI +sMD +amj +cRE +nTc +nTc +nTc +gOn +eJh +mlI +iwR +rcF +rcF +aXx +bqd +xRb +aYk +lvv +njU +mpH +mpH +mpH +unn +unn +unn +unn +unn +unn +oYd +oYd +prc +prc +prc +prc +oYd +rHL +unn +unn +unn +unn +unn +lie +qlM +auT +auT +qrA +nTG +mCb +aom +bGa +bGa +jKA +bGa +rJd +rjM +fEm +hCf +tgl +nTG +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +guz +guz +iep +guz +unn +unn +unn +jbZ +iep +guz +unn +unn +ijh +jgr +auT +auT +auT +auT +auT +auT +auT +aHb +hXC +hxs +gXN +jAZ +geE +kOQ +bhk +bhk +bhk +vPe +iui +ujU +pCl +qys +ieZ +qlM +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +cUZ +jcF +auT +aHb +ksb +aoL +unn +unn +rPf +"} +(138,1,1) = {" +rPf +hcI +rra +llP +vzN +jrh +cqv +ofv +ifJ +plo +vzN +pmM +cGk +unn +uIk +vMz +lrK +lpW +rPz +oAZ +spa +rBX +gSy +exr +tBE +tBE +tBE +xHo +pxU +wbV +rOF +mCz +ilT +nmM +aTO +lcL +pjh +gDJ +hRP +utx +eFZ +gDJ +jzP +yfF +eFZ +gDJ +bRS +rWI +eFZ +gDJ +aun +pXf +ebq +bwC +aAr +eye +wJx +jEy +wdb +nGC +bif +lIg +dYb +rKm +voq +lOJ +rKD +dkh +hhA +wwm +dkh +hhA +amd +wea +tJW +bXl +txX +lxb +ukk +pgA +pDM +wAK +aBC +aBC +aBC +neA +akp +knX +tqY +dQN +fAK +gnz +wzz +vRO +fvZ +mTf +ovt +aUr +pWg +puZ +rCr +jSO +ydA +mNg +vIo +cUW +xnB +lIF +lnv +iHZ +yfO +uhT +nFX +aNl +yfO +ukU +sYm +piB +eRH +hpl +rvv +whM +jdy +dBj +ldw +dMh +pqc +shW +naM +wyw +wyw +aiq +dSy +eJh +bmp +iwR +iwR +xKR +hpC +njU +pwI +aYk +orS +uVz +uVz +uVz +mpH +mpH +mpH +unn +unn +unn +unn +rHL +prc +prc +prc +prc +prc +oYd +unn +unn +unn +unn +unn +unn +unn +lie +jgr +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +hCf +bGa +jKA +rJd +tgl +nTG +auT +auT +wnV +auT +mRH +iOu +unn +unn +unn +unn +wZa +jbZ +guz +guz +unn +unn +unn +unn +guz +guz +unn +ewU +uni +auT +auT +auT +auT +auT +auT +auT +auT +ogE +kTp +gXN +kOQ +geE +kOQ +bhk +gdt +gdt +gdt +vif +wRM +cOG +pCl +uuZ +kTp +ogE +auT +auT +auT +auT +auT +auT +auT +auT +auT +xUA +bjB +bjB +aHb +ksb +aoL +unn +unn +unn +rPf +"} +(139,1,1) = {" +rPf +hcI +qgy +uQr +qyj +fgd +cqv +yff +yff +fBb +mak +bjO +unn +unn +ybU +lRi +qOa +oVf +njM +bCd +spa +rBX +jYf +exr +joc +mFI +pey +uCD +iSz +cEY +kcg +uFs +aMN +gQo +ruU +bwC +vGB +gDJ +jVQ +bre +eFZ +gDJ +lvW +bre +eFZ +gDJ +jVQ +vNj +jyx +gDJ +iZT +jIh +ebq +bwC +aHo +tfg +kht +iFF +hzp +nGC +bif +sxr +kvv +ufZ +sNq +lOJ +eJH +tIY +xzL +lOJ +bAF +bAF +bAF +lOJ +lOJ +vUq +tTZ +lxb +mof +tSy +hCg +uNH +wpW +wpW +wpW +wke +bTX +tSy +wqA +eDK +fAK +uyp +wzz +pIL +kvn +rRX +kla +oCf +mzK +cub +vXW +dKa +ebm +vLd +oHB +kgu +pUS +dKa +hsu +iHZ +yfO +yfO +yfO +yfO +yfO +izC +izC +whM +whM +whM +whM +whM +skO +skO +skO +skO +skO +skO +lSR +fIA +hDd +lSR +dpn +eJh +tvf +jnv +jFx +tvf +eJh +njU +njU +cfN +njU +vxi +sMV +lnW +xiY +cWK +mpH +unn +unn +unn +unn +unn +oYd +prc +prc +prc +prc +oYd +unn +unn +unn +unn +unn +unn +unn +ewU +qlM +auT +auT +auT +qrA +nTG +mCb +aom +bGa +bGa +jKA +bGa +aEQ +spn +izU +qvM +cgR +auT +auT +auT +mRH +iOu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +gaj +unn +unn +ijh +jgr +auT +auT +auT +auT +auT +bGs +kIG +uKy +ezW +kTp +aTg +bhk +aTg +bhk +gdt +gdt +gdt +gdt +avM +sEJ +cOG +pCl +ixu +kTp +bGs +kIG +uKy +ezW +auT +auT +auT +auT +auT +aHb +aep +aXL +bBa +iqf +aoL +unn +unn +unn +unn +rPf +"} +(140,1,1) = {" +rPf +hcI +qgy +iFj +mhZ +uIn +qGb +qGb +qGb +dfN +mak +cqv +unn +unn +ybU +ofp +qOa +enV +enV +lUP +xuU +rBX +gSy +vbW +joc +cKC +fnj +wDd +snZ +voU +qmI +ufz +mKa +pZF +vVu +dBC +wNK +gDJ +dVk +vNj +eFZ +gDJ +jVQ +bre +eFZ +gDJ +jVQ +bre +jyx +bMB +iyL +nYV +utJ +bwC +rjv +tfg +kht +ybh +tFa +skg +skg +dvH +mWr +uVC +tfJ +fYR +spB +sff +eYy +tHc +lrZ +jIQ +sdH +qCb +xUd +ogK +tTZ +lxb +srB +eyE +pDM +dCJ +byB +byB +byB +sPv +sBW +tSy +ucu +aEd +fAK +kCo +qNV +saq +lQz +jEy +qaJ +iHZ +oUP +cjv +uaN +uaN +mng +cay +arl +lht +swx +adj +bNN +iHZ +hcf +qgm +fiD +khA +myD +enA +enA +cbh +jmz +qDI +slG +vaO +bsg +bWh +sij +sij +fsR +nXX +oys +tBv +tBv +xFm +mGr +cDk +oys +fbD +fbD +ete +pjc +njU +kiW +aYk +jwI +vxi +doZ +lnW +uVz +uVz +mpH +unn +unn +unn +unn +unn +oYd +prc +prc +prc +oYd +unn +unn +unn +unn +unn +unn +unn +unn +unn +lie +jgr +auT +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +jKA +bGa +jKA +mvA +ckE +nTG +auT +auT +wnV +auT +mRH +iOu +clB +clB +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +ewU +uni +auT +auT +auT +auT +auT +auT +auT +auT +auT +qwo +kTp +tOJ +rjy +xdJ +bhk +gdt +gdt +gdt +gdt +gdt +foH +cIv +pCl +uuZ +xIe +jgr +auT +auT +auT +auT +auT +auT +auT +aHb +aep +aXL +kDA +kDA +kDA +kDA +unn +unn +unn +unn +rPf +"} +(141,1,1) = {" +rPf +hcI +qgy +uQr +cqv +qHd +cqv +dJp +cqv +cqv +xza +wVE +unn +unn +ybU +dmy +dtY +bLP +nNC +kLV +huW +ybU +peE +lqL +tBE +lfC +lfC +lfC +lfC +lfC +lfC +rsj +kDJ +kiv +xrX +kLI +mRn +kaR +iXq +pdm +kWK +pvK +pdm +pdm +iFh +pvK +pdm +pdm +kWK +pvK +pdm +iXq +mVj +dcO +eVC +xrX +wbj +jEy +uju +uju +uju +uju +akO +fkY +vPp +lOJ +gDq +aEi +wLc +tHc +jUs +lgm +bsK +lgm +xeF +hbB +tTZ +lxb +wpG +pUO +gxG +uNH +wpW +wpW +wpW +wke +bTX +tSy +wzz +fVW +fAK +bTu +qNV +gcG +fAU +jEy +paJ +iHZ +jdr +wsC +qYm +ndh +ltS +cyJ +vFD +kvR +nRy +nRy +nRy +nRy +hcf +myD +dlF +dlF +dlF +dlF +dlF +dlF +dlF +dlF +dlF +wHD +oPz +oPz +oPz +oPz +rEg +rEg +rEg +rEg +rEg +rEg +rVA +tzB +tzB +tzB +eoq +tzB +xOD +njU +hKe +aYk +eIH +vxi +srj +lnW +xiY +cWK +mpH +unn +unn +unn +unn +oYd +prc +prc +prc +prc +rHL +unn +unn +unn +unn +unn +unn +unn +unn +unn +ewU +qlM +auT +auT +auT +auT +qrA +nTG +mCb +aom +bGa +bGa +hCf +bGa +bGa +spn +izU +qvM +cgR +auT +auT +auT +wpF +wpF +mRH +iOu +clB +clB +clB +clB +unn +unn +unn +unn +unn +ijh +jgr +auT +auT +auT +auT +auT +auT +auT +auT +auT +qwo +kTp +bhk +qYe +aTg +bhk +gdt +gdt +gdt +gdt +hBt +cOG +cIv +hiv +uuZ +xIe +jgr +auT +auT +auT +auT +auT +auT +qwo +aep +aXL +kDA +kDA +kDA +hdz +beZ +unn +unn +unn +unn +rPf +"} +(142,1,1) = {" +rPf +hcI +qgy +llP +bJB +wVE +cwR +hpH +ifJ +wVE +tLI +vzN +cGk +unn +ybU +ybU +ybU +ybU +kWe +chU +ybU +ybU +oCK +rZa +tBE +vtr +dla +qgn +muB +tGl +fZe +pHE +lfC +nrm +vOf +rdQ +jiq +kaR +jVQ +lvW +lvW +jVQ +lvW +lvW +jVQ +lvW +lvW +lvW +jVQ +lvW +lvW +jVQ +jyx +ruV +vOf +rdQ +kTA +low +uju +uju +uju +uju +kht +jEy +xUd +lOJ +bAF +bAF +cmK +sEK +iuu +bsK +kPj +see +ePa +oFf +kyY +lxb +ukk +pgA +pDM +oAO +gMg +gMg +gMg +uNx +akp +pgA +lul +hTl +fAK +xba +wzz +vTz +ftv +jEy +ajN +iHZ +fNf +omx +aUq +jUV +ltS +udo +bNa +bNa +oEh +jXU +xqm +lpN +baR +nfv +leD +evP +dlF +dlF +dlF +dlF +dlF +dlF +dlF +lAe +oPz +oPz +oPz +oPz +rEg +rEg +rEg +rEg +rEg +rEg +tbk +gzr +drZ +wlk +tzB +gzr +tzB +kxQ +xRb +xRb +xRb +wCG +lnW +lnW +uVz +uVz +mpH +unn +unn +unn +oYd +prc +prc +oYd +prc +prc +oYd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +lie +qlM +auT +auT +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +jKA +bGa +jKA +mvA +ckE +nTG +auT +auT +wnV +auT +auT +auT +wpF +wpF +wpF +wpF +mRH +iOu +clB +clB +clB +icC +uni +auT +auT +auT +auT +auT +auT +auT +bGs +kIG +uKy +ezW +kTp +aTg +bhk +aTg +bhk +gdt +gdt +gdt +gdt +avM +uuf +cIv +ptr +ixu +xIe +bGs +kIG +uKy +ezW +auT +auT +auT +aHb +rUG +beZ +kDA +kDA +kDA +kDA +hdz +unn +unn +unn +unn +rPf +"} +(143,1,1) = {" +rPf +hcI +lFQ +xai +jPe +vzN +yff +kKB +bmF +mak +mak +yff +xtI +unn +unn +unn +uDP +hXD +fGN +age +qhK +dtv +age +fGN +uDP +eEp +ujW +xqh +qen +fMQ +sHq +cME +gnl +gtu +nuD +iSx +iSx +yjl +lvW +exL +tmC +tmC +tmC +tmC +dZo +tmC +tmC +tmC +tmC +xUE +lvW +lvW +wrI +oQk +oQk +bPf +iBj +cuZ +fZd +oto +drP +gGs +aFn +jEy +xUd +mKH +qFA +ssZ +uLt +wjp +see +kPj +kPj +kPj +see +xND +goK +lxb +ukk +pgA +pDM +wAK +aBC +aBC +aBC +neA +akp +pgA +kfF +viS +fAK +okh +wzz +dTS +qdy +jEy +dKX +iHZ +wwo +uGm +irT +tWg +mkH +eiB +tUA +xFL +nRy +hWJ +uYA +toS +eIX +oUq +riQ +jjZ +dlF +puJ +rcj +hbX +kpr +kpr +wyi +vaO +gpE +kST +oPz +iHC +xpR +qtz +gdM +oRF +heb +mbu +mGr +dhB +lbi +oMf +aWg +mhQ +fbD +njU +mNF +sGA +ooi +dHX +oJs +lnW +ose +gDs +mpH +unn +unn +unn +unn +oYd +oYd +oYd +prc +prc +oYd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +lie +qlM +auT +auT +auT +auT +qrA +nTG +mCb +aom +bGa +bGa +jKA +bGa +bGa +spn +izU +qvM +cgR +auT +auT +auT +auT +auT +auT +auT +auT +auT +wpF +wpF +wpF +wpF +wpF +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +ogE +kTp +auQ +uAG +qgh +uAG +bhk +sXq +tdS +jjd +bhk +pJb +cOG +rfp +uuZ +xIe +ogE +auT +auT +auT +auT +auT +qwo +aep +rmp +sUL +kDA +beZ +hdz +beZ +hdz +unn +unn +unn +unn +rPf +"} +(144,1,1) = {" +rPf +hcI +hcI +wel +wel +sRx +sRx +sRx +wel +seW +mak +mak +tLI +pSf +unn +unn +uDP +fey +fvg +mbb +nzy +kts +rWr +asH +uDP +nNp +jSM +iqD +jXm +jXm +jXm +pYr +gnl +wCV +dIy +iSx +iSx +juX +jVQ +fjJ +ush +ush +ush +ush +oAR +ush +ush +ush +ush +vCJ +jVQ +lvW +soW +iSx +iJq +iWJ +hsv +cuZ +iow +nNm +pow +uZY +kht +jEy +pgg +dmu +eTL +eTL +lRS +bvY +kPj +see +kPj +cQy +kPj +aqM +goK +lxb +qWf +hsG +gxG +uNH +wpW +wpW +wpW +wke +bTX +tSy +wzz +wzz +jWG +lqX +nST +wgx +oYG +jEy +mxv +iHZ +iHZ +vjO +iIM +vjO +vjO +iHZ +iHZ +iHZ +nRy +dyT +nRy +nRy +rBd +sfO +sfO +xpv +rrU +xpv +sfO +sfO +sfO +sfO +sfO +cDO +rrj +oPz +oPz +mtQ +tHI +tHI +tHI +tHI +tHI +tHI +tHI +tHI +quF +quF +tHI +fbD +mhQ +njU +njU +kNv +njU +uVz +uVz +lnW +ose +szD +mpH +unn +unn +unn +unn +unn +tNd +xHj +xHj +xHj +tNd +tNd +fRW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +lie +jgr +auT +auT +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +hCf +bGa +jKA +mvA +ckE +nTG +auT +auT +wnV +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +dPd +wCc +ieZ +auQ +uAG +qgh +mqu +nYo +hSG +qFf +tSj +leE +cIv +xFI +oVI +hxs +jgr +auT +auT +auT +auT +auT +aHb +rUG +beZ +kDA +kDA +kDA +hdz +hdz +wdS +unn +unn +unn +unn +rPf +"} +(145,1,1) = {" +rPf +unn +unn +unn +wel +sIm +lsB +lsB +ssW +mak +mak +mak +mak +mak +tmD +unn +uDP +eIw +fGN +fGN +htC +oBz +htC +fGN +uDP +rWm +slh +jXm +jXm +jXm +uPI +mYJ +gnl +iQN +dIy +iSx +iJq +jED +lvW +jVQ +lvW +jVQ +lvW +jVQ +lvW +gIu +lvW +jVQ +lvW +jVQ +lvW +lvW +soW +iJq +iJq +juX +hsv +cuZ +iow +tbx +pow +uZY +kht +jEy +xsz +mKH +uZr +ssZ +rDw +iJP +nSF +mQO +mQO +nSF +xUd +msF +txX +lxb +oFA +iRQ +pDM +dCJ +byB +byB +byB +sPv +akp +iRQ +qjI +nlO +fAK +fAK +ieg +rVh +eeH +wbj +fJQ +gqV +hwF +wUD +lGx +mwj +aXC +vnj +mBl +mBl +sje +poM +uNO +sfO +sfO +tNo +gZm +qTs +qvz +kSf +nbp +szf +caa +sfO +sfO +mRo +oZr +oPz +oPz +mtQ +noD +iwf +rRm +noD +oCM +rRm +noD +pTN +nnB +nnB +tHI +tbk +sKo +njU +nnB +oiQ +vSd +aCU +aCU +aCU +aCU +aCU +tBn +unn +unn +unn +unn +unn +tNd +xHj +xHj +tNd +tNd +xHj +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +ewU +qlM +auT +auT +auT +auT +auT +qrA +nTG +mCb +aom +nME +bGa +jKA +bGa +bGa +spn +izU +qvM +cgR +auT +auT +auT +auT +auT +auT +auT +auT +auT +aHb +pbZ +xUA +xUA +xUA +pbZ +qlM +auT +auT +auT +auT +auT +auT +auT +auT +auT +fWA +smY +pxs +kwb +mDv +hGE +cIv +cIv +hSG +cIv +wcH +ylr +uzG +uni +auT +nOr +auT +auT +auT +qwo +aep +wnN +hdz +kDA +kDA +kDA +kDA +hdz +beZ +unn +unn +unn +unn +rPf +"} +(146,1,1) = {" +rPf +unn +unn +unn +unn +unn +tLI +rwG +ozV +nvw +mak +mak +mak +tLI +tmD +unn +uDP +uDP +tAB +qhK +dtv +qhK +dtv +gzw +uDP +cJO +uGj +ihH +ihH +sXl +lkp +mHh +gnl +gQh +hqt +iJq +iJq +oVe +iFV +amg +iFV +iFV +iFV +iFV +hzA +mXa +tjK +eWP +ezX +rPB +rPB +ezX +tXQ +bYA +bYA +bzI +avX +cuZ +bqO +azu +wqG +gdA +kht +jEy +euc +gUi +eTL +boZ +igb +pMD +xUd +nuO +kBh +dUr +kBh +xUd +syu +lxb +oFA +gCr +gxG +uNH +wpW +wpW +wpW +rxn +bTX +gCr +dQN +fAK +fAK +fAK +loC +cVm +hOC +wbj +lqz +ofX +jEy +sPX +sPX +sPX +sPX +rDB +ffY +ffY +kTA +qOf +low +nAZ +sfO +sfO +bQB +eZR +eZR +eZR +eZR +eZR +uBL +uBL +xKB +cXG +uio +oPz +oPz +xsY +noD +tJI +lyD +noD +tJI +llK +noD +jLr +pSQ +ify +qAn +dXr +dXr +eba +dXr +ykN +ram +byU +aCU +gjT +dGy +xwn +tBn +unn +unn +unn +unn +unn +unn +tNd +xHj +xHj +xHj +xHj +fRW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +lie +qlM +auT +auT +auT +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +jKA +bGa +jKA +mvA +ckE +nTG +auT +auT +wnV +auT +auT +auT +auT +pEz +cjq +hXC +iAs +poc +poc +poc +cAK +ieZ +cjq +auT +auT +auT +eOu +auT +auT +auT +vTS +fEm +hMI +hSG +hSG +hSG +cIv +vbz +emV +nvf +wcH +uit +fhl +uni +isZ +auT +auT +auT +auT +auT +aHb +rUG +beZ +beZ +hdz +kDA +kDA +kDA +kDA +beZ +unn +unn +unn +unn +rPf +"} +(147,1,1) = {" +rPf +unn +unn +unn +unn +unn +akV +bLb +tOA +mak +tLI +mak +mak +nvw +tLI +unn +unn +uDP +ukK +cfU +mbb +mbb +mbb +age +uDP +gGe +kZs +pwl +mZs +nGj +pIr +wdW +lfC +nvS +idx +idx +oBG +hOZ +vQs +woV +sFF +vNt +scE +loO +hEZ +obw +kXb +mLn +gtY +xrX +xrX +xrX +gtY +xrX +bnC +gZR +mBl +dBe +cuZ +nGd +cuZ +cuZ +kht +jEy +xUd +rrk +inB +jLm +nLZ +xEF +xUd +tiU +vNM +tRg +pWQ +bqD +tTZ +lxb +xmK +tSy +uYt +bRA +tkz +tkz +tkz +wbt +sBW +tSy +wqA +hUY +fAK +ibD +tIW +fri +nDr +jEy +rRV +cdD +sUD +fwl +xVP +xVP +gYa +cuZ +gfs +lMQ +lMQ +lMQ +iBj +ktB +sCY +mop +mop +nER +iUp +mop +oak +xuo +yck +qQC +wjN +lzI +oPz +oPz +oPz +lHf +noD +umD +iRZ +noD +krW +iRZ +noD +noD +nfy +rTT +cLw +gvg +olp +olp +bDH +bCN +eLJ +fzx +aCU +aCU +aCU +udw +tBn +unn +unn +unn +unn +unn +unn +fRW +xHj +xHj +xHj +tNd +unn +unn +unn +unn +unn +unn +unn +unn +clB +clB +clB +unn +unn +lie +qlM +auT +auT +auT +auT +auT +qrA +nTG +aMt +aom +bGa +bGa +hCf +bGa +nME +spn +izU +qvM +cgR +auT +auT +auT +auT +auT +aHb +hXC +hxs +bhk +bhk +bhk +bhk +bhk +wCc +ieZ +qlM +auT +auT +auT +auT +auT +qvM +fEm +jKA +hMI +nvf +nvf +nvf +vwk +rPA +rnO +kOZ +dtk +fhl +uni +ogE +nOr +isZ +jDA +auT +auT +qwo +aep +wnN +hdz +kDA +kDA +kDA +kDA +kDA +hdz +hdz +unn +unn +unn +unn +rPf +"} +(148,1,1) = {" +rPf +unn +unn +unn +unn +unn +uac +nvw +ruK +nvw +mak +mak +mak +mak +nvw +unn +unn +uDP +uDP +aqa +fvg +bdI +jKJ +fRS +puw +okO +omE +cNF +cNF +kGC +cNF +omE +wpQ +ruV +vOf +xak +mRn +yfQ +mYv +mYv +mYv +dXi +tTP +lBW +mYv +mYv +nhD +nLU +xak +rdQ +rdQ +rdQ +rdQ +ejf +ejf +nau +qFk +iFF +iCg +gJi +gJi +gVq +kht +jEy +jXP +gcd +bsK +vNS +xxC +nLZ +jKU +wuZ +hjN +hjN +kZF +xUd +bNq +lxb +mpv +tSy +ihb +vTx +vTx +vTx +vTx +vTx +nso +tSy +oxE +pXs +fAK +sLO +wzz +dZk +aBX +jEy +olM +mhR +mPy +dDL +pow +pow +hsv +cuZ +kCI +xDE +xDE +xDE +snC +qie +sCY +hmb +otc +dTA +ujZ +kVm +uik +usF +mgy +sfO +sfO +rdx +ocV +oPz +oPz +vuK +xSM +nzS +nzS +mLj +nzS +nzS +hzm +eGO +dXr +dVh +aCA +wWD +gqh +sCI +mDw +dXr +eGO +aCU +aCU +cNV +dGy +mZF +tBn +unn +unn +unn +unn +unn +unn +tNd +xHj +xHj +xHj +xHj +tNd +tNd +unn +unn +unn +unn +unn +icC +uni +wpF +mRH +clB +clB +unn +lie +qlM +auT +auT +auT +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +jKA +bGa +jKA +mvA +ckE +nTG +auT +auT +wnV +auT +cjq +hXC +hxs +wyG +kmV +jKA +jKA +jWM +kmV +bhk +wCc +ieZ +cjq +auT +auT +auT +qvM +fEm +bGa +tgl +eTF +ayN +lLE +uSm +uSm +uSm +uSm +reg +hxs +uni +isZ +auT +auT +auT +auT +auT +auT +aHb +rUG +hdz +kDA +kDA +kDA +kDA +kDA +kDA +beZ +unn +unn +unn +unn +unn +rPf +"} +(149,1,1) = {" +rPf +unn +unn +unn +unn +tLI +cGA +lTs +pUr +mak +mak +mak +mak +mak +kir +rmG +mRK +bMn +bMn +bMn +tPb +vMM +vMM +vMM +vMM +vvi +uPI +abS +vvi +lfC +lfC +lfC +lfC +sWl +jZw +jrQ +quG +tcZ +kBi +rjK +oDL +iKV +oDL +sPD +oDL +sPD +vsX +tZH +stq +oph +oph +oph +oph +oph +oph +mmq +wlj +fVf +hzp +lLj +bif +uZY +kht +jEy +xIH +xxy +iKJ +kPj +kPj +wRS +oHI +wuZ +vNM +tRg +pWQ +eLe +tTZ +lxb +rbx +tSy +tSy +pgA +pgA +pgA +pgA +scG +uBI +tSy +upT +hbb +krm +hbb +hbb +pxv +wco +jEy +wsT +sRp +vtO +dDL +pow +pow +hsv +cuZ +kCI +cfj +cfj +cfj +snC +qie +sCY +okm +otc +hSP +jnc +ggQ +fzp +fQj +aAB +sfO +sfO +rfK +irE +oPz +oPz +jvY +xSM +nUN +yeY +xrI +tzc +nUN +hzm +qsw +dXr +vxs +jtx +xoW +fNu +qrR +kaX +bCN +qDO +aCU +aCU +aCU +aCU +lEF +tBn +unn +unn +unn +unn +unn +unn +unn +tNd +xHj +xHj +xHj +xHj +fRW +unn +unn +unn +unn +ewU +uni +auT +auT +auT +wpF +mRH +clB +clB +hMF +jgr +auT +auT +auT +auT +auT +qrA +nTG +mCb +aom +bGa +bGa +jKA +bGa +bGa +spn +izU +uMn +auT +auT +aHb +hXC +hxs +bhk +kmV +avM +jKA +jKA +jKA +nnK +kmV +bhk +wCc +ieZ +qlM +auT +qvM +fEm +jKA +tgl +nTG +auT +isZ +mRH +ogE +dVG +wpF +dVG +ogE +uni +auT +auT +isZ +jDA +auT +auT +auT +aHb +ksb +bvu +beZ +kDA +kDA +kDA +kDA +kDA +kDA +hdz +unn +unn +unn +unn +unn +rPf +"} +(150,1,1) = {" +rPf +unn +unn +unn +unn +unn +nvw +qin +ouj +mak +tLI +nvw +tLI +nmJ +hbq +rmG +gFF +gFF +aac +lSw +qmU +sWl +luk +mwR +kpX +kpX +xHe +wpO +xrl +sWl +wsL +cgU +hjo +vkR +sWl +iqU +bxi +qQO +qAa +rxm +xrX +jvS +xrX +xrX +xrX +xrX +xrX +xak +stq +oph +pZb +pqs +uQx +oRD +lDF +oph +lFC +fAv +pPV +lLj +xUi +sSv +kht +jEy +ekQ +qjn +vNS +bsK +vNS +bvY +ceW +wuZ +hjN +sYq +kZF +qOL +tTZ +lxb +uHj +hlv +tEM +ajB +ajB +ajB +ajB +xQW +ajB +nXV +jrK +sVt +nsJ +vYc +kRs +hbb +tjS +jEy +wsT +kzo +abm +ejR +wqG +wqG +rSH +cuZ +hhW +bmw +bmw +bmw +kuJ +qie +sCY +vNX +pVX +bEi +vNX +vTn +sNw +fOS +yck +wvs +xKB +lzI +oPz +oPz +oPz +vuK +xSM +bGv +bGv +dpa +bGv +bGv +hzm +eGO +dXr +fuL +ezP +oiP +oiP +oiP +tXn +kzX +wWz +gyS +aCU +kdP +eht +hsO +tBn +unn +unn +unn +unn +unn +unn +nBd +tNd +tNd +xHj +xHj +xHj +unn +unn +unn +unn +unn +ewU +jgr +auT +pmF +auT +auT +auT +wpF +wpF +wpF +auT +auT +pmF +pmF +auT +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +hCf +bGa +jKA +mvA +rzP +rjM +rjM +rjM +fgS +bhk +kmV +avM +avM +avM +jKA +avM +avM +avM +kmV +bhk +ege +rjM +rjM +fEm +bGa +tgl +nTG +auT +isZ +auT +fhO +auT +vhM +auT +vhM +auT +auT +auT +auT +auT +auT +auT +auT +aHb +ksb +unn +unn +twt +hdz +beZ +kDA +kDA +kDA +hdz +unn +unn +unn +unn +unn +unn +rPf +"} +(151,1,1) = {" +rPf +unn +unn +unn +unn +unn +hEQ +fec +azI +nvw +nvw +nvw +mak +tLI +hVd +sfm +kfa +apf +iCR +qyE +cUf +hFq +ddW +rXp +moa +efW +wlu +xaZ +xrl +oyU +snD +snD +snD +snD +oyU +sCS +iZB +iBG +cuO +rdQ +cVF +vOf +rdQ +bqx +xak +pxc +rdQ +rdQ +mPu +iKl +ukb +eaZ +giS +uxM +fHl +hgC +kht +lWc +uzc +diy +egl +sSv +kht +lrF +xUd +mKH +hFA +eJq +bmD +eOO +xsz +wuZ +vNM +qfG +pWQ +xUd +tTZ +lxb +qGK +iYC +lXB +hdU +jju +jju +jju +jju +wlw +lyz +eCU +uoj +yeI +okr +bRx +hbb +unP +jEy +wsT +uDz +lrc +cuZ +cuZ +cuZ +tua +akO +mBl +mBl +mBl +oVP +fkY +ivz +sfO +dLa +yaL +dVt +eZR +eZR +ogq +wjN +dOH +uBL +wjN +cXG +uio +uio +oPz +yiw +noD +umD +iRZ +noD +umD +iRZ +noD +noD +bxj +jCc +oQH +hcM +uou +wXV +rMz +dXr +kVy +irB +aCU +wPE +hsO +gkU +tBn +unn +unn +unn +unn +unn +unn +unn +fRW +tNd +tNd +xHj +xHj +xHj +tNd +fRW +unn +unn +ewU +qlM +auT +auT +pmF +pmF +auT +auT +auT +auT +auT +auT +auT +pmF +pmF +auT +auT +auT +qrA +nTG +mCb +aom +bGa +bGa +jKA +bGa +bGa +bGa +bGa +jKA +bGa +oRp +bhk +jKA +jKA +mgG +aUv +gUs +jKA +jKA +jKA +jWM +bhk +lMP +jKA +bGa +jKA +bGa +oRp +auT +auT +auT +auT +auT +auT +pLJ +auT +pLJ +auT +auT +auT +auT +auT +auT +auT +aHb +ksb +unn +unn +unn +hdz +kDA +kDA +kDA +kDA +beZ +hdz +twt +unn +unn +unn +unn +unn +rPf +"} +(152,1,1) = {" +rPf +unn +unn +unn +unn +unn +xuf +nvw +jtr +gvH +tLI +nvw +nvw +mak +qLU +rmG +mRK +mRK +sDD +cEH +enj +sWl +eQU +fnM +hYU +qfM +fNX +fYO +dOY +sWl +sWl +sWl +sWl +sWl +sWl +sWl +oVb +kIm +kvL +hAa +vcB +hMZ +tfg +iwg +mxo +oph +hBN +hBN +hBN +oph +hQl +giS +srQ +giS +eDX +hgC +kht +lWc +wdb +ivd +oOY +sSv +kht +vcr +xUd +xUd +xUd +xUd +bxV +xUd +xUd +xUd +xUd +xUd +xUd +xUd +tTZ +lxb +qoc +gCi +jcq +frr +nHV +nHV +nHV +nHV +lmZ +rXe +wro +yeI +nsJ +nsJ +toU +hbb +gcA +jEy +ebn +mhs +jEy +iCg +gJi +gJi +otU +pSu +nzv +aCR +rjI +wbj +tXA +sfO +sfO +sfO +iXb +qTs +qvz +qTs +qDE +wFC +nbg +sfO +sfO +iUP +xca +oPz +oPz +mtQ +noD +jci +uia +noD +jci +uia +noD +lrj +imc +eXi +eiu +stF +stF +eiu +bEy +xcI +hLx +gqq +bzE +dOa +fqw +hsO +tBn +tBn +unn +unn +unn +unn +unn +unn +fRW +xHj +xHj +xHj +xHj +tNd +tNd +tNd +unn +unn +unn +lie +qlM +auT +auT +eEY +pmF +eEY +auT +auT +auT +pmF +auT +auT +pmF +pmF +auT +auT +auT +auT +qvM +vEk +pGl +jKA +bGa +jKA +bGa +jKA +bGa +bGa +bGa +oRp +bhk +jKA +jKA +jKA +jKA +avM +jKA +jKA +jKA +jKA +bhk +lMP +bGa +bGa +bGa +bGa +oRp +auT +auT +auT +auT +auT +auT +pbZ +auT +pbZ +auT +auT +auT +auT +auT +auT +aHb +ksb +unn +unn +unn +unn +unn +ePL +beZ +kDA +beZ +kDA +nBd +unn +unn +unn +unn +unn +unn +rPf +"} +(153,1,1) = {" +rPf +unn +unn +unn +unn +unn +tLI +rwG +nvw +mak +mak +nvw +tLI +nvw +kir +unn +unn +mRK +cPI +rEu +dsC +sWl +lfB +rXp +mFx +mIo +lkK +lkK +xrl +vBX +hCs +uqz +bYg +oOG +cnP +erB +sTt +erB +hsB +aIh +jtD +hqQ +inP +tfg +tZH +oph +xmL +vOF +jrl +vGv +fbw +ced +ddI +eWU +hID +hgC +brr +bJJ +hik +mPB +gQs +mkm +kht +qNm +xoh +kbO +aMG +qke +djJ +djJ +tRu +djJ +djJ +djJ +tRu +djJ +nMh +lxb +oFA +iuj +gMq +kLZ +kSe +kSe +kSe +kSe +xgh +kQJ +wro +yeI +nsJ +yeI +ehp +hbb +lmz +iUU +kpR +niQ +gUw +awr +nGC +bif +jNR +goh +voq +kJX +voq +tKk +jEy +voq +cuw +sfO +sfO +xpv +rrU +xpv +sfO +sfO +sfO +sfO +sfO +iUP +sYD +oPz +oPz +mtQ +noD +jsZ +fuF +noD +jsZ +fuF +noD +uGP +saJ +npK +kJk +fwk +rtA +eQr +kYX +vLI +aYj +aup +aup +aup +aup +rKF +aup +epq +epq +unn +unn +unn +unn +unn +tNd +tNd +xHj +xHj +xHj +xHj +tNd +tNd +nBd +unn +unn +unn +lie +qlM +auT +auT +auT +pmF +pmF +pmF +auT +pmF +pmF +auT +auT +pmF +pmF +auT +auT +auT +qrA +nTG +mCb +juv +haS +haS +haS +haS +haS +haS +haS +oCv +bhk +kmV +nnK +nnK +avM +jKA +avM +avM +avM +lBa +bhk +qZr +haS +wYA +haS +hMP +ieN +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +aHb +ksb +unn +unn +unn +unn +unn +unn +unn +beZ +dRi +uJz +beZ +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(154,1,1) = {" +rPf +unn +unn +unn +unn +tmD +pSf +nvw +mak +mak +mak +mak +mak +mak +tLI +unn +unn +mRK +qJw +nzg +fuu +sWl +eQU +adr +fdg +rFf +xmU +xmU +wcT +uex +svv +eJZ +wCN +qgi +dBr +ksg +gPc +eGl +stq +dwT +hqQ +izQ +izQ +pMz +tZH +hgC +hKK +wsj +dBD +wEQ +qBp +fod +rBb +rbH +iZJ +hgC +jME +qNg +wAs +hAF +cfy +aEX +lFC +wbj +vAf +bKD +yeO +lxb +lxb +lxb +lxb +lxb +lxb +lxb +lxb +lxb +lxb +lxb +cQH +pUx +lXB +buJ +awC +awC +oly +awC +cFZ +lyz +hbb +rFi +jxy +nsJ +mRJ +hbb +prm +jEy +kpR +oyB +dLQ +wwC +nGC +bif +sOf +vGe +qzL +okJ +bHd +wlY +rjI +chL +oVP +uRz +kjb +mRz +ctB +nVT +okn +kGo +okn +rdd +xcA +wWd +nFW +oPz +oPz +kQb +noD +noD +noD +noD +noD +noD +noD +iLZ +ceG +rLo +osS +xfm +uIN +qvC +uCO +pAS +rPb +aaR +klS +klz +bcp +fnL +aGN +aup +epq +epq +epq +epq +epq +unn +xpe +aEB +xHj +xHj +xHj +xHj +xHj +xHj +tNd +unn +unn +unn +unn +lie +qlM +xUA +auT +auT +pmF +pmF +pmF +pmF +pmF +pmF +auT +auT +pmF +pmF +auT +auT +auT +auT +qeQ +hxs +auT +auT +auT +auT +auT +auT +mRH +wCc +ieZ +bhk +kmV +ulQ +jKA +jKA +jWM +hSQ +vNw +bhk +hXC +hxs +uni +auT +auT +lMP +oRp +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +xUA +aHb +ksb +unn +unn +unn +unn +unn +unn +unn +unn +beZ +lAE +beZ +fQt +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(155,1,1) = {" +rPf +unn +unn +unn +unn +tmD +nvw +mak +mak +mak +mak +mak +mak +tLI +unn +unn +unn +mRK +qwE +rEu +khL +dog +kDR +xmU +mFx +uMC +vFV +vFV +xmU +xmU +hbC +taH +cLG +duO +fzJ +quZ +isD +aeK +thw +tfg +ptU +izQ +ptU +tfg +tZH +rvo +rfc +mke +cJy +oph +loG +wKS +loG +lpw +loG +oph +pju +siY +uzc +bFt +aPJ +muU +mFq +bSB +kpA +kYE +aMG +lOG +jDq +xlT +rCW +oha +beK +xJZ +vUa +nln +txX +lxb +plx +rbI +pDD +dDg +dDg +qWT +qWT +dDg +dDg +xbk +hbb +ctQ +yeI +rbG +bOb +pxv +thO +jEy +vWr +fci +gEq +wdb +nGC +bif +sOf +lFC +eeL +eHC +lHt +uzl +dpG +riz +tkw +rqd +rEX +fqn +rEX +rEX +rEX +rEX +fqn +rEX +rEX +rqd +cNZ +oPz +oPz +oPz +sak +oZI +ybE +sZw +erv +iCu +oZI +loM +ceG +kGU +kJn +xfm +uIN +oLv +vWb +bAn +rPb +aup +foC +rqx +fnL +fnL +vmE +aup +aup +lPj +wKA +qcC +hcI +hcI +wXO +opf +aEB +xHj +xHj +xHj +xHj +tNd +unn +unn +unn +unn +unn +unn +qqW +lie +qlM +auT +auT +auT +pmF +pmF +pmF +pmF +pmF +auT +auT +pmF +pmF +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +cjq +wCc +ieZ +bhk +kmV +jKA +jKA +jKA +rjy +rpF +hXC +hxs +cjq +auT +auT +auT +lMP +ieN +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +xUA +aHb +ksb +qqW +unn +unn +unn +unn +unn +unn +unn +unn +beZ +beZ +vjH +nkz +hdz +pCr +unn +unn +unn +unn +unn +unn +rPf +"} +(156,1,1) = {" +rPf +unn +unn +unn +unn +tOA +wjB +mak +mak +tLI +mak +nvw +nvw +unn +unn +unn +unn +mRK +mRK +dMN +raX +sWl +qtb +xmU +whA +hHP +geB +geB +pLh +vBX +bYF +iuf +wlF +fms +yhP +mnV +kOY +vTv +eKg +cDg +tfg +pMz +fpC +pGn +dIH +gYg +tQS +qaG +ggK +loG +nQI +uHI +ehf +bCu +jlP +pRr +hcr +nHu +uUS +fIc +plb +cnQ +vwC +vcr +mGR +mGR +wNp +kWx +kWx +cMw +uxD +kWx +kWx +cMw +nza +mGR +ldt +lxb +ukk +pBg +cFR +tTp +edY +gqt +cFR +tTp +tTp +gqt +cFR +rCF +rCF +gqt +pBg +hCH +ayK +lWc +kpR +yis +jEy +rcR +pow +fOO +uZY +lFC +yeE +pgV +mfC +dwg +bTx +dzv +voq +sPj +fqn +rEX +rEX +rEX +rEX +fqn +rEX +rEX +fqn +sPj +uio +oPz +oPz +oPz +oPz +bjI +fHQ +xlQ +fHQ +fHQ +bjI +uOC +ceG +ptC +hpu +xfm +uIN +pmV +fgX +fyU +cdh +eOX +fOJ +qkN +vqR +vqR +bhA +hoK +aup +xuC +wJe +vcJ +uBX +jkg +uBX +cLq +tNd +aEB +xHj +xHj +tNd +unn +unn +unn +unn +unn +unn +unn +unn +unn +lie +qlM +xUA +auT +auT +auT +pmF +pmF +pmF +pmF +auT +auT +pmF +pmF +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +phE +wCc +ieZ +bhk +bhk +bhk +bhk +bhk +hXC +hxs +hqJ +auT +auT +qvM +fyw +fEm +oRp +auT +auT +auT +auT +auT +auT +auT +auT +xUA +aHb +ksb +qqW +unn +unn +unn +unn +unn +unn +unn +unn +fng +beZ +rcJ +mhL +ahw +yjt +beZ +yjt +twt +unn +unn +unn +unn +unn +rPf +"} +(157,1,1) = {" +rPf +unn +unn +unn +pSf +tOA +nvw +vQT +lsB +ssW +mak +mak +nvw +unn +unn +unn +ylx +ylx +qSw +qSw +dKZ +xpl +xaZ +xmU +aPN +kpX +kpX +kpX +gsT +vBX +bYF +gkE +qmc +qmc +eJZ +oPY +vlV +eGl +rFF +xrX +wus +idx +xrX +vYo +kLI +qBo +lQg +wsj +dBD +mbw +pXm +pXm +uHI +uHI +isK +pRr +uGH +wnM +uzc +pow +hgv +hNH +lFC +jUB +pid +kZw +jSL +czP +uSE +kZw +jOm +czP +uSE +kZw +lrI +mGR +vgj +lxb +ukk +lHK +vdV +bxS +nIa +eJg +aFx +bxS +nIa +kyx +fQX +bxS +nIa +ffM +wzf +iOL +ayK +jEy +kpR +cdD +vIN +hzp +pow +fOO +uZY +lFC +dhW +raa +tba +avB +taq +rBa +pdO +uRz +sfR +iAb +iAb +pqI +duU +ctB +ctB +qrh +fwN +wWd +jGy +oPz +oPz +oPz +kND +oZI +ulz +uhs +wri +cTZ +fYn +ryT +kAX +pnT +kJn +qrR +ykq +pmV +pLg +grp +dXr +eOX +rqx +fxN +sFp +hDb +rqx +nwl +aup +lEr +aup +aup +hcI +hcI +hcI +pSp +aEB +xHj +xHj +xHj +xHj +tNd +nBd +unn +unn +unn +unn +unn +unn +unn +unn +qqW +lie +qlM +xUA +auT +auT +auT +pmF +pmF +pmF +auT +auT +pmF +pmF +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +auT +cjq +wCc +siT +xUO +wQX +siT +siT +hxs +cjq +auT +auT +qvM +jtY +pRS +jKA +oRp +auT +auT +auT +auT +auT +auT +xUA +aHb +ksb +qqW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +fng +hdz +hdz +gcr +gXq +yjt +yjt +rcJ +yjt +beZ +unn +unn +unn +unn +rPf +"} +(158,1,1) = {" +rPf +unn +unn +unn +tLI +xRy +mak +eXG +tLI +cpD +ssW +mak +nvw +unn +unn +lrg +jbM +ghp +wzC +pdU +oOQ +xYB +vsF +moa +pLh +rYE +moa +moa +moa +hPq +gcQ +quZ +vlV +taH +qmc +fYr +rvS +erB +czl +xak +xak +xak +xak +xak +xak +oph +qFe +oIu +bLp +loG +hfv +bjA +bjA +hYW +mZg +uYP +kht +dBl +wdb +lLj +bif +xkP +kht +rtJ +pid +hdS +otk +czP +czP +hdS +tFs +czP +czP +hdS +fbr +mGR +odN +wCO +ukk +lHK +hci +bxS +bxS +pKB +cYT +bxS +bxS +wWM +wfA +bxS +bxS +bFw +bIu +iOL +ayK +jEy +bvb +qgu +wzu +wdb +nGC +bif +xWt +qqK +voq +kJX +voq +tVL +jEy +voq +vIB +gjS +trt +tME +wYb +gjS +siw +oPt +lEg +siw +tYA +tYA +mAo +oPz +oPz +iHC +noD +noD +noD +noD +noD +noD +noD +iCr +ceG +pnT +kJn +xfm +uIN +pmV +gRS +czF +dXr +kjM +qLC +vqR +vqR +jcY +fnL +jQh +elP +jUh +vTt +fqh +epq +unn +unn +unn +quu +tNd +xHj +xHj +xHj +xHj +xHj +tNd +unn +unn +unn +unn +unn +unn +unn +unn +unn +qqW +lie +qlM +xUA +auT +auT +pmF +pmF +pmF +auT +auT +pmF +pmF +auT +auT +xUA +auT +auT +auT +auT +auT +auT +auT +auT +auT +mRH +auT +lMP +oRp +auT +auT +uni +auT +auT +qvM +pQp +qXE +bGa +ovp +nTG +auT +auT +auT +auT +xUA +aHb +ksb +qqW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +ocp +qMA +jqV +vjV +rqv +yjt +yjt +yjt +jXB +yjt +beZ +unn +unn +unn +rPf +"} +(159,1,1) = {" +rPf +unn +unn +unn +unn +nOl +mak +aSg +nvw +lOM +ozV +mak +uSw +kYF +kEZ +pZk +nzt +ixe +gse +fPh +wCf +eXL +hct +kpX +kpX +kpX +kpX +kpX +gsT +kpX +udy +abb +pFo +taH +hFw +erB +erB +erB +rYY +mIk +piu +rYY +mIk +piu +rYY +oph +oph +oph +uYR +bmU +hqP +xSw +aHa +vXQ +hWP +uYP +kht +jEy +wdb +wFY +bif +sSv +kht +rtJ +pid +flG +iJH +iCI +iCI +jhu +iJH +iCI +iCI +jhu +mNa +waD +jCI +tyG +kIc +uUH +nMl +rgy +rgy +vYK +nMl +rgy +rgy +vYK +nMl +rgy +rgy +vYK +gcM +iOL +ayK +jEy +olM +mNi +pKP +wdb +nGC +bif +xWt +onI +nUY +kTA +ffY +rjI +tXA +gjS +gjS +gjS +jTN +lkx +oTv +gjS +hzd +gDa +gDa +ekl +rNa +tYA +yaY +oPz +oPz +mtQ +noD +iwf +rRm +noD +iwf +rRm +pUC +szO +cDl +dIw +kJn +xfm +uIN +pmV +hCc +ckl +jiV +ldO +jUA +qLs +qkN +vqR +rqx +qkN +lxc +vqR +qkN +iRt +epq +unn +unn +unn +unn +tNd +xHj +xHj +tNd +xHj +xHj +xHj +xHj +tNd +unn +unn +unn +unn +unn +unn +unn +unn +unn +qqW +lie +qlM +auT +auT +auT +auT +auT +auT +auT +auT +auT +aHb +yjh +qlM +xUA +xUA +auT +auT +auT +auT +auT +auT +auT +auT +lMP +oRp +auT +auT +auT +sbp +qvM +oxt +bGa +jKA +tgl +nTG +auT +auT +auT +auT +aHb +ksb +qqW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hhD +pCr +hdz +yjt +idP +yjt +yjt +yjt +yjt +yjt +yjt +hdz +unn +unn +unn +rPf +"} +(160,1,1) = {" +rPf +unn +unn +unn +unn +tmD +vQT +esA +tLI +nvw +mxZ +mak +uSw +bqs +iNo +tLI +xnQ +ptK +qSw +qSw +tHo +gio +boH +eYB +qvv +rxa +dcF +moa +boB +vBX +hGw +tFK +hpk +mRN +hFw +sTr +hUJ +jna +eOP +eOP +knk +eOP +knk +eOP +xrb +knk +upd +pRr +bKV +wfT +rqF +kAT +nAn +lPK +rqG +uYP +kht +jEy +wdb +oEr +bif +sSv +kht +rtJ +tqE +bsS +mGR +fjl +fjl +fjl +mGR +fjl +fjl +fjl +pSX +mGR +lSj +sev +kMD +pBg +oUV +eyR +eyR +eyR +pBg +eyR +eyR +eyR +tPZ +eyR +eyR +eyR +pBg +rDF +ayK +jEy +dyK +cdD +iFF +wdb +nGC +bif +nOt +msa +edj +azs +rFg +vcF +bnY +iEq +nDX +msP +nKK +xHq +cVq +xyh +gDa +gDa +gDa +gDa +gDa +uMo +oPz +oPz +oPz +mtQ +noD +tJI +rEq +noD +tJI +rEq +noD +eQR +eQy +pnT +kJn +xfm +uIN +pmV +ekt +dJz +bCN +eOX +rXn +nvF +pHk +tnw +fnL +vqR +qkN +qkN +cwt +dHc +epq +unn +unn +unn +unn +fRW +tNd +xHj +tNd +xHj +xHj +tNd +tNd +fRW +tNd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +lnX +qlM +xUA +xUA +xUA +auT +auT +auT +auT +aHb +ksb +unn +qqW +qqW +lie +qlM +xUA +xUA +auT +auT +auT +auT +auT +lMP +oRp +auT +auT +auT +qvM +bSV +bGa +bGa +tgl +nTG +auT +auT +auT +auT +aHb +ksb +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hdz +hdz +yjt +wSR +yjt +hdz +hdz +yjt +yjt +yjt +hdz +fng +unn +unn +unn +rPf +"} +(161,1,1) = {" +rPf +unn +unn +unn +unn +tmD +aSg +rwG +oxK +pSf +tOA +mak +mak +aaL +oQt +aPz +hhM +unn +qSw +kUC +kZh +oGw +oGw +oGw +oGw +oGw +oGw +oKW +uPX +aEv +erB +iRM +dYa +jDf +iRM +erB +gEv +hAA +dCu +bZB +iDt +gKG +gxw +dCu +jTL +wkr +lri +ecf +git +wAQ +jnG +uHI +pXm +uHI +rgo +pRr +kht +iFF +wdb +pow +fOO +sSv +kht +qNm +xoh +mFT +mFT +mFT +mFT +mFT +mFT +mFT +mFT +fFr +qHP +xtZ +oGf +pJd +aaZ +xtZ +jma +mFT +mFT +mFT +mFT +mFT +mFT +mFT +mFT +mFT +mFT +mFT +mFT +dpP +qhp +rjI +fJQ +fOh +eFl +wdb +nGC +bif +hou +iow +ttH +hsv +fXD +uHZ +dsD +iEq +nDX +msP +oUH +tRl +fvX +avm +gDa +cwF +rRC +gDa +gDa +oPt +oPz +oPz +oPz +lHf +noD +umD +iRZ +noD +umD +iRZ +noD +noD +xiM +pnT +kJn +qrR +ykq +pmV +oii +uAx +fuP +eOX +fnL +vqR +qkN +vqR +rqx +rqx +wmq +stw +eqi +cXQ +epq +unn +unn +unn +unn +unn +tNd +tNd +tNd +tNd +xHj +xHj +tNd +tNd +xHj +fRW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +qqW +qqW +qqW +lie +qlM +xUA +xUA +aHb +ksb +unn +unn +unn +unn +unn +qqW +qqW +lie +qlM +xUA +auT +auT +auT +lMP +uEr +rjM +rjM +rjM +oxt +bGa +jKA +tgl +nTG +auT +auT +auT +auT +aHb +ksb +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +fng +beZ +unn +qyv +qRk +prU +yjt +yjt +beZ +unn +hdz +yjt +yjt +hdz +fng +unn +unn +unn +rPf +"} +(162,1,1) = {" +rPf +unn +unn +unn +unn +unn +cGA +lTs +mjJ +mjJ +xOG +mak +mak +uSw +cuA +jXA +jXA +unn +qSw +cXz +kZh +cTk +rdw +maQ +dyC +lWw +oGw +vMk +vMk +gYk +aEv +iaE +qXv +pDQ +ccQ +qzC +tJU +hYB +riB +iSS +iDt +gKG +gxw +riB +kJo +jkH +uwN +kJv +dvT +hWP +cMK +bjA +mkL +qaW +mZg +uYP +kht +jEy +wdb +oEr +bif +sSv +kht +bSB +kpA +kTA +dWc +cuH +ffY +ffY +ffY +kTA +kTA +ffY +hBa +nOQ +lPr +pAM +iVK +nOQ +ffY +ffY +kTA +kTA +kTA +kTA +kTA +kTA +kTA +kTA +kTA +kTA +ffY +gXg +gXg +ffY +lqz +fQY +jEy +hzp +pow +fOO +pow +aRl +aRl +maz +rNo +ccw +jEy +iEq +tYy +gjS +trt +trt +trt +eEn +gDa +miV +wGl +gDa +rVH +gHu +uRa +oPz +oPz +vuK +xSM +nzS +mLj +pKR +nzS +nzS +hzm +eGO +ceG +gEh +kJn +xfm +uIN +pmV +quK +kBq +dXr +pcK +rqx +rqx +fnL +rqx +fnL +hig +aup +aup +aup +aup +epq +unn +unn +unn +unn +unn +unn +tNd +xHj +tNd +xHj +xHj +tNd +xHj +tNd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +qqW +qqW +qqW +qqW +unn +unn +unn +unn +unn +unn +unn +unn +unn +qqW +lie +qlM +auT +auT +wcs +haS +haS +haS +hMP +bGa +bGa +tgl +nTG +auT +auT +auT +auT +aHb +ksb +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +fng +beZ +hdz +yjt +rFa +qRk +yjt +hdz +unn +unn +beZ +yjt +yjt +hdz +unn +unn +unn +unn +rPf +"} +(163,1,1) = {" +rPf +unn +unn +unn +unn +tLI +nvw +mak +mak +mak +wOI +mak +mak +nvw +jsU +unn +unn +unn +qSw +sMs +sWs +oGw +ujJ +evB +ist +gwr +tNx +xHV +hfY +puL +aEv +uGK +pdv +rmh +sMR +bdN +mOu +lEO +wlG +xIw +oCP +arp +oCP +rkU +wlG +sub +bYY +mUF +qQp +pSE +hWP +nZh +cbJ +dec +hWP +uYP +pPA +jEy +wdb +xQs +bif +sSv +kht +rtJ +tcK +kds +iiR +jEy +tgZ +wRR +tgZ +wRR +tgZ +wRR +tgZ +tgZ +wem +jgg +wem +gAU +cRp +voq +wWV +cAC +cAC +voq +vBj +cAC +cAC +voq +wWV +cRp +jgF +lnr +wad +wyK +rRV +cdD +jEy +hzp +pow +fOO +pow +pow +pow +pow +hSX +oZh +mhj +tYA +tYA +gWJ +fxZ +lHV +gZD +eVS +nRP +mVL +tOB +gDa +svJ +siw +tUR +oPz +oPz +vuK +xSM +bQc +tzc +xrI +tzc +nUN +hzm +qsw +gRS +pnT +kJn +xfm +uIN +pmV +xBI +jkE +bCN +dOD +fnL +jGh +yjA +rgE +qOP +aup +aup +fiE +qIJ +arY +epq +epq +unn +unn +unn +unn +unn +tNd +fRW +xHj +xHj +xHj +xHj +xHj +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +lie +jgr +auT +auT +auT +auT +auT +abn +bCT +seh +nTG +auT +auT +auT +xUA +aHb +ksb +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +beZ +wdS +hdz +hdz +yjt +yjt +yjt +yjt +yjt +hdz +unn +unn +roy +hdz +yjt +hdz +unn +unn +unn +unn +unn +rPf +"} +(164,1,1) = {" +rPf +unn +unn +unn +unn +tmD +mak +mak +mak +mak +eGI +tLI +mak +nvw +mak +tLI +unn +unn +qSw +bIK +sXB +oGw +xnv +uTV +wOo +aLz +oGw +rmM +tHC +tpa +wMS +vqN +qXv +kKe +pdv +eFF +gxw +qhx +bYY +iWb +gEt +gEt +gEt +gEt +gxw +iDt +oWd +hPC +bCu +ehf +aiH +kAT +kAT +mgm +jlP +uYP +gBu +udW +wdb +xQs +bif +sSv +kht +rtJ +ewo +dSA +yew +jEy +tgZ +ahx +suK +tqs +jDY +mNs +wKu +bhx +nMh +lxb +ofH +gAU +bKD +gAU +gAU +bKD +bKD +gAU +gAU +bKD +bKD +gAU +mmD +bKD +bKD +mmD +mmD +mmD +mmD +leP +jEy +wdb +nGC +bif +lrp +aCc +beb +dgW +gWs +kht +jEy +iEq +tYy +mrh +rJo +cnk +enP +gDa +gDa +gDa +tkl +gDa +jbQ +siw +aLZ +hSq +oPz +vuK +xSM +bGv +bGv +fjr +xYb +ijS +hzm +eGO +ceG +jHR +kJn +xfm +uIN +pmV +beH +uZZ +sxj +aup +nUU +qkN +qkN +rRw +rAI +fnL +xVm +eto +iQy +kIo +epq +epq +epq +unn +unn +unn +unn +fRW +tNd +xHj +xHj +xHj +xHj +xHj +tNd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +ewU +qlM +auT +auT +auT +auT +auT +wcs +hXe +nTG +auT +auT +auT +aHb +ksb +qqW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +beZ +hdz +hdz +yjt +yjt +yjt +yjt +hdz +beZ +unn +unn +unn +hdz +yjt +hdz +unn +unn +unn +unn +unn +rPf +"} +(165,1,1) = {" +rPf +unn +unn +unn +unn +tmD +nvw +nvw +nvw +tLI +xvo +mak +mak +nvw +mak +mak +unn +tnt +qSw +qSw +tHo +eqM +arD +xly +oWW +toX +oGw +tru +gTb +rYi +tMy +vqN +qXv +pDQ +pdv +duB +oxD +qhx +bYY +jNA +mRh +rrc +uvy +lqT +gxw +iDt +oWd +rtq +ccb +uHI +uHI +uHI +uHI +uHI +isK +nHr +rXv +udW +wdb +hnV +fOO +sSv +kht +rtJ +bSu +uEk +auY +xzV +tgZ +xeR +xNm +dsF +tYe +oJM +wEX +xva +goK +lxb +hwr +gAU +gAU +gAU +gAU +mwH +mwH +gAU +gAU +mwH +mwH +gAU +mmD +mmD +mmD +mmD +mmD +mmD +cwh +mLN +jEy +wdb +nGC +bif +hou +pJi +jEp +eKX +nNc +kht +lWc +iEq +nDX +mrh +hKl +dsc +vVe +gfe +gDa +nXD +fUr +gDa +jbQ +wUj +sbK +oPz +oPz +agI +noD +umD +iRZ +noD +umD +iRZ +noD +noD +xiM +kGU +kJn +qrR +ykq +pmV +fgX +gCR +hNL +aup +aup +ryb +ryb +aup +aup +aup +aup +jwH +cWV +xjO +epq +wGO +epq +epq +unn +unn +unn +unn +tNd +xHj +xHj +xHj +xHj +xHj +tNd +tNd +fRW +unn +unn +unn +unn +fRW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +lie +jgr +auT +auT +auT +auT +auT +auT +auT +auT +xUA +aHb +ksb +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hdz +yjt +yjt +yjt +yjt +hdz +hdz +unn +unn +unn +hdz +yjt +yjt +yjt +hdz +unn +unn +unn +unn +rPf +"} +(166,1,1) = {" +rPf +unn +unn +unn +unn +unn +tLI +vAJ +cUx +mak +eGI +mak +tLI +mak +nvw +nvw +unn +tnt +szA +bJg +xbo +vSy +cKZ +pHc +clt +vHF +nzq +gqM +alQ +qhu +bPX +lzO +pdv +tyq +ouu +lVr +gxw +gxw +oWd +aNS +nfc +byy +vkS +fhP +gxw +oWd +oWd +gAm +qBf +qHT +hGB +uHI +gDr +anm +rQy +cqD +kht +jEy +wdb +nGC +bif +sSv +kht +rtJ +bSu +cvM +pQE +pSn +xrA +lsf +qgC +wiL +qye +jfK +iWQ +tgZ +elj +lxb +uTK +gAU +gAU +vJj +nLu +puc +aZk +laV +bRv +pVV +aZk +gAU +mmD +twv +cfw +lvN +paz +mmD +rea +pPU +nux +tFa +skg +skg +nLR +wSZ +hsg +bRY +rzB +aFn +jEy +iEq +tYy +tYA +pcR +hBH +sUn +aoy +gDa +mMw +cCN +wGU +fiY +pHv +oTf +oPz +oPz +mtQ +noD +jci +uia +noD +mGp +uia +noD +vWq +qCy +oFj +xjv +xfm +uIN +pmV +fgX +pnT +sYp +mSm +tSt +dSW +giD +hDi +xBD +aVG +aup +aup +aup +aup +epq +wGO +wGO +epq +epq +unn +unn +unn +tNd +fRW +xHj +xHj +xHj +xHj +xHj +tNd +tNd +unn +unn +fRW +tNd +tNd +tNd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +ewU +qlM +xUA +xUA +xUA +xUA +xUA +xUA +xUA +aHb +ksb +qqW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +beZ +yjt +yjt +yjt +yjt +yjt +beZ +unn +unn +unn +jvE +yjt +yjt +yjt +yjt +hdz +unn +unn +unn +unn +rPf +"} +(167,1,1) = {" +rPf +unn +unn +unn +unn +unn +hEQ +hHi +azI +aaL +nnI +mak +mak +mak +nvw +unn +unn +tnt +kRJ +kGJ +bGi +oGw +udm +dRv +dRv +nxz +oGw +waQ +vMk +qPS +aEv +rXY +pdv +pDQ +foe +hWG +vuc +fvc +uIW +itC +byy +nCz +byy +bwZ +fvc +uIW +smf +hYn +gTM +uDW +hGB +pXm +kDq +uaR +pRr +mQN +kht +jEy +wdb +bUu +bif +sSv +aFn +rtJ +ewo +jse +uoI +dts +mjz +lsf +qgC +fqQ +nQP +jfK +wCn +odx +dOg +lxb +ukk +cvt +ldD +jAc +kNl +cqi +hnW +jAc +bcN +lkX +ppk +sVE +uAZ +jJf +dJr +dkb +nuz +mmD +mmD +jMk +jEy +lya +lya +lya +uju +uRj +wXB +oVP +mBl +rjI +jEy +iEq +nDX +mrh +gDa +gDa +gDa +gDa +gDa +vBD +xdS +gDa +rqE +tYA +uRd +iTI +oPz +mtQ +noD +jsZ +fuF +noD +jsZ +fuF +noD +epL +pJO +wju +mui +xfm +uIN +pmV +oPu +axH +wAH +eSI +bCN +raK +sgx +qbz +oEP +sOB +unn +unn +unn +unn +epq +wGO +wGO +wGO +epq +unn +unn +unn +tNd +tNd +xHj +xHj +tNd +xHj +xHj +tNd +xHj +tNd +xHj +xHj +xHj +xHj +fRW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +qqW +qqW +qqW +qqW +qqW +qqW +qqW +qqW +qqW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +fng +beZ +yjt +yjt +yjt +yjt +yjt +hdz +unn +unn +unn +fng +beZ +yjt +yjt +yjt +yjt +yjt +sUL +unn +unn +unn +rPf +"} +(168,1,1) = {" +rPf +unn +unn +unn +unn +unn +hLt +aaL +xad +pZk +fbT +mak +tLI +vlW +unn +unn +unn +tnt +kPM +szA +xbo +oGw +oGw +qlQ +rxy +emd +oGw +uPX +uPX +aEv +aEv +lqP +pdv +qoB +lqP +bdN +wsO +mIk +piu +wsO +cBk +dsn +cBk +wsO +mIk +beX +wsO +pRr +qhG +qhG +rtq +aRI +qhG +lBT +pRr +xdj +kht +jEy +wdb +bUu +bif +sSv +cIC +rtJ +ewo +lYj +dTe +wTO +tgZ +cqy +xNm +uba +oBL +wod +htW +tgZ +mIq +lxb +ukk +cvt +aZk +mwy +dlR +tHl +oES +mwy +lsj +vmY +pXS +jro +mmD +mmD +kHE +mmD +mmD +mmD +mmD +cdD +fvK +uju +lya +lya +uju +oLZ +rjI +kTA +kTA +kTA +qkG +iUz +tYA +tYA +lQT +hYr +fHS +pUi +sWQ +gDa +gDa +gDa +qZW +tYA +sqe +oPz +oPz +mtQ +noD +noD +noD +noD +noD +noD +dPl +rSv +pup +wju +kJn +xfm +uIN +pmV +ceG +coB +vGC +vGC +vGC +cDh +opJ +umP +wLI +mSN +grK +kvK +unn +hcI +hcI +hcI +hcI +hcI +hcI +unn +unn +unn +gry +pWp +tNd +tNd +tNd +xHj +xHj +xHj +xHj +xHj +xHj +xHj +xHj +tNd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +uJz +sUL +unn +fng +hdz +yjt +yjt +yjt +yjt +hdz +jvE +unn +unn +unn +fng +hdz +yjt +yjt +yjt +yjt +beZ +unn +unn +unn +unn +rPf +"} +(169,1,1) = {" +rPf +unn +unn +unn +unn +tDC +mak +cUx +nvw +mak +xvo +mak +nvw +tUn +oIC +tnt +tnt +tnt +tnt +tnt +uMz +wRb +vzu +nWD +erm +nth +awS +awS +npM +lqP +bQr +awS +jZd +pvj +ube +lqP +mqx +awS +awS +bQr +pDQ +lHr +pdv +bQr +awS +awS +lHr +lqP +uhH +awS +xRm +wIl +awS +lHr +qhM +hbK +kht +jEy +wdb +pow +hgv +sSv +kht +rtJ +bSu +gIO +kht +jEy +lYd +nbU +lox +qPF +qjF +wQi +isS +tgZ +byH +lxb +ukk +cvt +ldD +aZk +oGm +lnY +osJ +aZk +azq +xZq +ldD +sVE +inF +lcU +cNv +kpJ +bVZ +sHH +eAU +soN +hok +kaw +gJi +gJi +tbu +dvb +jEy +vhY +rSG +rSG +rSG +rSG +rSG +tYA +dPm +qDx +tYA +tYA +siw +oPt +lEg +siw +tYA +tYA +rwv +oPz +oPz +nSa +wEC +rkH +xKf +pgh +mgN +bay +uGC +fVe +xqZ +wju +kJn +qrR +ykq +pmV +vIs +xCG +xCG +sbZ +sbZ +siB +ozS +csB +xcD +wJD +vVs +gch +dSW +qUP +nxn +sxV +aNF +lBN +hcI +unn +unn +tNd +hCK +anZ +pWp +xHj +xHj +xHj +xHj +xHj +xHj +xHj +xHj +tNd +tNd +fRW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hdz +jvE +jbE +hdz +yjt +yjt +yjt +yjt +yjt +beZ +unn +unn +unn +unn +unn +unn +hdz +yjt +yjt +yjt +hdz +unn +unn +unn +unn +rPf +"} +(170,1,1) = {" +rPf +unn +unn +unn +xuf +tOA +tLI +mak +mak +mak +xvo +nvw +nvw +tnt +oIC +ioG +oTQ +tnt +hOD +dBB +fyF +tzi +wVL +mKz +wez +ark +vGS +wez +eDZ +nmw +wez +eDZ +wez +tRL +wez +thW +wez +eDZ +wez +eDZ +wez +ube +wez +eDZ +eDZ +eDZ +eDZ +wLU +wez +wez +eDZ +wez +wez +plC +rLK +mBl +wbj +jEy +wdb +nGC +vln +sSv +kht +rtJ +rVc +jax +kht +jEy +tgZ +mdg +tNT +gTZ +lTJ +igH +lnl +ueD +poG +kxn +ukk +cvt +aZk +jro +ewd +mgf +sVE +mVa +hhV +mgf +sVE +mgf +lZm +hUg +icv +cNv +peL +sHH +gIk +lzk +ssd +hzp +nGC +bif +ejj +kht +jEy +vhY +rSG +vpp +odZ +gLS +bZN +say +bYR +dNf +mOv +bvk +ctx +gVA +gVA +kWY +cjs +jLJ +irE +oPz +oPz +uvc +stG +mks +mks +wBS +mJJ +bay +dtj +jyg +dYV +lFZ +hOv +xfm +uIN +gEx +eli +xXi +yee +xXi +bNw +sps +ceG +vib +dGi +tQQ +hrz +giD +bCQ +hcI +hcI +fXN +rqt +lBN +hcI +unn +unn +tNd +tNd +kAb +qdR +xHj +xHj +tNd +tNd +xHj +xHj +xHj +xHj +xHj +tNd +tNd +unn +fRW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +beZ +jbE +yjt +yjt +yjt +yjt +yjt +hdz +fng +unn +unn +unn +unn +unn +unn +unn +hdz +yjt +hdz +unn +unn +unn +unn +unn +rPf +"} +(171,1,1) = {" +rPf +unn +unn +unn +unn +hGq +wjB +mak +mak +mak +xvo +mak +vlW +fgH +gtX +oJc +dGd +tnt +dMu +whW +whW +eIG +qTW +nak +sic +nKs +awS +lHr +jZd +awS +awS +awS +awS +awS +awS +awS +awS +jZd +awS +awS +awS +lHr +jZd +pvj +jZd +awS +jZd +awS +jZd +awS +awS +jZd +jZd +oAX +duB +kTA +wbj +jEy +wdb +nGC +vln +sSv +hJe +rtJ +ewo +ykh +jlp +jEy +tgZ +tgZ +nII +nII +vcv +xmO +tjI +odx +dOg +lxb +qWf +cvt +mgf +mmo +vDd +mmp +dyj +sVE +ldD +miI +bFb +sVE +olV +cNv +icv +icv +dfU +sHH +tSL +crT +xiy +wdb +nGC +bif +sSv +lsl +tXA +rSG +rSG +bOY +rVe +uPC +rdn +rdn +bXn +niO +fii +joO +joO +joO +joO +joO +sUg +ctq +oPz +oPz +oPz +uvc +pGX +mks +mks +kBL +aGY +bay +bay +wvm +wDg +kCr +htA +xfm +uIN +cHo +kVg +cAx +jAD +okL +qLE +lrD +wnL +wrg +fhM +uRT +kmb +dSW +giD +unn +hcI +txD +gXx +lBN +hcI +unn +unn +unn +unn +tNd +vBk +jDt +hNA +fRW +unn +unn +fRW +xHj +xHj +xHj +xHj +tNd +tNd +tNd +fRW +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +qTZ +yjt +hsH +yjt +yjt +hdz +hdz +fng +unn +unn +unn +unn +unn +unn +unn +fGn +pYl +hdz +gCg +unn +unn +unn +unn +rPf +"} +(172,1,1) = {" +rPf +unn +unn +unn +unn +unn +tLI +nvw +mak +mak +xvo +nvw +nvw +tnt +skS +eSj +oTQ +dYH +tzi +whW +whW +kva +wRb +rWY +pSM +hOY +pDQ +ube +oVd +lqP +uhH +eDZ +eZT +tkG +ntp +lqP +muf +sgw +ujs +fWi +pDQ +lHr +pdv +ggG +eDZ +eDZ +lHr +lqP +joE +eDZ +tkG +eZT +tkG +xod +qhM +iUC +kht +jEy +hzp +nGC +bif +uZY +kht +rtJ +ewo +oKT +ncJ +jEy +tgZ +bgz +jQs +faP +xCC +prx +tjI +ihC +nMh +kxn +kxn +gpC +sVE +xxq +nOO +wVI +fzX +mwy +gmw +uFZ +pXS +ldD +eOz +oUI +icv +icv +cNn +mmD +uyy +wuv +frz +vuC +nGC +bif +sSv +kht +lWc +bFg +qjj +gIZ +cbT +jDp +esO +esO +fzW +dNf +nuK +joO +joO +joO +joO +joO +mqi +ctq +uio +eAW +oPz +uvc +stG +mks +mks +kBL +aRj +rnQ +bay +iQR +sNT +szK +ktQ +xfm +uIN +pAZ +qrR +cch +fIO +mtO +jgY +lIa +thX +iwN +mdX +lWf +sPF +sfA +unn +unn +hcI +aPa +wiS +lBN +hcI +unn +unn +unn +unn +unn +fRW +rmD +fRW +unn +unn +unn +tNd +tNd +xHj +xHj +xHj +xHj +fRW +xHj +unn +unn +hcI +unn +hcI +unn +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rFa +rFa +rFa +yjt +rFa +hdz +beZ +unn +unn +unn +unn +unn +unn +mfm +mfm +vrX +moy +uSa +hdz +gCg +unn +unn +unn +unn +rPf +"} +(173,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +nvw +tLI +mak +xvo +mak +nvw +tnt +oIC +xeO +kXG +tnt +cVZ +nHg +jex +tzi +rWY +gvv +iAR +kGu +pDQ +dfn +ogU +uJW +uJW +fkq +uJW +uJW +uJW +uJW +uJW +uJW +uJW +bwS +gxI +ube +thC +inn +tro +ahB +wNB +bdN +bdN +wGJ +bdN +bdN +bdN +eUY +bdN +vhY +kht +iFF +mIx +skg +mbe +gdA +eui +rtJ +bXx +fIV +aAz +jEy +odx +nWa +bYT +ipB +tut +fxS +wEX +qjC +goK +lxb +lxb +rZq +tFh +jAc +vHo +cPZ +hnW +jAc +imd +lsj +osJ +ota +vPS +icv +icv +cNv +klY +mmD +cyn +kht +jEy +wdb +kvv +hgv +sSv +kht +jEy +bFg +fMH +uSc +vIP +ujb +niO +ujb +niO +niO +mOv +qEq +wUk +wUk +wUk +jrS +cjs +lzG +nAR +qTS +hVb +vvB +cPh +boD +kBL +kBL +kBL +xVc +byr +hlE +vXG +bZF +nGX +qrR +ykq +pAZ +kVg +hft +tnr +fps +qrR +qvC +ekN +bjP +uZo +lUw +mbP +unn +unn +unn +ctP +aOH +kMs +lBN +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +fRW +xHj +tNd +xHj +xHj +xHj +xHj +tNd +vKC +hcI +hcI +hcI +hcI +iKK +jvG +quh +unn +unn +unn +unn +unn +unn +unn +cbz +gkB +kRL +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +beZ +unn +unn +mfm +mfm +wIe +eQx +wIe +wIe +mfm +mfm +unn +unn +unn +unn +unn +unn +unn +unn +mfm +cyC +rEr +qRk +rFa +unn +unn +unn +unn +unn +rPf +"} +(174,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +rwG +nvw +mak +xvo +uIq +nvw +cKu +oIC +tnt +tnt +tnt +pHr +pHr +pHr +aQt +rWY +jts +olq +wxJ +pDQ +uBQ +eSl +uJW +dVe +dVe +oAH +aDV +tol +aaW +pUp +aaW +pzx +aDV +gxI +ube +kPB +tbP +aaA +qfX +qfX +bHv +inn +phC +sCh +iUC +sCf +sCf +iUC +naa +kht +jEy +prY +jlN +jlN +prY +kht +rtJ +bSu +koD +oIZ +jEy +odx +nWa +bYT +bYT +uiP +rmz +wEX +tHQ +goK +lxb +clM +gAU +bsb +hzR +xZq +azq +enh +ldD +xZq +oGm +aZk +ldD +wRr +icv +lOz +lXC +gEk +mmD +arm +lFC +iQL +wdb +nGC +bif +sSv +aFn +lWc +rSG +oxL +pyt +wKj +aaQ +ojQ +aaQ +niO +niO +rSG +xlG +xlG +xlG +xlG +cjs +cjs +cjs +dGG +iUP +bay +bay +cPh +eqB +tXx +rVE +kBL +cFx +bOg +eGO +ceG +pnT +nGX +qrR +ykq +pAZ +qrR +qrR +kVg +dsP +gOW +pBk +gRS +kGU +szn +kbt +aMQ +uDR +unn +unn +hcI +hcI +jGa +lBN +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +tNd +tNd +tNd +xHj +xHj +xHj +xHj +kmB +tNd +dIi +gKk +eKu +tfu +uOP +pVI +eXH +eXH +unn +vEG +vEG +tDl +uHd +thn +iRf +pbn +oAm +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hdz +yjt +sUL +jvE +mfm +ixT +fAJ +qRk +qRk +qRk +mfm +unn +unn +unn +unn +unn +unn +unn +unn +unn +mfm +qRk +oSE +fru +hdz +unn +unn +unn +unn +unn +rPf +"} +(175,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +unn +vzN +nvw +lrt +nvw +dJp +lXo +qob +yiA +kpj +kMH +aKZ +whW +whW +tzi +rWY +kEw +mch +kGu +vYg +lHr +gtg +owm +dVe +teC +gAK +aDV +xKg +msr +hZg +msr +pzr +aDV +mXb +ube +qYK +tTm +qzn +vqI +vqI +oZZ +inn +wlO +wbj +uwb +kTA +kTA +kTA +uwb +wbj +dBl +aMM +mbO +jlN +prY +kht +rtJ +ewo +xfI +ncJ +jEy +tgZ +koQ +cpZ +bse +iWR +gcP +wGo +bhx +txX +kxn +fOr +gAU +gAU +lRP +ldD +lFF +qiR +fUq +wuc +aZk +ldD +oEf +mmD +ouJ +mmD +mmD +mmD +uaB +tUU +hdO +oSp +wdb +lLj +bif +sSv +cmB +lWc +bFg +fMH +apP +gxB +kKX +niO +kKX +niO +niO +rSG +rHq +cmX +cmX +cmX +irB +jIo +cmX +rwl +irB +bay +sav +mks +vWj +shO +mks +kBL +eYG +bOg +kNq +ceG +kGU +nGX +qrR +ykq +pAZ +qrR +qrR +qrR +oVx +qrR +pBk +jzq +kGU +cUb +qri +oqo +frt +sBB +unn +hcI +hcI +lUm +lBN +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +tNd +tNd +tNd +xHj +tNd +xHj +xHj +xHj +xHj +jvG +hlt +gKk +lgz +tfu +vtU +jLX +tNd +tNd +tNd +xHj +tNd +mSA +aEB +hqz +isq +uHM +tNd +unn +unn +unn +unn +unn +unn +rSP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rua +rua +unn +beZ +yjt +yjt +beZ +hdz +mfm +fru +qRk +qRk +mCM +ayC +mfm +unn +unn +unn +unn +unn +unn +unn +unn +mfm +mfm +fru +gBk +hsH +yjt +pCr +unn +unn +unn +unn +rPf +"} +(176,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +unn +cVi +uIq +lrt +vzN +cqv +dJp +oIC +cgF +kpj +tnt +jSK +jSK +jSK +xbo +rWY +rWY +rWY +rWY +krF +ube +pdv +dVe +dVe +teC +gAK +aDV +amY +msr +msr +msr +opZ +dgs +tyq +lHr +gmv +tTm +qzn +djh +vqI +nzK +vEQ +cVm +xYn +qie +hnL +sTn +iLm +gfg +vcI +jwk +aCE +wwX +nUW +hub +kht +rtJ +rqa +kuY +gas +lWc +tgZ +wRR +tgZ +wRR +tgZ +wRR +tgZ +tgZ +wem +qpx +wem +gAU +gAU +lEf +gAU +gAU +gAU +gAU +gAU +gAU +gAU +gAU +hex +pHu +ccG +mmD +mmD +rxI +jDr +ayv +jEy +wdb +lLj +bif +sSv +kht +jEy +bFg +uiA +djt +mQp +qLQ +bZN +bZN +pqV +dNf +kyh +kCc +fpr +kPZ +wXY +dbM +mRm +gIg +dTv +qUJ +bay +oEw +mks +kBL +xhk +rVE +kBL +ljU +bay +dJq +ceG +pnT +nGX +xfm +uIN +pAZ +qrR +dGA +tis +dGA +bAP +sJO +agr +lWS +gCC +kGj +wBk +aHh +bNW +unn +hcI +hcI +rUT +mgU +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +fRW +tNd +xHj +xHj +xHj +tNd +tNd +xHj +xHj +jvG +cnO +gKk +eKu +tfu +vtU +pVI +eXH +xHj +xHj +tNd +xHj +xHj +fRW +lSE +ijw +lQm +pVI +ePl +tNd +fRW +unn +unn +unn +hup +xHB +unn +unn +vEG +rua +unn +unn +rua +rua +sBj +rzw +rzw +rzw +yjt +yjt +yjt +hdz +yjt +mfm +mfm +qWy +vYG +iUI +fru +qRk +mfm +unn +unn +unn +unn +unn +unn +unn +unn +vrX +hdz +rFa +aYg +uSa +yjt +beZ +unn +unn +unn +unn +rPf +"} +(177,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +unn +foc +wFf +eYN +wFf +wFf +wFf +oIC +tnt +kpj +tnt +oyz +oNc +oNc +tzi +rWY +cvR +wgQ +kGu +pDQ +nrO +pdv +uJW +qQo +teC +gAK +aDV +aAW +fPX +ujk +gRP +qBn +aDV +pDQ +lHr +bGe +tTm +wBZ +bgt +vqI +bdM +vEQ +vhY +xYn +qie +iow +qxa +pow +rQR +lyx +dBl +wdb +vDa +fuy +gMw +kht +qNm +faX +oVP +wbj +jEy +kkE +dTa +dTa +dTa +dTa +dTa +dTa +wxx +xOA +hdj +rQm +bKD +xOA +dpv +mOc +mOc +mOc +mOc +mOc +mOc +mOc +mOc +oSv +eUv +nzw +nDX +lqm +gTP +tdC +sUx +jEy +uzc +kvv +fOO +sSv +kht +tXA +rSG +rSG +lSr +bac +uPC +rdn +rdn +bXn +niO +kyh +kCc +wSO +mxV +rAj +dbM +ezZ +hYL +uIm +qUJ +bay +bay +oLF +kBL +kBL +kBL +smQ +bay +bay +ssm +vXG +pnT +kJn +xfm +uIN +cHo +qrR +dGA +qrR +dGA +qrR +thE +tSd +wHd +cvk +wJD +slV +slV +qza +hcI +hcI +hcI +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +kmB +tNd +tNd +tNd +tNd +fRW +unn +unn +tNd +kmB +tNd +hlt +gKk +lgz +tfu +vtU +tNd +kmB +xHj +xHj +tNd +tNd +xHj +hku +aEB +vmf +hku +lSE +uly +xHj +xHj +fRW +tNd +tNd +xHj +tNd +tNd +xHj +xHj +sBj +rJq +sBj +rzw +sBj +rzw +rzw +sBj +rzw +yjt +yjt +yjt +yjt +yjt +mfm +jWK +jWK +uSa +uSa +qRk +jWK +jWK +mfm +fQt +unn +unn +unn +unn +unn +fng +hdz +hsH +yjt +gBk +yjt +nBd +unn +unn +unn +unn +unn +rPf +"} +(178,1,1) = {" +rPf +hcI +hcI +hcI +hcI +hcI +hcI +hcI +rKX +eaP +mIX +nBJ +oug +vut +tnt +tnt +kpj +uca +iKX +ayO +klK +xbo +rWY +jts +olq +hmD +vPl +wFB +uuO +pLk +dVe +dVe +oAH +uJW +uJW +uJW +uJW +uJW +uJW +pLk +pDQ +ube +ouu +inn +pNB +brL +vqI +tLM +inn +aLj +jEy +mZm +szr +pow +pow +lQs +tSC +low +mEe +kVd +jzr +sSv +kht +bSB +vvG +kTA +wbj +dzu +bTd +nDo +emX +mta +gTH +eMr +mta +dDP +wDo +kTa +gHZ +wsT +rQa +giZ +mOc +vsd +vsd +vsd +vsd +vsd +vsd +mOc +oUn +she +tVk +jdL +rpS +qFF +ilb +kht +jEy +wdb +nGC +bif +sSv +lMS +jEy +vhY +rSG +bWV +nHQ +vdl +esO +iTY +fzW +rSG +rSG +kCc +xdP +isa +ioE +dbM +weE +wkS +hef +qUJ +fEl +bOg +niv +kBL +kBL +kBL +iDM +bOg +huf +rzu +lJh +pnT +kJn +xfm +uIN +uli +lvM +sGc +sGc +sGc +nDk +cnB +gRS +kkQ +ovn +ilV +tWk +xLe +qyf +bHK +ihO +bHK +lTT +tHg +tHg +tHg +unn +unn +unn +unn +unn +unn +unn +unn +unn +fRW +jXq +fRW +aEB +tNd +fRW +unn +unn +unn +tNd +jvG +wkj +gKk +eKu +tfu +rrH +eXH +tNd +xHj +tNd +fRW +iaT +xHj +xHj +fRW +wsA +lQm +vrY +uly +tNd +xHj +tNd +xHj +xHj +xHj +xHj +xHj +xHj +xHj +rzw +rzw +rzw +rzw +rzw +rzw +rzw +rzw +sBj +yjt +hdz +hdz +yjt +hdz +pcy +rFa +fru +qRk +qRk +uSa +uSa +vrX +hdz +beZ +fng +fng +unn +unn +unn +fng +yjt +yjt +yjt +aYg +yjt +unn +unn +unn +unn +unn +unn +rPf +"} +(179,1,1) = {" +rPf +hcI +vtb +qVh +eaP +kkD +dBf +eaP +akP +eaP +mIX +eaP +nBJ +eid +tnt +dOW +kpj +tnt +uHG +rND +xbo +tzi +rWY +kEw +mch +kGu +vPl +rHm +dwd +uJW +qQo +teC +gAK +aDV +tol +aaW +pUp +aaW +pzx +aDV +vPl +wSD +wFF +sQB +wBZ +brL +iVR +dhr +vEQ +vhY +jEy +iow +pow +pow +kvv +hsv +mHF +pFZ +sFK +lLj +xUi +wYB +kht +rtJ +ffR +wWV +bit +lWc +wsT +kad +nZK +qxa +hsv +pow +tNK +jFy +kkA +qZC +rKa +kzg +iAp +pfv +mOc +vsd +vsd +vsd +vsd +vsd +vsd +mOc +dKi +cEk +hZx +fmC +xyy +xnL +vps +kht +iFF +wdb +nGC +bif +sSv +kht +jEy +vhY +rSG +rSG +rSG +rSG +rSG +rSG +rSG +rSG +qha +dFE +msm +wdO +urK +uTF +dfs +vwU +sXR +beL +qha +bay +bay +hVE +hVE +hVE +bay +bay +eGO +nHq +lJh +pnT +kJn +xfm +uIN +pmV +hCb +vGC +vGC +vGC +vGC +mfQ +ozS +xpP +vxB +mfQ +dLw +mgF +bmC +tLa +kmv +bHK +xtY +tHg +pxT +tHg +tHg +unn +unn +unn +unn +unn +unn +unn +rcn +aEB +aEB +aEB +opf +kmB +tNd +pXa +unn +unn +tNd +jvG +hcI +hcI +hcI +hcI +iKK +jLX +jvG +xHj +xHj +ogv +xHj +tNd +xHj +tNd +wsA +tQv +vrY +uly +xHj +xHj +yab +xHj +xHj +xHj +xHj +xHj +xHj +xHj +rzw +rzw +rzw +rzw +sBj +sBj +sBj +rJq +unn +unn +unn +lXW +beZ +hdz +eQx +xzB +rFa +fru +wlx +yjt +rFa +yjt +hsH +hdz +hdz +hdz +unn +unn +unn +unn +hdz +yjt +gAg +eLm +hdz +unn +unn +unn +unn +unn +unn +rPf +"} +(180,1,1) = {" +rPf +hcI +cBf +szM +nBJ +qAF +fjV +nkI +uij +nBJ +kbv +nBJ +eaP +bYD +tnt +rDy +kpj +tnt +eCA +qtr +rND +iKX +rWY +rWY +rWY +biy +vPl +rwI +hDJ +owm +dVe +teC +gAK +aDV +xKg +msr +hZg +msr +pzr +aDV +vjT +wSD +ezg +tTm +qzn +jwt +vqI +thg +vEQ +vhY +jEy +iow +kvv +pow +pow +lnb +nwk +nwk +qPB +tIT +hvm +ejj +kht +rtJ +tpx +tpx +mog +min +ewo +bKG +fPT +oEL +fPT +fPT +fPT +kVf +tpx +tpx +ewo +rJm +mFR +voq +mOc +mOc +mOc +mOc +mOc +mOc +mOc +mOc +dPY +qfP +atr +paa +nZa +jVP +gxs +kht +jEy +hzp +nGC +bif +uZY +lFC +lWc +dXr +dXr +dXr +rFE +bCN +bCN +rLf +dXr +dXr +dXr +dXr +bbX +bbX +lYU +ilP +bbX +bbX +bbX +dXr +hSz +dXr +eba +dXr +dXr +dXr +eba +dXr +hdw +ifz +smK +pnT +nGX +xfm +uIN +qvC +gRS +nWw +qxI +xCG +xCG +sbZ +xCG +tIs +sbZ +sbZ +ozS +eZX +ayw +bHK +cjH +uig +jig +tHg +pxT +pxT +tHg +tHg +unn +unn +unn +unn +unn +unn +aEB +oBK +dgn +aEB +unn +unn +unn +unn +unn +unn +unn +tNd +hcI +unn +hcI +unn +hcI +uHb +eXH +xHj +xHj +xHj +tNd +xjZ +fRW +vrY +lbV +vrY +xHj +ePl +gry +hNA +jDt +hNA +gry +vEG +vEG +unn +unn +unn +rJq +sBj +rzw +rzw +rzw +rJq +unn +unn +unn +unn +unn +unn +skH +yjt +wIe +obI +uSa +rFa +qRk +uSa +uSa +wlx +cIi +yjt +yjt +beZ +unn +unn +fQt +oaW +yjt +gAg +eLm +hdz +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(181,1,1) = {" +rPf +hcI +gBF +gBU +plA +gBU +gBU +gBU +xyi +eaP +nyK +eaP +dTL +ovg +tnt +lEl +kpj +lkU +ajD +gPi +yih +jSK +rWY +hdh +jvl +kGu +hIo +xVt +iFO +dVe +dVe +teC +gAK +aDV +amY +msr +msr +msr +opZ +gpq +wVF +pdi +nts +tTm +qzn +vqI +vqI +oZZ +inn +ihd +jEy +iow +pow +pow +mEs +bye +oem +nwk +jEm +tcM +cot +pKM +oqQ +qNm +vjt +vjt +taT +vgn +eKp +taT +mBl +jlN +prY +prY +sra +pQR +yaT +yaT +fKT +fKT +taT +cgQ +mOc +mOc +mOc +mOc +mOc +mOc +mOc +mOc +tFJ +pNY +oVP +kSh +kBf +fvI +ijA +wbj +aew +tFa +skg +skg +gdA +aFn +rjI +vGC +vGC +vGC +vGC +mfQ +vGC +vGC +vGC +vGC +vGC +mfQ +vGC +mfQ +yhC +vGC +mfQ +vGC +vGC +vGC +vGC +mfQ +mfQ +mfQ +mfQ +vGC +vGC +vGC +vGC +vGC +muk +jHR +qYp +nJG +nJG +dCr +uCO +eBJ +rPb +fEl +joo +eIN +nnB +joo +fEl +sxw +ceG +kGU +dXr +nrw +dYT +nBl +sGf +tHg +pxT +pxT +pxT +tHg +tHg +unn +unn +unn +unn +unn +hhJ +hcI +gdm +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +jvG +xHj +kmB +xHj +xHj +fRW +xHj +xHj +tNd +tIb +tNd +vrY +unn +unn +xjZ +ogv +unn +unn +unn +unn +unn +unn +unn +unn +xqR +iyR +rzw +rzw +sBj +vPU +unn +unn +unn +unn +unn +unn +beZ +mfm +eoO +nUn +ckP +eMa +qos +eMa +uRN +xYd +xYd +aUh +yjt +beZ +unn +hdz +yjt +yjt +aYg +yjt +hdz +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(182,1,1) = {" +rPf +hcI +iuS +gBU +jCo +mSq +eZQ +wiV +gBU +dhJ +dhJ +lWh +lWh +bUv +tnt +tnt +hPI +tnt +tnt +tnt +tnt +tnt +rWY +dcC +aSk +qyw +mFy +owi +yfs +uJW +dVe +dVe +oAH +aDV +aAW +fPX +ujk +gRP +qBn +aDV +vPl +tMx +eHu +tTm +jay +fvO +mTq +fqa +inn +gNx +tCp +bAL +usr +kvv +ipC +deH +akO +fkY +cuZ +vMl +hGp +cuZ +aDt +kTA +mtf +udq +ffY +kTA +kTA +eje +ffY +prY +jlN +prY +prY +ffY +atb +tMl +kTA +kTA +kTA +low +xCP +ddG +rZu +dpB +jUL +rZu +uRV +ylX +tSC +kTA +ojF +kTA +hBk +oZY +asj +kTA +low +cuZ +cuZ +cuZ +cuZ +rDB +ffY +khW +xCG +xCG +sbZ +sbZ +sbZ +xCG +jfY +xCG +xCG +sbZ +sbZ +xCG +xCG +xCG +xCG +jfY +xCG +xCG +sbZ +sbZ +xCG +xCG +xCG +xCG +ePo +xCG +xCG +xCG +vQd +gfa +eiu +eiu +eiu +eiu +kYm +uCr +mvn +ekY +vRU +ans +ans +vRU +vRU +ekY +kiB +lFZ +dXr +bHK +bHK +obr +bHK +tHg +dcU +dcU +dcU +dcU +dcU +dcU +dcU +dcU +dcU +dcU +hcI +aWM +vwY +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +vEG +fRW +tNd +xHj +xHj +xHj +xHj +xHj +tNd +yab +tIb +xHj +tNd +vEG +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +sBj +cDV +rzw +rzw +vPU +rJq +xgL +unn +unn +unn +unn +unn +unn +svf +fUb +rFa +oCR +fAJ +uSa +rFa +hdz +yjt +aYg +yjt +hdz +hdz +yjt +yjt +yjt +aYg +hdz +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(183,1,1) = {" +rPf +hcI +nBJ +gBU +ksJ +iQP +iQP +rKU +sxA +eSp +cRo +ecy +tZp +cRo +aWW +oTy +ttA +jEF +jEF +djA +jEF +rWY +rWY +kby +qZu +kGu +vPl +tMx +iFO +uJW +uJW +fkq +uJW +uJW +uJW +uJW +uJW +uJW +uJW +bwS +vPl +ouw +gAp +pwq +pwq +pwq +pwq +pwq +pwq +xfR +mum +qie +iow +vcN +ssS +cdL +nkt +jEy +kaw +uLd +gVT +wFU +vFI +gfs +hoI +hSR +lMQ +lMQ +lMQ +dfb +xVP +kyL +gJi +gJi +bdJ +dfb +hSR +qdD +gHD +azs +wZr +cuZ +xCP +aXj +krM +krM +krM +krM +noo +ylX +cuZ +wCI +gNP +lMQ +aJd +jjz +lSd +muP +nJI +hEc +hUd +uLd +buT +nHL +cRb +mKB +cvB +cvB +cvB +cvB +cvB +mKB +mKB +mKB +mKB +mKB +mKB +ilQ +cvB +cvB +cvB +cvB +cvB +cvB +cvB +cvB +cvB +mKB +fhz +eiu +hiP +mKB +mKB +fhz +eiu +eiu +cRW +klX +klX +liZ +fQV +rsn +vRU +vwJ +fTj +uro +uro +pcG +utj +qBO +hHV +pnT +hlT +qdc +nNV +eIN +nnB +gFG +bRk +vUN +uro +fTj +uro +lKt +buF +wtQ +emu +emu +hcI +iwL +wnc +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +vEG +tNd +xHj +rWz +xYc +xYc +xYc +xYc +nKG +xYc +bag +tNd +xHj +vEG +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +eeP +kyC +rrv +nyo +rzw +sBj +vPU +scf +jaG +unn +unn +unn +unn +unn +fng +qRk +gBk +fru +cir +gOu +gNQ +vEo +unn +hdz +aUI +xYd +xYd +aUh +yjt +yjt +yjt +aYg +hdz +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(184,1,1) = {" +rPf +hcI +plA +gBU +tJS +ojC +gxE +msg +ocE +kbo +kbo +kbo +myP +myP +hDz +kbo +myP +myP +hDz +myP +djA +bVe +bVe +bVe +bVe +bVe +txr +tMx +ldL +dwu +dwu +dwu +dwu +dwu +luM +dwu +dwu +luM +dwu +tpy +ykM +tMx +iFO +kwC +wMA +sgU +wMA +wMA +kwC +bRa +dsR +hbp +iMQ +iSJ +wqG +nHn +nkt +jEy +dDL +mTW +kvv +pVU +cuZ +kCI +tBH +gLX +xDE +xDE +xDE +xDE +iBI +iBI +iBI +iBI +iBI +xDE +tBH +rxK +xDE +hsv +slf +bVo +xCP +qaT +xIV +xIV +gLO +xIV +uZL +ylX +cuZ +hYJ +iow +xDE +xDE +ojw +uRq +vsD +jva +fIv +lzL +kvv +pVU +cuZ +kCI +wBr +wBr +wBr +ygd +wBr +wBr +wBr +ygd +ygd +ygd +ygd +wBr +wBr +wBr +ygd +wBr +wBr +wBr +wBr +ygd +wBr +wBr +wBr +erx +eiu +dGA +qrR +qrR +htv +eiu +eiu +dGA +qrR +qrR +bkg +ceG +pnT +ofu +xMP +lwu +eaO +mGE +eaO +ufy +vRU +kIt +xih +vGC +xuk +mfQ +mfQ +vGC +mfQ +wMM +fgV +mGE +eaO +mGE +wtc +tjG +wtQ +emu +emu +hcI +hcI +obO +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +daI +tNd +xHj +tIb +rWz +xYc +xYc +xYc +xYc +xYc +vql +xHj +xHj +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rMB +rzw +rJq +unn +unn +unn +unn +unn +unn +unn +unn +fng +oCR +rEr +fru +uSa +qRk +uSa +fng +unn +beZ +hdz +yjt +yjt +aUI +xYd +xYd +xYd +sMK +pCr +fng +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(185,1,1) = {" +rPf +hcI +hqT +nmI +pUf +dUo +kJp +waj +iRi +myP +kbo +dSM +xfk +oEQ +xfk +pTi +pTi +oJw +xcx +xlV +vpK +bVe +fxA +flh +qsI +gVw +wVF +wSD +tMx +tMx +tMx +wSD +wSD +wSD +tMx +tMx +wSD +tMx +tMx +wSD +wSD +tMx +qLS +pwq +vcW +lsT +dSq +pwq +pwq +sZr +sYX +kJi +fTs +oVP +mBl +pIc +bBp +mAk +dDL +pow +pow +nEu +nHL +njS +cdw +cdw +cfj +cfj +cfj +cfj +kvv +pow +pow +pow +pow +cfj +cdw +lYu +cfj +hsv +slf +cuZ +xCP +qaT +xIV +xIV +xIV +xIV +uZL +ylX +cuZ +yeQ +iow +cfj +cfj +cfj +kJe +ljz +crg +lmV +bOK +lzL +esB +cuZ +kCI +fpp +fpp +fpp +qrR +fpp +fpp +fpp +qrR +qrR +kVg +qrR +fpp +fpp +fpp +qrR +fpp +fpp +fpp +fpp +qrR +fpp +fpp +fpp +erx +eiu +dGA +qrR +qrR +htv +eiu +eiu +dGA +qrR +qrR +bkg +ceG +xih +uvr +eaO +eaO +gyX +lZu +pxM +ufy +vRU +wln +rno +ozS +xih +ozS +ozS +ozS +xih +iTc +eaO +mGE +erh +jeB +uCh +kJy +wtQ +wtQ +wtQ +nED +dVv +vwY +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +nCo +gUH +jDt +hIb +sTU +sTU +xHj +tNd +xHj +xHj +xHj +tIb +tNd +xHj +fpB +xHj +fRW +daI +xHj +fRW +unn +vEG +vEG +unn +unn +unn +unn +unn +xgL +rzw +rzw +qtR +xgL +unn +unn +unn +xgL +unn +bLy +lVT +xQj +uyq +rFa +qRk +fru +lrn +fng +unn +unn +fng +sUL +pCr +yjt +yjt +yjt +yjt +aYg +yjt +fng +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(186,1,1) = {" +rPf +kzb +nNN +hEf +pUf +gzV +pms +nQm +wVq +viy +rsB +egz +xqH +lXU +bRB +ngK +api +bRB +sBE +myP +mWG +bVe +jfc +rjH +pqO +qlc +vPl +tMx +kjS +ivG +cpk +cpk +aRq +gXO +tdy +pty +hZQ +bLh +eZz +oeX +cpk +wYy +gUv +pwq +mmB +mmB +mmB +pwq +dzX +saj +oal +tfe +bOo +rMi +rMi +rMi +lFC +vZe +hSB +wqG +tRj +ohd +cuZ +uwJ +nof +tty +bmw +bmw +bmw +jll +alg +skg +onW +mbe +qrG +jll +xZV +utW +bmw +ozm +oBr +cuZ +xCP +nTH +gSk +gSk +gSk +gSk +yds +ylX +cuZ +jhW +hhW +bmw +bmw +bmw +gXb +oBP +qaz +umG +wEq +lCj +bRY +cuZ +uFF +lvM +neN +neN +neN +neN +neN +lvM +sjq +nJG +nJG +mmf +lvM +neN +neN +neN +neN +neN +neN +neN +neN +neN +neN +lvM +bcw +eiu +cRj +nJG +nJG +sIO +eiu +eiu +cRj +pOr +pOr +jch +ceG +xih +bpC +eaO +eaO +kMV +mGE +mqU +ufy +wgk +qBT +hJU +qnK +gEI +qKb +uBy +eoc +wDp +dvE +hkv +eaO +uDn +qQD +slQ +kJy +wtQ +dMq +vPG +fvU +fvU +tvw +maL +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +gka +hXp +ueO +sTU +tIb +xHj +xHj +xHj +iaT +tNd +oew +kLi +xYc +xYc +dYY +dzi +dzi +lVn +tNd +eDP +kAb +kPI +unn +unn +unn +unn +unn +rJq +rzw +rzw +sBj +unn +unn +unn +unn +vdd +rJq +sBj +xQj +fzN +oFz +rzw +xQj +oOg +unn +unn +unn +unn +unn +unn +unn +beZ +hdz +yjt +yjt +aYg +hdz +beZ +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(187,1,1) = {" +rPf +hed +weH +mzr +pUf +imT +hmM +iGS +oyH +ecy +cRo +dxK +xqH +lXU +bRB +dRo +bCb +fFv +acJ +myP +gon +bVe +dak +dLp +nlh +bVe +vPl +tMx +xXp +gIf +gIf +kBk +hLX +pgf +aGD +mzj +kBk +kBk +jWg +jWg +jWg +xln +jWg +kBk +kBk +kBk +kBk +kBk +pbT +fCC +dYh +cmW +cmW +cmW +ewo +uoh +kht +lWc +cuZ +cuZ +cuZ +cuZ +akO +oSG +xBh +xBh +mBl +mBl +mBl +fkY +nwk +drU +drU +sWZ +usS +kPU +xBh +xBh +mBl +oSG +mBl +fkY +xCP +ddG +jUL +uYx +jUL +jUL +uRV +ylX +akO +mBl +mBl +mBl +oSG +oVP +mBl +oVP +mBl +yiH +cuZ +cuZ +nkr +mBl +mBl +hCY +vGC +vGC +mfQ +mfQ +vGC +rSB +scB +scB +scB +scB +tqi +hCY +vBC +aEz +aEz +opJ +rDf +vGC +vGC +mfQ +mfQ +vGC +hCY +rSB +lfL +lfL +lfL +lfL +wvG +vGC +vGC +mfQ +mfQ +vGC +xih +pnT +ofu +lJa +mGE +tfV +jeB +obV +cOV +vRU +vRU +ekY +bGI +nAv +lqA +bGI +ekY +vRU +vRU +qxn +eaO +tfV +jeB +mGE +iUk +wtQ +xnq +pSC +laI +oun +lMv +kbn +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +iny +ueO +tIb +tIb +tNd +tNd +xHj +fRW +xHj +tNd +tNd +tNd +xHj +yab +xHj +xHj +xHj +mRy +hgs +fRW +fRW +ama +unn +unn +unn +unn +unn +rzw +rzw +rzw +sBj +sBj +rET +unn +sjg +sBj +rJq +sBj +kki +gTe +qSm +fzN +unn +unn +unn +unn +unn +unn +unn +unn +unn +beZ +yjt +yjt +aYg +yjt +hdz +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(188,1,1) = {" +rPf +rJG +mth +sEL +odI +rHD +nKw +xDn +dJZ +eSp +eSp +dxK +dRo +dRo +xqH +xqH +dRo +oRV +tQU +wDj +vlL +bVe +fDs +bVe +bVe +jUv +gat +tMx +sqX +gIf +gIf +kBk +wbC +hii +hHg +iit +gHA +aZT +jWg +aNA +quw +jKt +jWg +gkO +tGf +oAn +lAV +kBk +vch +bqk +fmC +oqS +tYy +nDX +lYX +cRL +fqj +jEy +iCg +gJi +gJi +gVq +aUQ +bSB +kgE +kgE +xVA +bSB +gRt +bDl +osv +dWQ +bAT +uUM +fFW +mYy +kgE +kgE +fUP +fUP +xVA +kvB +mOc +mOc +aif +mOc +xPw +sXa +mOc +mOc +aHV +ffY +kTA +ffY +kTA +kTA +kTA +kTA +kTA +low +cuZ +cuZ +tSC +kTA +kTA +xCG +sbZ +sbZ +xCG +sbZ +sbZ +gfa +scB +scB +nQp +scB +sPO +qyo +sbZ +nwe +plY +ugn +dHt +bsY +xCG +xCG +bsY +xCG +fCf +hTZ +oQp +oQp +oQp +oQp +nIy +iHb +xCG +bsY +xCG +xCG +bsY +lGg +vRU +rKl +tTc +mGE +eaO +mGE +dLk +jea +wtQ +wtQ +hhI +mGE +eaO +fQl +wtQ +wtQ +wtQ +kQH +mGE +qvm +eaO +mGE +oJV +jSv +fvU +wtQ +wtQ +wtQ +sQp +wtQ +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +tNd +qdR +tIb +tIb +xHj +fRW +xHj +xHj +xHj +fRW +unn +unn +uSG +xHj +xHj +tNd +xHj +xHj +vnZ +hup +hup +uTj +fpB +unn +unn +unn +xqR +rzw +rzw +rzw +rzw +rzw +rzw +rzw +rzw +rzw +sBj +rzw +rzw +mmG +rzw +sBj +rua +unn +unn +unn +unn +unn +unn +unn +unn +fng +wdS +hdz +aYg +yjt +beZ +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(189,1,1) = {" +rPf +sxM +weH +csG +oiw +uFB +gBU +gBU +tMw +xFf +pnA +guC +xqH +xqH +eTY +xqH +dRo +emb +kgI +ipI +urH +cSi +awM +yiv +tMx +gFa +wSD +dwu +iUS +iaK +yjV +kBk +wbC +hii +czS +iit +ieo +caZ +jWg +bWG +kjy +sJV +jWg +rvT +acp +eBe +xta +kBk +mRW +xwd +rIS +nDX +dqh +tYy +lYX +cdC +aVn +xwV +hzp +nGC +bif +uZY +chT +qKK +khF +khF +hgT +pUc +ewo +wZe +pSe +eXo +eVu +inj +tZP +wZe +khF +khF +ewo +eRZ +mFR +voq +cIx +iXY +rfF +mfb +rUt +rfF +qXx +ctI +voq +bKD +pNC +pNC +pNC +pNC +pNC +pNC +bKD +voq +lya +uju +voq +bKD +pNC +cmX +cmX +cmX +cmX +cmX +bwO +dXr +lfL +wkQ +lfL +lfL +jhg +lTt +ntQ +lRn +nPB +vjW +vRU +vRU +eUl +eUl +vRU +ekY +kol +qJB +kHz +sAH +sAH +sfn +kol +kqP +ekY +vRU +ans +ans +vRU +vRU +vRU +sUa +mGE +eaO +oQs +dLk +dLk +oqb +wtQ +lru +dLk +mGE +eaO +xlF +jKS +wtQ +omk +xUK +mGE +mGE +dLk +dLk +aAE +aVH +pcg +aKb +jCh +aVF +dLk +wtQ +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +vEG +aRf +kVX +tIb +tIb +fRW +ogv +xHj +xHj +tNd +vEG +unn +unn +rBG +hNA +hIb +fRW +tNd +xHj +xHj +tNd +xHj +xHj +pAw +unn +rua +rua +sjg +rzw +sBj +rzw +rzw +rzw +rzw +rzw +rzw +rzw +rzw +rzw +rzw +gTe +sBj +rJq +rua +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hdz +aYg +yjt +hdz +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(190,1,1) = {" +rPf +hcI +rms +jhq +fRn +ozE +gBU +tbD +sQz +hfV +kgr +wVB +rry +ngx +oIj +bgP +bgP +xqH +ujN +ipI +xLA +efJ +wYy +oxb +oxb +xrk +vPl +xgV +jKb +iPG +tTq +kBk +wbC +hii +czS +iit +oVF +sWb +jWg +jWg +jWg +jWg +jWg +gJQ +fnk +gHc +fVZ +kBk +kBk +obh +obh +obh +kBk +qto +pvy +qxJ +wyr +xwV +wdb +nGC +bif +sSv +kht +rtJ +rqa +wWV +kht +jEy +voq +nfl +sMX +rSk +fPn +tBY +dRR +pGy +gGj +gLe +nKu +wWB +mFR +xTf +mOc +qjA +keU +lVf +aHZ +aHZ +gzo +nWu +voq +wsT +yiY +mZO +vPI +hKa +mZO +sYg +fYK +voq +eFY +rOq +aUa +wsT +wTP +dbC +sia +pmE +how +gPx +qUJ +bCN +ixv +pdG +oiP +hQG +wJD +lQe +lQe +wJD +lQe +lQe +unL +jNe +uhj +amB +qal +aLh +dLJ +tQo +stg +nft +nft +bqf +dLJ +yev +xVB +oRU +kcQ +pQo +rnu +wtQ +wtQ +mBS +mGE +fSI +mBS +mBS +mBS +wtQ +wtQ +itc +dLk +bBi +gWz +dLk +gEQ +wtQ +wtQ +mBS +mGE +fSI +mBS +mBS +mBS +wtQ +wtQ +cGB +btY +eiR +xEw +rHh +hcI +hcI +hcI +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +vEG +tNd +xHj +tIb +tIb +kPI +daI +xHj +xHj +tNd +vEG +unn +unn +unn +daI +aGd +tNd +gQN +xHj +tNd +fRW +xHj +xHj +fRW +unn +rua +rua +rzw +rzw +unn +rJq +sBj +rzw +sBj +rzw +rzw +rzw +rzw +rzw +rzw +gTe +sBj +unn +unn +unn +unn +sBj +mRP +unn +unn +unn +unn +unn +unn +yjt +aYg +yjt +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(191,1,1) = {" +rPf +hcI +rsE +kty +kfd +rTH +oVk +pjS +cTr +eJc +jyV +sbz +gyb +bCb +bRB +xqH +xqH +bgP +kgI +ipI +uPT +vtI +tpy +dwu +dwu +arA +vPl +qgx +ahW +eHu +yjV +kBk +dzW +hii +hHg +xtp +ugR +sWb +fUg +jTT +phB +bvK +kBk +iit +lYT +tsM +iit +kBk +nuX +rKk +cXM +cax +lyT +tYy +pvy +uDl +cNU +xwV +wdb +nGC +bif +sSv +kht +vgn +faX +oVP +rjI +jEy +mDB +cVm +lqz +uQN +uBt +umn +qJL +pGy +hjm +lhK +oLq +wWB +rkN +bOT +mOc +tuk +uqe +keU +keU +keU +dTx +asy +ijr +wsT +agY +lfF +dqh +uJd +nDX +xJv +fYK +xZC +txA +gBd +xKq +wsT +jMK +acm +acm +acm +acm +acm +acm +kZp +pTl +gsJ +ejc +xfz +qOZ +mUi +mUi +mUi +mUi +bwO +mXU +bDT +jzu +tQA +wmB +vRU +byj +byj +lJn +lJn +lJn +lJn +byj +byj +tZr +nte +oLm +rGc +reh +mBS +pea +qUk +gJZ +mGE +qUk +qUk +qUk +swP +qdj +iGb +dLk +gdv +fpa +dLk +rvr +cUT +swP +qUk +mGE +mGE +qUk +rXC +ehJ +swP +mBS +dsM +wuK +var +bfO +fYq +wtQ +nez +oqh +pcr +dps +hcI +unn +unn +unn +unn +unn +unn +unn +iaT +xHj +tIb +tIb +xHj +xHj +xHj +xHj +tNd +unn +unn +unn +unn +ffN +wob +fiI +qxN +tNd +fRW +tNd +xHj +tNd +xHj +sBj +sBj +sBj +rzw +sBj +unn +unn +rua +rua +unn +xqR +sBj +rJq +rzw +sBj +rzw +gTe +sBj +unn +unn +sBj +sBj +mRP +pEQ +mRP +unn +unn +unn +fng +beZ +yjt +aYg +yjt +fng +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(192,1,1) = {" +rPf +dYD +mth +weH +weH +mth +asJ +ioX +cTr +lMw +kgr +baT +cZF +oKr +pov +drO +ezH +ezH +csq +oYv +uPT +hmh +tvZ +cpk +kbW +gFa +usG +tDQ +fRs +eVI +smu +kBk +dzW +rAn +xzA +tPc +ugR +dcl +dcl +dcl +guI +guI +dcl +dcl +guI +guI +dcl +dcl +guI +guI +jff +hoC +lyT +nDX +lYX +cCT +onR +boz +wdb +ocs +bif +sSv +pVd +bSB +vvG +bbM +iaS +vRV +wDG +cVm +bfD +wRd +nGn +qwa +jBe +nAI +hsV +gkM +oGD +wWB +rCa +tcK +blT +ksI +mor +uum +mFF +izp +jSb +mOc +bkY +orU +exY +qFZ +eMm +eMm +nES +aol +aol +aol +wak +cOn +aol +aol +acm +acm +uks +tag +arC +wrQ +acm +vHN +xgD +qMY +uUr +xSP +abx +ffz +vqg +iUB +krt +tFN +mXU +jRa +jis +tQA +drT +vRU +byj +byj +cwo +cwo +cwo +cwo +byj +byj +ujo +wxs +mGE +mGE +dLk +xFC +mGE +eaO +mGE +mGE +mGE +xeC +eaO +eaO +uph +mGE +mGE +eaO +mGE +eaO +eaO +ltO +eaO +lAu +vaz +gDx +lSH +ljL +iiZ +hUn +vlP +tBQ +udp +bfO +xQf +dLk +aVH +rgY +mwc +ciZ +jgq +hcI +unn +unn +unn +unn +unn +unn +xjZ +xHj +xHj +qdS +tIb +xHj +fRW +xHj +xHj +xHj +fRW +unn +unn +unn +unn +fRW +xHj +xHj +xHj +xHj +xHj +xHj +xHj +xHj +sBj +rzw +rzw +rzw +rzw +sBj +unn +unn +unn +unn +unn +unn +unn +unn +jbx +rzw +gTe +rzw +rzw +sBj +sBj +unn +rJq +mRP +unn +unn +unn +unn +fng +hdz +yjt +aYg +hdz +fng +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(193,1,1) = {" +rPf +sVW +wef +mth +weH +rxq +nMY +jXE +qvR +wiZ +myP +pnA +myP +kWi +hqr +ags +ags +dsI +ags +mYz +qoi +gIf +xwu +xwu +xwu +smu +quq +lQk +quq +qfA +smu +kBk +kEo +xDI +kEo +kBk +tdL +xsg +gJF +iki +bwI +koC +hpe +bwI +koC +hpe +bwI +koC +hpe +bwI +tcc +lWH +lyT +dqh +pvy +pmw +aDY +lqU +wdb +iQk +hgv +sSv +lFC +rtJ +ffR +aRX +cJp +xPZ +vst +aon +xsx +rNB +iOb +ucX +xsx +imN +teN +teN +teN +wSx +wOE +swf +mOc +mOc +mOc +mOc +mOc +mOc +mOc +mOc +gnR +nrx +nrx +nrx +nrx +nrx +nrx +aol +tRx +sSO +oNr +tzx +xqx +wOt +acm +acm +vDW +tag +ljl +acm +acm +nWQ +sKE +jrJ +iYw +qMM +tMG +tMG +hTr +tHu +nsj +tFN +mXU +xCm +nXQ +tQA +gbf +vRU +byj +byj +iGA +iGA +iGA +iGA +byj +byj +jJv +rcX +mGE +mGE +oVj +mBS +rEl +hxV +hxV +dqH +hxV +hxV +kSV +jmL +nAw +dLk +sgq +eaO +mGE +dLk +dLk +hlI +jmL +bql +hxV +hxV +hxV +hxV +nwO +jmL +mBS +xcS +cUB +hUm +vri +iVQ +qIo +sKQ +cmd +pUe +kjZ +hcI +unn +unn +unn +unn +unn +unn +unn +fRW +xHj +tIb +tIb +tNd +xHj +xHj +xHj +xHj +tNd +fRW +unn +unn +unn +unn +fpB +tNd +tNd +xHj +xHj +xHj +tNd +xHj +rzw +rzw +rzw +rzw +rzw +rzw +rET +unn +unn +unn +unn +unn +rua +rua +rzw +rzw +gTe +rzw +sBj +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +yjt +aYg +hdz +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(194,1,1) = {" +rPf +hcI +aEc +mth +iIL +gBU +mEr +lQj +qTT +ckL +efe +iSO +uED +hyV +bEC +ags +ags +ags +dsI +kbo +eeJ +ggo +myP +eeJ +myP +smu +yjU +qpo +pHW +kzS +wOw +kBk +sDi +phN +gQV +rrN +kBk +iit +iit +kBk +hUP +ngb +kBk +lSD +iit +kBk +kKu +iit +kBk +rcf +iit +kBk +kBk +unn +nlB +gsP +mti +mPj +tPo +ycl +hnC +nIX +lBh +iMg +tij +tij +qeI +qeI +kdC +kdC +dbi +dbi +dbi +kdC +tTV +kdC +pBR +pBR +wyj +wyj +wyj +xeU +wyj +wyj +wyj +wyj +unn +unn +unn +unn +gnR +aFe +xfr +aFe +xfr +aFe +xfr +koe +amv +qMp +lWR +iUE +iUE +fXn +acm +acm +acm +acm +vwb +acm +pFs +iZi +adS +fXE +jNj +myr +cDB +gAD +pCF +hof +gdk +tFN +vRU +bRk +gFC +hTb +vcc +mBS +kol +qIa +gSd +lXk +lXk +gaS +bxA +rgf +vRU +lho +dLk +mKS +vRU +vRU +vRU +mBS +mBS +mBS +mBS +mBS +wtQ +wtQ +wtQ +wtQ +hhI +eaO +mGE +fQl +wtQ +wtQ +wtQ +wtQ +mBS +mBS +mBS +mBS +mBS +wtQ +wtQ +wtQ +qRz +ozQ +wMc +lZH +wtQ +hrY +eyD +xIW +vGl +hcI +unn +unn +unn +unn +unn +unn +unn +tNd +tNd +tIb +tIb +xHj +tNd +fRW +xHj +xHj +xHj +tNd +unn +unn +unn +unn +unn +tNd +xHj +xHj +xHj +tNd +xHj +tNd +rzw +sBj +rzw +rzw +sBj +rzw +sBj +rJq +unn +unn +sBj +sBj +sBj +rzw +rzw +rzw +gTe +rzw +rzw +rJq +rua +unn +unn +unn +unn +unn +unn +unn +xqR +rzw +rzw +gTe +xtt +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(195,1,1) = {" +rPf +hcI +eQz +cSX +eQz +gBU +wVq +njC +eyI +bap +bap +ocq +bap +qPe +hZh +oWO +soP +vFc +qYl +qLN +pBq +dSj +wVM +tbb +pzv +smu +oHC +nxh +cDJ +xrn +miU +kBk +lLf +tfd +pTP +nZB +kBk +xOP +khv +kBk +wsV +dcQ +kBk +wsV +ieM +kBk +wsV +igz +kBk +swO +uHW +kBk +unn +unn +jhS +qdU +sWg +cHJ +tPo +ycl +hnC +fIS +wyk +mDU +ldS +cuS +vfh +uKd +cIJ +tLd +woh +uII +mMU +cww +czq +czq +czq +tfF +wyj +lyY +kbg +xgE +vZj +sAs +nZU +wyj +unn +unn +unn +unn +gnR +cnV +cnV +cnV +cnV +cnV +cnV +vdc +amv +sTO +pxp +iUE +cjw +bIQ +acm +gni +cEe +cEe +cEe +sKB +acm +uxu +tiF +aza +iYw +myr +keq +gAD +iXz +wlL +mcj +wKU +jhX +vRU +vRU +vRU +vbf +vRU +feu +pST +xor +sAH +sAH +sfn +eUn +mky +rJf +vRU +dLt +mBS +vJF +qOz +cVT +cVT +wyR +uey +uey +wyR +cVT +cVT +iwZ +wtQ +mBS +aAE +mDf +mBS +wtQ +aPG +kHu +kHu +tih +xev +xev +tih +kHu +kHu +cLu +mBS +byO +tXD +jdK +wtQ +wtQ +oTa +wmc +pcg +sPe +hcI +unn +unn +unn +unn +unn +unn +xHj +xHj +xHj +tIb +tIb +tNd +unn +unn +tNd +xHj +xHj +tZb +unn +vEG +vEG +unn +fRW +xHj +xHj +xHj +tNd +ogv +unn +xjZ +unn +vSX +ekq +vSX +unn +oVT +vIk +unn +unn +unn +sBj +rzw +rzw +rzw +rzw +sBj +gTe +rzw +rzw +rzw +rua +unn +unn +unn +unn +unn +rua +rua +sjg +rzw +rzw +gTe +sBj +rua +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(196,1,1) = {" +rPf +hcI +meK +eCl +meK +gBU +gBU +udh +qmR +uAU +gPP +ixS +wwO +eWX +cDj +qDc +dRo +dRo +pWn +qtJ +ozy +dRo +bCb +icz +xSu +smu +pxy +qFS +cDJ +cDJ +kKq +kBk +hIU +oVC +kAt +ecr +kBk +bZQ +jFT +kBk +bWj +rIp +kBk +tIP +rIp +kBk +bWj +rIp +kBk +cNW +rIp +kBk +unn +unn +lxj +ohb +onv +uUk +tPo +ycl +hnC +tge +iin +wld +uZA +uDU +ipM +pBJ +dNB +uab +rOa +ryD +nzE +kGh +rOa +upt +keu +rIm +xjN +jtp +ezM +nVF +eMO +mGT +qWU +wyj +unn +unn +unn +unn +lte +ciu +eUd +eUd +eUd +eUd +jkQ +aol +nLk +sTO +gTc +dwE +iUE +iZy +nZF +tFo +cEe +olD +wtK +bSv +acm +mKh +tiF +hTz +axf +myr +keq +gAD +pGm +oyV +fKF +rIU +tFN +jhX +lOq +skp +xGh +qCn +wFn +cEw +mfY +mfY +mfY +mfY +jia +gwB +jOf +lBK +jOf +jOf +uFT +aAu +aAu +aAu +aAu +aAu +aAu +aAu +aAu +aAu +wIG +vqk +mjx +lhJ +lhJ +lWA +vqk +vOp +cSw +aAu +aAu +cMZ +aAu +aAu +aAu +cSw +aAu +wtQ +wsy +wtQ +wtQ +wtQ +wtQ +muR +kuF +kuF +cQI +hcI +hcI +hcI +unn +unn +unn +xHj +rWz +xYc +xYc +bag +tIb +fRW +vEG +unn +xHj +xHj +xHj +xHj +tNd +xHj +fRW +tNd +xHj +xHj +xHj +tNd +unn +unn +unn +unn +unn +sBj +xtt +rJq +unn +qGF +qGF +cuy +qrx +rzw +rzw +rzw +rzw +sBj +rzw +rJq +hdx +rzw +rzw +rzw +rzw +unn +rua +rua +unn +xgL +sBj +rzw +rzw +rzw +rzw +gTe +scf +rua +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(197,1,1) = {" +rPf +hcI +meK +cSX +meK +gBU +hgw +knG +oqx +sgh +ruO +ikK +hvq +faM +cDj +xvG +dRo +dRo +pWn +nLK +xye +syH +dRo +chG +myP +smu +wBe +ujd +lGO +ujd +cri +kBk +kBk +obh +obh +kBk +kBk +kBk +kBk +kBk +jqG +gvL +kBk +qLP +gvL +kBk +nhV +gvL +kBk +nhV +gvL +kBk +unn +unn +lxj +rSK +gcY +cHJ +egz +vbC +wNC +eCB +ykD +rdW +uZA +vWZ +qIg +vZV +fPa +vlf +rOa +ffm +jnJ +sNg +bon +uIb +qUK +rHE +xjN +fYZ +lCX +vxm +tRR +pqY +mtj +wyj +unn +unn +unn +unn +xIU +qoe +bmu +tuZ +qoe +qoe +bmu +koe +ucH +qMp +vlb +cYZ +cjw +lwk +acm +qzP +cEe +cnM +egS +avR +acm +xFU +tiF +sGC +jNj +myr +xwR +tMG +ill +abx +oTX +jlq +tFN +xIF +lOq +skp +xGh +feG +tGP +iNq +foq +foq +foq +foq +jFI +vxb +plE +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +plE +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +plE +vxb +vxb +vxb +cui +vxb +vxb +vxb +vxb +oQQ +mqM +feG +yfE +qLm +unn +unn +unn +kuF +hHY +yfH +ahK +sFL +tOg +hcI +unn +unn +xHj +kmB +tIb +rWz +pxb +xYc +bag +eXH +vEG +unn +fRW +tNd +xHj +xHj +xHj +xHj +xHj +xHj +xHj +tNd +fRW +unn +unn +unn +unn +unn +unn +unn +rua +rua +unn +sBj +rzw +lQG +gFs +rzw +rzw +rzw +rzw +rzw +rJq +rzw +hdx +rJq +sBj +rzw +rzw +rzw +rzw +rzw +rzw +rzw +rzw +rzw +rzw +rzw +rzw +gTe +sBj +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(198,1,1) = {" +rPf +hcI +lyg +mth +eJW +gBU +vTf +knG +bXT +egY +taX +knG +tRc +bap +une +iTx +ezH +phY +xbA +xTO +aRN +tmr +tmr +cGK +myP +smu +smu +vdr +vdr +vdr +smu +smu +djA +jEF +vbF +jEF +djA +vDU +vDU +kBk +kBk +kBk +kBk +kBk +kBk +kBk +kBk +kBk +kBk +kBk +cNH +cNH +unn +unn +lxj +mQr +xnC +ipf +khs +kld +rUw +oXD +rsk +rdR +tij +fTb +eYz +pBJ +dNB +qWm +ftx +ocN +ocN +xgq +vpn +tqZ +coK +lqB +wyj +nwi +vLJ +iDs +eZD +pqY +tXH +wyj +unn +unn +unn +heE +kFn +vYF +qoe +tuZ +qoe +tuZ +qoe +aol +tRx +opT +gws +wnw +iUE +bEm +acm +acm +aNI +acm +acm +acm +grO +xBu +tiF +fXE +iYw +myr +leO +vGk +coS +tyx +nIS +nIS +jhX +jZU +lOq +skp +xGh +nvm +cRz +tBR +htl +lXk +lXk +sBM +goN +goN +ulk +jpi +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +jpi +hAX +goN +rHj +nsb +jIl +jIl +nfB +adZ +aKq +feG +feG +uMD +xOo +unn +unn +gNW +iOl +moM +blS +dpr +ymj +hcI +unn +unn +jvG +xHj +wsA +frg +lyL +oED +pVI +unn +unn +unn +unn +xHj +xHj +xHj +xHj +xHj +xHj +xHj +tNd +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +sBj +rzw +oGb +qrx +sBj +rzw +rzw +rzw +rzw +sBj +unJ +xzi +jFe +sfT +sfT +gHI +gHI +gHI +gHI +gHI +gHI +gHI +gHI +sfT +bNY +gHI +cHD +sBj +rJq +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(199,1,1) = {" +rPf +hcI +gBU +plA +gBU +gBU +pUq +knG +ntg +qFn +hKY +knG +eLo +bap +vDr +nqV +nqV +nqV +nqV +myP +eeJ +eeJ +eeJ +eeJ +myP +ggo +myP +myP +myP +myP +myP +tVJ +myP +myP +myP +myP +vau +agu +agu +agu +agu +cUv +wyI +jEF +bDW +jEF +uzI +jEF +bDW +dWz +nVl +mrU +jEF +bDW +tOC +lpA +def +dbp +cIG +buM +msU +bxX +lBh +mDU +tFi +xvU +vZV +mrE +kdC +jsA +anA +ePH +fMq +frC +jZQ +vcz +pyO +wMT +gZk +dnb +oCo +kIh +ksG +wvg +qWU +wyj +unn +unn +unn +qoe +bmu +xIU +tuZ +qoe +tuZ +tuZ +qoe +aol +aol +aol +aol +oKi +iUE +ssY +tRx +aol +scP +caH +esQ +esQ +caH +dJI +tiF +fXE +kbL +myr +eeR +iwm +coS +vWL +hdV +hdV +jhX +cQL +byj +byj +oMH +duz +bMd +rsC +ujx +pWh +sAH +cLC +goN +goN +vIz +rrb +rrb +ntV +rrb +rrb +rrb +rrb +ntV +rrb +rrb +rrb +ntV +rrb +rrb +rrb +rrb +rrb +ntV +rrb +rrb +rrb +cLC +rHj +goN +vIz +sAH +sAH +qTk +dSu +sEW +rhn +feG +uMD +vpL +unn +unn +kUW +hMN +krs +mps +vvC +cvV +hcI +unn +vKC +lSE +eXH +taA +hlL +lSE +unn +unn +unn +unn +unn +vEG +tNd +xHj +tNd +fRW +quh +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +xyY +aGF +unn +tSq +unn +rzw +rzw +cuy +unn +unn +rJq +sBj +rzw +fzN +gud +lRq +xQj +kkR +ptQ +sBj +sBj +rzw +rzw +rzw +rzw +rzw +rzw +cFr +rET +dLH +rzw +rzw +sBj +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(200,1,1) = {" +rPf +hcI +bXU +nBJ +nBJ +lkw +hpv +knG +hpv +gaE +hpv +knG +pyG +faM +cDj +sLx +ooy +cCd +asz +nqV +uaq +qIT +okP +okP +okP +okP +okP +okP +okP +okP +qIT +upk +diK +diK +kul +aUk +nqV +yjr +wPt +tBD +cbr +uOA +nqV +qKB +cwD +okP +okP +okP +okP +okP +lyF +lyF +okP +okP +okP +qIT +upk +phw +ooJ +iXy +lKN +jdS +rFD +rdR +qfT +gny +vZV +ycw +kdC +pzc +grq +vpP +jrv +tLn +gKC +fFV +rqA +lig +nht +uqv +lGz +gxS +kxd +aHX +ydI +wyj +unn +unn +unn +bmu +qoe +kFn +oGG +vYF +bmu +tuZ +tuZ +qsG +cYL +saW +aol +muW +xdh +sZJ +tYg +aol +ipz +feM +uVN +pdC +iKt +iKt +fhH +oRv +aFm +myr +tHP +tMG +ill +tMG +mEi +wSK +tFN +xIF +lOq +skp +xGh +epx +hOJ +wuw +vAX +sAH +sAH +qTj +goN +goN +vIz +lxh +lxh +sAH +lxh +lxh +lxh +lxh +sAH +lxh +lxh +lxh +sAH +lxh +lxh +lxh +lxh +lxh +sAH +lxh +lxh +lxh +cLC +rHj +goN +vIz +sAH +pWh +qTk +oFc +xDe +kuH +feG +uMD +vpL +owy +unn +gNW +xsk +moM +ahK +sDE +ymj +hcI +unn +fAn +rLa +lSE +wsA +wsA +lSE +hcI +hcI +hcI +hcI +unn +vEG +tNd +xHj +xHj +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +kcO +oSe +jNn +jNn +rzw +sBj +rJq +unn +unn +unn +unn +unn +lia +duV +rzw +uZT +xCs +mzT +kki +gud +rzw +rzw +rzw +rzw +rzw +sBj +sBj +rET +rJq +dLH +rzw +rzw +rzw +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(201,1,1) = {" +rPf +hcI +gpw +hxN +hSo +ohS +qqH +knG +pCo +faM +fLi +knG +iba +faM +cDj +rTe +dRo +dRo +icz +nqV +dxK +bWF +bWF +gTD +bWF +bWF +bWF +bWF +gTD +bWF +bWF +vbU +gqN +njC +gjQ +gec +uFm +yjr +kjf +ufA +kjf +tgC +nqV +hgr +bCb +bWF +bWF +bWF +gTD +bWF +oaJ +hrt +gTD +bWF +bWF +bWF +vbU +clO +lXU +qLA +mUO +dPr +ecy +hfe +adD +dbb +eYz +neS +kdC +kdC +wAc +wAc +wAc +wAc +wAc +wAc +uOX +ilk +wyj +wyj +wyj +wyj +wyj +wyj +wyj +wyj +unn +unn +unn +unn +ktv +bmu +ldT +bfA +qoe +tuZ +qoe +qoe +etN +mlM +xzY +myO +eWj +ssY +tRx +xzY +kos +tMG +exv +wIH +xuZ +eck +rky +gXr +pMC +myr +pFC +gAD +uoF +pDl +kPL +cZz +tFN +xIF +lOq +skp +xGh +kWz +iFx +tqL +rSU +xvW +rep +vMv +goN +goN +wPy +eNb +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +eNb +osq +rHj +goN +cgy +rep +xvW +ibA +lsF +hss +pkP +feG +uMD +xOo +oif +kzU +ojn +xoV +hUt +ahK +oPO +vrl +hcI +hcI +hcI +rqR +tVG +qlZ +jVY +hcI +xaf +dky +jwC +hcI +unn +fRW +tNd +xHj +xHj +xHj +unn +unn +unn +unn +hcI +hcI +hcI +hcI +hcI +hcI +wFW +tho +jNn +jmQ +xUN +sBj +uww +cuy +sBj +xtt +unn +unn +unn +unn +dZg +rzw +lOe +xQj +xQj +gud +rzw +rzw +rzw +sBj +sBj +rzw +rzw +rzw +rzw +sBj +fnp +sBj +rzw +sBj +xqR +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(202,1,1) = {" +rPf +hcI +hcI +hcI +hcI +hcI +rmt +udh +qmR +bap +ocq +knG +byI +qPe +aOt +egz +dRo +dRo +oiu +nqV +dxK +uRR +uRR +dRo +uRR +uRR +uRR +uRR +dRo +uRR +uRR +vbU +gqN +gqN +euW +gec +nqV +yjr +kjf +kjf +kjf +tgC +nqV +bSz +bCb +uRR +uRR +uRR +dRo +uRR +gVj +gVj +dRo +uRR +uRR +wtZ +vbU +nWJ +lXU +bgP +qXb +acJ +ecy +hZM +adD +kvH +vZV +kVv +tUh +qww +wAc +bDS +dkm +woO +hfg +hGS +eUc +vQY +vzP +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +bmu +qoe +xIU +tuZ +tuZ +tuZ +oxd +oUw +lgR +ulI +iuH +iUE +sBh +ekZ +aol +nYs +sjK +sjK +qYM +xdr +lkZ +ftN +wbk +fQA +myr +aMi +gAD +qyW +oyV +gqi +rqM +tFN +xIF +lOq +skp +xGh +dZN +boL +qTk +btK +sAH +sAH +tOm +btu +iMR +pZx +jOf +jOf +jOf +jOf +jOf +pZx +jOf +jOf +jOf +jOf +jOf +pZx +jOf +jOf +jOf +jOf +pZx +jOf +jOf +jOf +jOf +pZx +jOf +iys +tGx +sAH +sAH +hNX +akk +dcw +eFS +feG +uMD +xOo +iAC +fHb +ojn +jfD +moM +tId +wsp +dpr +ckD +mCd +mCd +vwg +kPD +wYH +bbI +ghD +xAm +dbW +sjL +hcI +unn +tNd +xHj +xHj +xHj +tNd +tNd +unn +unn +unn +unn +hcI +dcT +akn +mhK +lXj +tDg +coo +kcO +jNn +jNn +rzw +xXU +nZf +tvD +sBj +rJq +unn +unn +unn +sWa +qSm +aSA +xQj +fzN +xQj +xQj +sBj +unn +rua +rua +unn +sjg +rzw +rzw +rzw +fnp +rJq +rzw +rzw +rJq +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(203,1,1) = {" +rPf +unn +unn +unn +sCG +vQB +kXq +rrd +sUo +muX +uVF +jOt +dQK +cTK +cgV +sbM +pcQ +pcQ +fZN +nqV +quE +paZ +oos +oos +oos +oos +oos +oos +oos +oos +paZ +uvP +gqN +njC +pbo +rAu +nqV +yjr +oSt +oSt +oSt +tgC +nqV +wCH +quE +oos +oos +oos +oos +oos +pmX +mDL +oos +oos +oos +lON +bfT +eNt +gkF +pzq +ufX +ilE +tZp +hZM +adD +sAe +pJg +fMg +eYz +vZV +vck +nTJ +sLG +fzo +ein +ilk +pXR +hPh +vzP +unn +unn +evE +blX +unn +unn +unn +unn +unn +unn +unn +unn +unn +uHX +tCS +qoe +uNn +bmu +nfU +aLt +lSI +fHZ +gNH +iUE +hgL +tRx +vJb +geh +wBw +sjK +qYM +bxh +eck +lOk +uBK +iPS +swl +tMG +tMG +xmr +iut +nIS +bsC +eOE +vvW +byj +byj +byj +wkH +sAH +xhH +btK +dAG +hrE +hNX +caC +beJ +oWM +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +lIP +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +oWM +xJt +cFV +cci +dAG +gln +szY +akk +jrW +oTJ +feG +uMD +xOo +owy +dON +kuF +kuF +jLQ +tdG +kuF +iSm +ckD +moV +alA +pCf +rOP +vbY +wMB +wyS +xsG +jhv +nTW +hcI +xzk +tNd +xHj +xHj +xHj +tNd +vEG +unn +unn +unn +unn +hcI +xFP +tdb +oSe +oSe +nBs +slI +jNn +coo +xaN +unn +unn +rzw +rzw +rzw +sBj +rua +rua +xtt +nOX +gud +gTe +qSm +qSm +gud +unn +unn +unn +unn +unn +unn +unn +xqR +rzw +fEt +ryu +sBj +rzw +sBj +sBj +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(204,1,1) = {" +rPf +unn +unn +unn +unn +vQB +kXq +riZ +sUo +vFu +iEy +xsB +voZ +xDw +vpG +asM +asM +asM +oKS +asM +asM +asM +asM +vpG +asM +asM +asM +asM +asM +asM +asM +nDw +slT +wal +nkM +eHE +sME +agu +esp +esp +esp +pLu +wyI +tsc +wal +wal +gWX +wal +wal +wal +nfh +nfh +wal +gWX +wal +wal +wal +nkM +gvT +nkM +nkM +nkM +kYO +rdR +eCg +jcl +ngs +bkJ +rhK +bcd +ilk +gdu +qrH +cPz +sPG +wAc +vzP +vzP +vzP +unn +lon +sXx +qoe +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +bmu +dnr +tuZ +uNn +xny +bkG +bkG +fHZ +wIt +iUE +xzc +cul +tNb +nMD +vMQ +sjK +qYM +ivV +iek +gPM +eck +kHh +mnZ +hKf +wSq +yav +vAK +kuO +eEQ +hqD +hqD +iME +ePt +dQC +wfJ +oBA +qTk +oni +dAG +hrE +szY +iCF +yaU +xJt +nQB +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jxJ +jGX +akk +beJ +czG +nVz +dAG +hrE +szY +akk +wnQ +qJM +feG +qLm +vpL +iAC +aEJ +vfm +ktt +dLB +kuF +nyT +nlF +rfI +bmz +bmz +nQR +nQR +rpk +wMB +iRA +aWE +jhv +qeq +nDa +lQm +xHj +xHj +xHj +xHj +xHj +vEG +unn +unn +unn +unn +hcI +pOm +iNz +ryO +oSe +eTP +weL +hDt +kQg +xaN +unn +unn +rET +rJq +rzw +rzw +rua +rua +dFz +mYp +rJq +gTe +rzw +wbe +qMu +unn +unn +unn +unn +unn +unn +unn +xtt +sBj +rzw +rzw +rzw +rzw +sBj +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(205,1,1) = {" +rPf +unn +unn +unn +unn +vQB +nie +riZ +sUo +qqo +qtV +sUo +sUo +qqo +qqo +qqo +qqo +qqo +qtV +qqo +qqo +qqo +qqo +qqo +qqo +qqo +qtV +qqo +qqo +qqo +wpp +hoE +diw +jqD +eYj +jiJ +djA +yfv +kng +kMg +xvb +vwF +djA +boP +eek +eek +eek +eek +eek +eek +nLY +nLY +eek +eek +eek +eek +eek +eek +eek +wmd +kQu +eYj +eYj +jiJ +uZA +gNe +eKN +wbb +odv +naz +wAc +dIa +wAc +wAc +wAc +wAc +oeb +tvO +bIS +qoe +vgr +eOq +eOq +eOq +unn +unn +unn +hcI +unn +unn +unn +unn +hcI +nPx +pdg +nfU +nfU +nfU +aLt +uNn +aol +mXO +mXO +wxV +nHi +aol +cuD +nac +sjK +qYM +kJd +gbn +hCN +eck +coS +hKf +hKf +hKf +eAo +ylz +nCa +wtU +hqD +hqD +snw +ePt +asQ +biK +szX +xhH +oni +gPg +hrE +egD +jpi +gmn +akk +ovD +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +uWE +akk +uyT +cFV +jyb +dAG +gln +szY +jFI +sld +feG +qpM +qLm +tVR +jbN +gzX +lbo +oGE +jSg +lRx +eAD +oJZ +rQP +bfr +meW +nQR +rQP +rQP +tfW +xdE +eqF +jhv +fXk +xEQ +xHj +kmB +xHj +xHj +xHj +ilL +tNd +unn +unn +unn +unn +hcI +nKS +nKS +nKS +aMW +jhN +qdP +ddV +cTI +xaN +unn +unn +unn +unn +sBj +rzw +rzw +sBj +sBj +rzw +sBj +gTe +rzw +rJq +rua +unn +unn +unn +unn +unn +unn +unn +unn +sBj +sQn +rzw +rzw +rzw +sBj +rua +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(206,1,1) = {" +rPf +unn +unn +unn +sCG +vQB +kXq +xiE +mVb +xMj +xMj +xMj +xMj +xMj +xMj +xMj +xMj +xMj +ohu +xMj +xMj +xMj +xMj +xMj +xMj +xMj +xMj +xMj +xMj +uhC +eFx +ptc +tET +gzM +hfd +esf +djA +cXj +rfE +hUf +gcg +nhk +djA +gYD +rxF +rxF +rxF +gYD +mJF +mJF +jYA +jYA +mJF +dPK +ncy +hNV +ncy +mJF +skb +qIq +kTI +vLo +vLo +esf +tij +aYJ +gOm +wbb +woE +mED +wAc +wAc +wAc +uJu +tvO +tvO +bAG +tuZ +tuZ +qoe +tuZ +tuZ +tuZ +qoe +bmu +unn +unn +hcI +hcI +hcI +hcI +hcI +hcI +fRC +wsU +xny +uNn +tuZ +nfU +nfU +srN +aol +hAf +lLh +aol +xgT +scP +sjK +sjK +qYM +vOe +wjS +nkd +saV +kHh +mcB +umY +umY +kOr +ppS +tlC +wIi +hqD +hqD +cgy +ePt +fqV +cAs +joG +lPy +oni +dAG +hrE +rOM +eXI +hNX +jBl +ovD +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +uWE +cyl +vxb +beA +glz +pWh +sAH +hNX +vqA +eUr +foq +iuU +seP +pPs +pPs +pPs +pPs +ctF +nhQ +seP +pgq +hvV +dbW +tEo +tEo +dbW +qKL +dbW +dqz +klI +eqF +jhv +fXk +vgt +lSE +jvG +xHj +xHj +xHj +fRW +unn +unn +unn +unn +hcI +hcI +rcm +rcm +rcm +dhg +akn +lHA +fcL +fcL +mhK +akn +unn +unn +unn +sBj +rJq +nuH +uVo +duV +sBj +sBj +gTe +sBj +sBj +rua +unn +unn +unn +unn +unn +unn +unn +kyC +rrv +nyo +rzw +rzw +rzw +xgL +rua +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(207,1,1) = {" +rPf +unn +unn +unn +lpo +mIM +kXq +vEb +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +jOy +eFx +fTZ +ocl +gzM +esf +esf +djA +nhk +akz +pAx +avE +agu +wyI +quB +fHw +eaK +haV +wQM +gBT +yhO +aKp +xLN +bOS +coh +auP +bXo +qrM +lrl +ezS +wDM +ijx +oLP +ioR +dlZ +tij +tij +tij +abR +tij +tij +wAc +uJu +tvO +bAG +tuZ +tuZ +tuZ +tuZ +tuZ +tuZ +qoe +qoe +tuZ +qoe +qoe +bmu +unn +aSr +aSr +aSr +aSr +aSr +aSr +kqJ +iKE +nfU +bkG +nfU +lFg +bkG +aLt +qoe +aol +eRM +qeG +ulI +scP +tMG +xVY +dhN +xuZ +eck +sUI +eck +coS +oFo +tMG +tMG +dxC +kCV +hdV +hdV +tJA +vvW +byj +byj +byj +wkH +btm +jBh +btK +dAG +hrE +clv +lyG +hNX +akk +ovD +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +uWE +uzC +isB +eIP +dsq +aZo +jIl +gzt +cLV +eUr +foq +iuU +vUz +mPq +mPq +amy +qcA +lsW +ojD +vUz +rtt +pOC +jhv +eqF +eqF +jhv +jhv +jhv +jhv +jhv +eqF +jhv +ppu +xEQ +jvG +xHj +xHj +xHj +tNd +unn +unn +unn +unn +hcI +hcI +aMW +aMW +aMW +rcm +dhg +ooL +kcO +oKC +qIB +bCc +ucT +rua +rua +rua +sBj +rjs +hMV +xtt +tfw +rzw +sBj +gTe +sBj +rzw +unn +unn +unn +unn +unn +unn +unn +unn +unn +rJq +sBj +wub +sBj +xgL +xqR +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(208,1,1) = {" +rPf +unn +unn +unn +bBz +vQB +kXq +vEb +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +dza +dza +dza +dza +dza +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +rzU +wwh +iKL +tkj +sVp +esf +djA +djA +nhk +nYf +hvY +icp +cXj +djA +quB +caK +xiw +upz +wQM +inp +oJC +kpF +dio +umO +kij +rrF +aGM +fRR +xas +mJF +jcI +bKW +fFR +jBV +aMU +uGL +unn +unn +unn +unn +unn +tvO +bAG +tuZ +tuZ +bmu +qoe +hlA +tuZ +qoe +qoe +bmu +qoe +tuZ +tuZ +tuZ +qoe +jWx +kcm +xdc +sLK +kAA +yiG +bhv +tYX +ibR +xny +aLt +nfU +wCA +nfU +uNn +bkG +xCa +eRM +eRM +xCa +scP +kDp +hRK +trg +wDz +dCo +wYl +hRe +wDz +mvR +fGJ +gAD +ddp +kbC +fdR +nxg +tFN +xIF +lOq +skp +pRK +gHG +sAH +jiE +ujx +sAH +xdm +clv +sAH +isC +akk +ovD +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +uWE +uzC +arZ +viU +vIz +sAH +sAH +hNX +cLV +eUr +foq +iuU +seP +uSF +uSF +uSF +fBF +lsW +hdW +vUz +nby +pOC +jhv +eqF +eqF +jhv +lKs +jhv +jhv +jhv +eqF +jhv +fXk +xEQ +eXH +jvG +xHj +xHj +tNd +vEG +unn +unn +unn +hcI +nsT +jkA +lgc +mFZ +rcm +dhg +ooL +vzG +gqn +kcO +lcI +xPv +wCl +sBj +sBj +rzw +aQO +sBj +kKh +sWa +sBj +uww +gTe +rzw +sBj +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +xgL +rJq +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(209,1,1) = {" +rPf +unn +unn +unn +unn +mIM +kXq +vEb +xEy +xEy +xEy +xEy +xEy +xEy +xEy +dza +xEy +xEy +xEy +xEy +xEy +dza +xEy +xEy +xEy +xEy +xEy +xEy +xEy +vCp +kYt +laB +eAG +pKz +esf +eyI +iXc +agu +agu +agu +agu +wYM +svM +fIJ +nVO +nVO +nVO +eLw +ofJ +lNK +efm +cTX +edP +kff +nBM +ubM +fRR +scp +gmE +ffr +flf +vuw +rOg +efE +uGL +unn +fvv +bmu +qoe +bmu +tuZ +tuZ +bmu +qoe +qoe +qoe +bmu +qoe +bmu +unn +unn +jrn +bmu +tuZ +tuZ +uNn +mHa +kwa +wqv +cur +cur +uhn +pAG +aTv +emH +nfU +nfU +uNn +uNn +ngQ +osr +bmu +aol +gQp +cdB +vdc +scP +haL +lDz +pqM +jPF +hFm +aXZ +ieq +lin +pqM +liv +gAD +pCF +wvx +ccp +cZz +tFN +xIF +lOq +skp +pRK +dZN +oId +aVR +ujx +pWh +cxM +clv +huG +nPD +akk +ovD +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +abs +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +uWE +uzC +isB +mvG +ipb +pWh +sAH +tOm +vID +eUr +foq +iuU +vUz +ffP +ffP +ffP +ffP +bZU +hdW +seP +pgq +fwK +aLI +ayI +qHR +lGm +nHK +dVs +fqc +rhJ +fOf +yiZ +nCi +hcI +rLa +xHj +xHj +tNd +fRW +vEG +unn +unn +unn +sZe +wWv +wWv +osA +mFZ +rcm +dhg +qkB +jUo +pkg +oSe +oSe +tKO +reO +rzw +rzw +rzw +aQO +sBj +sBj +fwp +sBj +rzw +gTe +rJq +rzw +rua +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(210,1,1) = {" +rPf +unn +unn +unn +unn +vQB +kXq +vEb +xEy +xEy +xEy +xEy +xEy +xEy +dza +xEy +xEy +xEy +dza +xEy +xEy +xEy +dza +xEy +xEy +xEy +xEy +xEy +xEy +mFd +kmr +cSv +kkG +hji +esf +qTT +nGH +lww +unn +unn +unn +dbu +nrx +nrx +nrx +nrx +nrx +nrx +mJF +pQv +wen +lkH +umO +pqL +jBs +jBs +did +qhy +gmE +gxd +pIK +cOO +jKy +eUN +uGL +unn +fvv +qoe +tuZ +tuZ +tuZ +qoe +qoe +fvv +fvv +unn +unn +oGG +unn +unn +unn +unn +heE +qoe +tuZ +nfU +sfF +vmK +cin +cur +wYh +qWC +crd +pTq +aiW +aLt +uNn +tuZ +xdB +uvW +okM +unn +ulI +eRM +tOZ +aol +cUG +nbm +mzD +fCV +sue +sue +sue +sue +sue +auz +nWV +tMG +dZx +kGy +kGy +lHh +tFN +xIF +lOq +fEe +xGh +dZN +sDJ +lOx +vAX +pWh +xdm +clv +iMI +sMa +akk +ovD +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +uWE +ltx +uVj +hGI +vIz +sAH +pWh +hNX +rsf +gcp +jkY +dyD +qLm +ouy +mbS +mbS +pRz +eLY +goN +eXB +mqc +oDs +kmN +rrK +sGj +xWN +oGC +jQq +vab +oGC +nrP +aHn +oGC +hcI +nAQ +rBD +xHj +fRW +unn +unn +unn +unn +unn +nsE +dJY +mNw +lnx +iza +pvB +gjx +lIT +gjx +lIT +cZl +lIT +gjx +lls +gHI +mEB +mEB +mNJ +elK +elK +mPS +gHI +gHI +cHD +rzw +sBj +rua +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(211,1,1) = {" +rPf +unn +unn +unn +unn +mIM +kXq +vEb +xEy +xEy +xEy +xEy +xEy +xEy +dza +xEy +xEy +xEy +dza +xEy +xEy +xEy +dza +xEy +xEy +xEy +xEy +xEy +xEy +vCp +kYt +eWv +kkG +pKz +esf +qTT +vtz +xxQ +qHx +unn +unn +dbu +aFe +xfr +aFe +xfr +aFe +xfr +gBT +krP +sZS +gCc +gzZ +nsa +fRF +wMY +wMY +wLt +uGL +uGL +uGL +uGL +uGL +vQI +uGL +unn +bmu +qoe +qoe +tuZ +qoe +qoe +unn +unn +unn +unn +unn +wKN +unn +unn +unn +unn +fvv +tuZ +tuZ +uNn +aPt +vmK +vKZ +wYh +cur +iJE +crd +gok +wuC +jWx +qoe +ylb +vAV +vfZ +unn +unn +aol +eRM +rbZ +aol +hoa +iEh +ksQ +poj +scP +gQZ +scP +gQZ +djP +snM +rEm +tMG +whU +wlL +bkD +hJr +tFN +cQL +byj +byj +rja +uEn +kMa +eOo +tJn +dAG +hrE +clv +fYz +kyQ +akk +ovD +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +uWE +ltx +isB +iKU +oLp +xvW +xvW +auE +yci +mqM +wgU +feG +qLm +xOo +oif +fKB +rRH +sfr +hXs +bGh +qeN +wFO +whb +pol +qUU +srG +wHY +grD +srG +wHY +xCN +srG +wHY +hcI +sGo +unn +vEG +vEG +unn +unn +unn +unn +unn +hcI +dtX +rGB +pjO +mFZ +rcm +dhg +akn +fwd +rfQ +lme +icX +tKO +lQG +tFM +tym +gXh +fzN +rJq +sBj +rJq +rzw +rzw +rzw +rzw +sBj +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(212,1,1) = {" +rPf +unn +unn +unn +sCG +vQB +nie +vEb +xEy +xEy +xEy +xEy +xEy +xEy +dza +xEy +dza +dza +nqJ +dza +dza +xEy +dza +xEy +xEy +xEy +xEy +xEy +xEy +mFd +kYt +eWv +kkG +hji +esf +qTT +vtz +unn +unn +unn +unn +dbu +cnV +cnV +cnV +cnV +cnV +cnV +iZv +krP +mQP +rIq +mJF +uGL +lVA +uMQ +pyH +udF +uGL +uGL +tmJ +kXg +bDM +wur +uGL +unn +qoe +tuZ +tuZ +tuZ +qoe +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +fvv +qoe +nSs +mLk +fLx +pKX +pyU +dCv +pav +vAi +eZg +uga +vVA +nfU +uNn +bmu +unn +unn +unn +unn +aol +eRM +xVh +aol +hvf +xGC +pvh +gxt +xdr +oTH +fYa +fpv +hxZ +snM +dKb +tMG +wWX +wlL +uAC +riS +tFN +xIF +lOq +skp +xGh +dZN +cTB +qTk +pxo +dAG +hrE +ult +tSO +xPc +jBl +ovD +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +uWE +pZx +jOf +iys +lAa +sAH +sAH +hNX +cBx +jGi +tEa +jkY +uMD +xOo +iAC +frS +kMo +tgE +aMI +nif +kMo +kMo +kMo +tuT +xEE +jhv +jhv +emw +jhv +jhv +xEE +jhv +kRG +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +wqw +oSe +gEK +mFZ +rcm +nfP +okg +sTQ +tRD +gff +cxO +lHA +oGb +lqe +gXh +euS +gXh +rua +rua +wlo +xtt +rzw +rzw +rzw +rzw +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(213,1,1) = {" +rPf +unn +unn +unn +sCG +vQB +kXq +vEb +xEy +xEy +xEy +xEy +xEy +xEy +dza +xEy +xEy +xEy +dza +xEy +xEy +xEy +dza +xEy +xEy +xEy +xEy +xEy +xEy +vCp +kmr +eWv +kkG +pKz +esf +qTT +vtz +qHx +unn +unn +unn +ers +lrx +nQM +nQM +nQM +nQM +jqi +iZv +mJF +mJF +mJF +naS +xvQ +hhd +hlB +hlB +gsU +jFm +fNj +imQ +jxI +cAZ +pvY +jCa +xMc +tuZ +tuZ +bmu +qoe +tuZ +unn +qoe +jVB +unn +unn +unn +unn +unn +unn +unn +unn +unn +qoe +kUS +tuZ +ebr +vmK +cin +wYh +cur +qWC +crd +gok +aLt +aLt +aLt +unn +tfl +tfl +tfl +tfl +tfl +ljf +tfl +tMG +tMG +nOz +hgj +poj +xSs +hgI +rKJ +igh +bMD +snM +bbs +tMG +mSV +hoR +vsg +jJl +tFN +xIF +lOq +skp +xGh +dZN +jbF +qTk +gme +dAG +hrE +tkP +eNb +dlb +qCK +ovD +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +rWM +uWE +akk +xJt +mqM +kgG +dAG +hrE +bgR +akk +fOG +xte +feG +uMD +vpL +oif +fHb +hyG +rzk +itM +aMI +cHd +kDh +kMo +lAz +lAz +hcI +hcI +hcI +hcI +hcI +lAz +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +opA +oSe +cEi +mFZ +aMW +mhT +oSe +xvz +hNo +daC +qFP +ktp +rzw +fzN +lur +gXh +rzw +rua +rua +rJq +rJq +rzw +rzw +rJq +sjg +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(214,1,1) = {" +rPf +unn +unn +bBz +lpo +mIM +kXq +vEb +xEy +xEy +xEy +xEy +xEy +xEy +dza +xEy +xEy +xEy +dza +xEy +xEy +xEy +dza +xEy +xEy +xEy +xEy +xEy +xEy +oUy +dyP +sox +kkG +hji +esf +qTT +fnB +unn +unn +unn +fvv +heE +bmu +qoe +tuZ +tuZ +tuZ +tuZ +bmu +unn +unn +unn +hLP +oPB +vVV +nQj +egL +egL +diU +jCa +euK +jCa +jCa +jCa +jCa +iRq +tuZ +qoe +qoe +qoe +qoe +qoe +bmu +qoe +unn +unn +fvv +fvv +unn +bmu +unn +aIF +qoe +bmu +kUS +nfU +fbW +vmK +cin +cur +cur +qWC +crd +wkx +bkG +aiS +jsE +unn +tfl +ozp +rHT +kaj +gJr +joN +tfl +yhu +rNZ +ods +wKq +jMd +fCn +gRT +rdt +mZz +ftF +ifX +eqW +tMG +aDJ +aIc +xDm +kFs +tFN +jhX +lOq +skp +xGh +bLk +cqb +iQZ +vPb +dAG +hrE +szY +xlb +jOf +xJt +uQc +exN +exN +exN +exN +exN +exN +exN +exN +exN +exN +exN +exN +exN +exN +exN +exN +exN +exN +exN +aHc +akk +xJt +mqM +nVz +dAG +hrE +szY +caC +dCF +oTJ +feG +uMD +vpL +iAC +fHb +hyG +kwy +uqL +gZg +cHd +kDh +kMo +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +rxo +uTG +oSe +iuR +cLj +sYV +oSe +cxO +erD +owd +fJm +tKO +pRm +lQG +wbe +gXh +rzw +rzw +kkb +rzw +rzw +rzw +rJq +rua +rua +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(215,1,1) = {" +rPf +unn +unn +unn +bBz +vQB +kXq +vEb +xEy +xEy +xEy +xEy +xEy +xEy +xEy +dza +xEy +xEy +xEy +xEy +xEy +dza +xEy +xEy +xEy +xEy +xEy +xEy +xEy +uKb +uTy +pfk +kkG +aFD +esf +unn +unn +unn +unn +unn +fvv +bmu +qoe +tuZ +tuZ +tuZ +tuZ +tuZ +tuZ +qoe +fvv +fvv +unn +ezE +ema +ePb +rMf +egL +cVl +qZN +uZj +iRq +iRq +uNn +bkG +tuZ +tuZ +nXW +mLk +mLk +bpO +bpO +mLk +mLk +mLk +mLk +mLk +mLk +mLk +mLk +mLk +mLk +mLk +uDY +vpg +nfU +ixN +kwa +rZz +nXr +tCN +rzK +kGc +bPI +osr +tuZ +vfZ +unn +cWo +brv +dan +hOM +ory +ory +tfl +spJ +tRW +kCR +wxp +poj +scP +wzl +jjD +hwz +scP +nbt +vsc +tMG +gbP +uAC +riS +eAA +jhX +byj +byj +byj +byj +auV +iXT +aKN +seV +dAG +hrE +hNX +kod +qlu +oWM +jOf +jOf +jOf +jOf +jOf +jOf +jOf +jOf +jOf +jOf +jOf +oow +jOf +jOf +jOf +jOf +jOf +jOf +jOf +jOf +jOf +oWM +ogB +eif +nVz +rsD +hrE +szY +caC +kHv +qJM +feG +uMD +vpL +unn +unn +jOg +aOc +tac +tcD +rYn +uhq +kMo +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +uHK +dyi +oSe +wKt +cEf +oSe +kcO +fJm +qFP +ifO +ksN +iuR +oxu +rzw +sBj +wZL +rJq +rzw +rzw +rzw +rzw +sBj +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(216,1,1) = {" +rPf +unn +unn +unn +unn +mIM +kXq +vEb +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +dza +dza +dza +dza +dza +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +eLz +hOF +rjS +mwl +xXA +esf +unn +unn +unn +unn +unn +unn +fmr +tuZ +qoe +qoe +tuZ +qoe +tuZ +qoe +qoe +fvv +fvv +hLP +jCa +eEK +bAt +gTw +eEK +tZl +jCa +iRq +iRq +uNn +tuZ +tuZ +tuZ +qoe +bmu +qoe +tuZ +tuZ +tuZ +tuZ +tuZ +bmu +qoe +tuZ +tuZ +tuZ +qoe +tuZ +tuZ +nfU +lFg +tuZ +tuZ +unn +aSr +aSr +aSr +aSr +aSr +kBJ +aLt +bkG +tMG +tMG +tMG +usc +bnF +uEs +hOM +ovF +hZZ +tfl +lBz +cjE +abu +hgj +xru +umY +umY +umY +umY +umY +blk +lBC +tMG +unn +unn +fKk +nJp +uzj +byj +cxv +cxv +byj +rvx +tiC +ygG +seV +sAH +sAH +hNX +jFI +vxb +lmM +vxb +vxb +vxb +vxb +vxb +lmM +vxb +vxb +vxb +vxb +vxb +lmM +vxb +vxb +vxb +vxb +lmM +vxb +vxb +vxb +vxb +lmM +vxb +tzZ +mdo +sAH +sAH +bzK +rLF +kpk +qcg +feG +uMD +vpL +unn +unn +kMo +sVh +aSb +iTX +cMc +aGa +kMo +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +fMX +tDg +oSe +lHA +fJm +fJm +oSe +oSe +oSe +oSe +oSe +iuR +ssj +aMW +nKS +nKS +nKS +nKS +aMW +rzw +sBj +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(217,1,1) = {" +rPf +unn +unn +unn +sCG +mIM +kXq +vEb +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +xEy +jOy +eFx +uao +nGO +tVg +esf +unn +unn +unn +unn +unn +sJK +qoe +fue +tuZ +tuZ +qoe +tuZ +qoe +tuZ +qoe +qoe +tuZ +iRq +nnc +bzU +cdU +aFt +kaH +nnc +iRq +bkG +uNn +tuZ +tuZ +tuZ +qoe +qoe +qoe +ktv +bmu +tuZ +tuZ +qoe +tuZ +qoe +tuZ +tuZ +ovz +oGG +oGG +vYF +tuZ +tuZ +qoe +unn +unn +unn +hcI +hcI +hcI +hcI +hcI +hcI +rpr +xab +tMG +pzQ +jfP +usc +lwL +qYB +hOM +xZX +btV +tfl +wrP +wEl +kCR +gWh +xtn +tky +xtn +xtn +xtn +tky +xtn +gOd +tMG +unn +byj +byj +rML +kLq +cSG +aMD +uFY +wjk +usv +xjg +mqM +mGQ +jIl +jIl +fQe +goN +goN +ulk +jpi +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +bQO +jpi +hAX +tmf +goN +bsr +oBn +jIl +ctD +dfB +stE +thF +feG +uMD +xOo +unn +unn +pwP +aOc +tac +tcD +xVf +riw +kMo +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +aMW +fJm +lwf +aMW +aMW +cLj +aMW +cLj +aMW +cLj +aMW +oSe +fcL +oSe +oSe +fJm +oSe +kcO +nKS +rzw +rzw +vPU +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +unn +unn +rPf +"} +(218,1,1) = {" +rPf +unn +unn +unn +bBz +vQB +kXq +wmX +uSg +uSg +uSg +uSg +uSg +uSg +uSg +uSg +uSg +uSg +cEz +uSg +uSg +uSg +uSg +uSg +uSg +uSg +uSg +uSg +uSg +pvp +eFx +qtA +txM +tVg +esf +unn +unn +unn +unn +unn +nJD +oEZ +kbZ +tuZ +qoe +tuZ +tuZ +qoe +tuZ +tuZ +tuZ +qoe +qoe +bkG +pDH +cdU +cIk +wDt +qoe +bkG +qoe +uNn +qoe +tuZ +tuZ +bmu +qoe +unn +unn +qoe +unn +bkM +iZO +xcn +lBe +oGG +bkM +lsK +wKN +ktv +kFn +unn +sXx +unn +unn +unn +unn +hcI +unn +unn +unn +unn +hcI +rkM +gvD +tMG +tyV +gvD +tfl +ozp +dEY +bhY +oxT +gDw +dFi +gLA +lNZ +odT +bOt +xIo +tMG +eKG +ipT +pvE +tMG +xIo +eXU +tMG +unn +byj +nBq +mlP +kmt +axi +xFk +rlz +iUq +qYA +beJ +cFV +dZN +sAH +sAH +cLC +goN +goN +vIz +rrb +rrb +ntV +rrb +rrb +rrb +rrb +ntV +rrb +rrb +rrb +ntV +rrb +rrb +rrb +rrb +rrb +ntV +rrb +rrb +rrb +cLC +pFi +gil +usu +jrC +qUI +hkD +dhz +mqM +qOv +feG +qLm +unn +unn +unn +qYx +qIc +qIc +aEI +oNG +tzY +kMo +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +aNQ +oSe +oSe +ycH +aMW +tob +rTs +kec +wNf +fyY +aMW +aMW +aMW +aMW +aMW +dEu +coo +lme +nKS +xIX +uVo +niC +rJq +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +rva +iPZ +iUa +hRn +jlt +jlt +qAP +eks +vIS +tFz +bwp +hcI +unn +unn +rPf +"} +(219,1,1) = {" +rPf +unn +unn +sCG +lpo +vQB +hNj +tDn +tDn +tDn +lPQ +tDn +tDn +tDn +tDn +tDn +tDn +tDn +lPQ +tDn +tDn +tDn +tDn +tDn +tDn +tDn +lPQ +tDn +tDn +tDn +rIB +qgd +iLM +diA +esf +unn +unn +unn +unn +unn +bmu +qoe +tuZ +tuZ +tuZ +tuZ +qoe +ldT +bmu +tuZ +tuZ +tuZ +nnc +qoe +thL +lLO +aFt +wDt +nnc +iRq +bkG +qoe +tuZ +qoe +tuZ +tuZ +qoe +bmu +unn +unn +unn +unn +ktv +bmu +unn +unn +jrn +unn +heE +bmu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +rDP +qQH +tMG +tMG +lxf +tfl +tfl +tfl +tfl +agc +ljf +tfl +tMG +tMG +tMG +tMG +lxf +tMG +tMG +tMG +tMG +tMG +drp +hej +tMG +tMG +byj +iUq +rlz +iUq +yiQ +alf +kmt +abW +byj +gpn +cFV +dZN +sAH +sAH +cLC +goN +goN +vIz +lxh +lxh +sAH +lxh +lxh +lxh +lxh +sAH +lxh +lxh +lxh +sAH +lxh +lxh +lxh +lxh +lxh +sAH +lxh +lxh +lxh +fXC +jab +fUG +lZk +cRf +cNY +lRf +xhP +vXT +oBv +feG +qLm +hcI +hcI +hcI +hcI +xgl +xgl +xgl +xgl +xgl +hcI +hcI +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +umR +oSe +oSe +oSe +cEf +oSe +pqT +yjN +gyL +fJm +mkw +dHx +eyz +rBt +aMW +kco +oUt +myF +nKS +ygw +sBj +nBt +sBj +xgL +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +hcI +hcI +kOu +uss +wEJ +xyK +qAP +csP +xPf +hwX +nNI +hcI +unn +unn +rPf +"} +(220,1,1) = {" +rPf +unn +unn +unn +lpo +xvh +bED +bED +bED +bED +sjZ +bED +bED +bED +sjZ +sjZ +bED +bED +bED +bED +sjZ +bED +sjZ +bED +sjZ +sjZ +bED +sjZ +bED +bED +tCm +knm +lJz +jCO +unn +unn +unn +unn +unn +unn +unn +cZh +qoe +uMP +tuZ +qoe +bmu +qoe +ktv +tuZ +qoe +tuZ +qoe +bkG +thL +lLO +cIk +wDt +bkG +tuZ +tuZ +qoe +unn +tuZ +tuZ +qoe +qoe +hPm +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +xgr +xaz +mlj +nyH +jSI +gvD +xjm +xjm +xhY +gvD +gvD +xjm +gvD +xjm +gvD +kCg +hkM +gvD +gvD +xhY +uEg +gvD +gvD +gvD +gvD +gvD +wuf +aPv +rkC +byj +aZi +iBv +kmt +xbP +byj +pMB +kiF +eAn +xvW +xvW +vMv +goN +goN +wPy +eNb +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +eNb +osq +jOP +pkX +sRB +ndm +syP +nnm +rvz +jqg +qnR +feG +hcI +hcI +lCG +hcI +xAW +vWT +qPN +qPN +vWT +qPN +uwc +vWT +hcI +lCG +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +gGa +oSe +eMX +itX +fJm +qYq +paU +otC +lIl +pCa +pYK +euN +mFZ +mFZ +aMW +uWG +tiI +aBI +aMW +unn +rJq +sBj +sBj +rzw +rJq +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +tkK +aQG +hiV +hZd +vYs +gUl +nRL +hRJ +czL +hcI +unn +unn +rPf +"} +(221,1,1) = {" +rPf +unn +unn +unn +sCG +unn +bBz +lpo +lpo +bBz +unn +sCG +bBz +unn +unn +sCG +bBz +lpo +lpo +sCG +unn +unn +unn +sCG +lpo +bBz +sCG +unn +unn +unn +nBd +unn +oaW +unn +unn +unn +unn +unn +unn +unn +unn +unn +vDF +qoe +bmu +bmu +okM +bmu +qoe +qoe +qoe +bmu +iRq +nnc +kFN +cdU +aFt +aPM +nnc +tuZ +qoe +unn +unn +qoe +fvv +fvv +bmu +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +gFh +xws +lYe +fkO +pbH +pbH +glH +bOV +hXO +cNg +pzt +elr +bOV +pbH +rzl +rGY +aRs +wEc +pbH +qfd +jNm +ldR +lnP +kAk +meY +pzs +tWB +fKk +biL +gUG +uUf +tuy +qUz +uCI +sYe +byj +gvb +mqM +bLK +lYq +lYq +vmn +uBw +jOf +gki +jOf +jOf +jOf +jOf +jOf +jOf +jOf +jOf +jOf +gki +jOf +jOf +jOf +jOf +jOf +jOf +jOf +jOf +jOf +gki +jOf +jOf +iMR +dAL +wBs +sUm +xBC +ghe +uRe +mqM +qCn +hcI +hcI +lCG +lCG +hcI +irO +hEg +kID +ayX +hEg +kID +uQf +hxQ +hcI +lCG +lCG +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +kRg +iPR +aYE +wcU +bfg +jOU +vrA +lvF +eOQ +ssH +tgg +gKb +eyz +rBt +aMW +unn +unn +unn +unn +unn +rJq +wIu +dwm +bOz +xqR +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +mgC +aQG +gZl +wjc +qAP +wpC +gOR +teH +hot +hcI +unn +unn +rPf +"} +(222,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +sCG +sCG +unn +unn +unn +unn +unn +unn +unn +unn +unn +bBz +unn +unn +unn +unn +unn +bBz +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +fvv +fvv +unn +unn +fvv +fvv +unn +bmu +qoe +nnc +nnc +hcI +cdU +aFt +hcI +qoe +nnc +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +cfS +eaN +qso +tMG +tMG +tMG +tMG +tMG +tMG +jzY +xGU +cGo +tMG +tMG +tMG +tMG +tMG +tMG +tMG +tMG +tMG +uOy +oKg +jWq +rkF +tiJ +byj +byj +byj +byj +byj +byj +byj +byj +byj +hdW +khn +wik +wik +wik +wik +jFI +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +vxb +xTJ +oji +gLM +iUo +feV +vxb +gEi +beA +hcI +hcI +lCG +lCG +lCG +hcI +tJV +isM +bEo +izx +isM +rJh +bUH +cjn +hcI +lCG +lCG +lCG +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +tkK +hSw +gZl +wjc +bkt +hcI +llk +pMx +ulA +hcI +unn +unn +rPf +"} +(223,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +hcI +hcI +pfZ +pfZ +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +qkO +iBc +iBc +dEK +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +lCG +lCG +lCG +lCG +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +lCG +lCG +lCG +lCG +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +nDa +wRW +bzD +qtT +hcI +hcI +hcI +hcI +hcI +hcI +unn +unn +rPf +"} +(224,1,1) = {" +rPf +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +hcI +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +unn +hcI +iuY +iuY +iuY +hcI +unn +unn +unn +unn +unn +unn +unn +rPf +"} +(225,1,1) = {" +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +rPf +"} diff --git a/sound/ambience/rainandthunderlong.ogg b/sound/ambience/rainandthunderlong.ogg new file mode 100644 index 000000000000..48f7736785bb Binary files /dev/null and b/sound/ambience/rainandthunderlong.ogg differ diff --git a/sound/effects/car_crush.ogg b/sound/effects/car_crush.ogg new file mode 100644 index 000000000000..1f7ef939fc8e Binary files /dev/null and b/sound/effects/car_crush.ogg differ diff --git a/sound/effects/metalscrape.ogg b/sound/effects/metalscrape.ogg new file mode 100644 index 000000000000..91892b9f925b Binary files /dev/null and b/sound/effects/metalscrape.ogg differ diff --git a/sound/soundscape/lv759/indoors/derelict1.ogg b/sound/soundscape/lv759/indoors/derelict1.ogg new file mode 100644 index 000000000000..f05f624dc74c Binary files /dev/null and b/sound/soundscape/lv759/indoors/derelict1.ogg differ diff --git a/sound/soundscape/lv759/indoors/derelict2.ogg b/sound/soundscape/lv759/indoors/derelict2.ogg new file mode 100644 index 000000000000..11700696816d Binary files /dev/null and b/sound/soundscape/lv759/indoors/derelict2.ogg differ diff --git a/sound/soundscape/lv759/indoors/derelict3.ogg b/sound/soundscape/lv759/indoors/derelict3.ogg new file mode 100644 index 000000000000..3fe1d8e8abff Binary files /dev/null and b/sound/soundscape/lv759/indoors/derelict3.ogg differ diff --git a/sound/soundscape/lv759/indoors/derelict4.ogg b/sound/soundscape/lv759/indoors/derelict4.ogg new file mode 100644 index 000000000000..559112eccf61 Binary files /dev/null and b/sound/soundscape/lv759/indoors/derelict4.ogg differ diff --git a/sound/soundscape/lv759/indoors/derelict5.ogg b/sound/soundscape/lv759/indoors/derelict5.ogg new file mode 100644 index 000000000000..76b39b98b426 Binary files /dev/null and b/sound/soundscape/lv759/indoors/derelict5.ogg differ diff --git a/sound/soundscape/lv759/indoors/derelict6.ogg b/sound/soundscape/lv759/indoors/derelict6.ogg new file mode 100644 index 000000000000..a8d63186c71a Binary files /dev/null and b/sound/soundscape/lv759/indoors/derelict6.ogg differ diff --git a/sound/soundscape/lv759/indoors/derelict7.ogg b/sound/soundscape/lv759/indoors/derelict7.ogg new file mode 100644 index 000000000000..2cee9e72dce3 Binary files /dev/null and b/sound/soundscape/lv759/indoors/derelict7.ogg differ diff --git a/sound/soundscape/lv759/indoors/derelict8.ogg b/sound/soundscape/lv759/indoors/derelict8.ogg new file mode 100644 index 000000000000..898927b7fc5f Binary files /dev/null and b/sound/soundscape/lv759/indoors/derelict8.ogg differ diff --git a/sound/soundscape/lv759/indoors/weymart1.ogg b/sound/soundscape/lv759/indoors/weymart1.ogg new file mode 100644 index 000000000000..417aff9368b6 Binary files /dev/null and b/sound/soundscape/lv759/indoors/weymart1.ogg differ diff --git a/sound/soundscape/lv759/indoors/weymart2.ogg b/sound/soundscape/lv759/indoors/weymart2.ogg new file mode 100644 index 000000000000..ea5caaae7a8d Binary files /dev/null and b/sound/soundscape/lv759/indoors/weymart2.ogg differ diff --git a/sound/soundscape/lv759/indoors/weymart3.ogg b/sound/soundscape/lv759/indoors/weymart3.ogg new file mode 100644 index 000000000000..46f349d94efe Binary files /dev/null and b/sound/soundscape/lv759/indoors/weymart3.ogg differ diff --git a/sound/soundscape/lv759/indoors/weymart4.ogg b/sound/soundscape/lv759/indoors/weymart4.ogg new file mode 100644 index 000000000000..a7c2e3b0e482 Binary files /dev/null and b/sound/soundscape/lv759/indoors/weymart4.ogg differ diff --git a/sound/soundscape/lv759/outdoors/deepcave1.ogg b/sound/soundscape/lv759/outdoors/deepcave1.ogg new file mode 100644 index 000000000000..fef9b7e74d67 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/deepcave1.ogg differ diff --git a/sound/soundscape/lv759/outdoors/deepcave2.ogg b/sound/soundscape/lv759/outdoors/deepcave2.ogg new file mode 100644 index 000000000000..b29d283f04f4 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/deepcave2.ogg differ diff --git a/sound/soundscape/lv759/outdoors/subliminal1.ogg b/sound/soundscape/lv759/outdoors/subliminal1.ogg new file mode 100644 index 000000000000..1d9ba3a645d7 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/subliminal1.ogg differ diff --git a/sound/soundscape/lv759/outdoors/subliminal2.ogg b/sound/soundscape/lv759/outdoors/subliminal2.ogg new file mode 100644 index 000000000000..4266df0be9d8 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/subliminal2.ogg differ diff --git a/sound/soundscape/lv759/outdoors/subliminal3.ogg b/sound/soundscape/lv759/outdoors/subliminal3.ogg new file mode 100644 index 000000000000..e6406ca9454d Binary files /dev/null and b/sound/soundscape/lv759/outdoors/subliminal3.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind10.ogg b/sound/soundscape/lv759/outdoors/wind10.ogg new file mode 100644 index 000000000000..b1a42f9a3374 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind10.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind11.ogg b/sound/soundscape/lv759/outdoors/wind11.ogg new file mode 100644 index 000000000000..b841da38114d Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind11.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind12.ogg b/sound/soundscape/lv759/outdoors/wind12.ogg new file mode 100644 index 000000000000..1600ae8efef2 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind12.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind13.ogg b/sound/soundscape/lv759/outdoors/wind13.ogg new file mode 100644 index 000000000000..901e21857409 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind13.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind14.ogg b/sound/soundscape/lv759/outdoors/wind14.ogg new file mode 100644 index 000000000000..3888399a3c2f Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind14.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind15.ogg b/sound/soundscape/lv759/outdoors/wind15.ogg new file mode 100644 index 000000000000..0326aca56b1c Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind15.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind16.ogg b/sound/soundscape/lv759/outdoors/wind16.ogg new file mode 100644 index 000000000000..b1a42f9a3374 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind16.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind17.ogg b/sound/soundscape/lv759/outdoors/wind17.ogg new file mode 100644 index 000000000000..af13500d5253 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind17.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind18.ogg b/sound/soundscape/lv759/outdoors/wind18.ogg new file mode 100644 index 000000000000..8c66290f63e7 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind18.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind19.ogg b/sound/soundscape/lv759/outdoors/wind19.ogg new file mode 100644 index 000000000000..8f4e6abd65a7 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind19.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind20.ogg b/sound/soundscape/lv759/outdoors/wind20.ogg new file mode 100644 index 000000000000..60f5eb15dba2 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind20.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind21.ogg b/sound/soundscape/lv759/outdoors/wind21.ogg new file mode 100644 index 000000000000..47b615d39d34 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind21.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind22.ogg b/sound/soundscape/lv759/outdoors/wind22.ogg new file mode 100644 index 000000000000..815125ab5c67 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind22.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind23.ogg b/sound/soundscape/lv759/outdoors/wind23.ogg new file mode 100644 index 000000000000..8a40baba6f83 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind23.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind24.ogg b/sound/soundscape/lv759/outdoors/wind24.ogg new file mode 100644 index 000000000000..ed3688ad6a40 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind24.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind25.ogg b/sound/soundscape/lv759/outdoors/wind25.ogg new file mode 100644 index 000000000000..0fa9b4a9808a Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind25.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind26.ogg b/sound/soundscape/lv759/outdoors/wind26.ogg new file mode 100644 index 000000000000..262c04840b52 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind26.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind27.ogg b/sound/soundscape/lv759/outdoors/wind27.ogg new file mode 100644 index 000000000000..4934c979c200 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind27.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind28.ogg b/sound/soundscape/lv759/outdoors/wind28.ogg new file mode 100644 index 000000000000..4934c979c200 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind28.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind4.ogg b/sound/soundscape/lv759/outdoors/wind4.ogg new file mode 100644 index 000000000000..cadbc1266c97 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind4.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind5.ogg b/sound/soundscape/lv759/outdoors/wind5.ogg new file mode 100644 index 000000000000..be97cb0d672d Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind5.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind6.ogg b/sound/soundscape/lv759/outdoors/wind6.ogg new file mode 100644 index 000000000000..2997db2a969c Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind6.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind7.ogg b/sound/soundscape/lv759/outdoors/wind7.ogg new file mode 100644 index 000000000000..0f1eb66b87f1 Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind7.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind8.ogg b/sound/soundscape/lv759/outdoors/wind8.ogg new file mode 100644 index 000000000000..2324d3998eda Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind8.ogg differ diff --git a/sound/soundscape/lv759/outdoors/wind9.ogg b/sound/soundscape/lv759/outdoors/wind9.ogg new file mode 100644 index 000000000000..523b3f308baa Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind9.ogg differ